Frederic Massart
20f8cd8551
MDL-42951 curl: Always keep the last headers of a request
2013-12-02 10:55:57 +13:00
Matteo Scaramuccia
18d2aac902
MDL-43039 Libraries "The session partition is full." false positive.
2013-11-30 14:35:31 +01:00
Petr Škoda
78da7d9529
MDL-43106 fix double cookies on first access
2013-11-29 15:47:52 +08:00
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
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
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
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
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
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
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
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
Frederic Massart
72cf8c6ca3
MDL-42985 curl: Correctly apply rule proxybypass
2013-11-25 14:51:18 +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
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
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
Petr Škoda
bf5a6920bc
MDL-37016 fix sloppy mysql nulls in event.uuid
2013-11-24 15:11:33 +08:00
Marina Glancy
5ad8fa096d
MDL-43024 course: fixed bug for accessing section options
2013-11-22 12:39:55 +11: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
Damyon Wiese
981e960d34
MDL-42930 Release upgrade line: Fix ordering for tinymce
2013-11-20 11:50:38 +08:00
Ankit Agarwal
bdfb46a2d0
MDL-42767 notes: Delete notes on a course delete
2013-11-20 13:22:07 +11:00
Aaron Barnes
b642702aa2
MDL-42913 lib/grouplib.php: Avoid cache sometimes for groups_get_all_groups
...
The new groups cache returns unexpected results when you pass
in a field parameter than would normally change the result array index
2013-11-20 12:02:15 +13:00
Rajesh Taneja
740d260ce7
MDL-42924 Administration: use normalize_component to extract plugin name and type
2013-11-19 11:56:04 +08:00
Mark Nelson
dd7b9d1dce
MDL-42553 core_calendar: third party calendar types can now be uninstalled
2013-11-19 14:32:25 +13:00
Gareth J Barnard
600ad57d35
MDL-42852 lib: Blocks disappear in Clean in RTL.
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-19 11:42:56 +13:00
Damyon Wiese
02e45bf269
Merge branch 'MDL-42808-master' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2013-11-18 15:27:22 +08:00
sam marshall
7ed24ca351
MDL-42582 Availability: Restriction display incorrect for multi-para Labels
...
When a label has multiple paragraphs, its name (converted to plain text)
contains a line feed. Due to an error in regular expressions that don't
accept the line feed, this caused incorrect display on the course page
when that label is shown as a requirement for accessing another activity.
2013-11-18 14:54:55 +08:00
Mark Nelson
e98f145ccc
MDL-42884 core_user: fixed issue when deleting users with invalid emails throws invalidusername exception
2013-11-18 14:48:36 +08:00
Damyon Wiese
005e784e22
MDL-42930 Add 2.6.0 upgrade line
2013-11-18 11:41:59 +08:00
Marina Glancy
2b6344c1d0
Merge branch 'MDL-42887-master' of git://github.com/damyon/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-15 17:27:50 +11:00
Damyon Wiese
d8383b247e
MDL-42887 Forms: Collapse all field elements below their labels on screens less than 1180px
...
Includes css fixes to make the question type edit screens look OK with this change.
2013-11-15 13:40:27 +08:00
Eloy Lafuente (stronk7)
9a36c7d95c
Merge branch 'MDL-42447_master' of git://github.com/dmonllao/moodle
2013-11-15 02:11:27 +01:00
David Monllao
58a3a34e38
MDL-42447 performance: New var to add perf. info to redirections
2013-11-15 09:10:22 +08:00
Damyon Wiese
f2f23af955
Merge branch 'MDL-42711-master' of git://github.com/nebgor/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-14 17:18:44 +08:00
Damyon Wiese
2034716c16
Merge branch 'MDL-33536-master' of git://github.com/damyon/moodle
2013-11-13 13:10:42 +08:00
Damyon Wiese
2b997ab5dd
MDL-33536 Navigation: Add missing require_once for safety.
2013-11-13 09:59:44 +08:00
Eloy Lafuente (stronk7)
183f84b5c3
Merge branch 'wip_master_mdl-42723' of https://github.com/iarenaza/moodle
2013-11-13 01:03:09 +01:00
Damyon Wiese
a6b35417c0
Merge branch 'w46_MDL-42503_m26_stringfilters' of https://github.com/skodak/moodle
2013-11-12 14:22:28 +08:00
Jason Fowler
0b11609944
MDL-42684 TinyMCE: Correct widths on screens with narrow fieldsets
2013-11-12 14:10:01 +08:00
Sam Hemelryk
0ac5863d86
Merge branch 'wip-MDL-41158-master-two' of git://github.com/abgreeve/moodle
2013-11-12 13:20:12 +08:00
Marina Glancy
b6168f132b
Merge branch 'MDL-42276_master' of https://github.com/markn86/moodle
2013-11-12 15:11:19 +11:00
Adrian Greeve
e351bed5c1
MDL-42812 libraries: Update username_load_fields_from_object to add the prefix to everything.
2013-11-12 11:30:16 +08:00
Andrew Nicols
734b5b500e
MDL-42810 ActionMenu: Hide the ActionMenu when clicking on primary links
2013-11-12 11:18:33 +08:00
Adrian Greeve
3263a3562d
MDL-41158 mod_workshop: Workshop submission alternate name field fix.
2013-11-12 10:40:23 +08:00
Marina Glancy
57c9bdb250
Merge branch 'MDL-42809-master' of git://github.com/andrewnicols/moodle
2013-11-12 13:34:01 +11:00
Adrian Greeve
29fa62cfd9
MDL-42812 libraries: Update username_load_fields_from_object to add the prefix to everything.
2013-11-12 10:17:59 +08:00