Go to file
This, that and the other 4b1eecbd10 Provide nice new arrows to replace bad old [+] [-] [x]
These folding arrows are based on the English Wikipedia setup, created
by Edokter. I don't see why all wikis can't benefit from them.

The only complication is with right-to-left languages, where ◄ is needed
instead of ►. I have updated the i18n file in a way that I hope is
sufficient.

When JavaScript is disabled, the fallback is a bit unintuitive, but no
worse than what is already there.

Bug: 36730
Change-Id: Ia15593ea5ee471c521820e2e69aa599fd4c4b921
2013-09-23 11:55:46 +00:00
modules Provide nice new arrows to replace bad old [+] [-] [x] 2013-09-23 11:55:46 +00:00
.gitignore Add .gitignore 2012-05-21 01:30:28 +01:00
.gitreview Adding .gitreview 2012-03-23 10:16:28 -07:00
CategoryPageSubclass.php Remove @return void documentation. 2012-08-30 13:53:31 +02:00
CategoryTree.alias.php Localisation updates from http://translatewiki.net. 2013-08-11 19:26:11 +00:00
CategoryTree.i18n.magic.php Localisation updates from http://translatewiki.net. 2013-07-14 19:14:28 +00:00
CategoryTree.i18n.php Provide nice new arrows to replace bad old [+] [-] [x] 2013-09-23 11:55:46 +00:00
CategoryTree.php Change raw sql into query wrapper 2012-11-22 16:53:49 +00:00
CategoryTreeFunctions.php Do not re-implement http_build_query :-) 2013-01-20 22:40:40 +04:00
CategoryTreePage.php Change raw sql into query wrapper 2012-11-22 16:53:49 +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>