1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-03 23:07:27 +02:00

49106 Commits

Author SHA1 Message Date
Eloy Lafuente (stronk7)
20079ee7bc MDL-28599 textlib Capture error message earlier to avoid mixing 2011-09-06 13:45:25 +02:00
Eloy Lafuente (stronk7)
0fde6cb8b4 MDL-28599 textlib Document collatorlib switch for asort() 2011-09-06 13:03:01 +02:00
Eloy Lafuente (stronk7)
b49c28aab3 Merge branch 'wip-MDL-28599-master-r4' of git://github.com/samhemelryk/moodle 2011-09-06 13:02:33 +02:00
Sam Hemelryk
d609d96261 MDL-28599 textlib Separated collator to collatorlib with static methods, and added support for locale aware sorting of objects 2011-09-06 15:39:00 +12:00
Eloy Lafuente (stronk7)
dfdb0051e7 Merge branch 'wip-mdl-28987' of git://github.com/rajeshtaneja/moodle 2011-09-06 01:59:20 +02:00
Eloy Lafuente (stronk7)
c35fba98da Merge branch 'wip-mdl-23520' of git://github.com/rajeshtaneja/moodle 2011-09-06 01:25:05 +02:00
Eloy Lafuente (stronk7)
4df93d22be Merge branch 'wip-MDL-29006-master' of git://github.com/samhemelryk/moodle 2011-09-06 00:38:10 +02:00
Eloy Lafuente (stronk7)
49873b7e43 Merge branch 'w35_MDL-29145_m22_imscpregression' of git://github.com/skodak/moodle 2011-09-05 21:51:44 +02:00
Eloy Lafuente (stronk7)
01d6182fa8 MDL-29072 Import course - whitespace fixes 2011-09-05 10:41:57 +02:00
Petr Skoda
986eb4cfbb MDL-29145 fix regression caused by MDL-27448 2011-09-05 09:44:41 +02:00
Sam Hemelryk
e824388a1c Merge branch 'w35_MDL-29233_m22_usersel' of git://github.com/skodak/moodle 2011-09-05 19:23:07 +12:00
Petr Skoda
409ac82413 MDL-29233 revert the optional_param workaround and use this->multiselect to decide when we expect arrays 2011-09-05 09:02:47 +02:00
Rajesh Taneja
a82e9ada37 MDL-28987 Forms Library: Removed onBlur validation. Now the validation will occur on form submit only 2011-09-05 14:25:13 +08:00
Aparup Banerjee
660a6aae02 Merge branch 'wip_MDL-27689_Vague_README-LDAP_master' of git://github.com/iarenaza/moodle 2011-09-05 13:29:14 +08:00
Aparup Banerjee
57ef9c14cb Merge branch 'wip-MDL-26811-master' of git://github.com/samhemelryk/moodle 2011-09-05 13:01:23 +08:00
Rajesh Taneja
ab978b38c4 MDL-28987 Forms Library: Added tinyMCE onblur event callback for required tinymce fields 2011-09-05 12:19:40 +08:00
Aparup Banerjee
e2e1cf53db Merge branch 'MDL-29198' of git://github.com/stronk7/moodle 2011-09-05 12:10:32 +08:00
Sam Hemelryk
ae4d8567b4 Merge branch 'MDL-29018' of git://github.com/rwijaya/moodle 2011-09-05 16:08:03 +12:00
Sam Hemelryk
0d966d5bfe Merge branch 'MDL-28689' of git://github.com/rwijaya/moodle 2011-09-05 16:03:04 +12:00
Rossiani Wijaya
5951d333e5 MDL-29018 lesson module statistics: fixed statistics diplay for whole the class 2011-09-05 11:18:15 +08:00
Sam Hemelryk
15f3ba7e78 Merge branch 'MDL-29072' of git://github.com/bostelm/moodle 2011-09-05 13:41:04 +12:00
Sam Hemelryk
3dc1b595ef Merge branch 'MDL-27975' of git://github.com/rwijaya/moodle 2011-09-05 13:36:35 +12:00
Sam Hemelryk
057c2f8d06 Merge branch 's13_MDL-29170_risklevel_master' of git://github.com/dongsheng/moodle 2011-09-05 11:12:10 +12:00
Eloy Lafuente (stronk7)
ee91760321 MDL-28080 DML unit tests - cover tweak_param_names() and the new 30 chars limit exception 2011-09-01 19:46:30 +02:00
Eloy Lafuente (stronk7)
07ee317d2a MDL-28080 oracle - avoid tweak_param_names() tweaking too much :-P
Sometimes the (oracle only) tweak_param_names() method was causing
placeholders having > 28 chars length to exceed the 30 chars limit
imposed by Oracle. With this commit the tweak is performed by
replacement for such long placeholders and, at the same time, the
tweak has been commented out from insert/update because it is not
necessary there (placeholders are safe column name always)
2011-09-01 19:42:29 +02:00
Iñaki Arenaza
7edcbecad6 MDL-27689 Vague README-LDAP file in auth/ldap
README-LDAP referes to a file that was renamed (to auth.php) in Moodle
1.8 and no longer exists. Make clear what file we are referring to.
2011-09-01 12:43:58 +02:00
Tim Hunt
8de7858fb9 MDL-28080 coding_exception for over-long placeholder names. 2011-09-01 11:47:40 +02:00
Eloy Lafuente (stronk7)
4b5c84ae30 MDL-29198 DB - make delete_records transactional safe when needed 2011-09-01 11:05:21 +02:00
Rossiani Wijaya
fb0a425d35 MDL-27975 community block: fixed string typo 2011-09-01 17:01:13 +08:00
Rossiani Wijaya
5163bf8bb3 MDL-28689 chat module: add input.png file. This is a simple fix by copying the file from bubbles themes. Proper fix should be done in the future 2011-09-01 16:19:57 +08:00
Dongsheng Cai
f2eac75624 WEBSERVICE MDL-29170 reduce createmobiletoken capability risk level 2011-09-01 11:02:03 +08:00
Rajesh Taneja
cbe20ec362 MDL-28987 Forms Library: Added tinyMCE save for tinymce editor validation 2011-08-31 14:13:35 +08:00
Adam Olley
567282021a MDL-28987: Affix [text] to editor element in JS validation and add blur event 2011-08-31 14:09:12 +08:00
Rajesh Taneja
ac0a82cf92 MDL-23520 mod-wiki-2.0: Added delete page and version feature as it was in 1.9 2011-08-31 13:54:05 +08:00
Sam Hemelryk
3485687660 MDL-29006 block_html Added formatted to title printed on editing form when a hard freeze is in effect 2011-08-31 11:45:57 +12:00
Sam Hemelryk
14d4c6603e MDL-26811 upgrade Fixed up default handling causing exception on upgrade of used site in MSSQL 2011-08-31 11:34:21 +12:00
Eloy Lafuente (stronk7)
9805fb9f17 weekly release 2.2dev 2011-08-31 01:32:26 +02:00
Eloy Lafuente (stronk7)
2c1f86678c Merge branch 'install_master' of git://github.com/amosbot/moodle 2011-08-31 01:29:22 +02:00
Aparup Banerjee
dd0c9fb142 MDL-29005 blocks : clarified comment 2011-08-30 11:17:50 +08:00
Aparup Banerjee
d9d76da933 Merge branch 'MDL-29005' of git://github.com/mouneyrac/moodle 2011-08-30 11:07:38 +08:00
Sam Hemelryk
239ed133f1 Merge branch 'MDL-28489_master' of git://github.com/stronk7/moodle 2011-08-30 11:03:38 +12:00
Eloy Lafuente (stronk7)
c3b825e1b8 MDL-28489 site news forum - support multilang filter 2011-08-29 22:03:04 +02:00
Eloy Lafuente (stronk7)
0c4a35b2f4 Merge branch 'wip-mdl-29104' of git://github.com/rajeshtaneja/moodle 2011-08-29 13:29:58 +02:00
Eloy Lafuente (stronk7)
bae0925b4d Merge branch 'MDL-29141' of git://github.com/timhunt/moodle 2011-08-29 13:00:21 +02:00
Rajesh Taneja
c600761b15 MDL-29104 course: Fixed optional_param_array usage for load_selected_users 2011-08-29 17:30:40 +08:00
Eloy Lafuente (stronk7)
1d6d2c91d2 Merge branch 'wip-MDL-24202-master' of git://github.com/samhemelryk/moodle 2011-08-29 10:23:22 +02:00
Aparup Banerjee
a1b744594c Merge branch 'MDL-29144' of git://github.com/timhunt/moodle 2011-08-29 12:10:30 +08:00
Sam Hemelryk
1e31393dba Merge branch 'MDL-28564' of git://github.com/timhunt/moodle 2011-08-29 13:58:05 +12:00
Sam Hemelryk
9bf5af2181 MDL-24202 navigation Fixed bug caused by navigation overriding a CFG setting 2011-08-29 13:45:04 +12:00
Eloy Lafuente (stronk7)
c01a24bdef Merge branch 'MDL-28943_manage_message_name' of git://github.com/andyjdavis/moodle 2011-08-29 03:25:41 +02:00