Petr Škoda
db217f006c
MDL-41819 try to work around max_input_vars restriction
2013-12-02 08:30:47 +08:00
Dan Poltawski
828aff67d9
weekly release 2.4.7+
2013-11-29 12:52:44 +08:00
Dan Poltawski
83f506da1e
Merge branch 'install_24_STABLE' of git://git.moodle.org/moodle-install into MOODLE_24_STABLE
2013-11-29 12:52:42 +08:00
AMOS bot
eaccc920db
Automatically generated installer lang files
2013-11-28 09:12:45 +00:00
Dan Poltawski
c96069566a
Merge branch 'wip-mdl-41635-m24' of git://github.com/rajeshtaneja/moodle into MOODLE_24_STABLE
2013-11-27 11:14:52 +08:00
Rajesh Taneja
da568835a5
MDL-41635 Report: Added string to action link for display
2013-11-27 09:56:34 +08:00
Tim Lock
9bd1ba9ee6
MDL-42998: Fix user selection search options autoselectunique.
2013-11-27 09:09:52 +08:00
AMOS bot
f0cfc08699
Automatically generated installer lang files
2013-11-27 00:48:27 +00:00
Eloy Lafuente (stronk7)
62daeecc11
Merge branch 'm24_MDL-43045' of git://github.com/totara/moodle into MOODLE_24_STABLE
2013-11-26 21:30:46 +01:00
Dan Poltawski
7d784e4ade
Merge branch 'MDL-43000_24' of git://github.com/timhunt/moodle into MOODLE_24_STABLE
2013-11-26 15:06:41 +08:00
Dan Poltawski
e5ca507c6e
Merge branch 'wip-mdl-41635-m24' of git://github.com/rajeshtaneja/moodle into MOODLE_24_STABLE
2013-11-26 10:25:05 +08:00
Sam Hemelryk
10123d02f6
Merge branch 'MDL-43005-24' of git://github.com/ankitagarwal/moodle into MOODLE_24_STABLE
2013-11-26 08:41:48 +13:00
Simon Coggins
3476a15b0f
MDL-43045 report: Fix missing role name in security overview report
2013-11-26 08:24:09 +13:00
Damyon Wiese
689c45e54e
Merge branch 'wip-MDL-41257-24' of git://github.com/abgreeve/moodle into MOODLE_24_STABLE
2013-11-25 13:47:10 +08:00
Dan Poltawski
117c147757
Merge branch 'w48_MDL-37016_m24_sloppymysql' of https://github.com/skodak/moodle into MOODLE_24_STABLE
2013-11-25 13:41:00 +08:00
Damyon Wiese
45d9d6d710
Merge branch 'wip-mdl-42924-m24' of https://github.com/rajeshtaneja/moodle into MOODLE_24_STABLE
2013-11-25 13:17:13 +08:00
Dan Poltawski
717612c7aa
Merge branch 'MDL-42547_m24' of https://github.com/markn86/moodle into MOODLE_24_STABLE
2013-11-25 10:37:40 +08:00
Eloy Lafuente (stronk7)
0ecaebd487
Merge branch 'wip-MDL-29071-m24' of git://github.com/marinaglancy/moodle into MOODLE_24_STABLE
2013-11-24 16:51:37 +01:00
Petr Škoda
709752225c
MDL-37016 fix sloppy mysql nulls in event.uuid
2013-11-24 15:13:27 +08:00
Tim Hunt
70127f1f3c
MDL-43000 shortanswer qtype: handle patterns with many *s
...
Teachers were typing patterns like
********************************<em>****************************</em>
which translates into a pattern like .*.*.*.*, which is very inefficient
to try to match, althought it is equivalent ot a single .*. At a certain
point preg was just giving up.
Since people actually do this, we should simplify the regex by treating
runs of * like a single *.
2013-11-22 11:34:38 +00:00
Eloy Lafuente (stronk7)
a61d4eff50
weekly release 2.4.7+
2013-11-21 19:33:30 +01:00
Eloy Lafuente (stronk7)
9c3bfbfa3f
Merge branch 'install_24_STABLE' of git://git.moodle.org/moodle-install into MOODLE_24_STABLE
2013-11-21 19:33:25 +01:00
Ankit Agarwal
9e46c17505
MDL-43005 blogs: Fix issues with blog tags
2013-11-21 13:39:43 +08:00
Marina Glancy
6cf0f60c7d
MDL-29071 ddl: unittest for objects name length
2013-11-21 12:41:03 +11:00
Marina Glancy
f0a9fb36a3
MDL-29071 ddl: make sure object name never exceeds max length
...
Many thanks to Ray Bon for finding the problem
2013-11-21 12:40:58 +11:00
Mark Nelson
8fb24d2b43
MDL-42547 tool_uploaduser: trim values before uploading users
2013-11-20 00:38:14 -08:00
FilipBenco
7da998aee8
MDL-41635 Reports: Added missing string in loglive reports
...
Under course administration navigation log live doesn't appear
or appear with empty string (in some themes), this is happening
because text passed is empty.
2013-11-20 11:29:23 +08:00
Marina Glancy
c577657600
Merge branch 'MDL-42767-24' of git://github.com/ankitagarwal/moodle into MOODLE_24_STABLE
2013-11-20 13:24:29 +11:00
Michael Milette
4dba407997
MDL-41257 calendar: Day and Upcoming-Events view not processed through text_filters() function
...
This fix adds text filtering to the Calendar Day view and Upcoming Events view, specifically the event name and event description.
Signed-off-by: Michael Milette <michael.milette@instruxmedia.com >
2013-11-20 10:18:20 +08:00
Rajesh Taneja
183c7cb3f5
MDL-42924 Administration: use normalize_component to extract plugin name and type
2013-11-19 12:02:16 +08:00
Sam Hemelryk
5ba78ea1ff
MDL-42060 block_course_list: fixed sorting of mycourses
2013-11-19 10:42:20 +08:00
Dan Poltawski
b6ebf8d770
Merge branch 'MDL-42181_24' of git://github.com/mkassaei/moodle into MOODLE_24_STABLE
2013-11-19 10:07:09 +08:00
Damyon Wiese
199e6445f8
Merge branch 'm24_MDL-40223' of git://github.com/danmarsden/moodle into MOODLE_24_STABLE
2013-11-19 09:51:53 +08:00
AMOS bot
3cf10869b6
Automatically generated installer lang files
2013-11-19 00:40:30 +00:00
Dan Marsden
2e0a4ca447
MDL-40223 SCORM: pass limit into function instead of hardcoding to allow cross-db
2013-11-19 13:31:33 +13:00
Sam Hemelryk
12bba6cc09
Merge branch 'MDL-41316-24' of git://github.com/ankitagarwal/moodle into MOODLE_24_STABLE
2013-11-19 12:27:45 +13:00
Sam Hemelryk
c53ee31d46
Merge branch 'MDL-42863_24' of git://github.com/timhunt/moodle into MOODLE_24_STABLE
2013-11-19 12:03:14 +13:00
Sam Hemelryk
7bfd342445
Merge branch 'MDL-42865_24' of git://github.com/timhunt/moodle into MOODLE_24_STABLE
2013-11-19 11:50:23 +13:00
Sam Hemelryk
7d181fd82d
Merge branch 'MDL-42853-24' of git://github.com/FMCorz/moodle into MOODLE_24_STABLE
2013-11-19 10:07:49 +13:00
Ankit Agarwal
34f1a739f1
MDL-42767 notes: Delete notes on a course delete
2013-11-18 16:09:16 +08:00
Dan Poltawski
f7a061c2c1
Merge branch 'MDL-42880b_24' of git://github.com/timhunt/moodle into MOODLE_24_STABLE
2013-11-18 15:38:50 +08:00
Damyon Wiese
67c0ced049
Merge branch 'm24_MDL-41695' of git://github.com/danmarsden/moodle into MOODLE_24_STABLE
2013-11-18 15:21:37 +08:00
Dan Marsden
0b0e98d794
MDL-41695 SCORM: allow unlimited decimal places in CMIDecimal
2013-11-18 10:30:15 +13:00
Dan Marsden
e0a4008f4e
MDL-40223 SCORM: update scorm->launch param after restore - also check that scorm->launch is valid.
2013-11-18 09:54:39 +13:00
Tim Hunt
cade07b451
MDL-42880 quiz settings: remove unnecessary disabledif rules.
...
These rules were causing problems in the case where the form was
sumitted with validation errors. In that case, the During the attempt ->
The attempt checkbox was becoming unset, and hence the other During the
attmept checkboxes became disabled, and the values were not saved.
Thanks to Sam Marshall for suggesting this fix.
2013-11-15 19:20:20 +00:00
M Kassaei
00d737bbe8
MDL-42181 quiz nav: highight all buttons when all Qs on one page
2013-11-15 16:33:45 +00:00
Tim Hunt
24e3e96a78
MDL-42865 Make XMLDB foreign key check more robust.
...
Otherwise, installing one bad add-on can completely break this report.
2013-11-15 14:57:30 +00:00
Tim Hunt
6c6ae7361c
MDL-42863 make capabilities overview more fault-tolerant.
2013-11-15 14:57:18 +00:00
Eloy Lafuente (stronk7)
9f887be6a6
weekly release 2.4.7+
2013-11-15 11:14:49 +01:00
Eloy Lafuente (stronk7)
c250a0d330
Merge branch 'install_24_STABLE' of git://git.moodle.org/moodle-install into MOODLE_24_STABLE
2013-11-15 11:14:44 +01:00