Commit graph

33918 commits

Author SHA1 Message Date
nicolasconnault
294c7286c3 MDL-15666 MDL-16486 2008-09-17 14:41:16 +00:00
nicolasconnault
c7d306e168 MDL-15666 MDL-16486 2008-09-17 14:31:30 +00:00
dongsheng
2de72cb521 "MDL-16539, fix a syntax error" 2008-09-17 08:24:45 +00:00
moodler
1369d8e172 Fixed some wording ... 2008-09-17 08:15:10 +00:00
dongsheng
9e5f5f9fcf "MDL-16539, fix warning when create new foler" 2008-09-17 07:11:50 +00:00
dongsheng
fda7529b7f "MDL-14706, comment value check code to make progress bar work" 2008-09-17 07:02:08 +00:00
nicolasconnault
4f0d8cc837 MDL-11501 Fixed error in xml file 2008-09-17 06:41:08 +00:00
jerome
e49eaacbc9 MDL-15402: add some help texts to filckr/boxnet plugins 2008-09-17 06:09:10 +00:00
tjhunt
98e82289b3 MDL-16505 - Removing qtype_datasetdependent questiontype - finish off the database upgrade, after Pierre's previous work. 2008-09-17 05:24:29 +00:00
moodlerobot
32769b6210 Updated the HEAD build version to 20080917 2008-09-17 01:45:34 +00:00
piers
1881df2733 MDL-7097 - API debug. Change the control of debugging over to SCORM admin settings. 2008-09-16 22:50:16 +00:00
mjollnir_
2512cb3509 MDL-14591 - recover gracefully from portfolio cron 2008-09-16 21:41:26 +00:00
poltawski
83199e454e MDL-16542 - missing global $USER 2008-09-16 21:32:09 +00:00
mjollnir_
5a04379a49 MDL-15758 - make sure there's a break between mutliple-session chat export 2008-09-16 20:42:59 +00:00
piers
6381fa56ed MDL-11501 Scorm New attempts and reviewing. Changes to help customise player/package interactions. 2008-09-16 20:32:50 +00:00
mjollnir_
ad1cfbb17e glossary portfolio caller - fixing tiny bug - incorrectly named string key (thanks dan for finding it!) 2008-09-16 19:42:00 +00:00
mjollnir_
b816c08a3f MDL-16526 - added admin notifications for misconfigured portfolio plugins.
does not get triggered while admin is currently editing, only when users use it.
2008-09-16 19:09:30 +00:00
mjollnir_
612a14c570 MDL-16520 - better handling of resuming exports in portfolio 2008-09-16 19:02:30 +00:00
nicolasconnault
b2313a2abe MDL-16177 2008-09-16 18:57:01 +00:00
mjollnir_
9205ca2e7b fixing fatal error in message lib - relative path to config.php 2008-09-16 18:54:49 +00:00
mjollnir_
06844b49f4 MDL-16535 - better handling of the expired error 2008-09-16 18:17:28 +00:00
mjollnir_
c737eed82f MDL-16535 - nicer messages about invalid exports 2008-09-16 17:50:55 +00:00
mjollnir_
a7d9068300 MDL-15758: fixing up mod/chat supported formats 2008-09-16 17:25:27 +00:00
nicolasconnault
356e001031 MDL-16483 minor fixes 2008-09-16 16:40:15 +00:00
mjollnir_
8bd49ec01f fixing int() should be (int) in file storage 2008-09-16 15:56:19 +00:00
mjollnir_
276378e6b0 MDL-15777 - updated data file and picture field types to export files using file api.
There's still something about this I don't like - documented in  MDL-16493 and code
2008-09-16 15:48:24 +00:00
mjollnir_
f1068f79c8 MDL-15758 - adding back in changes to default presets for imagegallery for export placeholder 2008-09-16 15:46:20 +00:00
nicolasconnault
ba14791091 MDL-16483 Reverting as Petr ordered... I mean, suggested. 2008-09-16 14:35:15 +00:00
mjollnir_
abcd0fc53e MDL-16414 - make the handling of the download portfolio plugin nicer 2008-09-16 14:23:41 +00:00
mjollnir_
45b7e6104d MDL-14591 - better handling of variable headers in portfolio export 2008-09-16 14:22:26 +00:00
mjollnir_
6b6f1c056d MDL-14591 - added security in file serving in pull portfolio plugins 2008-09-16 14:17:32 +00:00
pichetp
29c6980d5d MDL-16505 Removing qtype_datasetdependent questiontype 2008-09-16 13:06:04 +00:00
mjollnir_
ff347f9978 MDL-16519 - added some more help text to box.net config page 2008-09-16 13:01:34 +00:00
mjollnir_
2726b40598 MDL-14591 - fixed up the ordering of the deferring to plugins in admin_config_form 2008-09-16 13:01:13 +00:00
pichetp
fbe2cfead1 MDL-16505 Removing qtype_datasetdependent questiontype 2008-09-16 12:59:00 +00:00
mjollnir_
6e6cf8a366 MDL-16520 - print info about current export 2008-09-16 12:28:20 +00:00
nicolasconnault
b9c639d6c2 MDL-16483 Refactored install/upgrade code into lib/adminlib. Created an intermediate MoodleUnitTestCase class that overrides simpletest's constructor, destructor and setup/teardown methods. All moodle unit tests must extend this class. 2008-09-16 12:19:43 +00:00
mjollnir_
a476313639 MDL-16520 - make the already exporting portfolio error more user friendly 2008-09-16 10:41:17 +00:00
jamiesensei
74b40fadd5 MDL-16527 "responses report : use question_get_feedback_class and question_get_feedback_image from questionlib.php instead of custom styles" better not make styles dependent on question type. Just use overall styles. 2008-09-16 10:30:06 +00:00
jamiesensei
2ea2c1f57a MDL-16528 "responses report : improve efficiency of sql" moved the querying for state data all into one big query rather than an individual query for each question in each attempt. 2008-09-16 09:50:24 +00:00
jamiesensei
199b946f04 MDL-16527 "responses report : use question_get_feedback_class and question_get_feedback_image from questionlib.php instead of custom styles" 2008-09-16 09:46:57 +00:00
jerome
948c286025 MDL-15402: implement readonly repository instances (support flickr_public) 2008-09-16 09:08:36 +00:00
moodler
babe6a0ab1 MDL-12563 Fixed RSS dates so that they are always GMT 2008-09-16 08:57:34 +00:00
mjollnir_
658837bb75 MDL-16523 - shortened admin mneu items for portfolio plugins 2008-09-16 08:10:24 +00:00
mjollnir_
447192d36b MDL-16521 - made folder optional in box.net portfolio transfer 2008-09-16 08:05:50 +00:00
mjollnir_
5d37f13c18 MDL-16521- 'share' parameter must be int for create folder in box.net 2008-09-16 08:00:11 +00:00
nicolasconnault
31355d28c1 MDL-15666 MDL-16486 2008-09-16 07:33:16 +00:00
mits
600992bded MDL-16524 - Fixed a typo. 2008-09-16 06:13:35 +00:00
dongsheng
8d419e59f3 MDL-13766, clean up 2008-09-16 05:33:55 +00:00
dongsheng
9bdd9eee0f MDL-13766, move filepicker javascript code to a seperated file. 2008-09-16 03:52:11 +00:00