Dan Poltawski
682661d87a
Merge branch 'MDL-34204_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-11-19 10:33:31 +08:00
Adrian Greeve
92aa8fe491
MDL-36668 - mod/data: Removed duplicate data_content join in simple searches.
...
Thanks to Patrick Pollet (patrick.pollet@insa-lyon.fr ) for his patch
2012-11-19 10:13:04 +08:00
Sam Hemelryk
99072482f6
Merge branch 'MDL-36589_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-11-19 14:55:22 +13:00
Jean-Michel Vedrine
58310f8845
MDL-32865 CLOZE Questions imported from another course end up with broken image links
2012-11-17 16:45:40 +01:00
Andreas Grabs
8199b8748e
MDL-35158 - Random Glossary block returns an error when you delete the linked glossary
2012-11-17 12:03:58 +01:00
Petr Škoda
2ded89d564
MDL-36547 fix section handling in precreate_course_module()
2012-11-17 09:06:12 +01:00
Petr Škoda
996db2f7ac
MDL-36547 add test for section number when generating modules
2012-11-17 09:06:11 +01:00
Andrew Robert Nicols
a0dd5e65b9
MDL-36640 Logging: Correct testing of log->info.
...
log->info sometimes contains additional information which can be looked up
from other tables. This should only be attempted if the field is numeric,
but the CSV, XLS, and ODS outputs were not making this check.
There is an additional case for the print_mnet_log function which has not
been covered - this is because the mnet logging is currently broken beyond
the scope of this bug rendering this section untestable. These issues are
raised in MDL-36642.
2012-11-16 11:18:05 +00:00
Dan Poltawski
6548ce0915
weekly release 2.3.3+
2012-11-16 15:36:21 +08:00
Dan Poltawski
099c7f61da
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-11-16 15:32:33 +08:00
Frederic Massart
0b674ddb42
MDL-26660 libraries: Improved XML validation before parsing
2012-11-16 12:14:04 +08:00
Damyon Wiese
62d70e07bc
MDL-36655: Assignment - do not add empty group to grading form when there is only one student
2012-11-16 11:00:05 +08:00
AMOS bot
01944afa45
Automatically generated installer lang files
2012-11-15 21:29:40 +00:00
Tim Hunt
877b243fed
MDL-36646 unit tests should not assume number of contexts.
2012-11-15 14:36:32 +00:00
Tim Hunt
1b36a754d0
MDL-34204 grader report: static call to non-static method.
2012-11-15 13:47:36 +00:00
Mary Evans
a94316030f
MDL-36608 theme_sky_high: Fixes missing background in sdmin pages by removing incorrect CSS in style/admin.css
2012-11-15 11:22:31 +00:00
Dan Poltawski
153f5eb3c7
MDL-36061 - remove master-only unit tests
2012-11-15 15:19:28 +08:00
Dan Poltawski
43c6aa915e
Merge branch 'MDL-36331_redirect_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-11-15 14:40:56 +08:00
Dan Poltawski
f73a131980
Merge branch 'MDL-36061_userid_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
2012-11-15 14:32:59 +08:00
Andrew Davis
168a941104
MDL-36061 core_grade: added some unit tests related to refresh_grades()
2012-11-15 11:19:34 +08:00
Matt Switlik
76ab64b07e
MDL-36061 gradebook: grade_item->refresh_grades doesn't propagate $userid
2012-11-15 11:19:20 +08:00
Andrew Davis
11694f391e
MDL-36331 core_grade: fixed up 2 incorrect default return URLs
2012-11-15 10:48:50 +08:00
Dan Poltawski
05c7471b5c
Merge branch 'wip-MDL-36576-m23' of git://github.com/amygroshek/moodle into MOODLE_23_STABLE
2012-11-15 08:57:02 +08:00
Adrian Greeve
f6cdef58cb
MDL-36453 - mod_data: Presets now load in a Windows environment.
...
Thanks to Michael de Raadt for this patch.
2012-11-15 08:56:15 +08:00
Mark Nielsen
c85164da32
MDL-36607: Improve block drag and drop
...
* Adding support for subpage
* Adding support for regions that do not start with "side-"
2012-11-14 15:35:14 -08:00
Paul Nicholls
bdc69570f5
MDL-36204: moodle1 backup converter: add unit test to cover this issue
2012-11-15 11:16:31 +13:00
Paul Nicholls
0dfc910131
MDL-36204: moodle1 backup converter: urldecode filenames from links
...
If filenames are not run through urldecode(), those that contain spaces (or other url-encoded characters) will not be handled, as they can't be found in the backup file.
2012-11-15 11:09:58 +13:00
Amy Groshek
02e5529bd5
MDL-36576 - change generalbox classname to generaltable to fix rounded corners on the table background color
2012-11-14 12:32:30 -06:00
Mark Nielsen
c9af37c4ab
MDL-36336: Prevent duplicate grade items on restore
...
During restore, lti_add_instance() was being called
and this could generate a grade item. This would
produce a duplicate item because the restore
process would automatically generate the grade item.
2012-11-14 09:38:42 -08:00
Mark Nelson
73d13b1e43
MDL-30377 forum: do not allow users to view not yet started or expired discussions
2012-11-14 21:01:19 +08:00
Rossiani Wijaya
effbfda526
MDL-36589 Lesson Module: set correct answer_jump to next page in question import.
2012-11-14 16:18:00 +08:00
Dan Poltawski
f5c074b60a
Merge branch 'w46_MDL-36283_m23_cohortmembers' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-11-14 11:26:05 +08:00
Dan Poltawski
89a55cd9e0
Merge branch 'MDL-35358_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-11-14 11:17:00 +08:00
Dan Poltawski
83ee1d4a43
Merge branch 'MDL-26660-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-11-14 10:33:54 +08:00
Dan Poltawski
40a639fa62
Merge branch 'MDL-34520-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-11-14 09:56:03 +08:00
Amy Groshek
e0fa7911e2
MDL-36540 - Survey language pack typo
2012-11-14 09:45:51 +08:00
Aparup Banerjee
b459897d8f
MDL-24736 anotating tinymce changes to readme
2012-11-14 09:41:34 +08:00
Dan Poltawski
b1a7fcf2b3
Merge branch 'wip-MDL-36413-MOODLE_23_STABLE' of https://github.com/nicolasconnault/moodle into MOODLE_23_STABLE
2012-11-14 09:18:33 +08:00
Aparup Banerjee
4093331bad
Merge branch 'wip_23_mdl-25736_tinymce_spellchecker_frech_issues' of https://github.com/iarenaza/moodle into MOODLE_23_STABLE
2012-11-14 09:13:30 +08:00
Michael Aherne
b622d36f13
MDL-34762 course Hide system archetypes from mod chooser
2012-11-14 09:06:33 +08:00
Paul Nicholls
04fa1da315
MDL-36548: Major performance boost to Detail (list) view in file picker
...
Pass the data (filelist) into the DataTable when initialising it, rather than rendering an empty DataTable and then pushing all of the data into it via addRows().
It's also slightly more efficient to just pass the node in, rather than fetching the node and passing its ID in, as DataTable.render() will just re-select the node if given the ID. [Spotted by Andrew Nicols]
2012-11-14 12:40:08 +13:00
Dan Poltawski
5ac25e0ccb
MDL-30545 messaging - remove DISTINCT from union statement
2012-11-13 22:35:35 +08:00
Dan Poltawski
675ea3231c
MDL-30545 - messagelib: use $DB->sql_concat()
2012-11-13 15:09:14 +08:00
Dan Poltawski
1f5205b344
MDL-30545 tests - use mod_assignment data generator
...
mod_assign doens't exist yet..!
2012-11-13 14:13:37 +08:00
Petr Škoda
95f6a022ca
MDL-30545/ MDL-36199 reset plugin manager singletons
2012-11-13 14:08:28 +08:00
Dan Poltawski
af698e64d2
Merge branch 'w46_MDL-36169_m23_enrolsort' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-11-13 13:40:28 +08:00
Dan Poltawski
3517201801
Merge branch 'MDL-30545_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-11-13 13:22:47 +08:00
Damyon Wiese
dc99b426e9
MDL-36509: Assignment grading table rownum offset is wrong by one.
2012-11-13 09:59:11 +08:00
David Mudrák
03d9c19db9
MDL-35422 Fix the confusing submit button label
2012-11-12 10:36:41 +08:00
AMOS bot
073ba0c872
Automatically generated installer lang files
2012-11-12 00:35:49 +00:00