tjhunt
e874af28ce
MDL-16583 Make require_js accept library names like lib/javascript-static.js without the caller having to fiddle around with $CFG->wwwroot themselves.
2008-09-25 06:29:28 +00:00
tjhunt
830c58b7e3
MDL-16672 Output a standard set of config variables into JavaScript on every page.
2008-09-25 03:11:33 +00:00
skodak
3c24a39108
MDL-15810 whitelist _blank target in htmlpurifier cleaning; merged from MOODLE_19_STABLE
2008-09-24 21:39:47 +00:00
skodak
2fd0e9fe58
MDL-16644 removing striplsahses() and friends
2008-09-23 21:09:46 +00:00
skodak
53b20fe35a
MDL-16637 removing obsoleted spellchecker support
2008-09-23 15:12:07 +00:00
skodak
293c2041ee
MDL-16628 editortogglebutton removed
2008-09-23 14:53:21 +00:00
skodak
7da51bfdc3
MDL-16627 removing obsoleted HTMLArea
2008-09-23 14:51:55 +00:00
tjhunt
bef45cd3fd
MDL-16630 - Change admintree JavaScript to move the code out of the page, and into a separate .js file
2008-09-23 09:59:18 +00:00
tjhunt
aa41944f23
Commit the print_js_config, so people can see it as the read http://moodle.org/mod/forum/discuss.php?d=106312
2008-09-19 13:37:33 +00:00
tjhunt
78b5eb25c8
New function to make it easy when you just want to call one JavaScript function, so you don't have to worry about constructing the script tag yourself. I did this in the context of MDL-12391, but I think it is generally userful.
2008-09-19 04:51:47 +00:00
tjhunt
829eabfec2
New option on close_window_button to reload the page that opened this pop-up, as the pop-up is closed. Needed in preparation for MDL-16334.
2008-09-18 07:34:45 +00:00
dongsheng
fda7529b7f
"MDL-14706, comment value check code to make progress bar work"
2008-09-17 07:02:08 +00:00
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