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 |
|
dongsheng
|
353d5cf39b
|
MDL-13766
1. Clean up source code
2. use search api replace old get_listing api
|
2008-09-16 03:11:17 +00:00 |
|
jerome
|
bddcd93318
|
MDL-15350: format code (mostly white spaces) + skeleton for documentation
|
2008-09-16 02:09:35 +00:00 |
|
jerome
|
dc0976b875
|
MDL-15488: format code (mostly white space) + skeleton for documentation
|
2008-09-16 02:01:59 +00:00 |
|
moodlerobot
|
b73c60fd2a
|
Updated the HEAD build version to 20080916
|
2008-09-16 01:50:29 +00:00 |
|
piers
|
1cd167cc44
|
MDL-7097 - API debug. Add ability to manually poke the SCORM API for 1.2 and 2004.
|
2008-09-15 19:56:36 +00:00 |
|
mjollnir_
|
759204f88d
|
MDL-16517 - fix regression i introduced in resource mod portfolio implementation
|
2008-09-15 19:39:46 +00:00 |
|
pichetp
|
e74f18e020
|
DB error changing array('id', $state->id) to array('id'=> $state->id)
|
2008-09-15 18:39:15 +00:00 |
|
mjollnir_
|
f2e933bb09
|
MDL-16516 - fixing bad regression in mahara portfolio plugin
|
2008-09-15 17:14:51 +00:00 |
|
stronk7
|
cae4bace8f
|
Re-introducing colons in page names + cleaning tabs output. MDL-15896 ; merged from 19_STABLE
|
2008-09-15 16:24:48 +00:00 |
|
mjollnir_
|
932e78b53b
|
MDL-15666 - fake writting files in test portfolio exporter so that we can test integration between callers and plugins
|
2008-09-15 16:10:55 +00:00 |
|
mjollnir_
|
c50466705e
|
MDL-15666 - fixing bugs in resource unit test implementation
|
2008-09-15 16:08:59 +00:00 |
|
mjollnir_
|
b2a9505b22
|
MDL-16514 - adding format to forum mod_form and fixing regression in single forum type add instance
|
2008-09-15 15:55:11 +00:00 |
|
wildgirl
|
00b5ffbbb4
|
MDL-16389 meta course help file update
|
2008-09-15 15:44:19 +00:00 |
|
wildgirl
|
17930e0704
|
MDL-15314 lang string rewording, thanks to Ray Lawrence
|
2008-09-15 15:16:02 +00:00 |
|
wildgirl
|
29d06082cb
|
MDL-15134 lang string typo fix, thanks to David Mudrak
|
2008-09-15 14:21:01 +00:00 |
|
jamiesensei
|
3d6de8770d
|
MDL-16362 "Quiz - bar graph on results screen" removing var_dump that I forgot to clean up.
|
2008-09-15 14:08:11 +00:00 |
|
wildgirl
|
e1d91dfbce
|
MDL-14404 enrolment expiry notification help file text
|
2008-09-15 14:06:05 +00:00 |
|
mjollnir_
|
13e7e76575
|
MDL-15760 - move boxnet folder creation from prepare_package into send_package
|
2008-09-15 14:01:57 +00:00 |
|
nicolasconnault
|
3cc60460e8
|
MDL-15666 Subclassing exporter class so that only local files are written
|
2008-09-15 13:45:14 +00:00 |
|
jamiesensei
|
2a1995a476
|
MDL-16362 "Quiz - bar graph on results screen" there was a bug in my code that would put the graph generation code into an infinite loop if the overall grade for the quiz is 0. Since the change in the type of the field for quiz->grade the old test for quiz->grade being zero doesn't work. Using $quiz->grade as a bool does not work ($quiz->grade is now a string 0.0000), since Moodle 2.0 need to use $quiz->grade == 0.
|
2008-09-15 13:38:31 +00:00 |
|
nicolasconnault
|
795ad63034
|
MDL-15666 Testing a matrix of portfolio caller/plugin. Starting the new cleanup method in unit tests (max id)
|
2008-09-15 13:18:44 +00:00 |
|
mjollnir_
|
9d7432f650
|
MDL-16423 - changed button->set_formats to respect more general formats (for later when we have richer export formats that aren't mostly based on mime)
|
2008-09-15 13:13:21 +00:00 |
|
mudrd8mz
|
91ca18e847
|
MDL-16355 Do not set lesson maxgrade to 100 but use the real value without multfactor. Merged from 1.9
|
2008-09-15 11:57:53 +00:00 |
|
mudrd8mz
|
94c823b1d4
|
MDL-16356 Fix capability name. Merged from 1.9
|
2008-09-15 11:49:42 +00:00 |
|