Go to file
2010-06-02 09:10:09 +00:00
CategoryPageSubclass.php * stylize.php, trailing whitespace removed, indentation updated 2010-04-20 22:00:34 +00:00
CategoryTree.alias.php Localisation updates for core and extension messages from translatewiki.net (2010-05-18 19:45:00 UTC) 2010-05-18 20:00:55 +00:00
CategoryTree.css * (bug 23682) Don't allow people to expand subtree when it's known to be empty, this is inefficient. 2010-05-28 02:15:44 +00:00
CategoryTree.i18n.magic.php Localisation updates for extension special page aliases and magic words from translatewiki.net 2010-05-17 18:29:36 +00:00
CategoryTree.i18n.php Localisation updates for core and extension messages from translatewiki.net (2010-06-01 18:25:00 UTC) 2010-06-01 18:33:40 +00:00
CategoryTree.js * stylize.php, trailing whitespace removed, indentation updated 2010-04-20 22:00:34 +00:00
CategoryTree.php PHP compatibility: 5.3.1 is picky about pass-by-reference. Restrict use of &$foo to actual output parameters. This should probably be done for the entire code base. 2010-06-02 09:10:09 +00:00
CategoryTree.rtl.css Fixing the category tree margin in RTL. 2006-09-02 11:11:20 +00:00
CategoryTreeFunctions.php PHP compatibility: 5.3.1 is picky about pass-by-reference. Restrict use of &$foo to actual output parameters. This should probably be done for the entire code base. 2010-06-02 09:10:09 +00:00
CategoryTreeIE.css adding option for expandable category-bar. not fully functional until skin refactoring is merged in. Just dont use $wgCategoryTreeHijackPageCategories until then. 2008-07-11 23:18:41 +00:00
CategoryTreePage.php Revert r66934 (Removing wfLoadExtensionMessages() from everything). I disagree on principle...we branch extensions for this very reason. But people want trunk extensions compatible for several versions back, meh. 2010-05-27 15:56:53 +00:00
install.settings Whitespace fixes 2008-02-04 09:22:12 +00:00
README * stylize.php, trailing whitespace removed, indentation updated 2010-04-20 22:00:34 +00:00

--------------------------------------------------------------------------
README for the CategoryTree extension
Copyright © 2006-2008 Daniel Kinzler and others
Licenses: GNU General Public Licence (GPL)
          GNU Free Documentation License (GFDL)
--------------------------------------------------------------------------

The CategoryTree extension provides a dynamic view of the wiki's category
structure as a tree. It uses AJAX to load parts of the tree on demand.

The CategoryTree extension was originally written by Daniel Kinzler in
2006 and is released under the GNU General Public Licence (GPL). The
internationalization files contain contributions by several people;
they are mentioned in each file individually. Also thanks to Tim Starling
for his contributions.

Instructions on installing and using this extension are available at
<http://www.mediawiki.org/wiki/Extension:CategoryTree>