Dan Poltawski
c06a812ed6
MDL-28466 Remove enrol_authorize - this code is dead
...
It does not work and its not maintained.
2013-07-15 10:25:13 +08:00
Rajesh Taneja
117e94a050
MDL-40358 Enrolments: Fixed sql when user is suspended
2013-07-10 17:40:20 +10:00
Sam Hemelryk
a8402cc115
Merge branch 'MDL-40527' of git://github.com/timhunt/moodle
2013-07-10 10:31:39 +12:00
Sam Hemelryk
d9734c91ee
MDL-40358 enrol: whitespace clean up
2013-07-10 10:07:10 +12:00
Sam Hemelryk
fc7e5a031e
Merge branch 'wip-mdl-40358' of git://github.com/rajeshtaneja/moodle
2013-07-10 09:54:38 +12:00
Ankit Agarwal
db314f34fb
MDL-40425 libraries: Remove context_instance_preload() from core
2013-07-09 15:55:51 +08:00
Frederic Massart
8e8891b76b
MDL-40403 libraries: Deprecate get_parent_contexts()
2013-07-09 13:34:44 +08:00
Tim Hunt
70f4ac5aea
MDL-40527 enrol meta: respect $CFG->courselistshortnames
...
Thanks to James Henestofel for working this out in MDL-37558. That issue
got complex, so I am just submitting this simple part of it for
integration.
2013-07-05 15:30:17 +01:00
Ankit Agarwal
0601e0eef6
MDL-40402 libraries: Replace get_system_context() with context_system::instance() in core
2013-07-04 15:41:06 +08:00
Eloy Lafuente (stronk7)
8b180f2317
Merge branch 'MDL-40439-en_fix' of git://github.com/mudrd8mz/moodle
2013-07-02 13:47:09 +02:00
Helen Foster
77fc81f3ee
MDL-40439 Merge English strings from the en_fix language pack
2013-07-02 11:42:10 +02:00
Rajesh Taneja
38efca2315
MDL-40127 Enrolments: Updated version and update.txt
2013-07-02 14:35:35 +08:00
Rajesh Taneja
94b98dae64
MDL-40127 Enrolments: Added unit test
2013-07-02 14:35:34 +08:00
Rajesh Taneja
cc1b501595
MDL-40127 Enrolments: Added status to instance info and removed displaying of enrolment form with notice
...
get_enrol_info will return status of enrolment instance, to notify webservice if enrolment is possible or not
If enrolment is not possible then don't show enrolment form
show_enrolme_link will use can_self_enrol to varify if enrolment link should be shown or not.
2013-07-02 14:35:33 +08:00
Rajesh Taneja
85d1c53af4
MDL-40127 Enrolments: Abstracted self_enrolment code so as to be used by webservices
2013-07-02 14:35:33 +08:00
Rajesh Taneja
aa5132140b
MDL-40358 Administration: Added group and status filter on user enrolment page
2013-07-01 14:20:21 +08:00
Eloy Lafuente (stronk7)
1d04b481dd
Merge branch 'w26_MDL-40254_m26_flatfile' of https://github.com/skodak/moodle
2013-06-24 21:13:01 +02:00
Petr Škoda
3748e469fe
MDL-40254 ignore flatfile records with no user idnumber
2013-06-23 21:37:56 +02:00
Ankit Agarwal
1e63179285
MDL-39153 webservices: Provide alternative to passing contextids
...
As per our policy webservices should never have a required contextid, thuse providing a support for passing contextlevel and instanceid as parameters to the api
2013-06-18 14:15:54 +08:00
Sam Hemelryk
07cfd5e599
Merge branch 'MDL-39152-master' of git://github.com/ankitagarwal/moodle
2013-06-18 15:34:30 +12:00
Ankit Agarwal
5b23d9adac
MDL-39152 webservices: Rename external_api::get_context() to external_api::get_context_from_params()
2013-06-17 15:18:49 +08:00
Ankit Agarwal
aac70ffc18
MDL-39152 webservices: Abstract context fetching
...
Since many apis in future will need to provide alternative method to fetch context, I have abstracted this bit into the core external_api class
2013-06-14 15:47:48 +08:00
Ankit Agarwal
235b5c680a
MDL-39152 phpunit: Move core_role_external_testcase() to a new file
...
It is not recommended to have multiple test classes in a single phpunit file
2013-06-14 11:50:25 +08:00
Ankit Agarwal
95a3bb4dc8
MDL-39152 phpunit: improve tests for assign_roles()
...
core_role_external::assign_roles() now support alternative paramaters instead of contextid. Test working of those. Also test the parameters validation a bit, since these are no longer automatically tested being optional now
2013-06-14 11:50:25 +08:00
Ankit Agarwal
3a68f79809
MDL-39152 webservices: Provide alternative to context id
...
As per our policy asking for and returning contextids is discouraged in webservices. So provide alternative parameters for the same
2013-06-14 11:50:25 +08:00
Petr Škoda
8d4f13666b
MDL-37974 fix verbose output when expiring manual enrolments
2013-06-07 21:18:54 +02:00
MorrisR2
80f1c6adc0
MDL-37974 add "Disable course enrolment" expiration action for manual enrolments
...
Commit amended by Petr Skoda to match recommended coding style.
2013-06-07 21:06:47 +02:00
Damyon Wiese
cb7c21af80
Merge branch 'w22_MDL-39802_m26_deletedusers' of git://github.com/skodak/moodle
2013-05-28 09:57:15 +08:00
Petr Škoda
ee4df06f12
MDL-38408 always validate PayPal dates and cost, improve float formatting
2013-05-25 22:47:28 +02:00
Petr Škoda
f3bd4ea6ec
MDL-39802 ignore deleted users in meta enrolments
2013-05-24 21:16:21 +02:00
Petr Škoda
a23fe90d18
MDL-39802 ignore deleted users in cohort enrolments
2013-05-24 21:16:14 +02:00
Petr Škoda
5b5d372c3c
MDL-39802 ignore deleted users in category enrolments
2013-05-24 21:15:17 +02:00
Petr Škoda
29daca77bd
MDL-39802 fix sloppy user deleting and creating in imsenterprise plugin
2013-05-24 21:14:53 +02:00
Eloy Lafuente (stronk7)
c9e54743ec
MDL-39753 Add 2.5.0 upgrade line
2013-05-20 15:33:19 +02:00
David Monllao
5d7b6307b1
MDL-39586 behat: Closed list of stackeholders
2013-05-09 18:38:13 +08:00
Dan Poltawski
07d0648baf
MDL-39515, MDL-39514 - ie9 fix for svg icons
2013-05-07 16:33:47 +01:00
Barbara Ramiro
dfdfe9cac0
MDL-39515 usability: New paypal icon in svg and png formats
2013-05-07 18:13:30 +08:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Eloy Lafuente (stronk7)
6a222aa127
Merge branch 'MDL-39232_master' of git://github.com/dmonllao/moodle
2013-05-01 00:47:32 +02:00
Dan Poltawski
0174ada56c
Merge branch 'w17_MDL-39292_m25_enrolicons' of git://github.com/skodak/moodle
2013-04-30 08:52:49 +01:00
David Monllao
550d842e3c
MDL-39232 behat Normalize feature tags according to component names
2013-04-30 11:54:47 +08:00
Sam Hemelryk
d36cc73edb
Merge branch 'w17_MDL-39386_m25_enroldocs' of git://github.com/skodak/moodle
2013-04-30 11:00:06 +12:00
Petr Škoda
31ac2aef26
MDL-39386 fix phpdocs packages in enrol
2013-04-27 13:41:32 +02:00
Petr Škoda
8ef3d51470
MDL-39292 use consistent iconsmall in enrol instances UI
2013-04-27 12:28:54 +02:00
Charles Fulton
ef8a733aa6
MDL-36024 enrol: enable grade recovery for all enrol plugins
2013-04-26 05:08:23 -07:00
Jerome Mouneyrac
63c7be350b
MDL-34434 Change the texts saying that we'll be removing web service deprecated functions from 2.5
2013-04-17 12:13:04 +08:00
Dan Poltawski
fbd90ba191
Merge branch 'MDL-37410-master' of git://github.com/mouneyrac/moodle
2013-04-10 10:37:29 +08:00
Eloy Lafuente (stronk7)
a2027b873b
Merge branch 'MDL-38822_master' of git://github.com/dmonllao/moodle
2013-04-09 20:00:34 +02:00
Eloy Lafuente (stronk7)
c1fc4ba397
Merge branch 'MDL-38820_master' of git://github.com/dmonllao/moodle
2013-04-09 19:59:45 +02:00
Dan Poltawski
ad84f8f9ac
Merge branch 'w14_MDL-38927_m25_rolelocalisation' of git://github.com/skodak/moodle
2013-04-09 14:58:47 +08:00