phpcs: More require/include is not a function
[lhc/web/wiklou.git] / maintenance / language / writeMessagesArray.inc
2010-12-16 Alexandre EmsenhuberPart of bug 26280: added license headers to PHP files...
2010-07-26 Siebrand MazelandRevert r69841, r69882, r69892, r69896, r69910 in phase3...
2010-07-25 Sam ReedAdd some more missing globals
2010-06-02 Alexandre EmsenhuberFixed some doxygen warnings
2009-04-19 Rotem LissFollow-up to r49558: Remove per-message comments suppor...
2008-07-13 Rotem LissTypo in comment.
2008-07-12 Siebrand MazelandFix indentation (thanks Niklas)
2008-07-12 Siebrand MazelandAdd option to rebuildLanguage.php
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-10 Siebrand MazelandFix typo
2008-04-20 Niklas Laxström* Support prefix for message meta data
2008-04-06 Niklas Laxström* linkprefix doesn't actually need any special handling...
2008-04-05 Alexandre EmsenhuberFix for r32733: added a new array of settings that...
2008-03-26 Siebrand Mazeland* fix some inconsistency and style issues (email->e...
2008-02-16 Rotem LissUsing static variables to solve the problem.
2008-02-16 Rotem Lissrequire_once => require, to fix the Translate extension...
2008-02-16 Rotem LissIndentation, and including files only once to avoid...
2007-12-30 Niklas Laxström* Always quote \ in output
2007-12-15 Niklas Laxström* Typo in comment
2007-12-13 Niklas Laxström* Made a bit more reusable
2007-10-26 Niklas Laxström* Made writeMessagesArray a MessageWriter class
2007-10-24 Niklas Laxström* Be more robust and do the right thing automatically...
2007-07-29 Rotem LissUse native newlines when rebuilding a messages file.
2007-07-02 Aryeh Gregor* Add 'editsection-brackets' message to allow localizat...
2007-06-30 Rotem LissTODO list.
2007-03-29 Rotem LissMoving the writing to file to the function writeMessage...
2007-03-22 Rotem LissShow a notice about unknown messages when rebuilding...
2007-02-09 Brion VibberwgMessageStrucutre -> wgMessageStructure
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-12 Nick JenkinsFor the maintenance/ directory files:
2007-01-11 Aryeh Gregor* Escape '$' also for double quotes
2007-01-11 Aryeh Gregor* Update for new messages
2007-01-11 Aryeh Gregor* When both ' and " occur in a message, escape the...
2006-11-21 Rotem LissFixes for the script rebuildLanguage.php:
2006-11-07 Rotem LissAdding comments for ignored and optional messages in...
2006-11-06 Rotem LissAdding the block of unknown messages for messages which...
2006-11-05 Rotem LissLibrary to write an organised messages array, and scrip...