Go to file
libraryupgrader 61422384ee build: Updating cross-spawn to 7.0.6
* https://github.com/advisories/GHSA-3xgq-45jj-v275

Change-Id: Ie51401752a0cbc0b1c21c41aec158fad4e266292
2024-11-23 02:59:37 +00:00
.phan
i18n Localisation updates from https://translatewiki.net. 2024-11-18 07:10:25 +01:00
includes Add a CategoryCache service for use on Special:TrackingCategories 2023-01-22 10:27:23 +00:00
modules Use .css() instead of .show() and .hide() 2021-09-17 06:47:58 +00:00
tests/phpunit Add a CategoryCache service for use on Special:TrackingCategories 2023-01-22 10:27:23 +00:00
.eslintrc.json Remove eslint exception rule 'no-shadow' and rename variable 2021-08-28 19:05:52 +00:00
.gitignore
.gitreview
.phpcs.xml
.stylelintrc.json
CategoryTree.alias.php Remove LEFT-TO-RIGHT MARK (U+200E) from source code 2021-07-01 17:55:53 +00:00
CategoryTree.i18n.magic.php Remove LEFT-TO-RIGHT MARK (U+200E) from source code 2021-07-01 17:55:53 +00:00
CODE_OF_CONDUCT.md
composer.json build: Updating dependencies 2022-05-21 00:54:21 +00:00
COPYING
extension.json build: Update MediaWiki requirement to 1.39.0 2023-02-24 11:23:18 -05:00
Gruntfile.js
package-lock.json build: Updating cross-spawn to 7.0.6 2024-11-23 02:59:37 +00:00
package.json build: Updating npm dependencies 2024-02-16 00:31:56 +00:00
README

--------------------------------------------------------------------------
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
<https://www.mediawiki.org/wiki/Extension:CategoryTree>