category - What are the MediaWiki functions which alter categories in database? -


i'm working on project change category administration mediawiki neo4j. (to store categories , relations neo4j instead of mediawiki-mysql db)

i didn't found special hook mediawiki category creation (when category , categorylinks stored db). try replace functions insert, update , select category table (mysql).

unfortunately don't find starting point begin. file mediawiki should altered? other suggestions?

the main update done in includes/linksupdate.php. relevant hooks linksupdate , linksupdatecomplete. there seem 1 or 2 other places sortkey updated or record deleted. reads table seem done on place needed.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -