Go to file
2009-04-03 19:55:44 +00:00
CategoryPageSubclass.php Remove code that has been commented out since r36815. 2009-02-09 19:28:03 +00:00
CategoryTree.css don't use <a> for clickable bullets; improve usability (tab navigation) in text browsers 2008-11-14 12:47:54 +00:00
CategoryTree.i18n.php Localisation updates for extension messages from translatewiki.net (2009-03-28 21:50 UTC) 2009-03-28 22:26:10 +00:00
CategoryTree.js display: none; the CategoryTree expand links in the HTML, and have JS unhide them. 2009-03-06 23:13:49 +00:00
CategoryTree.php Big commit. Removing svn-version and svn-date from extensions. Per the list, these versions do not give valuable information and are often wildly inaccurate. 2009-03-26 17:39:49 +00:00
CategoryTree.rtl.css Fixing the category tree margin in RTL. 2006-09-02 11:11:20 +00:00
CategoryTreeFunctions.php display: none; the CategoryTree expand links in the HTML, and have JS unhide them. 2009-03-06 23:13:49 +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.i18n.alias.php Localisation updates for extension messages from translatewiki.net (2009-04-03 19:42 UTC) 2009-04-03 19:55:44 +00:00
CategoryTreePage.php Replaced some hardcoded colons with the colon-separator message 2009-01-07 22:49:54 +00:00
install.settings Whitespace fixes 2008-02-04 09:22:12 +00:00
README Restructuring and revamping; more messages, more options, better config, more flexible ajax interface. Should be fully backwards compatible. It will hopefully even work for people with old JS code cached. 2008-06-28 20:13:20 +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>