Dan Poltawski
290bcd3476
MDL-47368 fix trailing whitespace
2014-10-29 11:20:29 +00:00
Dan Poltawski
0af29b0383
Merge branch 'MDL-47368' of git://github.com/timhunt/moodle
2014-10-29 11:18:15 +00:00
Julien Boulen
9b45b74e8f
MDL-47584 database SQL: add debug info on connection error notices
2014-10-29 16:59:56 +08:00
Damyon Wiese
60c1108c30
Merge branch 'wip-MDL-47647-master' of git://github.com/abgreeve/moodle
2014-10-29 16:18:03 +08:00
Marina Glancy
72dbe74e7e
Merge branch 'MDL-47916-master' of git://github.com/jleyva/moodle
2014-10-29 16:15:07 +08:00
Damyon Wiese
520bcbb9ab
Merge branch 'MDL-47946-master' of git://github.com/andrewnicols/moodle
2014-10-29 15:53:17 +08:00
Damyon Wiese
e562a1b25b
Merge branch 'MDL-46219' of https://github.com/dkns/moodle
2014-10-29 15:37:47 +08:00
Damyon Wiese
7154f954c7
Merge branch 'MDL-47755_master' of https://github.com/totara/openbadges
2014-10-29 15:31:58 +08:00
Damyon Wiese
3c459b6300
Merge branch 'wip-MDL-47796-master' of git://github.com/abgreeve/moodle
2014-10-29 15:15:14 +08:00
Damyon Wiese
412430c392
Merge branch 'MDL-47805-master' of git://github.com/ankitagarwal/moodle
2014-10-29 14:46:06 +08:00
Damyon Wiese
cf63799155
Merge branch 'MDL-47227_master' of https://github.com/crazyserver/moodle
2014-10-29 14:44:08 +08:00
Damyon Wiese
857c7b4986
Merge branch 'MDL-47201-master' of git://github.com/xow/moodle
2014-10-29 14:24:28 +08:00
Adrian Greeve
7e7715fb6b
MDL-47796 mod_data: Fix display of group records.
...
When viewing entries as a teacher in separate group
mode, changing the group would result in random
entries being shown.
2014-10-29 13:52:29 +08:00
Damyon Wiese
cf13ece570
Merge branch 'MDL-47898-master' of git://github.com/andrewnicols/moodle
2014-10-29 13:36:17 +08:00
Damyon Wiese
e30a684a4b
Merge branch 'master_MDL-33939' of https://github.com/danmarsden/moodle
2014-10-29 13:23:28 +08:00
Damyon Wiese
5bfca73e5d
Merge branch 'wip-MDL-46517-master' of git://github.com/marinaglancy/moodle
2014-10-29 13:01:35 +08:00
Damyon Wiese
d7c1945472
Merge branch 'wip-MDL-40343-master' of git://github.com/ds125v/moodle
...
Conflicts:
mod/forum/styles.css
2014-10-29 12:53:21 +08:00
Andrea Bicciolo
087be6ca90
MDL-47201 Reports: Read from multiple log stores in outline report
2014-10-29 12:49:12 +08:00
Andrew Nicols
8271c89a94
MDL-47946 mod_forum: Correct strings in behat features
...
These are a regression from MDL-46215.
2014-10-29 12:01:41 +08:00
Damyon Wiese
d9033c0e6d
Merge branch 'MDL-47835_master' of git://github.com/dmonllao/moodle
2014-10-29 11:19:46 +08:00
David Monllao
3c26a30799
MDL-47835 block_recent_activity: Same entry keys order
...
insert_records() is sensitive to the order of the keys
assigned to the inserted objects (inserted as arrays in
this case). Now keys are assigned using the same order.
2014-10-29 10:54:11 +08:00
Marina Glancy
a0ef87de1f
MDL-46517 calendar: adjust display for DST
...
Thanks to Jo Matthews for providing a patch
2014-10-29 10:31:28 +08:00
Corey Wallis
91465b5095
MDL-46517 calendar: adjust dates for DST
...
Change-Id: I269382031e4ffa714396f3d9ce2315a5c96d929c
2014-10-29 10:31:28 +08:00
Damyon Wiese
4d0fe0ec94
Merge branch 'wip-MDL-36987-master' of git://github.com/marinaglancy/moodle
2014-10-29 10:20:47 +08:00
Tim Hunt
e3d3e1e652
MDL-47368 quiz editing: fix icon url generation.
2014-10-28 18:45:17 +00:00
Dan Poltawski
32a69a7d7a
on-demand release 2.8beta+
2014-10-28 12:32:50 +00:00
Dan Poltawski
3f80a7edce
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-10-28 12:32:48 +00:00
Dan Poltawski
ac3d43b6ec
Merge branch 'MDL-47877-master' of git://github.com/andrewnicols/moodle
2014-10-28 12:25:27 +00:00
Dan Poltawski
08f289c617
MDL-47703 fix trailing whitespace
2014-10-28 12:21:30 +00:00
Dan Poltawski
31d6d2ae41
Merge branch 'MDL-47703-master' of git://github.com/FMCorz/moodle
2014-10-28 11:40:27 +00:00
Tim Hunt
08ab7a3c10
MDL-47368 core JS: dragdrop click move fills the dom with divs
...
Every time you click the move icon, it builds a new dialogue with a list
of drop targets, but it never discards the old ones. Not only does this
fill the DOM with junk, but it also causes Behat tests to fail, since
the old dialogues come first, and are hidden, but contain links with the
same text that you are trying to click.
2014-10-28 11:32:44 +00:00
Colin Chambers
a69f81f0d3
MDL-47368 Edit quiz: page should not reload so often
...
The approach is that we have a new JavaScript function
M.mod_quiz.resource_toolbox.reorganise_edit_page which, after a ajax
action, fixes up everything like page breaks, page and question numbers,
that might now be wrong.
We call that function instead of reloading the page.
Also, there are a lot more Behat tests to verify this works correctly.
AMOS BEGIN
MOV [joinpages,mod_quiz],[removepagebreak,mod_quiz]
MOV [splitpages,mod_quiz],[addpagebreak,mod_quiz]
AMOS END
2014-10-28 11:32:42 +00:00
Marina Glancy
b5478757c6
Merge branch 'MDL-47889-master' of git://github.com/FMCorz/moodle
2014-10-28 17:55:06 +08:00
Marina Glancy
001652d743
Merge branch 'wip-mdl-47850-m' of git://github.com/rajeshtaneja/moodle
2014-10-28 17:26:57 +08:00
Andrew Nicols
7545e84661
MDL-47877 mod_forum: Correct subscription options for forums
...
Test was the wrong way around when checking subscription state.
2014-10-28 15:57:12 +08:00
Marina Glancy
45b7a397bb
Merge branch 'MDL-46215-master-fixes' of git://github.com/andrewnicols/moodle
2014-10-28 15:37:05 +08:00
Pau Ferrer Ocaña
912296ad30
MDL-47227 admin: Fix user bulk selection over 1000
2014-10-28 08:34:01 +01:00
Andrew Nicols
79b4fb1282
MDL-46215 mod_forum: Only add text on discussion view
...
Do not show the status text in the thread list.
2014-10-28 14:27:05 +08:00
Frederic Massart
d9e879e5d1
MDL-47889 tool_monitor: Test handles random DB ordering
...
On Oracle, the subscriptions are not ordered in the same way
than in other DB engines, so we do not rely on that ordering
any more in the test.
2014-10-28 13:52:45 +08:00
Rajesh Taneja
b159589d9b
MDL-47850 message_airnotifier: Fixed airnotifier web service url
2014-10-28 13:24:03 +08:00
Sam Hemelryk
db310f7737
Merge branch 'MDL-47870-master2' of git://github.com/ankitagarwal/moodle
2014-10-28 17:27:09 +13:00
Marina Glancy
7d79115f3d
Merge branch '47914-28' of git://github.com/samhemelryk/moodle
2014-10-28 12:23:33 +08:00
Marina Glancy
f173ae2014
Merge branch 'MDL-814-master' of git://github.com/danpoltawski/moodle
2014-10-28 12:23:23 +08:00
Ankit Agarwal
d71e42d7e8
MDL-47870 tool_monitor: Fix event select dropdown
2014-10-28 09:49:08 +05:30
Damyon Wiese
c5258dfa04
MDL-47559 User menu: version bump for new settings
2014-10-28 11:06:40 +08:00
Sam Hemelryk
45ad1693cd
MDL-47183 post-integration fixes
...
* Fixed typo with context_module::instance
* Fixed use of $mod->get_context()
2014-10-28 15:59:59 +13:00
Damyon Wiese
5baf74a327
Merge branch 'MDL-47559-master' of git://github.com/jethac/moodle
2014-10-28 09:59:04 +08:00
Sam Hemelryk
77b31ba2ce
Merge branch 'MDL-47183-master' of git://github.com/andrewnicols/moodle
2014-10-28 14:02:19 +13:00
Sam Hemelryk
fc8977fbca
MDL-47914 report_stats: better handling of user and mode
2014-10-28 11:52:41 +13:00
Juan Leyva
f47eeafdfd
MDL-47916 web services: Fixed invalid returned value type
2014-10-27 23:14:13 +01:00