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
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_
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_
3304eb44cf
MDL-14591 - better dealing with sanity checks in plugins
2008-09-02 15:42:15 +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_
36facf2e0b
MDL-14591: improvements to configuring already-broken portfolio plugins
2008-09-02 10:29:09 +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
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
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
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
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_
f1ebc1926e
MDL-14591 - notice to user if the remote system has forced queueing
2008-09-01 14:07:29 +00:00
scyrma
c0a15bdf4a
MDL-15405: first draft - function to move a file from user_draft to the good filearea, post form-submission.
2008-09-01 10:33:20 +00:00
dongsheng
ff7e7f92bc
"MDL-13766, create instances for each plugin, testing"
2008-09-01 09:10:33 +00:00
moodler
41ebc6d31c
MDL-15348 Make sure the filepicker element shows a label
2008-09-01 06:17:23 +00:00
scyrma
22aa775ab2
MDL-15405: first version of post-upload content rewriting function
2008-09-01 06:15:08 +00:00
tjhunt
1cc6b5162c
MDL-15655 - address_in_subnet does not work on 64 bit architectures. Also, we found some other issues with this funtion while diagnosing the problem.
2008-09-01 04:17:11 +00:00
dongsheng
a846af6fae
"MDL-13766, display file name after file downloaded"
2008-09-01 02:00:15 +00:00
skodak
552c374e80
MDL-16283 fixed notice; merged from MOODLE_19_STABLE
2008-08-31 20:45:10 +00:00
skodak
e85a924fec
MDL-15635 DTL refactoring, adding release field to xml file
2008-08-30 18:54:57 +00:00
skodak
ebf20af07d
MDL-15635 dml library inclusion refactoring
2008-08-30 18:48:39 +00:00
skodak
598b38f743
MDL-15635 library inclusion refactoring
2008-08-30 18:47:22 +00:00
skodak
a47c84c4bb
MDL-15635 sqlite fixes - by Andrei Bautu
2008-08-30 18:46:18 +00:00
lfrodrigues
1c50df9f24
MDL-16268 User-User send messages now use new messaging system.
2008-08-30 17:53:30 +00:00
mjollnir_
31ca68c4c3
MDL-14591 - fixing bug in last commit that would have broken for 'push' portfolio transfers
2008-08-30 16:39:08 +00:00
mjollnir_
d5dfe1b361
MDL-15362 - better robustness in wakeup
...
MDL-14591 - fixed a bug in portfolio queued transport (not saving updates)
2008-08-30 16:37:40 +00:00
mjollnir_
b91b274b92
MDL-16180 - add portfolio support to mnet
2008-08-30 11:25:29 +00:00
mjollnir_
2c48aeab95
MDL-16180 - change field precision of parent_type to 20 in mnet rpc function table to fit 'portfolio'
2008-08-29 18:30:01 +00:00
nicolasconnault
75d226d74d
MDL-15666 Generating test data on-the-fly using the generator!
2008-08-29 14:46:55 +00:00
mjollnir_
2eb07e7904
MDL-14591 - misc improvements to portfolio api
2008-08-29 12:36:56 +00:00
tjhunt
94eebf576e
XHTML Strict!
2008-08-29 11:35:47 +00:00
tjhunt
62e76c6766
MDL-16263 A way for students to flag/bookmark, particular questions during a quiz attempt for later review.
...
This is an initial implementation that is now at a working state, but with a few things left to do. It seemed like a good idea to commit it before leaving work on Friday night.
2008-08-29 10:08:27 +00:00
tjhunt
57f43d239a
Make comment clearer.
2008-08-29 10:04:15 +00:00
scyrma
88c8d16194
MDL-14741: clean up some old code. This needs to be confirmed backward-compatible.
2008-08-29 09:54:44 +00:00
nicolasconnault
7e95408b01
MDL-15666 MDL-16177
...
Refactored the generator script into proper Object Oriented code. It can now be used as a CLI tool, as a web form or as an included library with a function call. Stub implementation is demonstrated in portfolio unit tests.
2008-08-29 08:01:55 +00:00
scyrma
d3919c2551
MDL-15405: make it possible to specify a destination filearea for htmleditor forms element
2008-08-29 07:51:15 +00:00
jamiesensei
db16ac502a
MDL-16126 "Altering the number of students shown can lead to students being inadvertently hidden" make sure that initials bar is shown if we are filtering by initials.
2008-08-29 06:03:02 +00:00