MediaWiki  master
README
Go to the documentation of this file.
1 This directory hold tests for includes/GlobalFunctions.php file
2 which is a pile of functions.
globals txt Globals are evil The original MediaWiki code relied on globals for processing context far too often MediaWiki development since then has been a story of slowly moving context out of global variables and into objects Storing processing context in object member variables allows those objects to be reused in a much more flexible way Consider the elegance of
database rows
Definition: globals.txt:10
The most up to date schema for the tables in the database will always be tables sql in the maintenance directory
Definition: schema.txt:2
null for the local wiki Added should default to null in handler functions
Definition: hooks.txt:1435
Some quick notes on the file repository architecture Functionality is
Definition: README:3
We ve cleaned up the code here by removing clumps of infrequently used code and moving them off somewhere else It s much easier for someone working with this code to see what s _really_ going and make changes or fix bugs In we can take all the code that deals with the little used title reversing we can concentrate it all in an extension file
Definition: hooks.txt:93