Marina Glancy
576151c987
Merge branch 'MDL-40478-m' of git://github.com/andrewnicols/moodle
2013-07-17 11:09:08 +10:00
Petr Škoda
cba94cec14
MDL-40563 improve yui serving performance
...
It is not necessary to do full page init to access the plugin locations API.
2013-07-12 22:34:12 +02:00
Andrew Nicols
f320e8d00f
MDL-40478 JavaScript: Support loading of YUI submodules in the yui-loader
2013-07-12 10:12:03 +01:00
Matteo Scaramuccia
06eca48648
MDL-40002 Files: ETag value must be a quoted-string.
...
ETag value must be double quoted, http://tools.ietf.org/html/rfc2616#section-3.11 .
More details about potential impacts in MDL-39832: shortly, at least when using
HTTP Partial GET Requests (HTTP Status: 206) plus X-Sendfile HTTP Header.
In this commit, the impact is to be RFC2616 compliant when using the ETag Header.
2013-06-09 09:43:36 +02:00
Petr Škoda
574909efce
MDL-39174 fix phpdocs packages in themes
2013-04-27 13:22:59 +02:00
Andrew Robert Nicols
f0e79573cf
MDL-38667 JavaScript: Correct loading of Shifted CSS
2013-03-24 01:29:00 +00:00
Andrew Robert Nicols
4f65d03b08
MDL-38515 JavaScript: Detect use of invalid module names in YUI dependencies
...
A warning is shown in the browser console if debugging is set, but it is
not possible to return from the configFn and stop the module load attempt
from continuing.
The error is caught and an additional error is shown by yui_combo.php
2013-03-19 11:42:12 +00:00
Andrew Robert Nicols
a45e8fd3da
MDL-37127 JavaScript: Add support for development using YUI Shifter
2013-03-01 01:25:54 +00:00
David Mudrák
55834476c4
MDL-37598 Proceed full setup in YUI serving files if needed
...
When serving Moodle YUI files, including just moodlelib.php is not enough
any more. We need the full setup in order to use MUC.
Please note that cookies are disabled in these two scripts. This may make
cache_store::MODE_SESSION caches unavailable. We do not expect they will
be needed here.
2013-02-11 16:35:16 +01:00
Petr Škoda
a2bdf34017
MDL-35168 fix yui combo path disclosure
2012-09-01 12:35:31 +02:00
Petr Škoda
1c76d55a40
MDL-34714 switch to YUI 2in3
2012-08-11 20:40:01 +02:00
Petr Skoda
84e1e04418
MDL-33636 add more yui caching goodness
2012-06-12 10:13:01 +02:00
Petr Skoda
18ac11b730
MDL-32849 add support for url rewriting in min_get_slash_argument() and combo loader
...
This helps especially IIS servers using ^([^\?]+?\.php)(\/.+)$ rewrite rule.
2012-05-08 20:11:44 +02:00
Petr Skoda
dbe14f39c0
MDL-32683 fine tune yui resource caching
2012-05-05 17:25:27 +02:00
Petr Skoda
d5222fae5f
MDL-32683 use slashargument urls for yui images
2012-05-05 16:14:48 +02:00
Petr Skoda
6e7b46018e
MDL-32683 use slashargument urls for yui combo loader
2012-05-05 16:13:35 +02:00
Petr Skoda
8c672cf9f3
MDL-32683 explicitly allow more caching of static content
2012-05-05 14:09:31 +02:00
Petr Skoda
ee891dacc7
MDL-32612 disable error displaying in theme files and javascript
...
The correct place to write errors and notices is log, we can let Javascript and binary files to be randomly modified.
2012-04-28 17:14:38 +02:00
Ruslan Kabalin
5683815612
MDL-31263 Rewrite block drag/drop using YUI3
2012-04-24 13:25:43 +08:00
Andrew Robert Nicols
2f76f1019e
MDL-31242 Prevent redefinition of MOODLE_INTERNAL when loading multiple YUI modules from Moodle
2012-01-18 15:38:55 +01:00
Petr Skoda
14b1579aa0
MDL-29686 obey caching setting for moodle yui modules
2011-10-07 08:41:15 +02:00
Petr Skoda
aa603b14c7
MDL-28709 adding HTTP_IF_MODIFIED_SINCE and minor style tweaks
2011-08-19 16:32:30 +02:00
Tony Levi
ccc0fff941
MDL-28709: Performance: Send cache/contenttype headers with 304 responses
2011-08-19 16:23:08 +02:00
Petr Skoda
37c8259280
MDL-28382 work around or detect REQUEST_URI IIS bug
2011-08-07 14:39:45 +02:00
Petr Skoda
6e6034e550
MDL-26153 fix yui combo loading for images with numbers in file name
2011-02-12 21:56:03 +01:00
Sam Hemelryk
4d909122c4
yui combo MDLSITE-1032 Fixed relative paths to assets
2010-10-07 08:25:56 +00:00
Sam Hemelryk
77387297f8
javascript MDL-23430 YUI moodle modules are no longer cached if CFG->cachejs is off
2010-08-05 04:05:28 +00:00
Petr Skoda
78bfb562a0
MDL-21249 improved php docs and adding direct access prevention in core libs
2010-07-25 13:35:05 +00:00
Sam Hemelryk
a6338a134b
themes MDL-22826 Some minor changes to improve the IE user experience
2010-07-07 09:10:10 +00:00
Sam Hemelryk
3b17690ca4
javascript MDL-22920 Added support for CSS images within the new module code and added missing requirement
2010-07-02 05:39:59 +00:00
Sam Hemelryk
2b722f8707
javascript MDL-22920 Added functionality to allow inclusion of Moodle-YUI JS modules easily
2010-07-01 02:26:21 +00:00
Sam Hemelryk
2a102b901e
block-community MDL-19314 Fixed gallery lightbox implementation and added proper support for yui3 gallery modules
2010-06-04 01:49:53 +00:00
Petr Skoda
35eafad0ec
MDL-21400 fixed borked yui CSS when image contained "_"
2010-02-06 19:41:20 +00:00
Petr Skoda
7c986f04e3
MDL-21241 theme CSS and JS gzip compression + some more fixes
2010-01-05 20:18:15 +00:00
Petr Skoda
b195b44339
MDL-21193 improved error messages in combo loader
2009-12-29 12:39:11 +00:00
Petr Skoda
a4738eb361
MDL-21193 improved error messages in combo loader
2009-12-29 12:38:50 +00:00
Petr Skoda
945f19f77d
MDL-21193 finally fixed YUI3 laoding - now fully cached and working - yay!
2009-12-28 23:08:55 +00:00
Petr Skoda
aa42314ded
MDL-21189 yui2/3 combo loader implemented - yay! admin settings in the next commit; yui libs stored in more standard locations
2009-12-25 22:37:04 +00:00
Petr Skoda
60f2c8666a
MDL-21189 custom yui image loading needed for combo yui loader
2009-12-25 19:51:40 +00:00