FileCache cleanuo:
[lhc/web/wiklou.git] / includes / Article.php
2008-12-28 Aaron SchulzFileCache cleanuo:
2008-12-22 Brion Vibber* (bug 2585) HTTP 404 return code is now given for...
2008-12-22 Alexandre EmsenhuberSwitching some message from raw HTML to wiki (part...
2008-12-17 Aaron SchulzUse more thorough Title->userCan('patrol')
2008-12-12 Aaron Schulz(bug 12716) Unprotecting a non-protected page leaves...
2008-12-12 Brion VibberClarify the $section parameter a bit on Article::replac...
2008-12-12 Brion VibberFix regression from r44015 "Various minor cleanup/spacing"
2008-12-11 Roan KattouwLoosen requirements for cascading protection: instead...
2008-12-11 Aaron SchulzPull up and tweak filecache check to make it much faste...
2008-12-11 Brion VibberRevert r44365 "Cleanup Title::getTouched()"
2008-12-10 Roan Kattouw* API: (bug 16613) action=protect doesn't say when...
2008-12-10 Aaron SchulzInit $parserCache only as needed
2008-12-10 Aaron Schulz* Don't set ETag if $wgUseETag = false
2008-12-09 Aaron SchulzRevert r44367; ends up with an extra fetch :/
2008-12-09 Aaron SchulzDelay restriction fetching query
2008-12-09 Aaron SchulzCleanup updateRestrictions() some
2008-12-09 Aaron SchulzCleanup Title::getTouched()
2008-12-09 Aaron SchulzAllow curid for filecache
2008-12-09 Aaron SchulzSpeed up filecache a tad
2008-12-06 Alexandre Emsenhuber(bug 16577) When a blocked user tries to rollback a...
2008-12-06 Aaron SchulzRevert r44130,r44129 - breaks display of message
2008-12-01 Chad HorohoeCleanup to r44129, only need parseinline per ialex.
2008-12-01 Chad Horohoe(bug 16026) MediaWiki:Revision-info should accept wikim...
2008-12-01 Brion Vibber* (bug 12647) Allow autogenerated edit summary messages...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-30 Alexandre Emsenhuber* Fixed doxygen warning in Article.php and User.php
2008-11-29 Alexandre Emsenhuber(bug 16498) Fixed fatal error while editing old revsion...
2008-11-29 Aaron SchulzRemove unused function
2008-11-28 Alexandre EmsenhuberDo the same as r41813, but for non-edit page: Display...
2008-11-28 Aaron Schulz*Remove getContent() side-effects
2008-11-27 Aaron SchulzReduce excessive RC write queries
2008-11-27 Aaron SchulzAdd $user to NewRevisionFromEditComplete hook
2008-11-19 Andrew GarrettRevert "Starter for a re-jig of hit counting (in a...
2008-11-19 Andrew GarrettStarter for a re-jig of hit counting (in a per-day...
2008-11-13 Aaron SchulzRevert r43329, r43330 due to said performance issues
2008-11-09 Victor Vasiliev* Add class "disambiguationpage" to body tag
2008-11-09 Alexandre EmsenhuberCleanup for r43315 (per aaron's comment): remove extra...
2008-11-08 Alexandre Emsenhuber(bug 8345) Don't autosummarize where a redirect was...
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-11-02 Siebrand Mazeland(bug 15761) Add user toggle to omit diff after rollback...
2008-10-29 Aaron SchulzFix typo
2008-10-23 Alex ZCleanup for purge form:
2008-10-20 Andrew GarrettAdd revision ID to revision-info-current, revision...
2008-10-13 Aaron SchulzDon't use vague boolean
2008-10-12 Tim StarlingReverted r41655. Causes a text load on parser cache...
2008-10-10 Fran RogersFix template-included categories from 'leaking' from...
2008-10-07 Raimond SpekkingCleanup for r41782: use a common class, not a series...
2008-10-06 Raimond Spekking* Fix sequence of tabindex
2008-10-04 Aaron SchulzMake sure all RC entries for page are cleared on delete...
2008-10-04 X!Implement a configurable per-namespace and per-page...
2008-09-27 Aaron SchulzNew "ArticleEditUpdates" hook (bug 15490)
2008-09-26 Aaron SchulzDon't use filecache if $parserOutput->containsOldMagic...
2008-09-25 Aaron SchulzFileCache cleanup:
2008-09-25 Tim StarlingRe r41198: if you're going to break the interface,...
2008-09-25 Aaron SchulzBreak some long lines
2008-09-24 Aaron SchulzSelf-revert and re-add transactions here. Sacrifices...
2008-09-24 Tim StarlingFixes for r41154 and r41155:
2008-09-23 Aaron Schulz* Make Article::doEdit() return the revId, not just...
2008-09-22 Aaron SchulzRemove Revision::revText() and move functionality to...
2008-09-21 Matt Johnston(Bug 15650) Limit length of displayed deletion log...
2008-09-21 Tim StarlingRevert r41095, the bug is there because giving an error...
2008-09-21 Niklas Laxström* An attempt to fix bug 11119
2008-09-21 Tim StarlingwfGetDB() needs a parameter.
2008-09-21 Tim StarlingRevert r40752. Causes lock contention on site_stats...
2008-09-21 Aryeh GregorProhibit empty page titles at a low level
2008-09-21 Aryeh GregorWhitespace/braces
2008-09-20 Aaron Schulz* Avoid doing templatelinks query (which can get huge...
2008-09-20 Aaron SchulzRemove unnecessary transaction
2008-09-20 Aaron SchulzUse cur_id condition alone so that it actually deletes...
2008-09-19 Aaron Schulzopps, use trim() instead
2008-09-19 Aaron SchulzTweak edit comment space
2008-09-19 Aaron SchulzRemove some individual transactions
2008-09-19 Aaron Schulz* Clean up patrol code to not possibly log twice (depen...
2008-09-18 Aaron SchulzWrap $log->addEntry() in transaction
2008-09-16 Aaron SchulzAvoid undefined var errors if data fetch fails
2008-09-16 Alex Z*Re-implement r40723 in Article::view()
2008-09-16 Aaron Schulz* Make sure we have the right article ID, not slave...
2008-09-16 Aaron Schulz* Deal with new page move scenario (bug 3481)
2008-09-16 Aaron Schulzwhitespace tweaks
2008-09-16 Tim StarlingRevert r40723, and associated i18n. Unexpected side...
2008-09-15 Tim StarlingFix $user parameter to Article::doEdit(), which was...
2008-09-13 Aaron Schulz* Fix edit comment spacing
2008-09-13 Alex Z(bug 12650) Make it possible to enter separate expiry...
2008-09-12 Aaron SchulzTweak transaction for bug 13039
2008-09-11 Alexandre EmsenhuberUse content language as this will be hardcoded in the...
2008-09-11 Alex Z(bug 15551) Show deletion log excerpts when a user...
2008-09-10 Aaron SchulzWe still want details in page history
2008-09-10 Aaron SchulzMove protection log parameters to log_params. Solves...
2008-09-04 Alexandre Emsenhuber(bug 15292) New message notification for unregistred...
2008-09-04 Roan Kattouw* Split patrol code
2008-09-02 Aaron SchulzAdd ampersand to hook
2008-08-28 Roan Kattouw(bug 15358) Article::doEdit() ignores $user when insert...
2008-08-27 Brion VibberRevert r40042 "* In Article::replaceSection(), actually...
2008-08-26 Roan Kattouw* In Article::replaceSection(), actually return null...
2008-08-26 Aaron Schulzmark getOldIDFromRequest as public
2008-08-22 Guy Van den BroeckHistory page with HTML diff enabled now also works...
2008-08-21 Guy Van den BroeckAdded button for Visual Comparison to history page...
2008-08-20 Aaron Schulzfunction is not static
2008-08-19 Chad HorohoeMove the call to view() for Action::purge() up from...
2008-08-19 Brion VibberReverting r39619 "(bug 13689) Page output can be suppre...
next