Sam Hemelryk
65b3edc450
MDL-36322 cache: cache stores now test connections during construction
2013-02-01 08:49:03 +13:00
Matteo Scaramuccia
f4cec2ec87
MDL-36322 Errors when updating a Moodle instance with some misconfigured cache stores
2013-02-01 08:49:03 +13:00
David Mudrák
1df3bc143c
MDL-37806 Display 'Save and show next' button when assessing workshop submissions
...
The button is displayed only when there is a pending (that is not
assessed yet) submission to assess.
AMOS BEGIN
CPY [savenext,mod_assign],[saveandshownext,mod_workshop]
AMOS END
2013-01-31 18:21:51 +01:00
David Mudrák
0001eea6dd
MDL-37806 Add new workshop class method to return pending assessments
...
This is a simple wrapper around workshop::get_assessments_by_reviewer()
that filters assigned assessments and returns just those that were not
graded by the reviewer yet.
2013-01-31 18:21:50 +01:00
Davo Smith
56c0465bd4
MDL-37801 mod_glossary - encode / decode links to 'showentry' pages during backup & restore
2013-01-31 12:52:26 +00:00
Tim Hunt
a74d924c25
MDL-37746 qtype_shortanser: avoid normalizer_normalize dangers.
...
When an error occurs, normalizer_normalize just silently returns null,
which is dangerous. Here, we wrap it in a safe helper function.
2013-01-31 11:35:07 +00:00
David Mudrák
8342a6981b
MDL-37781 Allocate workshop submissions without waiting for cron
...
Now we are checking for the need to execute the allocator every time the
main view.php is displayed to any user. Previously this was done by cron
only.
2013-01-31 11:42:03 +01:00
David Mudrák
85f1c2d68b
MDL-37781 Check for switching the workshop phase without waiting for cron
...
Now we are checking for the need to switch the phase when the main
view.php is displayed to any user (previously this was done via cron
only). To give our subplugins (such as the scheduled allocation method)
a chance to do what they need to do, the workshop_viewed event is
triggered before the phase is actually switched.
2013-01-31 11:41:55 +01:00
Eloy Lafuente (stronk7)
1918a2452e
weekly release 2.5dev
2013-01-31 10:59:41 +01:00
Mary Evans
772cd5c8fa
MDL-37775 theme_canvas: Changed ADD a block from center align to left in style/blocks.css
2013-01-31 08:17:45 +00:00
Dan Poltawski
3895cdc2b7
Merge branch 'MDL-37789_master' of git://github.com/dmonllao/moodle
2013-01-31 15:34:46 +08:00
David Monllao
6b1a8fc5dd
MDL-37789 behat: Fixing unit test in windows
...
The directory separator was specified with
the slash character which is not good when
running the tests on windows
2013-01-31 15:26:08 +08:00
Frederic Massart
39bb9b1f00
MDL-36472 files: Improved file area uploads error messages.
2013-01-31 15:09:44 +08:00
Dan Poltawski
12f756f9d7
Revert "MDL-37613 mod: changed generalbox class in table to generaltable class in mod/feedback (2 files);mod/glossary (3 files);mod/wiki (1 file)."
...
This reverts commit 0434dd2482
.
2013-01-31 15:02:12 +08:00
Frederic Massart
d422fb22f7
MDL-37177 navigation: Prevent exception when viewing a profile
...
When viewing a profile as a non-authenticated user, an exception
was raised because we were trying to fetch the context of this user.
2013-01-31 12:24:37 +08:00
Dan Poltawski
8d81f4f4cc
Revert "MDL-33105 flexible apply_units() function"
...
This reverts commit c2ba17858c
.
2013-01-31 10:17:16 +08:00
Dan Poltawski
2c8d31cd72
Merge branch 'master_MDL-34231' of git://github.com/danmarsden/moodle
2013-01-31 10:14:46 +08:00
Mary Evans
7eaa14572b
MDL-37785 theme_base: remove duplicate .dir-rtl file-picker css rules from styke/core.css
2013-01-31 01:02:55 +00:00
Sam Hemelryk
956d3544f0
MDL-36363 cache: added unit tests for muliple loaders
2013-01-31 12:16:08 +13:00
Dan Marsden
220e5b5216
MDL-34231 SCORM: calculate correct number of attemptsleft when entering an attempt.
2013-01-31 10:45:11 +13:00
Petr Škoda
73d20f36cb
MDL-37780 hack around some unicode date formatting issues on Windows
2013-01-30 22:36:40 +01:00
Petr Škoda
774d1d2429
MDL-37780 make sure there are no windows line endings in test files
2013-01-30 21:23:29 +01:00
Sam Hemelryk
3aee2fb8ee
MDL-36363 cache: fixed issue with double parsing keys for stacked loaders
2013-01-31 09:10:57 +13:00
Petr Škoda
a629ad3dff
MDL-37780 fix 1.9 restore on windows
2013-01-30 20:28:06 +01:00
Eloy Lafuente (stronk7)
f97db01978
Merge branch 'wip-MDL-37644-m25' of git://github.com/samhemelryk/moodle
2013-01-30 10:27:11 +01:00
Jason Fowler
0dbae598d7
MDL-36206 - Unit Test - Create unit test for pagination bar
2013-01-30 09:52:34 +08:00
Dan Poltawski
7543705d9b
Merge branch 'w04_MDL-37726_m25_prevnext_int' of git://github.com/skodak/moodle
2013-01-30 09:18:57 +08:00
Frederic Massart
769c73ae6c
MDL-25853 calendar: Fixed broken previous/next links
2013-01-30 08:59:11 +08:00
Eloy Lafuente (stronk7)
fb44a5db6f
Merge branch 'w04_MDL-37734_m25_marshack' of git://github.com/skodak/moodle
2013-01-30 01:11:20 +01:00
Eloy Lafuente (stronk7)
6ca12c1cc1
Merge branch 'w04_MDL-37767_m25_pgsocket' of git://github.com/skodak/moodle
2013-01-30 00:51:01 +01:00
Petr Škoda
47bf916773
MDL-37767 allow empty host in enrol_database which is required for default pg socket
2013-01-30 00:40:03 +01:00
Eloy Lafuente (stronk7)
03612a7b00
MDL-32420 anomaly theme: bump version
2013-01-30 00:28:35 +01:00
Eloy Lafuente (stronk7)
e2b2794368
Merge branch 'wip-MDL-32420_master' of git://github.com/lazydaisy/moodle
2013-01-29 23:38:43 +01:00
Eloy Lafuente (stronk7)
857b40256e
Merge branch 'MDL-37526-m' of git://github.com/andrewnicols/moodle
2013-01-29 23:33:22 +01:00
Petr Škoda
7a18f49c60
MDL-37726 remove PREVIOUS/NEXT from all install.xml files
...
YAY!
2013-01-29 22:34:46 +01:00
Petr Škoda
76f2fcdedb
MDL-37726 stop using PREVIOUS/NEXT in install.xml files
2013-01-29 22:32:24 +01:00
Sam Hemelryk
c6cbc3c70c
MDL-37474 cache: fixed bug with definition cleaning
2013-01-30 10:28:34 +13:00
Eloy Lafuente (stronk7)
a917ef63ae
Merge branch 'MDL-37465' of git://github.com/colchambers/moodle
2013-01-29 19:19:29 +01:00
Eloy Lafuente (stronk7)
96b997d759
Merge branch 'MDL-37533-master' of git://github.com/damyon/moodle
2013-01-29 15:35:05 +01:00
Eloy Lafuente (stronk7)
38e4fa58d5
MDL-37101 donot use donot.
2013-01-29 15:24:59 +01:00
Eloy Lafuente (stronk7)
0ed03cc295
Merge branch 'MDL-37101-master' of git://github.com/ankitagarwal/moodle
...
Conflicts:
calendar/tests/externallib_tests.php
2013-01-29 15:19:11 +01:00
Eloy Lafuente (stronk7)
6155915ffb
Merge branch 'wip-MDL-36363-m25' of https://github.com/samhemelryk/moodle
2013-01-29 12:06:33 +01:00
David Monllao
fe856690cb
MDL-37662 behat: Add blocks definition
2013-01-29 18:21:08 +08:00
David Monllao
d780452472
MDL-37661 behat: Test to add activities to courses
2013-01-29 18:19:04 +08:00
David Monllao
a1990e50e8
MDL-37661 behat: Add activities to courses
2013-01-29 18:18:57 +08:00
David Monllao
bedc20aa96
MDL-37659 behat: Adding tests for the data generators
2013-01-29 17:25:43 +08:00
David Monllao
f0200d1462
MDL-37659 behat: Adding data generator definition
2013-01-29 17:25:25 +08:00
David Monllao
87bb583cbc
MDL-37659 testing: New data generators
...
- Grouping groups
- Group members
2013-01-29 17:25:02 +08:00
Damyon Wiese
3e1b63f1c8
MDL-37710 Assign: Fix pluginfile permission checks for student viewing their own team submission.
...
This change adds a function to the assign class to allow the permissions for a group submission
to be checked and updates all the submission plugins to call it.
2013-01-29 17:14:36 +08:00
Petr Škoda
dd8a39a881
MDL-37734 add one more recordset isolation test
2013-01-29 10:10:40 +01:00