Andreas Grabs
25d37fe24c
MDL-37800 mod_feedback - item "information" does not appear correctly
2013-02-01 11:44:52 +01:00
Andrew Robert Nicols
2324cf045e
MDL-37645 Generalise style for moodle-core-dialogues
2013-02-01 10:20:16 +00:00
Michael Hughes
127d66f183
MDL-30144 Assignment 2.2: Download all as zip should only contain submission from active enroled users
2013-02-01 17:08:22 +08:00
Damyon Wiese
46692c3a81
MDL-37635 Assign: Prevent errors when viewing a feedback for an assignment with no gradeitem in gradebook
...
Also adds unit tests to verify that:
Feedback is visible even if there is no grade
The grade is not shown if the gradeitem is hidden unless you have mod/assign:grade capability
2013-02-01 13:46:08 +08:00
Jason Fowler
4df8223cbe
MDL-35823 - Accessibility - Converted the help popup header from H1 to H2 to improve the over all DOM
2013-02-01 11:01:00 +08:00
Andrew Davis
9db8d0301c
MDL-37357 core_grade: fixed the showing and hiding of rank on the overview report
2013-02-01 10:46:48 +08:00
Andrew Davis
88df34abed
MDL-32076 core_grade: fixed ajax handling of unlimited grades and added some unit tests
2013-02-01 08:31:00 +08:00
Andrew Davis
7bb19ee167
MDL-37164 core_message: prevent users from interacting with themself
2013-02-01 08:12:28 +08:00
Sam Hemelryk
4d26b7f6fa
MDL-37572 course: cleaned up manage.php bringing it into the 21st century
2013-02-01 08:51:35 +13:00
Marina Glancy
2c49fb4c3e
MDL-37572 Course categories are now managed in /course/manage.php
...
Switching between categories view and edit no longer depend on global editing mode
/course/index.php and /course/category.php do not contain editing code
2013-02-01 08:51:34 +13:00
Sam Hemelryk
79c55ca344
MDL-36322 cache: implemented cache_store::create_clone
2013-02-01 08:49:03 +13:00
Sam Hemelryk
5dfa3031a8
MDL-36322 cache: clarified docs for initialise and construct
2013-02-01 08:49:03 +13:00
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 0434dd24820e8c89e7f03d01c797ca65d211121a.
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 c2ba17858c1994d9654a5ca64cb9fb22780654c1.
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