Marina Glancy
4f10bc6bb0
Merge branch '42301-26' of git://github.com/samhemelryk/moodle
2013-10-23 13:51:00 +11:00
Marina Glancy
63e77f410d
Merge branch 'w43_MDL-42414_m26_rev' of https://github.com/skodak/moodle
2013-10-23 13:11:13 +11:00
Marina Glancy
c5df0a63bc
Merge branch '42170-26' of git://github.com/samhemelryk/moodle
2013-10-23 11:43:23 +11:00
Marina Glancy
f9c86035c9
Merge branch '42316-26' of git://github.com/samhemelryk/moodle
2013-10-23 11:05:59 +11:00
Marina Glancy
0d7b312247
MDL-42486 enrol: fixed bug in URL on manage enrol plugins page
2013-10-23 10:44:22 +11:00
Marina Glancy
295825feb6
Merge branch 'w43_MDL-37813_m26_filterall' of https://github.com/skodak/moodle
2013-10-23 10:17:00 +11:00
Davo Smith
60b8708076
MDL-42355 assignfeedback_editpdf - do not start a new comment immediately when deselecting the old comment
2013-10-22 18:46:45 +01:00
Davo Smith
6e67d80d50
MDL-42482 assignfeedback_editpdf - prevent blank comments from disappearing when the menu is opened
2013-10-22 18:26:44 +01:00
Dan Poltawski
34fb3545ea
on demand release 2.6beta+
...
Thanks to all who entered the competition to find the mistake in the
last commit. It was spotted by none other than super-awesome Moodler
Justin Filip.
He collects a beer from me at our next available meeting.
2013-10-22 23:05:02 +08:00
Davo Smith
114913e31f
MDL-42352 assignfeedback_editpdf - prevent scrolling when clicking on buttons
2013-10-22 15:09:15 +01:00
Dan Poltawski
129ceb5849
on demand release 2.5beta+
2013-10-22 20:52:44 +08:00
Dan Poltawski
174df12acb
Merge branch 'install_master' of git://git.moodle.org/moodle-install
2013-10-22 20:51:30 +08:00
Aaron Barnes
d2cd4acab1
MDL-42476 report_progress: don't browser sniff for SVG support
...
Use feature detection, its more robust and better practice.
2013-10-23 00:12:18 +13:00
Jerome Mouneyrac
6bdb788679
MDL-24380 Chat: autoscroll help popup incorrect and doesn't display fully
2013-10-22 12:35:23 +02:00
Dan Poltawski
8c3ebb1a9f
Merge branch 'w43_MDL-42440_m26_authenable' of https://github.com/skodak/moodle
2013-10-22 12:16:53 +02:00
Dan Poltawski
2d79065013
Merge branch 'MDL-42112-master' of git://github.com/damyon/moodle
2013-10-22 12:16:53 +02:00
Dan Poltawski
6f4747d7b4
Merge branch 'MDL-42340-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
theme/bootstrapbase/style/moodle.css
2013-10-22 12:16:50 +02:00
Dan Poltawski
d4256630e7
Merge branch '40976-26' of git://github.com/samhemelryk/moodle
2013-10-22 12:14:41 +02:00
Dan Poltawski
3481222e57
MDL-42459 upgrade: fix upgrade step ordering
...
Also incremented version to be safe
2013-10-22 12:14:40 +02:00
Eloy Lafuente (stronk7)
bf928b2933
Merge branch 'MDL-42459-master' of git://github.com/damyon/moodle
...
Conflicts:
version.php
2013-10-22 12:14:29 +02:00
Dan Poltawski
a8261e2830
Merge branch 'MDL-29441-master' of git://github.com/andrewnicols/moodle
2013-10-22 12:11:48 +02:00
Dan Poltawski
0c7c5e767c
Merge branch 'MDL-42115-master' of git://github.com/jamiepratt/moodle
2013-10-22 12:11:45 +02:00
Dan Poltawski
616e57d926
Merge branch 'MDL-40045_master' of https://github.com/markn86/moodle
2013-10-22 12:11:45 +02:00
Marina Glancy
a90e023b4a
Merge branch 'MDL-26170_rss' of https://github.com/andyjdavis/moodle
2013-10-22 12:11:44 +02:00
Dan Poltawski
59dca9505b
Merge branch 'wip-mdl-31405-new' of git://github.com/rajeshtaneja/moodle
2013-10-22 12:11:42 +02:00
Dan Poltawski
181b0b3c3e
Merge branch 'MDL-42117-master' of git://github.com/andrewnicols/moodle
2013-10-22 12:11:42 +02:00
Andrew Nicols
087c5d43c0
MDL-42464 mod_chat: Correct use of encoded & in link
2013-10-22 15:12:28 +08:00
Damyon Wiese
775a32c9b8
MDL-42459 Atto: Bye bye - see you in the plugins db!
2013-10-22 12:01:56 +08:00
Andrew Davis
54eb02a45c
MDL-26170 RSS: fixed RSS cache clearing when items are deleted
2013-10-22 10:29:05 +07:00
Andrew Nicols
d5367fb566
MDL-42117 JavaScript: Ensure that new activities are fully set up
...
We don't need to set up anything specifically for toolboxes any more, but
other third-party JS may require additional setup following new module
creation.
2013-10-22 11:26:44 +08:00
Andrew Nicols
b676db838b
MDL-42117 JavaScript: Don't rely on node data for course toolboxes
...
The YUI versions of getData and setData do not store the data in the DOM,
but in an instance of YUI. If you make modifications in one instance, but
apply them in another, then the data values are not accessible between
these two instances.
Additionally, there's no benefit to storing the instances on
initialisation - if anything, it increases the load overhead.
This change moves toolboxes to calculating their ancestors on click in the
same way it was done in the initialiser.
2013-10-22 11:26:36 +08:00
Rajesh Taneja
1c4d953cef
MDL-31405 Assignment: removed type in time shift reset status
...
Assignment reset shifts time for all assignments and not specific to
assignment type, hence removed type string from reset status
2013-10-22 11:10:32 +08:00
Marina Glancy
8f9560091f
Merge branch 'MDL-42239-master' of git://github.com/ankitagarwal/moodle
2013-10-22 14:08:12 +11:00
Ankit Agarwal
9c7f855b49
MDL-42239 calendar: Fix missing ids issue with mouseover panels
2013-10-22 10:39:32 +08:00
Dan Poltawski
b750557ba0
Merge branch 'MDL-42201_master' of https://github.com/markn86/moodle
2013-10-22 10:25:44 +08:00
Ankit Agarwal
0859a08d37
MDL-42173 administration: Fix alternate name warnings during registration
2013-10-22 10:03:29 +08:00
Rajesh Taneja
0daadaaeaf
MDL-34612 Restore: Gracefully handle empty file contenthash while restoring
2013-10-22 09:47:42 +08:00
Rajesh Taneja
62b6135c38
MDL-34612 Restore: Gracefully handle empty section title while restoring
2013-10-22 09:47:42 +08:00
AMOS bot
f7bff0727f
Automatically generated installer lang files
2013-10-22 00:45:38 +00:00
Marina Glancy
83a3e35e56
Merge branch 'wip-MDL-42177-master-three' of git://github.com/abgreeve/moodle
2013-10-22 09:48:57 +11:00
Mary Evans
e69133f543
MDL-42453 theme_base: Fixed Error in base/style/admin.css that breaks CSS validator.
2013-10-21 15:19:18 +01:00
Petr Škoda
d5814f4e22
MDL-41811 simplify the admin tree detection logic and fix navigation in multiple areas
2013-10-21 14:17:55 +08:00
Rajesh Taneja
bafcd3f17a
MDL-41811 navigation: Load site admin navigation
...
Go to notification page before following links within site admin
navigation, ensuring site admin navigation is loaded
With no js, test should follow site admin link and not expand it.
2013-10-21 14:17:55 +08:00
David Monllao
4338c6fc53
MDL-42408 behat: Setting the site summary
2013-10-21 14:17:54 +08:00
Rajesh Taneja
b92adf24a4
MDL-41811 navigation: Fixed navigation issues on pages
...
Few admin pages don't add navigation node and hence they should
not show site admin
2013-10-21 14:17:54 +08:00
Rajesh Taneja
8141ba8044
MDL-41811 navigation: Avoid loading site admin navigation is not required
...
If settings node is added for frontpage, category, course, module, block or user
then don't load site admin navigation.
2013-10-21 14:17:54 +08:00
Rajesh Taneja
0d206054f8
MDL-41811 Navigation: set admin navigation required in badges
2013-10-21 14:17:53 +08:00
Petr Škoda
e56c107da8
MDL-41811 tweak custom admin pages to force loading of admin tree
2013-10-21 14:17:53 +08:00
Petr Škoda
61bb8c933f
MDL-41811 find out if admin tree needed in navigation
2013-10-21 14:17:53 +08:00
Rajesh Taneja
5ab32c11b7
MDL-41811 navigation: Site admin will be loaded by ajax on non admin pages
2013-10-21 14:17:52 +08:00