Andrew Nicols
6dae822543
MDL-43105 JavaScript: Use the correct versions of our rollups
2013-11-28 12:32:18 +08:00
Andrew Nicols
451044df4e
MDL-43018 JavaScript: Correct joining of multiple minified JS
...
When minifiying JS, unnecessary semi-colons are removed - this includes the
trailing semi-colon.
Since we join multiple files together after minification, we need to add an
additional semi-colon in this situation to produce valid JavaScript.
2013-11-28 11:54:53 +08:00
Adrian Greeve
9daaa37aac
MDL-43058 reports: updated sql to return fullnames in security check reports.
2013-11-27 14:57:11 +08:00
Rajesh Taneja
1880d3684c
MDL-43048 block_tags: Initalised content->text for tags block
2013-11-27 14:37:07 +08:00
Mark Nelson
dcef51b614
MDL-42885 tool_uploaduser: removed misleading debugging message
2013-11-26 21:26:23 -08:00
Dan Poltawski
66d40a5dae
MDL-42942 behat: increment version
2013-11-27 11:37:32 +08:00
Dan Poltawski
9e56dabab6
Merge branch 'MDL-42942_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-11-27 11:37:25 +08:00
Marina Glancy
168e14feee
MDL-42508 folder: add module generator
2013-11-27 12:36:12 +13:00
Marina Glancy
137778af00
MDL-42508 imspcp: add module generator
2013-11-27 12:36:11 +13:00
Marina Glancy
d4d848343b
MDL-42508 scorm: add module generator
2013-11-27 12:36:11 +13:00
Tim Lock
7f3fca8ff1
MDL-33971: When viewing course log entries for Quiz View Summary a number is displayed not the quiz name
2013-11-27 08:14:04 +10:30
Eloy Lafuente (stronk7)
a01d727a31
Merge branch 'm26_MDL-43045' of git://github.com/totara/moodle into MOODLE_26_STABLE
2013-11-26 21:28:25 +01:00
Ruslan Kabalin
d149d894a0
MDL-43071 assign: Fix offline grades import for scale grading.
2013-11-26 16:44:41 +00:00
rwijaya
4c1ac80799
MDL-42918: fixed fullscreen width for multichoice answers editor
2013-11-26 18:34:55 +08:00
Damyon Wiese
1e9c117f50
Merge branch 'wip-MDL-43008-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2013-11-26 16:59:04 +08:00
Adrian Greeve
55b02e02e6
MDL-43008 calendar: Allow calendar plugins to display setting pages.
2013-11-26 15:50:31 +08:00
Tim Hunt
cead41882b
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-26 15:06:15 +08:00
Dan Poltawski
44e5ac93bc
Merge branch 'MDL-40741_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-11-26 14:57:15 +08:00
Damyon Wiese
b451ddf416
MDL-43065 Backup: Prevent any responsiveness in backup/restore forms
...
Adding 'unresponsive' class to any moodle form will prevent the default
collapsing on screens < 1200px.
2013-11-26 14:50:21 +08:00
Dan Poltawski
46d1d519f8
Merge branch 'MDL-42851_m26' of git://github.com/rwijaya/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-26 14:48:38 +08:00
Damyon Wiese
c18fe9ec19
MDL-42919 Question: Remove   from empty labels
...
This allows the form elements with empty labels to "fold" properly.
2013-11-26 13:32:46 +08:00
Damyon Wiese
f5af9b62e8
MDL-41919 Forms: Add a class to form elements with an empty label
...
This means they can be styled properly when the form is folded with
the labels above the form fields.
2013-11-26 13:32:11 +08:00
Dan Poltawski
ace15cee6d
Merge branch 'wip-MDL-43006-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2013-11-26 13:24:41 +08:00
David Monllao
addedcb142
MDL-40741 behat: Changing xpaths for clean theme
...
Keeps compatibility with standard theme.
2013-11-26 13:00:24 +08:00
Dan Poltawski
e55207d9d7
Merge branch 'MDL-42733_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-11-26 12:09:47 +08:00
Tim Lock
4743fdf290
MDL-42998: Fix user selection search options autoselectunique.
2013-11-26 10:50:17 +08:00
Dan Poltawski
5ffad8a406
Merge branch 'MDL-43050_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-11-26 10:42:08 +08:00
Dan Poltawski
00b965f609
Merge branch 'wip-mdl-41635-m26' of git://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2013-11-26 10:25:01 +08:00
Damyon Wiese
5f9aa41321
Merge branch 'wip-MDL-40850-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2013-11-26 09:33:36 +08:00
Ankit Agarwal
5c1adaddba
MDL-43005 blogs: Fix issues with blog tags
2013-11-26 08:43:39 +13:00
Sam Hemelryk
390896d3d9
Merge branch 'MDL-43037_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2013-11-26 08:36:09 +13:00
Simon Coggins
eab8b262be
MDL-43045 report: Fix missing role name in security overview report
2013-11-26 08:22:37 +13:00
David Monllao
5464179b31
MDL-42842 behat: Adding a new formatter
...
Based on ProgressFormatter, the site info
will be displayed when the suite begins.
2013-11-25 16:01:52 +08:00
David Monllao
99a4c833b6
MDL-42842 testing: Generalization of the site info
2013-11-25 16:00:43 +08:00
David Monllao
da920040ad
MDL-43050 behat: Fixing moodlehq/behat-extension version
2013-11-25 15:48:04 +08:00
Marina Glancy
fdbd1d7a9d
MDL-42925 course: Changed help string for course format selection
2013-11-25 15:44:06 +08:00
rwijaya
bb68dfc002
MDL-42858 Course Management: Update phpunit test for core_course_management_helper_test
2013-11-25 15:40:07 +08:00
Frederic Massart
72cf8c6ca3
MDL-42985 curl: Correctly apply rule proxybypass
2013-11-25 14:51:18 +08:00
Damyon Wiese
a1554ea241
Merge branch 'wip-MDL-41257-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2013-11-25 14:02:30 +08:00
Dan Poltawski
749db57b4c
Merge branch 'w48_MDL-37016_m26_sloppymysql' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2013-11-25 13:40:56 +08:00
Marina Glancy
3b62f94787
MDL-43028 navigation: correct capability check
2013-11-25 13:29:11 +08:00
Rajesh Taneja
13d5afea34
MDL-43028 Navigation: Setting proper page properties on admin pages
2013-11-25 13:29:02 +08:00
Damyon Wiese
025bd122a6
Merge branch 'wip-mdl-42924-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2013-11-25 13:16:37 +08:00
Tim Lock
7ce782e654
MDL-43020: Fix lesson scale warnings when deleting user attempts
2013-11-25 15:10:05 +10:30
Damyon Wiese
c3208c17d1
Merge branch 'MDL-42913a-26' of https://github.com/srynot4sale/moodle into MOODLE_26_STABLE
2013-11-25 12:30:23 +08:00
Dan Poltawski
0f4ea5911c
Merge branch '43016-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2013-11-25 12:22:56 +08:00
Marina Glancy
b955d07c33
MDL-43006 behat: adding javascript tag because of behat bug
...
behat without JS does not submit the empty textarea field causing notice in the form processing
2013-11-25 15:00:28 +11:00
Dan Marsden
60ee7cebc7
MDL-42992 SCORM: Always allow IE to resize window
2013-11-25 11:18:18 +08:00
Dan Poltawski
6508a3c68e
Merge branch 'wip-MDL-43024-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2013-11-25 11:06:41 +08:00
Dan Poltawski
9e2bc0490f
Merge branch 'MDL-42858_m26' of git://github.com/rwijaya/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-25 10:49:02 +08:00