Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / WikiPage.php
2011-09-20 Niklas LaxströmAdded LinkCache::addGoodLinkObjFromRow, since addGoodLi...
2011-09-16 Sam ReedFix indenting of a couple of braces
2011-09-15 PlatonidesRemove @param for argument removed in r97206.
2011-09-15 PlatonidesFollow up r89706, building up on r97091.
2011-09-14 Aaron SchulzFU r89706: Cleaned up getParserOptions duplication...
2011-09-14 Aaron SchulzFixed WikiPage::newFromId to use the factory() function
2011-09-14 Aaron SchulzAdded @todo items
2011-09-14 Niklas LaxströmRevert r96798 - makes parser go infinite loop somewhere
2011-09-14 Niklas LaxströmRevisionDeleter:
2011-09-11 Robin Pepermans(Bug 30364) LanguageConverter should depend on the...
2011-09-10 Chad HorohoeRefactor deferrable updates into classes & interfaces...
2011-09-07 Aaron SchulzFor r91123:
2011-09-07 Roan KattouwSome comment and whitespace fixes
2011-08-30 Alexandre EmsenhuberRemoved unused global declaration of $wgMessageCache (!)
2011-08-24 Sam ReedMerge the iwtransclusion branch back into trunk
2011-08-18 Sam Reed* (bug 30450) Clear page_props table on page deletion
2011-08-15 Brion VibberFollowup r94541 (reverts of r94289 undiscussed core...
2011-08-11 Aaron SchulzFollow-up r94289: code changes to fill the new fields...
2011-08-11 Victor VasilievAllow extensions to add pages with non-wikitext display...
2011-08-02 Rotem LissAdd direction mark in recent changes and in protection...
2011-07-30 Sam ReedBack out r93533, r93531, r93530
2011-07-30 Sam ReedMerge iwtransclusion branch into trunk
2011-07-29 Aaron SchulzFixed r93468, made setCachedLastEditTime() public
2011-07-29 Aaron Schulz* Follow-up r93093: set the touch key for page moves too
2011-07-26 Aaron Schulz(bug 28553) Set ar_parent_id on deletion
2011-07-25 Aaron SchulzFollow-up r79518: added getCachedLastEditTime/getCached...
2011-07-18 Sam ReedUpdate code comments that point to 1.18 to point to...
2011-07-18 Sam ReedAdd comment
2011-07-14 Aaron SchulzMade WikiPage::factory a bit more dummy proof
2011-07-13 Aaron SchulzAdded 'fromdbmaster' param option to WikiPage::loadPage...
2011-07-12 Aaron SchulzFollow-up r91997, moved newFromTitle() function to...
2011-07-06 Brian Wolff(Follow-up r91414) Also take the page name in account...
2011-07-04 Brian Wolff(bug 29109) Allow the automatic edit summary for redire...
2011-07-02 Aaron SchulzMoved doCascadeProtectionUpdates() to WikiPage.php
2011-07-02 Alexandre EmsenhuberThe User object parameter of WikiPage::doRollback(...
2011-07-02 Alexandre EmsenhuberRemoved one hidden usage of $wgUser
2011-07-02 Alexandre EmsenhuberMoved action=rollback to an Action subclass
2011-07-01 Aaron Schulz* Fixed getLatest() check in Article
2011-07-01 Alexandre Emsenhuber* Changed action=revert to use a subclass of Action
2011-07-01 Aaron SchulzFollow-up r91123:
2011-06-30 Aaron Schulz* Marked WikiCategoryPage::hasViewableContent() as...
2011-06-30 Alexandre EmsenhuberFixes for r88113 and some realted changes:
2011-06-30 Aaron Schulz* Fixes for r91123:
2011-06-30 Aaron SchulzExpand on r91123 Article refactoring:
2011-06-29 Aaron Schulz* Split off WikiPage class from Article, WikiFilePage...