Commit graph

474 commits

Author SHA1 Message Date
dongsheng
abdcded6c7 "MDL-13766, use OUTPUT to print box" 2009-07-09 07:17:18 +00:00
dongsheng
b2f8adf4e5 "MDL-19733, directory name need to be cleaned before saving into database" 2009-07-08 07:45:51 +00:00
samhemelryk
19c9f09430 filelib MDL-19707 Converted existing ...str_replace('png','gif')... to use file_extension_icon and file_mimetype_icon 2009-07-07 06:16:01 +00:00
dongsheng
5fdc39c725 "MDL-18830, add watermark to flickr image" 2009-07-05 14:15:18 +00:00
tjhunt
a28c92539e MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-03 06:38:41 +00:00
tjhunt
ddedf979b4 MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-03 06:19:25 +00:00
tjhunt
c8873c496b MDL-19690 - eliminate the $OUTPUT->initialise_deprecated_cfg_pixpath horrible hack.
Replace $CFG->pixpath with $OUPTUT->old_icon_url(...) instead.
2009-07-02 11:23:47 +00:00
tjhunt
f2a1963c43 MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-02 11:09:15 +00:00
dongsheng
4769306136 "MDL-19180, url plugin, grab image resources only" 2009-07-01 03:46:20 +00:00
dongsheng
93e9aa2792 "MDL-18520, file system, supported choose a subdirectory" 2009-06-30 09:10:42 +00:00
dongsheng
390baf4664 "MDL-13766, update image path, see http://moodle.org/mod/forum/discuss.php?d=126887" 2009-06-30 02:12:16 +00:00
dongsheng
4deb544fbe "MDL-19654, implement draft files browsing and management" 2009-06-29 14:03:23 +00:00
dongsheng
a4103e65fa "MDL-13766, fixed image path" 2009-06-29 03:41:02 +00:00
dongsheng
129deb0273 "MDL-19180, convert relative url to absolute url in url plugin" 2009-06-29 03:32:38 +00:00
dongsheng
46517c4774 "MDL-13766, fixed print_msg function and fixed upload form, update compressed js" 2009-06-28 10:06:04 +00:00
dongsheng
4dbb2b0507 "MDL-19180, repository url plugin, if users provide a url of webpage, this plugin could list all images in this page" 2009-06-28 09:38:32 +00:00
dongsheng
94742bca31 "MDL-16383, add check_login to construct function" 2009-06-25 07:44:27 +00:00
dongsheng
fdcf5320a8 "MDL-18520, for security, we use a fixed repository path for filesystem plugin" 2009-06-25 05:18:22 +00:00
dongsheng
ecf4785cc4 "MDL-16908, fixed webdav plugin hostname" 2009-06-25 04:58:58 +00:00
dongsheng
527c4acd27 "MDL-15350, fixed boxnet plugin authkey" 2009-06-25 04:14:45 +00:00
dongsheng
d1bfc05ed7 "MDL-13766, improve search form in file picker, improve error handing" 2009-06-25 04:12:43 +00:00
skodak
ff5fe31160 MDL-19580 cleanup of require css and js filepicker code 2009-06-24 22:34:29 +00:00
dongsheng
16e9dccdd1 "MDL-18830, improve flickr_public plugin license searching, easier to use " 2009-06-24 05:49:52 +00:00
dongsheng
258d379a83 "MDL-19180, clean up repository url download plugin, and make it support non-js file picker" 2009-06-24 03:38:13 +00:00
dongsheng
ddbc34c940 "MDL-17316, fixed search paging and fixed xhtml strict" 2009-06-23 03:53:40 +00:00
dongsheng
362a728f81 "MDL-13766, added more language strings for repository api" 2009-06-22 03:45:24 +00:00
dongsheng
6876783acd "MDL-17473, supported non-js file picker" 2009-06-22 03:30:25 +00:00
dongsheng
2194247064 "MDL-15351, fixed draft files browsing" 2009-06-22 02:59:32 +00:00
skodak
c8a3911895 MDL-16697 file picker xhtml strict fixes 2009-06-21 18:30:41 +00:00
dongsheng
009a97ce00 "MDL-17316, improve non-js filepicker" 2009-06-19 07:22:37 +00:00
dongsheng
78ff29832d "MDL-17316, supported flickr_public plugin working in non-js filepicker" 2009-06-18 07:58:37 +00:00
dongsheng
ab9cdbb976 "MDL-17316, fix upload form in non-js file picker" 2009-06-18 06:31:51 +00:00
dongsheng
aa8ce6e3fd "MDL-13766, use new API to load javascript files, fix xhtml strict issues in javascript, but YUI cannot work in xml strict mode, so do not true on xml strict option in moodle if you want to use file picker" 2009-06-16 02:42:32 +00:00
tjhunt
c28bf5c9f8 javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
Also, some related JavaScript cleanup.

