Andrew Nicols
502d580970
MDL-44478 Javascript: Remove duplications in simpleyui rollup
2014-03-06 15:25:29 +08:00
Andrew Nicols
7ae6ce009e
MDL-44101 Javascript: Introduce a module to focus after widget close
...
This module supports focusing on a specified Node, or attempting to
determine the Node which caused the displayed the Widget to return focus to
that location.
2014-02-24 16:31:09 +08:00
Andrew Nicols
0f722cfbe5
MDL-44214 Javascript: Allow for patching of modules in the simpleyui rollup
...
The moodlesimple (former simpleyui) rollup is included by a slightly
different mechanism to the the other YUI modules and this was missed off
the original yuipatchlevel implementation.
2014-02-17 14:46:09 +08:00
Andrew Nicols
aea2973734
MDL-43952 Javascript: Support invalidation of browser caches for YUI patching
...
This will also force files loaded from the CDN to instead come from the
local distribution since those patches will not be included in the CDN
release.
Please see the documentation at http://docs.moodle.org/dev/YUI/Patching for
important on using these changes.
2014-02-04 09:08:53 +08:00
Andrew Nicols
5b49f8b3a8
MDL-36334 JavaScript: Enable access to the gallery
2013-12-30 19:19:26 +08:00
Andrew Nicols
052d64a478
MDL-43322 JavaScript: Correct cache-base entry in base rollup
2013-12-16 16:59:11 +08:00
Andrew Nicols
9a45ac14f0
MDL-43322 JavaScript: Include moodle-core-popuphelp in the mcore rollup
...
moodle-core-popuphelp is used on every page in Moodle, so it should be
included in the rollup by default to save a request each time.
2013-12-16 16:14:26 +13:00
Andrew Nicols
104d698ffd
MDL-43105 JavaScript: Use the correct versions of our rollups
2013-11-28 12:31:51 +08:00
Ankit Agarwal
c3faa40f0b
MDL-41966 calendar: Fix missing css files issue
2013-10-21 09:24:38 +08:00
Petr Škoda
7d26038d47
MDL-42438 load missing CSS for our simple YUI rollup
2013-10-19 21:04:26 +02:00
Petr Škoda
d17f25a56e
MDL-42152 rename our rollup to start with 'yui-' to enable the stadnard regex base magic
2013-10-15 10:53:20 +08:00
Petr Škoda
2ea00a5867
MDL-42152 improve SimpleYUI docs
2013-10-15 10:53:20 +08:00
Andrew Nicols
c8b9f6d9b0
MDL-42152 Use new rollup system
2013-10-15 10:53:20 +08:00
Andrew Nicols
eee4cbb725
MDL-42152 AJAX: Add rollup support to YUI loader
2013-10-15 10:53:20 +08:00
Andrew Nicols
03e36e7077
MDL-41878 JavaScript: Add an alias for Moodle in the YUI loader
2013-10-01 10:51:40 +08:00
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