Dan Poltawski
570d76c456
Merge branch 'wip-MDL-32381-master' of git://github.com/marinaglancy/moodle
2012-04-16 10:35:56 +08:00
Dan Poltawski
85b0540605
Merge branch 'wip-MDL-32395-m23' of git://github.com/samhemelryk/moodle
2012-04-16 10:32:09 +08:00
ppichet
c9340ac145
MDL-32358 : numerical question: validation messages errors
...
The selected unit parameter is added answer paramter when renderer call
$question->get_validation_error() so that it mimics the
is_complete_response(array $response) structure.
2012-04-15 22:11:10 -04:00
Sam Hemelryk
448cebee57
Merge branch 'master_MDL-32388' of git://github.com/danmarsden/moodle
2012-04-16 12:23:23 +12:00
Kordan
8b83e36e60
MDL-32355 theme_formal_white: changed the order of parent themes
2012-04-16 12:06:13 +12:00
Kordan
71e5d66642
MDL-32355 formal_white: improved reliability e maintainability
2012-04-16 12:04:56 +12:00
Sam Hemelryk
d8b09e5eb2
Merge branch 'MDL-32356_master' of git://github.com/kordan/moodle
2012-04-16 12:00:55 +12:00
Sam Hemelryk
885d208283
Merge branch 'MDL-32433_master' of git://github.com/kordan/moodle
2012-04-16 11:58:17 +12:00
Sam Hemelryk
2a535174c0
MDL-32426 phpunit: Fixed up phpdocs for generator changes
2012-04-16 11:52:56 +12:00
Sam Hemelryk
e3a660a2e7
Merge branch 'MDL-32426-master-1' of git://git.luns.net.uk/moodle
2012-04-16 11:52:12 +12:00
Sam Hemelryk
f295ffebd0
Merge branch 'MDL-30819_grader_col_highlight' of git://github.com/andyjdavis/moodle
2012-04-16 11:45:55 +12:00
Sam Hemelryk
be58371e4e
Merge branch 'MDL-30955_forum_ratings' of git://github.com/andyjdavis/moodle
2012-04-16 11:34:39 +12:00
Sam Hemelryk
b9afb90b7f
Merge branch 'MDL-32316_master_wip' of git://github.com/grabs/moodle
2012-04-16 11:00:43 +12:00
Sam Hemelryk
68c7673088
Merge branch 'MDL-27547' of git://github.com/mouneyrac/moodle
2012-04-16 10:48:15 +12:00
Petr Skoda
54c5b1ad35
MDL32392 delete unused is_min_version() in some DB drivers
2012-04-15 19:40:07 +02:00
Petr Skoda
c990e4bfcb
MDL-32405 fix PHP4isms and other E_STRICT issues in custom profile fields
2012-04-15 17:15:50 +02:00
Petr Skoda
66b3302dec
MDL-32405 workaround for non-static PEAR::raise_error() and fixed -1 debug support
2012-04-15 17:02:26 +02:00
Petr Skoda
585ae3d949
MDL-32447 import latest tcpdf and point cache to tcpdf subdirectory of moodle cache dir
2012-04-15 16:08:46 +02:00
Petr Skoda
afd1c47c10
MDL32423 import latest flowplayer
2012-04-15 15:59:07 +02:00
Petr Skoda
7467f4c911
MDL-32437 add gradebook querylib tests
2012-04-15 14:23:07 +02:00
Petr Skoda
f41741e7ba
MDL-32437 fix invalid gradebook query sql
2012-04-15 14:20:14 +02:00
Petr Skoda
6b04fdc0b6
MDL-32400 improve module generators
...
Module generators are using standard *_add_instance() methods which helps with testing, it also updates grades and calendar events if used.
2012-04-15 14:16:59 +02:00
Petr Skoda
322cf28415
MDL-32400 fix PHPUnit configuration file paths on windows
2012-04-15 12:23:42 +02:00
Petr Skoda
0684ea9972
MDL-32400 do not silence diagnostic PHPUnit includes
2012-04-15 12:23:42 +02:00
Petr Skoda
0d8e51a65f
MDL-32400 rework phpunit exit codes, use only php based init
2012-04-15 12:23:42 +02:00
Petr Skoda
589376d385
MDL-32400 ignore outdated config settings in future upgrades
2012-04-15 12:23:41 +02:00
Petr Skoda
e2b8630b5c
MDL-32400 store version hash also in database
...
This prevents problems when switching databases in config.php and keeping the same test dataroot.
2012-04-15 12:23:41 +02:00
Petr Skoda
4059b64510
MDL-32400 convert completion tests
2012-04-15 12:23:41 +02:00
Petr Skoda
a66b2ae4f4
MDL-32434 deprecate drop_temp_table() in favour of drop_table()
2012-04-15 12:23:15 +02:00
Mary Evans
3689a8599b
MDL-32444 theme_afterburner: adds 5px margin to the left of #loginbtn, input, button, select in /style/afterburner_styles.css
2012-04-15 01:37:55 +01:00
Tim Hunt
b8a70832be
MDL-32404 question export: missing error message when exporting an empty category.
2012-04-14 15:58:54 +01:00
Tim Hunt
c691f2f513
MDL-32396 quiz: Strict syntax notice on the quiz attempt page.
2012-04-14 15:58:47 +01:00
Tim Hunt
f9e41d206d
MDL-32359 Forum usability: reduce accidental clicks on mark thread read
...
I hope this little CSS change does not break anybody's theme. I is a big
usability win, at least as far as I am concerned.
2012-04-14 15:58:39 +01:00
Mary Evans
0465dd3e01
MDL-32385 theme_base: adds line-height:normal in style/course.css for section summary
2012-04-14 14:40:09 +01:00
Eric Merrill
288893f3a7
MDL-32442 questionupgrade: error in SQL from postgres systems
2012-04-14 09:05:12 -04:00
AMOS bot
32b2d5e7dc
Automatically generated installer lang files
2012-04-14 00:31:53 +00:00
Petr Skoda
9b3323b8be
MDL-32434 allow database_manager->drop_table() for temporary tables
2012-04-13 16:58:17 +02:00
Michael Aherne
b09912f8ab
MDL-32438 choice: fix fatal error on making choice
2012-04-13 15:16:12 +01:00
David Mudrak
2fc04a4b9b
MDL-26099 fixing the strict standards warning
...
The signature of mod_workshop_mod_form::validation() is now compatible
with that of moodleform_mod::validation() even though the parent's
declaration sucks. No one can choose their parents.
2012-04-13 14:04:43 +02:00
kordan
275526d27a
MDL-32433_master theme_formal_white: increased the line spacing in plugin list page
2012-04-13 13:24:05 +02:00
David Mudrak
33d0cb3ce1
MDL-25660 workshop removes its calendar events on instance deletion
2012-04-13 13:10:04 +02:00
David Mudrak
cb48a42ada
MDL-25660 recreate all workshop calendar events
...
Due to complex workshop upgrade path from 1.9 and missing calendar events
support in 2.x, the only safe way to get rid of potentially invalid
calendar events (such as those reported in MDL-26687) is to remove all
current workshop events and recreate them from scratch.
2012-04-13 04:58:10 +02:00
David Mudrak
ac069aeb9d
MDL-25660 workshop registers events in the calendar
2012-04-13 04:52:40 +02:00
David Mudrak
9260bb3c48
MDL-26099 workshop can be switched into the assessment phase automatically
2012-04-13 04:49:46 +02:00
David Mudrak
3fe6d62289
MDL-26099 workshop planner tool displays info about the automatic phase switching
2012-04-13 04:49:46 +02:00
David Mudrak
40ff3ce33c
MDL-26099 New i/scheduled icon
...
Based on http://commons.wikimedia.org/wiki/File:Appointment-new.svg
(public domain Tango! Desktop Project icon)
2012-04-13 04:49:46 +02:00
David Mudrak
3ff0805726
MDL-26099 new workshop DB field phaseswitchassessment
...
Note that most line changes in the patch are caused by the recent
changes in the XMLDB TEXT fields handling (no size specified now) and by
the change in the indentation.
2012-04-13 04:49:46 +02:00
David Mudrak
df558765a4
MDL-26099 validate the phases open dates and deadlines
2012-04-13 04:49:46 +02:00
David Mudrak
a80b772864
MDL-32235 scheduled allocation settings form displays the execution status
...
AMOS BEGIN
CPY [allocationsettings,workshopallocation_random],[randomallocationsettings,workshopallocation_scheduled]
AMOS END
2012-04-13 04:49:46 +02:00
David Mudrak
2a3aac40e4
MDL-32235 execute scheduled allocation by cron
2012-04-13 04:49:46 +02:00