More to follow.
2009-06-15 05:37:57 +00:00
tjhunt
cf6155226c ajaxlib/require_js: MDL-16693 $PAGE->requires->... deprecates require_js etc.
There is a new implementation of require_js in lib/deprecatedlib.php,
based on $PAGE->requires.

There were a few other recently introduced functions in lib/weblib.php,
namely print_js_call, print_delayed_js_call, print_js_config and
standard_js_config. These have been removed, since they were never in
a stable branch, and all the places that used them have been changed
to use the newer $PAGE->requires->... methods.

get_require_js_code is also gone, and the evil places that were calling
it, even though it is an internal function, have been fixed.

Also, I made some minor improvements to the code I committed yesterday
for MDL-16695.

All that remains is to update all the places in core code that are
still using require_js.

(This commit also fixes the problem where the admin tree would not
start with the right categories expanded.)
2009-06-12 12:13:07 +00:00
dongsheng
6b0fae574d "MDL-19002, implement attachment files limit in file picker" 2009-06-12 05:57:25 +00:00
dongsheng
b6fd5aee62 "MDL-17316, improve non-js file manager interface" 2009-06-11 08:08:33 +00:00
dongsheng
5e98ab966f "MDL-17316, non-js file manager, support externel authentication" 2009-06-11 02:54:33 +00:00
dongsheng
9deb3d000a "MDL-13766, shouldn't check login in repository base class, because developer may define a session name later" 2009-06-10 08:46:31 +00:00
dongsheng
14f3c8827a "MDL-17316, display attached files in non-js file manager" 2009-06-09 06:43:38 +00:00
dongsheng
2b70aa5152 "MDL-16384, add text to descripe what is alfresco API url is" 2009-06-08 06:36:38 +00:00
dongsheng
761265adab "MDL-17316, non-js file picker added" 2009-06-08 06:25:53 +00:00
dongsheng
81f4ff7241 "MDL-16384, alfresco plugin, deal with session expired issue" 2009-06-05 08:14:57 +00:00
dongsheng
fb8103e6a0 "MDL-16384, upgrade alfresco php library, fixed bugs in offical php sdk" 2009-06-05 06:55:07 +00:00
dongsheng
1c05907d07 "MDL-13766, ->pixpath doesn't work in web service, use ->httpswwwroot instead" 2009-06-04 09:33:25 +00:00
dongsheng
a3d8df257b "MDL-13766, repository api, fixed typeid value" 2009-06-04 06:40:35 +00:00
stronk7
6aa104ed96 MDL-19350 upgrade blocks - tiding up minor bits in repo plugins 2009-06-03 17:31:09 +00:00
dongsheng
78f7e0c6d8 "MDL-15351, fixed undefined path variable" 2009-06-03 08:38:52 +00:00
dongsheng
c875ad9a21 "MDL-13766, repository module, fixed a undefined variable" 2009-05-29 09:28:12 +00:00
dongsheng
d80444efe7 "MDL-19180, repository url plugin, fixed undefined index" 2009-05-29 09:18:55 +00:00