33158 Commits

Author SHA1 Message Date
mjollnir_
c9e745468f MDL-15758 - added back full forum exports 2008-09-03 12:05:31 +00:00
jerome
46dd6bb0cf MDL-15402: delete a type now delete all its instances, fix confirmation xhtml and message, change save label buttons, repository_get_instances() return now all instances if no context is defined 2008-09-03 11:02:25 +00:00
jerome
4f2b9a4fed MDL-15402: change repository_cache_expire common option default to 120 (minutes) 2008-09-03 09:53:35 +00:00
jerome
5a8ca18789 MDL-15402: add repository_cache_expire common option 2008-09-03 09:45:27 +00:00
tjhunt
8f95b06aab MDL-16263 Flagging questions during a quiz attempt. Submit all and finish was nuking flag states. Fix that. 2008-09-03 09:37:20 +00:00
tjhunt
ea435fe2fe JS does not work in IE. Grrrr! 2008-09-03 09:30:10 +00:00
skodak
2aea0c5e85 MDL-14589 new file not found general function 2008-09-03 08:47:36 +00:00
dongsheng
ede057f3fb "MDL-13766, change color scheme, make file picker look better" 2008-09-03 08:45:55 +00:00
jerome
0fc5247c5f MDL-15402: fix XHTML for repository admin pages + don't use anymore deprecated functions print_simple_box_xxx() 2008-09-03 08:45:14 +00:00
tjhunt
f62040ed1f MDL-16263 Flagging questions during a quiz attempt. Save flag state on the review page when JS is off too. 2008-09-03 08:32:29 +00:00
tjhunt
8671738360 Clean up whitespace. 2008-09-03 08:31:37 +00:00
dongsheng
efd47773ae "MDL-13766, improve css" 2008-09-03 08:20:06 +00:00
skodak
d2d9ba7d64 MDL-14326 fixed incorrect requires 2008-09-03 07:48:19 +00:00
tjhunt
5e9170b43e MDL-16263 Flagging questions during a quiz attempt. Save flag state on submit when JS is off. 2008-09-03 07:11:59 +00:00
tjhunt
954b73ae0d Clean up whitespace. 2008-09-03 07:10:00 +00:00
moodler
ad78615cb3 MDL-15405 Final bit to make forum attachments work with filepicker 2008-09-03 06:07:36 +00:00
tjhunt
a905364a0a MDL-16029 Deprecate $extralocation parameter of get_string. 2008-09-03 06:02:38 +00:00
moodler
d0b5d122b1 Fixed some language strings in file picker 2008-09-03 05:55:35 +00:00
tjhunt
d0dfe9491d MDL-16263 Flagging questions during a quiz attempt. Make it work nicely with just the keyboard, no mouse, if JavaScript is on. 2008-09-03 05:50:53 +00:00
tjhunt
964f488be3 MDL-15452 Improved quiz navigation. The quiz now no longer requires JavaScript, unless secure mode is used. 2008-09-03 05:50:05 +00:00
tjhunt
c7dcecd1e4 MDL-16263 Flagging questions during a quiz attempt. Flag updating in nav not working on the review page. 2008-09-03 05:38:12 +00:00
tjhunt
a282ef514e MDL-16263 Flagging questions during a quiz attempt. IE cannot cope with an object initialiser with a trailing comma, so change how thise JS is output. 2008-09-03 05:37:46 +00:00
dongsheng
84b42e51d9 "MDL-13766, fix css problem" 2008-09-03 05:35:49 +00:00
moodler
24a5025adf New tags file 2008-09-03 05:15:28 +00:00
moodler
49583e9ed1 MDL-14589 Created new move_draft_to_final() in file storage and made formslib use it for saving new files 2008-09-03 05:14:24 +00:00
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