aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MessageCache.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Added transformation to wfMsg output, allowing tags such as {{SITENAME}} and ↵Tim Starling2004-04-051-3/+16
| | | | | | | {{localurl:Special:Preferences}} in the language files and MediaWiki namespace Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2976
* * Changed inclusion syntax to allow e.g. {{stub}}Tim Starling2004-03-201-22/+16
| | | | | | | | | * Split MediaWiki namespace into MediaWiki and Template (requires changes to all language files) * Purge links to on edit of Template namespace * General refactoring of purging and cache invalidation code Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2769
* Imported the register_globals hack from REL1_2. Also starting work onBrion Vibber2004-03-081-1/+1
| | | | | | | | | | | | elimination of the use of import_request_variables (which gives us all the insecurity of register_globals). Uncomment the define of DEBUG_GLOBALS in index.php to turn on extra error reporting and trace down use of uninitialized variables and nassssty globals. Also rearranged the magic_quotes fixing, may not yet cover everything... Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2655
* Clear message cache on rebuildBrion Vibber2004-03-011-0/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2584
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2485
* bug fixTim Starling2004-01-251-1/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2354
* Using UTF-8 compatible ucfirst/lcfirst -- bug fixTim Starling2004-01-251-2/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2351
* Using UTF-8 compatible ucfirst/lcfirstTim Starling2004-01-251-9/+6
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2348
* Fixed initialisation order to make it slightly more robustTim Starling2004-01-071-6/+10
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2270
* MediaWiki namespace handling, mostly consolidated from GlobalFunctions.php ↵Tim Starling2003-12-141-0/+200
and Article.php, with some enhancements Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2204