Andrew Robert Nicols
ce40b669cc
MDL-31000 Respect sortorder of repositories when displaying the filepicker
2012-01-09 11:53:53 +13:00
Petr Skoda
05042a7ed8
MDL-31005 fix strict coding style warning in context_helper
...
PHP54 compatibility
2012-01-08 15:42:34 +01:00
Petr Skoda
2824832a18
MDL-30717 update user->timemodified in update_user_record()
2012-01-08 15:04:06 +01:00
Petr Skoda
17330e8aae
MDL-30717 add missing time created info in create_user_record()
...
Credit goes to Luis Gustavo Mueller de Alcantara.
2012-01-08 15:04:05 +01:00
Petr Skoda
6ac158e9e3
MDL-30718 add missing timecraeted and timeupdated, fix user undeleting
2012-01-08 14:51:47 +01:00
Petr Skoda
dfff77eedd
MDL-30928 include course and user deletion time in event
...
Credit goes to Luis Gustavo Mueller de Alcantara.
2012-01-08 14:30:06 +01:00
Petr Skoda
77536bd387
MDL-30969 add support for suspending in uploaduser admin tool
2012-01-08 14:01:49 +01:00
AMOS bot
c56a8d4441
Merge branch 'MOODLE_22_STABLE' into install_22_STABLE
2012-01-08 00:31:21 +00:00
Eloy Lafuente (stronk7)
a1d246334b
Moodle release 2.2.1
2012-01-07 17:04:34 +01:00
AMOS bot
e71389830c
Automatically generated installer lang files
2012-01-07 00:31:19 +00:00
David Mudrak
b886841fc8
MDL-30966 print_object() output made CLI-friendly
2012-01-06 22:47:11 +01:00
Tim Hunt
25200f80f7
MDL-30635 let quiz reports do cron in the standard way.
...
The old legacy way is still supported in 2.2, but this support will be
dropped in 2.3.
2012-01-06 18:13:13 +00:00
AMOS bot
fdac23f168
Automatically generated installer lang files
2012-01-06 00:31:29 +00:00
Eloy Lafuente (stronk7)
7ca0ece0db
weekly release 2.2+
2012-01-05 15:06:46 +01:00
Eloy Lafuente (stronk7)
dcfc7a875a
Merge branch 'install_22_STABLE' of git://github.com/amosbot/moodle into MOODLE_22_STABLE
2012-01-05 12:50:26 +01:00
Sam Hemelryk
ffd6212152
Merge branch 'MDL-31017_22' of git://github.com/stronk7/moodle into MOODLE_22_STABLE
2012-01-05 11:17:13 +13:00
Eloy Lafuente (stronk7)
1cf721e235
MDL-31017 whitespace clean - take1
2012-01-04 16:28:59 +01:00
Eloy Lafuente (stronk7)
aed7f32783
Merge branch 'MDL-30865-workshop-unittest_22_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_22_STABLE
2012-01-04 02:19:11 +01:00
Eloy Lafuente (stronk7)
dbc7d20cf5
Merge branch 'MDL-30879-m22' of git://github.com/sammarshallou/moodle into MOODLE_22_STABLE
2012-01-04 02:14:34 +01:00
Petr Skoda
6357d61912
MDL-30945 add support for unenrolling of individual users + code cleanup
2012-01-04 01:53:33 +01:00
AMOS bot
3acce7a095
Automatically generated installer lang files
2012-01-04 00:31:17 +00:00
Petr Skoda
a36531da4f
MDL-30948 do not generate new passwords for suspended accounts because they would not get any emails
2012-01-04 00:49:04 +01:00
Petr Skoda
7d1906cf7c
MDL-30948 stop messaging suspended and deleted users
2012-01-04 00:49:03 +01:00
Petr Skoda
8be58774cd
MDL-30951 prevent fatal error when category sync enrolment not configured
2012-01-04 00:40:26 +01:00
Petr Skoda
ffbcd681f3
MDL-29917 prevent form autocompletion in most Moodle forms
...
The password autocompletion in case of Moodle makes sense only on the login page, the form autocompletion in general is most probably useful only on the user signup page.
This patch is compatible with html 5, unfortunately we have to ignore strict warnings in legacy xhtml 1.0 standard.
2012-01-04 10:58:31 +13:00
Petr Skoda
dc49c2d461
MDL-30548 support user suspended flag in admin UI
...
This patch includes:
* user management suspend UI tweaks and other coding style improvements
* suspended info in user profiles
* suspend option in advanced edit form
* suspended user filtering
* hidden user fields option for suspended field
Thanks Sam Hemelryk for valuable feedback.
2012-01-04 10:51:04 +13:00
Petr Skoda
10357af3ef
MDL-30950 remove references to removed admin block
...
Credit goes to Ralf Hilgenstock.
2012-01-03 22:35:00 +01:00
sam marshall
1800b35bf6
MDL-30879 Course page: missing space after class for new 'description on course page' feature
2012-01-03 12:42:24 +00:00
Rossiani Wijaya
6ca2f1d3ce
MDL-30600 Fix mymobile theme choice renderer
2012-01-03 17:54:34 +08:00
Ankit Kumar Agarwal
9f097a7248
MDL-30652 SCORM Fixing report prefrences display for interactions report
2012-01-03 12:10:52 +05:30
Ankit Kumar Agarwal
8755b6aaca
MDL-30652 SCORM Fixing report prefrences display issue for basic report
2012-01-03 12:10:43 +05:30
Ankit Kumar Agarwal
bea916ae7c
MDL-30652 Scorm adding proper comments
2012-01-03 12:10:21 +05:30
Aparup Banerjee
8ef685cf4c
Merge branch 'wip-mdl-29844-m22' of git://github.com/rajeshtaneja/moodle into MOODLE_22_STABLE
2012-01-03 12:31:22 +08:00
Eloy Lafuente
e4b1208377
MDL-29844 Administration: Added new config for users to login for viewing profile image
2012-01-03 12:02:59 +08:00
Sam Hemelryk
cd735560d3
Merge branch 'w52_MDL-30786_m22_todelete' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-03 16:35:26 +13:00
Petr Skoda
a770897929
MDL-30673 fix login autocompletion protection
2012-01-03 14:09:36 +13:00
AMOS bot
40ff6e3663
Automatically generated installer lang files
2012-01-03 00:31:16 +00:00
Petr Skoda
b408061558
MDL-30809 do not add guest info to add course form if default instance prevented
2012-01-03 13:05:38 +13:00
Petr Skoda
be1af716b7
MDL-30924 merge upstream pspell fix
...
See https://github.com/moodle/custom-tinymce_spellchecker_php/tree/MOODLE_22_2.0.6a
2012-01-03 12:49:38 +13:00
Petr Skoda
f69ff3b72e
MDL-30926 fix course and module blog associations
2012-01-03 12:39:17 +13:00
Petr Skoda
0543bb679b
MDL-30934 fix module delete cleanup
...
Credit goes to Rajiv Navada.
2012-01-03 12:26:35 +13:00
Petr Skoda
9cad3e182d
MDL-30943 fix forgotten admin/report/ references
2012-01-03 12:23:43 +13:00
Sam Hemelryk
1243bf814b
Merge branch 'MDL-30802_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-03 11:25:50 +13:00
Sam Hemelryk
e972cdc5ad
Merge branch 'MDL-30766_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-03 11:23:00 +13:00
Sam Hemelryk
dc8d309c88
Merge branch 'MDL-30168_tim2_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-03 11:14:10 +13:00
Sam Hemelryk
860848dca8
Merge branch 'MDL-27200_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-03 11:12:01 +13:00
Henning Bostelmann
aafe1618f8
MDL-29266 Assignment grading: save state of "send notifications" box
2012-01-03 11:09:59 +13:00
Petr Skoda
358e5cf791
MDL-13572 fix incorrect value printing
2012-01-03 11:01:29 +13:00
Petr Skoda
a2c591662b
MDL-13572 fix incorrect value printing
2012-01-03 11:01:29 +13:00
Petr Skoda
64550fa6c1
MDL-13572 do not send emails to invalid addresses
2012-01-03 11:01:29 +13:00