Andrew Robert Nicols
74972abc29
MDL-38473 JavaScript: Migrate moodle-core-chooserdialogue to use Shifter
2013-03-14 01:25:44 +00:00
Andrew Robert Nicols
9488b9fbe0
MDL-38472 JavaScript: Migrate moodle-core-popuphelp to Shifter
2013-03-14 01:21:18 +00:00
Andrew Robert Nicols
5c0a9d479a
MDL-38471 JavaScript: Migrate moodle-core-notification to use Shifter
2013-03-14 00:52:32 +00:00
David Mudrák
c3d0157b0d
MDL-38215 Fix cross-db support in workshop SQL queries
...
The $sql used in these methods may contain multiple parts glued
together by the UNION operator. Simply appending the ORDER BY statement
to the end of the query does not work in all DBs (failure reported at
Oracle). Following the pattern already applied in MDL-30051, we wrap the
SQL into yet another SELECT statement and perform ordering there.
Credit goes to Sara Cenni for suggesting the fix.
2013-03-13 14:58:50 +01:00
David Mudrák
5230f6a720
MDL-38456 Allow colons in paths passed to mdeploy.php utility
...
The input_manager now accepts colons (:) in TYPE_PATH options, but only
in cases where the colon is used as a part of Windows drive labels, as
in C:\apache.
2013-03-13 12:08:38 +01:00
Damyon Wiese
b37e555f6d
Merge branch 'MDL-38184_master-winfix' of git://github.com/dmonllao/moodle
2013-03-13 16:12:00 +08:00
David Monllao
e533d14f09
MDL-38184 behat: Fixing problem with Windows tests
2013-03-13 15:21:57 +08:00
Aparup Banerjee
e186442497
Merge branch 'MDL-36990_master-neu' of git://github.com/grabs/moodle
2013-03-13 14:59:47 +08:00
Andreas Grabs
205c61898d
MDL-36990 mod_feedback - remove single move icon, prevent autoscrolling
2013-03-13 07:32:04 +01:00
Frederic Massart
9d325e60ae
MDL-38453 form: RTL styles for short forms
2013-03-13 14:08:15 +08:00
Frederic Massart
9ec532bef5
MDL-37959 form: Aria attribute set on collapsible sections
2013-03-13 11:14:20 +08:00
Frederic Massart
0b8bb3fe5f
MDL-38049 form: Collapsed sections are hidden on page load
2013-03-13 10:28:37 +08:00
Eloy Lafuente (stronk7)
2a28b5d4ad
Merge branch 'MDL-38268-master' of https://github.com/jfilip/moodle
2013-03-13 01:14:03 +01:00
Eloy Lafuente (stronk7)
0e5781a7ff
Merge branch 'MDL-30166-master' of git://github.com/ankitagarwal/moodle
2013-03-13 01:08:26 +01:00
Eloy Lafuente (stronk7)
2472cdd305
Merge branch 'wip-mdl-38332' of git://github.com/rajeshtaneja/moodle
2013-03-12 22:50:32 +01:00
Davo Smith
3d38777333
MDL-38426 mod_label - correctly handle plain text that has been added by drag and drop upload
2013-03-12 19:46:14 +00:00
Eloy Lafuente (stronk7)
613eebfc6a
MDL-38212 fix related unit tests.
...
For statslib tests was enough to require cronlib.php as
far as all the tests there are using ob-capture / output
expectations, so the new function does not bork anything.
For pluginlib tests finally the use was deleted because
it's a part of cron not interesting (should be always "cheap")
and to keep it there we should be adding a bunch of output
expectations under some cases, for practically nothing.
2013-03-12 19:35:16 +01:00
Shamim Rezaie
ba23e9a57b
MDL-37664 course: Fix drag & drop RTL mode issue
2013-03-12 15:43:40 +00:00
Eloy Lafuente (stronk7)
cedc656bdd
MDL-38212 Add a little note about the output change.
2013-03-12 16:08:49 +01:00
sam marshall
3a09f4dc64
MDL-38035 Activity settings: Support multilang names for custom user fields
2013-03-12 15:05:24 +00:00
Eloy Lafuente (stronk7)
63b738a177
Merge branch 'MDL-38212' of git://github.com/timhunt/moodle
2013-03-12 16:02:39 +01:00
Kordan
f6adb060f8
MDL-38424 theme_formal_white: added suggestions to css custom styles description
2013-03-12 13:45:08 +01:00
Andrew Robert Nicols
6f07bf766b
MDL-38166 mod_data Add option to open url in a new window
2013-03-12 11:29:17 +00:00
Rajesh Taneja
9a51c3d95c
MDL-36395: Converted hard-coded MAX_USER_PER_PAGE to config setting
...
course, cohort, enrol, role, groups and forum used to use hard-coded
MAX_USERS_PER_PAGE=100 for rendering user list. This has been converted
to $CFG->maxusersperpage.
2013-03-12 17:14:53 +08:00
Ankit Agarwal
50c02a3556
MDL-36872 reports: Fixing incorrect sorting of recent activites by timestamp
2013-03-12 17:04:53 +08:00
Aparup Banerjee
02dcf9b501
Merge branch 'wip-MDL-35875-master' of git://github.com/phalacee/moodle
2013-03-12 16:53:45 +08:00
Damyon Wiese
61cd50618a
Merge branch 'MDL-38184_master' of git://github.com/dmonllao/moodle
2013-03-12 16:35:19 +08:00
Frederic Massart
41068d989b
MDL-38340 form: Last fieldset is collapsed by default
2013-03-12 16:19:17 +08:00
Frederic Massart
f160f97c12
MDL-38435 form: Sections can be expanded by default
2013-03-12 16:18:07 +08:00
Damyon Wiese
3de89ef8ea
Merge branch 'MDL-38346_master-fix' of git://github.com/dmonllao/moodle
2013-03-12 16:11:38 +08:00
Damyon Wiese
43c791653b
Merge branch 'MDL-34011' of git://github.com/rwijaya/moodle
2013-03-12 16:03:53 +08:00
Aparup Banerjee
ca5cb4ccac
Merge branch 'MDL-35615' of git://github.com/rwijaya/moodle
2013-03-12 15:55:17 +08:00
Frederic Massart
fb69f811a8
MDL-38418 grade: Course settings sections are expanded by default
2013-03-12 15:47:10 +08:00
Frederic Massart
a4faf4f416
MDL-38416 grade: Grader report settings expands section by default
2013-03-12 15:19:44 +08:00
David Monllao
7532ea010a
MDL-38346 behat: Quick fix to remove nasty strings
2013-03-12 15:17:23 +08:00
Rossiani Wijaya
43deb1a4c4
MDL-34011 Lesson module - short answer question: fixed student attempt statistics
2013-03-12 14:16:15 +08:00
Damyon Wiese
ee8640a906
MDL-34011 Lesson module: fixed incorrect display of student attempt for short answer question
2013-03-12 14:08:05 +08:00
Frederic Massart
b75f1575c6
MDL-38330 blog: Behat tests for commenting
2013-03-12 13:56:36 +08:00
Damyon Wiese
f196cfe83a
Merge branch 'wip-MDL-38406-master' of git://github.com/marinaglancy/moodle
2013-03-12 13:51:40 +08:00
Aparup Banerjee
e14cc639f1
Merge branch 'MDL-38356-m' of git://github.com/andrewnicols/moodle
2013-03-12 13:37:25 +08:00
Aparup Banerjee
34bbe80617
Merge branch 'MDL-35582_message_labels' of git://github.com/andyjdavis/moodle
2013-03-12 13:26:33 +08:00
Frederic Massart
2ce5fd502f
MDL-38414 course: Settings form displays all role renaming fields
2013-03-12 13:04:02 +08:00
Rajesh Taneja
4f49e74fae
MDL-38431 comment: profile url should be escaped, as it's used in html
2013-03-12 12:27:02 +08:00
Aparup Banerjee
e0567bc2a3
MDL-36990 mod_feedback : minor whitespace clean up
2013-03-12 12:25:38 +08:00
Aparup Banerjee
7b37b805d6
Merge branch 'MDL-36990_master-neu' of git://github.com/grabs/moodle
2013-03-12 12:22:28 +08:00
Ankit Agarwal
6e9d3c19e3
MDL-38370 scorm: Fixing strict standard errors in outline report
2013-03-12 11:43:10 +08:00
Rajesh Taneja
5288af68fc
MDL-38431 comment: Pass formated comment created time to JS and print_comment
2013-03-12 11:25:49 +08:00
Mary Evans
3acb97f062
MDL-37771 themes: Fixed table header color in Question Bank window block.
...
modified: theme/anomaly/style/general.css
modified: theme/base/style/question.css
modified: theme/magazine/style/core.css
modified: theme/serenity/style/core.css
modified: theme/splash/style/blue.css
modified: theme/splash/style/green.css
modified: theme/splash/style/orange.css
modified: theme/splash/style/pagelayout.css
modified: theme/splash/style/red.css
2013-03-12 11:25:23 +08:00
Aparup Banerjee
58437b4cd3
Merge branch 'wip-mdl-35716' of git://github.com/rajeshtaneja/moodle
2013-03-12 10:49:18 +08:00
Ankit Agarwal
7a241d8102
MDL-30166 Remove deprecated %fullname% from core
...
Thanks to Matheus Kautzmann for the initial patch.
2013-03-12 10:38:09 +08:00