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
Dan Poltawski
a2aceccdbe
Merge branch 'MDL-42957-26' of git://github.com/jamiepratt/moodle into MOODLE_26_STABLE
2013-11-25 10:43:31 +08:00
Dan Poltawski
d3ec6a9dcf
Merge branch 'MDL-42547_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2013-11-25 10:37:36 +08:00
Rajesh Taneja
80140c4592
MDL-42904 self_enrol: Set customint1 if it's null
2013-11-25 10:02:01 +08:00
Tim Lock
7a2b15647e
MDL-43020: Fix calculation of lesson scale value warning
2013-11-25 09:33:14 +10:30
Petr Škoda
bf5a6920bc
MDL-37016 fix sloppy mysql nulls in event.uuid
2013-11-24 15:11:33 +08:00
Mark Nelson
295b622b0b
MDL-43037 mod_quiz: retrieve all name fields for the user override pages
2013-11-23 16:18:12 -08:00
rwijaya
aa5b71c005
MDL-42851 frontpage: fix rtl in clean theme for course listings
2013-11-22 15:49:06 +08:00
Marina Glancy
5ad8fa096d
MDL-43024 course: fixed bug for accessing section options
2013-11-22 12:39:55 +11:00
Tim Lock
ab077b368c
MDL-43020: Lesson using a scale always gives the minimum scale value
2013-11-22 07:20:24 +10:30
Sam Hemelryk
5e946b2ceb
MDL-43016 block_navigation: fixed category link display
2013-11-22 09:00:09 +13:00
Eloy Lafuente (stronk7)
ca3b210680
weekly release 2.6+
2013-11-21 19:33:44 +01:00
rwijaya
2834f79e73
MDL-42858 Course Management: fix regression for subcategories visibility
2013-11-21 15:34:40 +08:00
David Monllao
bf752eb38b
MDL-42733 behat: Removing the restriction of an started output to handle the PHP errors
2013-11-21 14:35:43 +08:00
Marina Glancy
5018c28e43
MDL-40850 editor: Manage files popup correctly sets the course/cm context
2013-11-21 11:56:36 +11:00
Mark Nelson
2f874214ba
MDL-42547 tool_uploaduser: trim values before uploading users
2013-11-20 00:32:15 -08:00
James Pratt
e4b17111a4
MDL-42957 quiz statistics : Hardcoded sql LIMIT clause
2013-11-20 11:32:27 +07:00