Commit graph

71 commits

Author SHA1 Message Date
Raimond Spekking dea077a525 * (bug 8918) Enable PLURAL option for MediaWiki:showingresults and
MediaWiki:showingresultsnum
* RELEASE-NOTES forgotten in r20075
* Update URL for CategoryTree
2007-02-27 22:39:04 +00:00
Antoine Musso 9dbda5f800 Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
This is like r19502 but for extensions.
2007-01-20 15:10:35 +00:00
Antoine Musso 9030be01c7 Add descriptions for some extensions used on wikipedia 2007-01-07 13:57:35 +00:00
Nick Jenkins 75b86d229b E_STRICT tweaks for three extensions:
* Strict Standards: Undefined index:  blank in extensions/Cite/Cite.php on line 280
* Strict Standards: Assigning the return value of new by reference is deprecated in extensions/Makesysop/SpecialMakesysop_body.php on line 364
* Strict Standards: Undefined index:  style in extensions/CategoryTree/CategoryTree.php on line 123
* Strict Standards: Undefined index:  mode in extensions/CategoryTree/CategoryTree.php on line 125
* Strict Standards: Undefined index:  hideroot in extensions/CategoryTree/CategoryTree.php on line 137
2006-11-29 13:06:21 +00:00
Daniel Kinzler 3770663bac added option (Bug 8011) 2006-11-22 21:48:54 +00:00
Daniel Kinzler 1df9698baa $wgCategoryTreeUnifiedView = true per default; use "#" for dummy url; updated documentation 2006-09-03 11:26:57 +00:00
Brion Vibber 8559b99d17 Security fix: protect against register_globals setting override 2006-09-03 09:15:52 +00:00
Brion Vibber 92d1a81488 Security fixes:
* Protect against register_globals attacks on configuration settings
* Protect against XSS attacks using Internet Explorer Javascript-in-CSS hacks
2006-09-02 21:54:21 +00:00
Daniel Kinzler 3d9d5d62bc Fixed sort order (use cl_sortky), better wgUseAjax check, updated documentation 2006-09-01 12:53:07 +00:00
Daniel Kinzler 5f72216a9e updated CategoryTree extension to work with new ajax interface 2006-08-29 15:49:23 +00:00
Tim Starling 65ba7cc5e2 Don't terminate the hook chain 2006-08-28 17:13:16 +00:00
Tim Starling 026cc40790 * Incorporated tree display into the default category page view
* Implemented memcached caching for ajax requests with invalidation via page_touched
* General refactoring, moved some global functions into a class
* Lazy initialisation of messages, initialise the <head> section in the output only when a categorytree tag is present.
* Eliminated all $wgUser and $wgLang accesses from ajax requests, using message placeholders.
* Added speak:none style in .CategoryTreeBullet in case voice browsers try to read out the punctuation
2006-08-24 17:12:13 +00:00
Daniel Kinzler d2b21e46fa CategoryTree: removed references to wgOut and wgParser; added http cache option 2006-08-23 19:23:17 +00:00
Daniel Kinzler 5f862d4e19 added sanity checks, especially for empty category names 2006-08-11 23:36:53 +00:00
Daniel Kinzler e77691a810 Fixed problem with error reporting if wgUseAjax is not set. 2006-07-30 10:49:31 +00:00
Daniel Kinzler 8855dc9a18 Fixes for CategoryTreeExtension: Implemented dynamic load with hide-root,
postpone on-demand JS/CSS until ParserOutput supports it. Fixed some glitches.
2006-07-29 09:18:34 +00:00
Daniel Kinzler 0726e27270 added $wgCategoryTreeDynamicTag option
added README
2006-07-28 16:07:55 +00:00
Daniel Kinzler eb499be300 removed blank lines from end of files in CategoryTree extension 2006-07-27 00:56:16 +00:00
Daniel Kinzler 65c9ffb775 fixing table prefixes, include path 2006-07-26 23:11:23 +00:00
Daniel Kinzler a445867cd9 Added internationalization files for CategoryTree extension (plus a typo fix and a change to the schema of the i18n files)
Most translations are only for half the messages. They come from the translations provided
by users for the external CategoryTree tool. Translators are attributed in each file.
2006-07-26 21:52:40 +00:00
Daniel Kinzler 5a5f823367 Adding Ajax based CategoryTree extension.
Pending: internationalization

(weeee... first commit to the MW repository... thanks Tim!)
2006-07-26 17:12:30 +00:00