1 This
directory hold tests
for includes/GlobalFunctions.php
file
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
The most up to date schema for the tables in the database will always be tables sql in the maintenance directory
null for the local wiki Added should default to null in handler functions
Some quick notes on the file repository architecture Functionality is
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