wiki.techinc.nl/includes/parser
Tim Starling 4c63ef444a Some HipHop fixes:
* Scan the C++ for volatile classes and show a warning with a list of them
* Fixed volatile classes Revision, CoreLinkFunctions and FileRepoStatus, made them non-volatile by patching the referring code
* Added some configuration for the build process to DefaultSettings.php. 
* Split a few functions off MakeHipHop::execute()
* Only include UtfNormalDefines.php in interpreted mode, since in compiled mode, the constants exist from startup
* Apparently HipHop does not support set_exception_handler(). Added a try/catch block around the main part of index.php instead.
* Fixed ini_get() dependencies in Special:Upload. Upload now works, if you disable ZipDirectoryReader.
2011-05-27 06:25:21 +00:00
..
CoreLinkFunctions.php Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all 2011-04-21 00:07:09 +00:00
CoreParserFunctions.php Fix function level comments that start with /* not /** 2011-05-21 19:35:16 +00:00
CoreTagHooks.php Doc comment updates for CoreTagHooks callback functions + Parser::setHook() & Parser::setTransparentTagHook(). 2011-04-22 19:06:52 +00:00
DateFormatter.php * (bug 28511) Use [] syntax instead of {} for string offset access 2011-04-17 07:59:58 +00:00
LinkHolderArray.php Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely. 2011-05-17 22:03:20 +00:00
Parser.php More documentation tweaks/additions 2011-05-26 19:52:56 +00:00
Parser_DiffTest.php More return type documentation 2011-02-08 23:18:13 +00:00
Parser_LinkHooks.php Some HipHop fixes: 2011-05-27 06:25:21 +00:00
ParserCache.php * Made __construct() protected 2011-04-15 22:58:00 +00:00
ParserOptions.php Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely. 2011-05-17 22:03:20 +00:00
ParserOutput.php Follow-up changes to r84610: 2011-04-04 01:22:08 +00:00
Preprocessor.php Documentation tweaks, additions and updates 2011-05-01 23:54:41 +00:00
Preprocessor_DOM.php More documentation tweaks/additions 2011-05-26 20:26:51 +00:00
Preprocessor_Hash.php More documentation tweaks/additions 2011-05-26 19:52:56 +00:00
StripState.php * Rewrote StripState to not use ReplacementArray. The memory usage of FSS was excessive when there were many (>10k) strip items. I used preg_replace_callback(), which is slower than strtr() in the simplest case, but much faster than it when the markers have different lengths, which they usually do. 2011-02-23 06:58:15 +00:00
Tidy.php Adding more wfProfileOut() 2011-02-10 16:11:34 +00:00