Petr Škoda
de25ddd331
MDL-34441 add CLI database migration script
2012-07-22 20:57:07 +02:00
Petr Škoda
7b293e0126
MDL-34441 add maintenance mode to db migration and improve lang strings
2012-07-22 20:57:06 +02:00
Petr Škoda
56db97bb5c
MDL-34441 scroll to the bottom when db migration finished
2012-07-22 20:57:06 +02:00
Petr Škoda
05e4341165
MDL-34441 rewrite log display actions after db migration
2012-07-22 20:57:05 +02:00
Petr Škoda
0dd05d20b9
MDL-34441 improve error handling when migrating databases
2012-07-22 20:57:05 +02:00
Petr Škoda
9134f9aa9c
MDL-34441 prevent mysqli::close() notice after failed mysql driver connect
2012-07-22 20:57:04 +02:00
Petr Škoda
c8e5d9c9eb
MDL-34441 show db transfer in experimental section
...
DB export and import is not ready yet, sorry.
2012-07-22 20:57:04 +02:00
Petr Škoda
937777f3fe
MDL-34441 fix switched lang strings
2012-07-22 20:57:03 +02:00
Petr Škoda
6b986b7b6a
MDL-34441 always use proper charset in htmlspecialchars() calls
2012-07-22 20:57:03 +02:00
Petr Škoda
4b195fe9e9
MDL-34441 cleanup dtl related phpdocs and minor style improvements
2012-07-22 20:57:02 +02:00
Eric Merrill
a14ef47b44
MDL-34451 quiz Fixed problem where attempt page is updated for ALL attempts, not just current.
2012-07-22 12:23:11 -04:00
Petr Škoda
1c005cbf12
MDL-34449 lazy load theme layout otpions
...
This should allow us to switch page layout on admin pages and elsewhere before $OUTPUT->header() call.
2012-07-22 15:34:23 +02:00
Petr Škoda
7c87df674e
MDL-34129 show course info on enrolment page
2012-07-21 21:34:07 +02:00
Luke Tucker
ab706cc971
MDL-34396 Ensure TinyMCE editor spell checking works on pages with $PAGE->https_required()
2012-07-21 20:29:50 +02:00
Mary Evans
8545a5cc54
MDL-34412 theme_afterburner: defined #EEE as background-color in afterburner_styles.css for filemanager and filepicker input, select, button & textarea
2012-07-20 23:52:02 +01:00
David Monllao
e0cf9e280a
MDL-33537 gradingform_rubric Adding the definition when retrieving grading instances
...
Credit to Sam Chaffee
2012-07-20 14:56:00 +08:00
Jason Ilicic
1cb637e42a
MDL-34427: Corrected language string when not allowed to enter the chat room.
2012-07-20 14:45:32 +09:30
Tim Hunt
2894157f15
MDL-34351 quiz cron: one broken overdue attempt should not kill cron
...
It seems that sometimes trying to process an overdue quiz attempt can
throw an exception. In that case, we need to catch it and report it
nicely, and then carry on processing the rest of the attempts, rather
than just killing the whole of cron processing.
Also, there may be garbage quiz attempts where the associated quiz or
course has been deleted. Skip those too.
2012-07-19 15:24:15 +01:00
Tim Hunt
013c74d058
MDL-34379 quiz reports: timetaken 'open' for never submitted attempts
2012-07-19 12:46:49 +01:00
Tim Hunt
2d7cbf5923
MDL-34251 question engine: possible infinite loop loading usages
...
In the case where either a question_attempt had not steps, or a
question_usage had not question_attempts, the load_from_records methods
could get stuck in an infinite loop.
This fix ensures that does not happen, with unit tests to verify it. At
the same time, I noticed an error in the existing tests, which this
patch fixes.
2012-07-19 12:46:24 +01:00
Tim Hunt
0288eb2151
MDL-34226 multianswer qtype: basic unit test.
...
This verifies the previous fix, and gets rid of a rather embarassing TODO.
2012-07-19 12:46:12 +01:00
Tim Hunt
0656c0a403
MDL-34226 multichoice qtype: correct is_complete_response for multianswer
...
The multianswer qtype uses the multi-choice one, and the way it does its
responses array breaks an assumption that multi-choice was making.
2012-07-19 12:46:11 +01:00
Andrew Davis
36e22a820c
MDL-28568 message: added a warning message when the user is about to message someone who cant reply
2012-07-19 17:07:00 +08:00
Sam Hemelryk
62145412bb
MDL-33448 javascript: Added caching for the YUI instance used for debug in get_string
2012-07-19 20:22:37 +12:00
Ankit Agarwal
8119fbd7bd
MDL-34265 SCORM: Removing sorting from unsortable columns
2012-07-19 15:58:36 +08:00
Dan Marsden
001ff67298
MDL-34233 SCORM backup - change to using set_source_sql to preserve order of records in backup.
2012-07-19 19:40:02 +12:00
David Monllao
da2104aa0e
MDL-29563 course Throwing an exception instead of a message
2012-07-19 15:35:20 +08:00
David Monllao
e2bf940699
MDL-29563 course Hide duplication button in activities without backup2 support - Credit to Mark Nielsen
2012-07-19 15:35:20 +08:00
Dan Poltawski
9592f5dea8
weekly release 2.3.1+
2012-07-19 13:45:56 +08:00
Dan Poltawski
05551bceed
Merge branch 'install_23_STABLE' of git://github.com/amosbot/moodle into MOODLE_23_STABLE
2012-07-19 13:42:05 +08:00
Dan Marsden
fece4fd648
MDL-34374 SCORM prevent skipview being set to always when used inside a SCORM course format.
2012-07-19 09:05:07 +12:00
Andrew Davis
dec465b3e9
MDL-32665 mod_chat: disabled popup notifications in the chat windows
2012-07-18 19:08:01 +08:00
Andrew Davis
cfe170e430
MDL-13629 grade: added some unit tests to clarify the handling of droplow and improved apply_limit_rules()
2012-07-18 09:14:59 +08:00
Damyon Wiese
617c624732
MDL-32948: Improved help for "Require students click submit button" setting
...
Describes the effect of changing this setting after students have submitted.
2012-07-18 10:20:08 +12:00
Damyon Wiese
00cfd8bc94
MDL-34217: Swap short and long text for setting in assignment module
2012-07-18 10:13:20 +12:00
Andrew Robert Nicols
8a172fa7cf
MDL-33874 Don't warn about focussed form fields with the ignoredirty class
2012-07-18 09:35:12 +12:00
Frederic Massart
a64fbc87b6
MDL-33767 Course: General section displays its title when required
2012-07-17 22:28:13 +08:00
Frederic Massart
483d768bc0
MDL-33767 Course: The actions on default section redirect to the correct section
2012-07-17 22:28:01 +08:00
Jean-Philippe Gaudreau
35cf43cb42
MDL-31516 Fixing grade_edit_tree::format_number
2012-07-17 09:03:17 -04:00
Nathan Mares
371d354ab3
MDL-34368: Fix broken query in so tokens are correctly checked against the linked service
2012-07-17 19:11:57 +10:00
Frederic Massart
23371805ea
MDL-33560 Enrol: Enrol password can be unmasked
2012-07-17 16:49:31 +08:00
Juan Leyva
3240c7100e
MDL-34083 Fixing the param type also after deleting the invalid option
2012-07-17 13:12:39 +08:00
Juan Leyva
574cc949cd
MDL-34083 Deleted user_files from backup options
2012-07-17 13:12:36 +08:00
Sam Hemelryk
07cb7e3d34
Merge branch 'MDL-33575_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-07-17 15:50:08 +12:00
Rossiani Wijaya
b6e65b5312
MDL-33575 choice module: add label to checkbox element when privacy of results is set to publish full results
2012-07-17 10:17:43 +08:00
AMOS bot
b27d56ea6f
Automatically generated installer lang files
2012-07-17 00:31:47 +00:00
David Monllaó
e52f82253e
MDL-30876 filter_mediaplugin Wrapping the style sheets access with try & catch
...
Conflicts:
lib/javascript-static.js
2012-07-17 12:21:07 +12:00
Dan Poltawski
00714e72ea
Merge branch 'MDL-34187_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-16 15:57:31 +08:00
Aparup Banerjee
5f3d7b1949
MDL-26587 Question : fixed restoring shortanswer where answers are missing due to data error in mbz file.
2012-07-16 15:51:11 +08:00
Dan Poltawski
4923e18d75
Merge branch 'MDL-23219_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-16 14:32:54 +08:00