33033 Commits

Author SHA1 Message Date
scyrma
f729b1997c MDL-14741: fix previous fix.. 2008-09-03 04:13:24 +00:00
scyrma
4895521165 MDL-14741: fix onsubmit function - works for forms without previous onsubmit function too. 2008-09-03 04:07:01 +00:00
moodler
f6172562a3 save_stored_file now works for filepicker attachments too 2008-09-03 03:41:09 +00:00
scyrma
2a68c5d9b9 MDL-16318: remove a few calls use_html_editor() (more to come) 2008-09-03 03:09:56 +00:00
dongsheng
94eff36397 "MDL-16284, fix mismatch tracking state title, merged from MOODLE_19_STABLE" 2008-09-03 03:01:09 +00:00
tjhunt
c752264fe1 MDL-16263 Flagging questions during a quiz attempt. Update flag state in the navigtion panel when it is updated on the question. 2008-09-03 02:35:56 +00:00
tjhunt
3e32a89358 Remove call to deprecated function. 2008-09-03 01:46:10 +00:00
moodlerobot
2ac9e77b89 Updated the HEAD build version to 20080903 2008-09-03 01:45:07 +00:00
skodak
bc32c04d26 MDL-14326 fixed DML conversion regression 2008-09-02 22:22:46 +00:00
skodak
878af9ade6 MDL-14679 DML conversion regression 2008-09-02 22:20:35 +00:00
skodak
b229ac31b1 MDL-12224 no more {$CFG->prefix} in HEAD 2008-09-02 22:10:11 +00:00
skodak
57d769e712 MDL-14826 reverting commit, MDL-16292 solves this issue; merged from MOODLE_19_STABLE 2008-09-02 21:47:08 +00:00
skodak
3b49f849d8 MDL-15635 dtl refactoring and basic export and transfer ui (the import UI will be part of install process soon) - based largely on code by Andrei Bautu - thanks! 2008-09-02 21:20:45 +00:00
skodak
8aff848213 MDL-14589 minor database driver loading refactoring 2008-09-02 20:32:03 +00:00
mjollnir_
988fc25546 MDL-14591 - added some debugging to something that isn't implemented to make sure it gets fixed later 2008-09-02 16:37:37 +00:00
mjollnir_
0f71f48bcb MDL-14591 - added a get_name static method to portfolio plugins and use this as a default title for adding new instances.
also fixed a small bug in 'cleanup' function. nico - your flickr plugin is missing a string for the name
2008-09-02 16:21:14 +00:00
mjollnir_
43c90ed1f8 MDL-16232 - fix bad link in portfolio breadcrumbs 2008-09-02 16:10:51 +00:00
mjollnir_
b0482154d8 MDL-16180 - better checking of mnet support in mahara portfolio plugin (and removed unnecessary sanity check code that's handled by the main portfolio api) 2008-09-02 15:43:55 +00:00
mjollnir_
3304eb44cf MDL-14591 - better dealing with sanity checks in plugins 2008-09-02 15:42:15 +00:00
mjollnir_
7254f56ef6 MDL-16180 - make sure mnet auth is enabled in mahara portfolio plugin sanity check 2008-09-02 15:28:25 +00:00
mjollnir_
a5248bee7b MDL-16289 - actually unpack xmlrpc errors rather than just whinge the payload is unencrypted 2008-09-02 14:11:53 +00:00
mjollnir_
e6b8473257 MDL-14591 - use new warning form element rather than static when configuring a broken portfolio plugin 2008-09-02 12:56:23 +00:00
mjollnir_
fdc25313cf MDL-14591 - changed nico's form warning element to use notifyproblem class so that it's synonymous with notify (by default) 2008-09-02 12:54:09 +00:00
nicolasconnault
2c3550dec2 MDL-14591 Changed element's 2nd param (elementLabel) to class name(s). Defaults to .formwarning 2008-09-02 12:47:23 +00:00
nicolasconnault
90355eaa3d MDL-14591 Changed element's 2nd param (elementLabel) to class name(s). Defaults to .formwarning 2008-09-02 12:23:38 +00:00
nicolasconnault
1ae1941eb1 MDL-14591 New "warning" form element 2008-09-02 12:14:58 +00:00
mjollnir_
aae8cfdc5f MDL-15362 - better error checking in mahara portfolio plugin 2008-09-02 10:32:16 +00:00
mjollnir_
36facf2e0b MDL-14591: improvements to configuring already-broken portfolio plugins 2008-09-02 10:29:09 +00:00
jerome
40f6f97f76 MDL-16307: move quiz_get_best_grade() in lib.php, and fix the DB request of quiz_user_complete() 2008-09-02 10:06:17 +00:00
jerome
c38965fbfa MDL-12224: preload ratings for the specific user and only for his discussions, merged from 19 2008-09-02 09:51:11 +00:00
moodler
924ddb15f1 Moved some filepicker form processing to formslib.php (temporary) 2008-09-02 09:46:29 +00:00
stronk7
ebdf895759 Swapping portfolio_exception and portfolio_export_exception. Was
causing some problems under PHP 5.2.5 (Win32 packages).
2008-09-02 09:22:36 +00:00
dongsheng
997e9a0d56 MDL-13766, remove old testing page 2008-09-02 09:21:36 +00:00
jerome
a660039578 MDL-15402: new version of repository administration 2008-09-02 08:58:53 +00:00
scyrma
a9bbec4963 MDL-15405: make itemid & filepath mandatory 2008-09-02 08:06:47 +00:00
scyrma
c7ca878147 MDL-15405: moving function into file_storage & simplify things a bit. 2008-09-02 07:30:18 +00:00
tjhunt
630a3dc384 MDL-14160 SQL in get_categories_for_contexts does not work on Oracle. Thanks to Adrian Smith and Francois Marier for the fix. 2008-09-02 06:55:32 +00:00
skodak
5ca18631bc MDL-16029 removing recently added support for $extralocation from print_error(), thanks TIm for pointing out this is not the recommended way anymore 2008-09-02 06:03:37 +00:00
dongsheng
b3276c45cf "MDL-13766, pass repository name" 2008-09-02 04:08:49 +00:00
dongsheng
d31af46ae2 MDL-13766
1. Remove search link in upload plugin
2. add get_name function
2008-09-02 04:05:11 +00:00
moodler
99bd2ec8aa MDL-15405 Send the correct filearea forum_attachment (not that we really use it) 2008-09-02 03:00:51 +00:00
moodler
21599d8cfc MDL-15348 Make the filepicker component return the itemid of the new file (in user_draft area) 2008-09-02 02:59:01 +00:00
moodlerobot
50af201684 Updated the HEAD build version to 20080902 2008-09-02 01:43:43 +00:00
moodlerobot
28f643c4c2 Automatic installer.php lang files by installer_builder (20080902) 2008-09-02 01:23:48 +00:00
piers
df7ba61012 MDL-16299 - Javascript error during scorm player load. Ensure SCOID is always populated. 2008-09-01 23:04:59 +00:00
skodak
3eefe57bd1 removing forgotten grrr debug code ;-) 2008-09-01 20:04:18 +00:00
skodak
c018fde2df MDL-16029 Added $extralocations in the function print_error; merged from MOODLE_19_STABLE 2008-09-01 15:31:09 +00:00
wildgirl
4b32776917 MDL-15879 lang string typo fix (thanks to Susan Mangan) 2008-09-01 14:54:58 +00:00
skodak
7089931743 MDL-16292 print_error not backwards compatible with error(get_string('xx', 'moodle')); merged from MOODLE_19_STABLE 2008-09-01 14:54:57 +00:00
mjollnir_
1c59721175 MDL-15362 - send sha1 of entire zipfile to mahara, not just contents 2008-09-01 14:36:12 +00:00