Localisation updates for core and extension messages from translatewiki.net (2011...
[lhc/web/wiklou.git] / includes / parser /
2011-04-21 Leo KoppelkammFix Bug 25794: Disallow multiple table captions & only...
2011-04-21 Chad HorohoeRemove @static from all over the place. That's what...
2011-04-20 Brian Wolff(bug 23816) Add tracking category for any page with...
2011-04-18 Sam Reed* (bug 28532) wfMsgExt() and wfMsgWikiHtml() use $wgOut...
2011-04-17 Happy-melonRefactor the factory/i18n/list/etc static methods from...
2011-04-17 Alexandre Emsenhuber* (bug 28511) Use [] syntax instead of {} for string...
2011-04-15 Aaron Schulz* Made __construct() protected
2011-04-15 Leo Koppelkammr85922: Fixing another table bordercase
2011-04-14 Leo KoppelkammFollowup to r86064 (List with double line-breaks inside...
2011-04-14 Leo KoppelkammFix for r85990, which broke lists inside tables; adding...
2011-04-14 Leo KoppelkammFixing line-break issues with r85922
2011-04-13 PlatonidesMove </td> and </th> to its own line (unless it's an...
2011-04-13 PlatonidesFollow up r85922 moving the </caption> to another line...
2011-04-13 PlatonidesReadd support for headings inside tables, broken in...
2011-04-13 Leo KoppelkammTables: Fix Bug 20078, add test for it
2011-04-13 Leo KoppelkammFollowup to r85922: Adapt to MW-coding style
2011-04-13 Leo KoppelkammFollowup to r85922: Output th instead of td for tfoot
2011-04-13 Leo KoppelkammFollowup to r85922: Fix STRICT error, rmv redundant...
2011-04-12 Leo Koppelkamm(no commit message)
2011-04-12 Happy-melonClean up some direct $db->query($sql) calls. Remove...
2011-04-09 Brion VibberInitial stab at breaking math/texvc out to Math extension.
2011-04-08 Sam ReedCleaning up my w/c again. Add documentation
2011-04-05 Tim StarlingHipHop fixes:
2011-04-04 Aaron SchulzFollow-up changes to r84610:
2011-04-03 Daniel FriesenAdd a getSkin that returns a dummy linker for BC with...
2011-04-03 Daniel FriesenFollowup r85244; Define all methods as static, implemen...
2011-04-03 Daniel FriesenDrop connetion between Skin and Linker and turn Linker...
2011-04-02 Jack Phoenixfollow-up to r85193: missed one file
2011-04-02 Jack Phoenixmark some public functions as such
2011-03-24 Aaron SchulzFollow-up r84659: no need to pass parser by reference...
2011-03-24 Aaron Schulz* Replaced crufty BeforeParserMakeImageLinkObj/BeforeGa...
2011-03-23 Aaron SchulzFollow-up r84610: made makeImage() b/c for callers
2011-03-23 Aaron SchulzStraighten out dependency handling from r84610 (files...
2011-03-23 Aaron Schulz* Put parser output file version tracking to core
2011-03-23 Aaron Schulz* Made BeforeParserMakeImageLinkObj/BeforeGalleryFindFi...
2011-03-21 Sam ReedReinstate some lines added during r84357
2011-03-19 Sam Reed* (Bug 14005) editing section 0 of an existing but...
2011-03-19 Alexandre EmsenhuberFix fatal from r83823
2011-03-16 Alexandre EmsenhuberRemoved usage of extract() in LinkHolderArray::doVariants()
2011-03-15 Alexandre EmsenhuberChanged LinkHolderArray::makeHolder() to use Linker...
2011-03-15 Happy-melonAccept empty square bracket pairs in external links...
2011-03-13 Alexandre EmsenhuberMake Parser::makeKnownLinkHolder() call Linker::linkKno...
2011-03-07 PlatonidesMerge corrected r81741 and resolve the TODO.
2011-03-06 Alexandre EmsenhuberOnly call ParserOptions::getNumberHeadings() when neede...
2011-02-28 Tim StarlingFixed fatal error in Preprocessor_Hash due to r82645
2011-02-27 Sam ReedMore bits of documentation
2011-02-24 Mark A. Hershberger* EOL w/s cleanup
2011-02-24 Sam ReedMore member variable documentation
2011-02-24 Sam ReedAdd a couple of type hints noticed when poking bug...
2011-02-23 Tim StarlingFixes for r82645:
2011-02-23 Mark A. Hershberger(Bug #27634) TOC title appears in wrong language
2011-02-23 Tim Starling* Rewrote StripState to not use ReplacementArray. The...
2011-02-22 PlatonidesRename startExternalParse() when used for internal...
2011-02-20 Alexandre EmsenhuberPer Platonides; follow-up r78201: add "stubthreshold...
2011-02-19 Mark A. Hershberger(Bug #27467) preload can leave UNIQ
2011-02-19 Sam ReedMore function and variable documentation
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-10 PlatonidesAdding more wfProfileOut()
2011-02-09 Alexandre Emsenhuber* Add a amtitle param to meta=allmessages
2011-02-08 Sam ReedMore return type documentation
2011-02-08 PlatonidesHack to shortcut it to zero until User::getStubThreshol...
2011-02-08 PlatonidesRevert r81738. Extensions calling clearState() with...
2011-02-08 Brion VibberTweak for r79018: fatal errors due to something calling...
2011-02-08 Daniel FriesenFollowup r81583, break some of the long lines and centr...
2011-02-06 Daniel FriesenSwitch <editsection> to <mw:editsection> and start...
2011-02-05 Daniel FriesenKill off Linker::getExternalLinkAttributes.
2011-02-05 Brian Wolff(follow up r79706 to address CR comments) Simplify...
2011-02-04 Alexandre EmsenhuberUse wfMessage() instead of wfMsgGetKey()
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-26 Brion VibberProvisionally reverting r80430 (bug 529, 12974)
2011-01-26 PlatonidesTransforming a message uses automatically $wgTitle...
2011-01-25 Antoine Mussorevert r80819 for now so we can use phpunit
2011-01-24 Sam ReedCouple more raw SQL to query arrays
2011-01-23 PlatonidesAccept being passed a null Title to startExternalParse...
2011-01-23 PlatonidesAdd types to prototypes.
2011-01-23 PlatonidesReplace the repeated prologues to set mOptions, clearSt...
2011-01-23 PlatonidesRemove a couple of calls to ParserOptions::resetUsage...
2011-01-23 KrinkleFollow-up per r80813 CR
2011-01-23 KrinkleBug 26870 - add width/height param to {{filepath:}}
2011-01-18 Ilmari Karonenfollowup r80511: make {{PAGENAMEE}} and friends also...
2011-01-16 Happy-melon(bug 529, bug 12974) alter behaviour of the table-...
2011-01-16 Robert LeveringtonAdd new hook ArticlePrepareTextForEdit, called when...
2011-01-16 PlatonidesPasting lines typo in r80025
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-13 PlatonidesAllow to disable the preprocessor cache with $wgPreproc...
2011-01-13 PlatonidesImprove a preprocessor comment
2011-01-12 PlatonidesFollow up r80025.
2011-01-11 PlatonidesForbid '<', '>', ' ', '\n', '\r' in parser hook names.
2011-01-07 Tim StarlingUpdate comment for r64876
2011-01-06 Sam ReedFollowup r79709, re-add equals
2011-01-06 Sam ReedFixup fixme on r67819
2011-01-05 Alexandre EmsenhuberEasier method (and to check existence in correct language)
2011-01-05 Daniel FriesenAllow filenames to be specified in a <gallery> with...
2011-01-04 PlatonidesPartial revert of r79520, follow up to r79558. Uncondit...
2011-01-04 Daniel Friesen*sigh* I was looking at parser tests, but not notices...
2011-01-04 Daniel FriesenFollowup r79520 and r79528, one of the args was missing...
2011-01-03 Daniel FriesenFollowup r79520, some characters inside the encoded...
2011-01-03 Daniel FriesenTry to output editsection markers instead of rendered...
2010-12-28 PlatonidesThis precondition is no longer needed after r78393
2010-12-28 Niklas LaxströmFollow up r23393, also remove the getter method
next