wiki.techinc.nl/docs
Timo Tijhof 5b02c8e3a0 maintenance: Fix detection of bad hooks (wfRunHooks -> Hooks::run)
It was still looking for wfRunHooks, which no longer exists
as of MediaWiki 1.32.

After this, it is now able to find one bad hook:

> Unclear hook calls:
> - Hooks::run( $action . 'ArticleComplete', [ .. ] ); # SpecialEditWatchlist

Also, remove the matching of wfRunHooks generally, given it no
longer exists. And also remove the historic notes from hooks.txt.

Change-Id: I4ac52ed75fb99d7775d4b4755e3f0871003d70a8
2019-01-10 11:33:10 -08:00
..
code-coverage
databases
html
kss
php-memcached Fix typos 2018-08-14 09:52:19 +00:00
uidesign docs: Remove table-layout documentation from core 2018-07-19 14:39:34 +02:00
contenthandler.txt
database.txt Replace wfGetLB 2018-05-02 22:30:24 +02:00
deferred.txt
distributors.txt Hard-deprecate the $wgUseTidy option 2018-09-20 11:08:40 -04:00
doxygen_first_page.php
export-0.1.xsd
export-0.2.xsd
export-0.3.xsd
export-0.4.xsd
export-0.5.xsd
export-0.6.xsd
export-0.7.xsd
export-0.8.xsd
export-0.9.xsd
export-0.10.xsd
export-demo.xml Fix common typos 2018-08-08 13:16:45 +02:00
extension.schema.v1.json Add $wgReauthenticateTime to extension.json 2018-11-15 15:41:50 -08:00
extension.schema.v2.json Add $wgReauthenticateTime to extension.json 2018-11-15 15:41:50 -08:00
globals.txt docs: Remove outdated information from globals.txt 2018-10-14 19:13:03 +00:00
hooks.txt maintenance: Fix detection of bad hooks (wfRunHooks -> Hooks::run) 2019-01-10 11:33:10 -08:00
injection.txt
language.txt
linkcache.txt
logger.txt
magicword.txt
maintenance.txt
memcached.txt docs: Update for deprecated $parserMemc 2018-05-31 14:25:13 +01:00
ontology.owl Add more data to categories dump 2018-01-17 00:40:16 +00:00
pageupdater.txt Add constant for the name of the 'main' slot for MCR 2018-09-24 16:52:12 -07:00
README
schema.txt
scripts.txt Improve profileinfo.php documentation 2018-08-17 16:00:45 +01:00
sitelist-1.0.xsd
sitelist.txt
sitescache.txt
skin.txt Add 'Special:MyLanguage' in 'All skins' category link 2018-05-26 16:06:02 +02:00
title.txt

/docs Directory README
======================

The 'docs' directory contain various text files that should help you understand
the most important parts of the code of MediaWiki. More in-depth documentation
can be found at:
  https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Code
  https://www.mediawiki.org/wiki/Special:MyLanguage/Developer_hub
API documentation is automatically generated and updated daily at:
  https://doc.wikimedia.org/mediawiki-core/master/php/html/

You can get a fresh version using 'make doc' or mwdocgen.php in the
../maintenance/ directory.


For end users, most of the documentation is located online at:
  https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
Documentation for MediaWiki site administrators is at:
  https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Contents