* Fixed bug #25281 by adding special treatment for modules in the "private" group
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 24 Sep 2010 22:10:25 +0000 (22:10 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 24 Sep 2010 22:10:25 +0000 (22:10 +0000)
commit2d8b0272191bc6f4de09144b1ff0c2f19e8d0a5d
tree0cddf73f66270d4d67798e54b5bfbbca82692117
parent066588f12a8d976f514ccf87df45a860c5119bf8
* Fixed bug #25281 by adding special treatment for modules in the "private" group
* Added $wgResourceLoaderInlinePrivateModules to allow private modules to be either embedded in the HTML output or accessed through ResourceLoader (which will bypass squid cache and check the user paramter against $wgUser)
* Moved more generated javascript functionality to ResourceLoader
* Fixed comment typo made in r73673
* Added documentation for ResoruceLoaderRegisterModules hook
RELEASE-NOTES
docs/hooks.txt
includes/DefaultSettings.php
includes/OutputPage.php
includes/ResourceLoader.php
includes/ResourceLoaderContext.php
includes/ResourceLoaderModule.php
includes/Skin.php