Go to file
2011-09-13 13:47:44 +00:00
CategoryPageSubclass.php Follow up r72388. Add the hint to the subclass, too. 2010-09-09 22:35:32 +00:00
CategoryTree.alias.php Update for magic words and special pages localisation for extensions from http://translatewiki.net. 2011-09-13 13:33:40 +00:00
CategoryTree.css Follow-up r90730: always align CategoryTreeSection to the content language direction, otherwise the fix for r90730 breaks Special:CategoryTree 2011-06-25 00:09:24 +00:00
CategoryTree.i18n.magic.php Update for magic words for extensions from http://translatewiki.net. 2011-09-13 13:47:44 +00:00
CategoryTree.i18n.php Localisation update for core and extension messages from translatewiki.net 2011-09-09 20:33:58 +00:00
CategoryTree.js Missing ; in JS in extensions we care about 2011-01-20 22:37:34 +00:00
CategoryTree.php Fix double credits, don't define multiple times 2011-04-04 17:50:28 +00:00
CategoryTree.rtl.css Follow-up r90730: always align CategoryTreeSection to the content language direction, otherwise the fix for r90730 breaks Special:CategoryTree 2011-06-25 00:09:24 +00:00
CategoryTreeFunctions.php * (bug 30834) Fix for incorrect cache handling of output language in CategoryTree ajax requests 2011-09-09 21:08:50 +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 Fix Xml::Html from r75646/Bug 26114 - When clicking Category Tree at Special Pages an error occurs 2010-11-26 19:09:35 +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>