Follow-up r79518: added getCachedLastEditTime/getCachedLastEditTime methods to WikiPa...
[lhc/web/wiklou.git] / includes / WikiPage.php
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...