Commit Graph

1126 Commits

Author SHA1 Message Date
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
skodak eb203ee412 MDL-14898 upgraded html purifier to 3.1.0 in HEAD 2008-06-16 16:39:09 +00:00
sam_marshall 977b3d3145 MDL-15263 Fixed numeric entities remaining after html_to_text 2008-06-16 14:07:47 +00:00
skodak 058c7d9021 MDL-15094 fixed print_box() regression 2008-06-16 11:39:21 +00:00
skodak 251387d087 MDL-14956 basic exception support in Moodle + other minor related refactoring 2008-06-13 17:51:34 +00:00
skodak a230012cd8 MDL-14905 towards functional DB tests 2008-06-13 08:35:29 +00:00
scyrma 8c37106df2 MDL-14741: Simplifies the activation of the htmleditor. This is a work-in-progress at this stage, but it's an improvement on the current state. 2008-06-11 08:37:26 +00:00
skodak 294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
scyrma 264ad12641 MDL-14741 - Make tinymce work with the front page description.
TODO: convert the front page description form so it uses formslib
2008-06-06 01:49:07 +00:00
scyrma b26be9a9cd MDL-14741: use the default html editor, as chosen in the admin settings 2008-06-05 09:36:55 +00:00
skodak 8618fd2aeb MDL-14679 converted some delete_records 2008-06-02 21:52:27 +00:00
jamiesensei db0cc0fce7 MDL-15000 "Moodle url method remove_params doesn't actually remove anything" Fixed. 2008-05-26 11:50:51 +00:00