Petr Skoda
365bf67699
MDL-25536 fixed incorrect reading of plugin options in imsenterprise enrol plugin
2010-12-06 05:52:55 +00:00
Aparup Banerjee
93b4ecb2cd
enrol MDL-25522 removed extra redundant definition of field names in query causing oracle issues
2010-12-03 09:31:31 +00:00
Petr Skoda
6c796bb6bd
MDL-25338 optional param: newcourseidnumber is treated like required param resulting in logic error, credit goes to Nick Thompson
2010-11-20 02:27:34 +00:00
Petr Skoda
3338a72fa0
MDL-25337 fixed invalid config test in enrol course sync, credit goes to Nick Thompson
2010-11-20 02:24:05 +00:00
David Mudrak
05e7fca43f
Yet another string using proper placeholder in Javascript
2010-11-17 12:44:17 +00:00
David Mudrak
049e880cce
AJAX enrolment uses proper {$a} placeholder
...
We now have M.util.get_string() that should be used instead of custom
replacement. Otherwise the placeholder is not detected in AMOS
web translator.
2010-11-16 18:02:14 +00:00
Sam Hemelryk
ed1d72ea70
navigation MDL-25142 Fixed up differences in navigation between guest and normal user.
...
As part of this patch I also introduced a new method in accesslib can_access_course that can be used
to check a users access to a course.
I also fixed a minor issue with guest access flag caching in require_login
2010-11-11 03:37:56 +00:00
Sam Hemelryk
9fc9de91be
enrol-users MDL-24618 Enrol users search now concats firstname and lastname as requested and searches email.
2010-11-11 01:49:58 +00:00
Petr Skoda
ba572e3459
MDL-25145 ignore bogus roles of deleted users in meta enrol sync
2010-11-11 00:46:33 +00:00
Dan Marsden
69a00d09d0
MDL-25147 tidy up readme wording related to cron
2010-11-11 00:24:43 +00:00
Petr Skoda
8365e25f6b
MDL-24954 fixed inverted guest icons
2010-11-01 07:31:54 +00:00
Helen Foster
80774d259c
typo fix
2010-10-27 19:08:06 +00:00
Petr Skoda
346c5887b1
MDL-24751 using new memory constants
2010-10-19 10:13:15 +00:00
Rossiani Wijaya
82d443ba3c
MDL-20447: add page heading
2010-10-18 03:03:56 +00:00
Anthony Borrow
ec05e10c12
NOMDL: typo, removing duplicate prevent
2010-10-02 17:18:39 +00:00
Sam Hemelryk
25c55fe563
enrol-ajax MDL-24397 Removed unneeded header call
2010-09-28 01:50:19 +00:00
Sam Hemelryk
ae715bbde8
NOBUG: Added page heading
2010-09-23 05:37:00 +00:00
Eloy Lafuente
f2a9be5f8a
MDL-22148 backup - support for manual/self/guest enrolments. Credit goes to Petr.
2010-09-21 10:42:19 +00:00
Petr Skoda
94b9c2e8da
MDL-24321 switching to stdClass in /e*/
2010-09-21 08:14:41 +00:00
Petr Skoda
31680508d5
MDL-22795 new guest icons - credit goes to Rossiani Wijaya
2010-09-20 07:49:30 +00:00
Petr Skoda
5bd2219b16
MDL-22795 new paypal icons - credit goes to Rossiani Wijaya
2010-09-20 07:46:11 +00:00
Petr Skoda
9a13c5af34
MDL-22795 new enrol self icons - credit goes to Rossiani Wijaya
2010-09-20 07:43:56 +00:00
Sam Hemelryk
f9e29573c0
enrolments MDL-24280 Cohort enrolments now uses AJAX method getdefaultcohortrole when selecting the default role
2010-09-20 02:44:16 +00:00
Sam Hemelryk
e2aca3c211
enrolments MDL-24281 Removed fixed with on enrol cohorts JS module buttons so large strings get shown.
2010-09-20 01:34:41 +00:00
Petr Skoda
dc157e0903
MDL-24285 fixed invalid password check
2010-09-19 16:10:18 +00:00
Petr Skoda
88cf740d6a
MDL-24280 first step to proper default cohort role ui; reversing order of roles
2010-09-19 10:59:32 +00:00
Petr Skoda
55f1e3426a
MDL-24276 reversed order of roles
2010-09-19 10:49:24 +00:00
Petr Skoda
034ef76129
improved spelling
2010-09-18 12:31:20 +00:00
Petr Skoda
f7c40d46bd
initializing variables
2010-09-17 12:41:00 +00:00
Petr Skoda
ac86edd01a
fixed category sync cleanup
2010-09-17 12:35:22 +00:00
Petr Skoda
894843b465
fixed define detection
2010-09-17 12:34:03 +00:00
Petr Skoda
1493741406
fixed wrong time() usage
2010-09-17 12:33:01 +00:00
Petr Skoda
83f9b3d7b3
fixed wrong exception name
2010-09-17 12:32:26 +00:00
Petr Skoda
c05260de32
fixed missing exception
2010-09-17 12:31:19 +00:00
Petr Skoda
68573df5e1
added missing rewrite param
2010-09-17 12:27:48 +00:00
Petr Skoda
76ce0f345f
fixed wrong continue
2010-09-17 12:26:05 +00:00
Petr Skoda
3f35a7ffd4
improved JS coding style
2010-09-17 12:25:14 +00:00
Petr Skoda
8505d9253b
fixed unterminated JS statements + whitespace
2010-09-17 12:22:49 +00:00
Petr Skoda
eab8ed9fb7
fixed a few spelling errors in /admin/
2010-09-17 10:27:26 +00:00
Sam Hemelryk
621ee955fe
NOBUG: enrolments - fixed typo, thanks Petr for spotting
2010-09-17 08:23:40 +00:00
Petr Skoda
650462dfac
MDL-24211 events subsystem cleanup and improvements
...
* handlers can be defined as internal or external
* external handlers are not called instantly when inside DB transaction
* code cleanup
* more robust detection of broken handlers
* refixed unit tests
* removing all pending events from 1.9 - these can not be processed due to encoding changes
* finally using real 'component' in handlers table
2010-09-15 15:55:18 +00:00
Aparup Banerjee
55fe807451
enrol flatfile MDL-23892 DB schema updates to the buffer table.
2010-09-14 09:04:28 +00:00
Aparup Banerjee
b6845dbaec
enrol flatfile MDL-23892 the flatfile plugin now processes future enrolment start times by validating then putting them into enrol_flatfile table as a buffer (stored as IDs). The buffer is processed during later crons for any upcoming enrolments due.
2010-09-14 03:52:59 +00:00
jerome mouneyrac
1ce282c884
community hub MDL-24011 add rating/comment to search results + new CSS design
2010-09-08 08:48:10 +00:00
Petr Skoda
ef14c1e724
MDL-24090 new detection of plugins that were not upgraded to work with Moodle 2.x (uses $plugin->requires) + bumping ancient versions of plugins
2010-09-05 20:36:18 +00:00
Petr Skoda
33adf18761
MDL-15916 fixed usage of renamed string
2010-09-05 14:08:10 +00:00
Petr Skoda
6e0b0a39ab
MDL-15916 teachers now control course welcome messages in each course separately, you can also specify custom message
...
AMOS BEGIN
MOV [sendcoursewelcomemessage_desc,enrol_self],[sendcoursewelcomemessage_help,enrol_self]
AMOS END
2010-09-05 14:05:24 +00:00
Petr Skoda
af41d03d96
MDL-15962 implemented a max enrolled users limit in enrol/self plugin
2010-09-05 11:21:01 +00:00
Petr Skoda
f7614bb032
MDL-24079 converted enrol to use new sql_like()
2010-09-04 12:38:56 +00:00
Petr Skoda
a9637e7df4
MDL-14679 fixed a lot more old style uses of insert_record()
2010-09-03 17:47:41 +00:00