Commit Graph

1537 Commits

Author SHA1 Message Date
moodler 56dae0a227 MDL-16473 Merged style fix for user pics from 1.9 2008-09-12 06:56:11 +00:00
tjhunt 4b600aa005 MDL-16410 Implement the delete question type functionality on the question type administration screen. 2008-09-11 11:01:20 +00:00
tjhunt 1ea118e4bd MDL-16343 Report showing, for a given capability, how it is set in the definition of each role, and everywhere that it is overridden. 2008-09-08 07:01:41 +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
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
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
jerome 49a1ce1957 MDL-13766: refactor all libary functions, they now all start with repository_ 2008-08-28 05:13:13 +00:00
thepurpleblob 8de7c5e4bc Curse you CVS!!! Didn't notice strange merge error. 2008-08-27 10:27:39 +00:00
thepurpleblob 549c2dd2f6 MDL-16221
The height and width are now included in the user's image.
2008-08-27 10:24:48 +00:00
skodak 90658eefb0 MDL-16166 centralised enabling of subsystems, fixed some warnings and general cleanup 2008-08-26 05:45:07 +00:00
dongsheng d373f63f9b MDL-13766
1. Use treeview display files in repository
2. Dymanicly loading file support
3. Upload file in local repository plugin
4. Move file picker to the top level of DOM
5. get original photo format from flickr web service
2008-08-20 02:52:29 +00:00
scyrma ffadf71ba8 MDL-16036: make the default value in popup_form "selected" 2008-08-18 06:40:41 +00:00
skodak 775f811a66 MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes 2008-08-16 12:16:01 +00:00
stronk7 f697a4217d Allow font-family "protocol" to avoid kses cleaning it. MDL-15963 ; merged from 19_STABLE 2008-08-07 22:38:46 +00:00
dongsheng b6558c3b0c MDL-13766
1. Pass context information to repository
TODO
Not sure about the way to get context, hard to find where we are, because print_textarea and moodle may be used in any place in moodle.
2. Change parameter type in ws.php
2008-08-07 03:33:47 +00:00
dongsheng 765943edc6 MDL-13766, mulit-filepicker in htmleditor worked. 2008-08-05 08:12:21 +00:00
dongsheng 4b844d63ef MDL-13766, more changes to mulit-filepicker in one page. 2008-08-05 05:49:33 +00:00
dongsheng c2762f06b7 MDL-13766
1. Make mulit-filepicker in one page possible
2. fix lang strings
3. use itemid specify a draft file
TODO
itemid should use a better value.
2008-08-05 05:12:30 +00:00
skodak 172dd12c63 MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906 2008-07-31 22:15:30 +00:00
dongsheng a4c36bdca6 "MDL-13766, move require_once" 2008-07-31 03:13:49 +00:00
dongsheng c5704ec65a MDL-13766
1. Filepicker component for moodleform
2. Integrate TinyMCE and FilePicker
3. Fix show/hide bug in filepicker
4. Rewrite print_login function for ajax
2008-07-31 02:51:28 +00:00
scyrma cb6c02c4b7 MDL-14741: cleaning up some leftover cruft 2008-07-30 07:58:05 +00:00
scyrma d5ef313659 MDL-14741: use better names for tinymce-specific javascript functions, add function to trigger the save event of tinymce on form save. 2008-07-30 06:26:26 +00:00
skodak cf34d0eaa2 MDL-5018 added thead and tfoot to allowed tags; merged from MOODLE_19_SATLE 2008-07-26 11:29:00 +00:00
skodak 408d53277f MDL-15823 format_string() improvements; merged from MOODLE_19_STABLE 2008-07-25 22:44:17 +00:00
tjhunt 5762b36e0d MDL-15813 - correction - add missing 'return'. Again, Jamie, if you see this, please review. 2008-07-25 16:20:46 +00:00
skodak 7507f325ba MDL-15820 fixed some install noise on dev sites; merged from MOODLE_19_STABLE 2008-07-24 22:58:03 +00:00
jamiesensei c1f41c59b7 MDL-15813 "return params or a param from moodle_url params and param method when no value is passed to method to set url param(s)."
Methods param and params can now be used in the following ways :

$url->params(); // returns params

$url->params($arrayofnewparams);// add params to url params and then returns all the params.

//--

$url->param('id');//returns value of id param.

$url->param('id', 5); set id param to 5.
2008-07-24 15:22:31 +00:00
dongsheng a2353e9b0b MDL-15565, fix bug of maintenance mode alert reminder 2008-07-23 03:18:02 +00:00
sam_marshall 6a0d72d43d MDL-15773 - 'Pass by reference' errors in update from 1.9.1+ 2008-07-22 14:09:32 +00:00
scyrma 4644313b7c MDL-14741: Make tinymce loading simpler, and makes it work on pages with multiple instances. 2008-07-18 04:24:53 +00:00
moodler 771fea0b08 MDL-15700 Merged from 1.9 Tidied up the maintenance mode display to users 2008-07-18 03:02:43 +00:00
scyrma 9ee16191ec MDL-14741: load editor automatically, from footer/after page is loaded. 2008-07-15 09:43:14 +00:00
scyrma a33fa3ad83 MDL-14741: make tinymce toggle editor icon work as it should 2008-07-15 09:00:23 +00:00
dongsheng 07e9a3005f MDL-15565, add maintenance mode alert reminder in title and navbar. 2008-07-14 02:32:59 +00:00
tjhunt 50819c5fa1 Document print_side_block, and eliminate a bit of duplicated code. 2008-07-11 14:17:21 +00:00
scyrma 5a254a2938 MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9) 2008-07-10 09:55:11 +00:00
moodler 554606c76b MDL-15601 Merged basic checking to avoid some notices 2008-07-10 08:50:43 +00:00
skodak b373260475 MDL-15413 warn admins if display_errors enabled 2008-07-07 14:34:40 +00:00
jamiesensei a655337336 MDL-15532 "moving progress_bar class into weblib from adminlib" 2008-07-04 10:15:00 +00:00
scyrma 6f8a7d393d MDL-14741: Reverting removal of output buffering. 2008-07-04 02:42:49 +00:00
scyrma d074c20e49 MDL-14741: Using a better way to include javascript files (removed use of
output buffering) and corrected parameters so that the file manager is
linked to the right course again.
2008-07-03 05:32:34 +00:00
dongsheng 5425608f69 "MDL-15500, change helpbutton debug level to developer, merged from MOODLE_19_STABLE" 2008-07-02 06:43:21 +00:00
jerome 293076e9ce MDL-14635 remove tags from glossary block help, merged from 19 2008-06-25 03:26:08 +00:00
skodak 04264aeda4 MDL-15343 mod upgrade savepoints implemented (the xmldb generator is not updated yet) 2008-06-22 23:35:52 +00:00
skodak eee5d9bb85 MDL-14956 DDL exceptions 2008-06-22 16:51:55 +00:00
tjhunt c44889c088 MDL-15321 - Add a class to the last column and row of the table in print_table to help theming 2008-06-19 18:38:27 +00:00
jerome e79fe53d98 MDL-15152 reverse MDL-14439 fix for dropdown menu for Opera+Linux, merged from 19 2008-06-18 05:58:06 +00:00