Restoring ThomasV's patch for a hook & use of the existing $cache parameter on addPri...
[lhc/web/wiklou.git] / includes / Article.php
2006-01-14 Brion VibberRestoring ThomasV's patch for a hook & use of the exist...
2006-01-14 Domas Mituzasoh right right right!!! we have different Article subcl...
2006-01-14 Brion Vibberrevert more of dammit's broken code
2006-01-14 Brion VibberReverting this patch:
2006-01-14 Domas MituzasRevert brion's revert. And learning a lesson about...
2006-01-14 Brion VibberRevert Domas's last checkin, it broke tabs on redirects...
2006-01-14 Domas Mituzassave ArticleID when it is around, saves one query :-)
2006-01-13 Brion Vibber* (bug 4104) 'OutputPageBeforeHTML' hook to postprocess...
2006-01-13 Brion Vibber* (bug 1103) Fix up redirect handling for images, categ...
2006-01-11 Rob ChurchClear up some instances of old OutputPage::sysopRequire...
2006-01-09 Brion Vibber* Skip loading of RecentChange.php except where needed
2006-01-08 Tim StarlingUse wfGetDB(DB_SLAVE) when appropriate. Changed deletio...
2006-01-08 Ævar Arnfjörð Bjar... * Reverting ->getDB() => wfGetDB() in 1.434, not replic...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... Code review!
2006-01-06 Rob ChurchPrevent blocked users from using delete and undelete
2006-01-06 Rob Church* Move the "user is blocked" page to OutputPage
2006-01-05 Tim Starlingremoved $wgParserCache, converted to a singleton
2006-01-03 Rob Church* Bug 4456: Add hook for marking article patrolled
2006-01-02 Niklas Laxström* Removed broken wgAllowAnonymousMinor and added new...
2006-01-01 Tim Starling$wgOut->setRevisionId() was missing from one branch...
2006-01-01 Tim StarlingFixed categorised redirects
2005-12-31 Ævar Arnfjörð Bjar... * Added a hook (ArticlePurge) to Article::purge() to...
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-29 Brion Vibber* Removed Special:Validate, it's been superseded by...
2005-12-28 Magnus Manskenow displays system messages in their edit box even...
2005-12-26 Domas MituzasCommit in live site statistic bits
2005-12-22 Brion Vibber* (bug 1735) Revamped protection interface
2005-12-21 Magnus Manskenew hooks
2005-12-17 Magnus Manskenew hook
2005-12-17 Brion Vibber* (bug 3493) Mark edits patrolled when they are reverted
2005-12-15 Antoine MussoFix #2261: Protect/unprotect do not verify if the page...
2005-12-15 Antoine MussoFix #3991: allow the operation of wikicode on Protect...
2005-12-13 Brion VibberAdd fixme note for ArticleViewHeader hook, which appear...
2005-12-12 Brion Vibber* Fix regression: old version missing from edit links...
2005-12-08 Brion VibberFix typo in moved purge code in onArticleEdit
2005-12-08 Brion VibberAvoid undefined variable error on null edits
2005-12-08 Brion VibberCleanup...
2005-12-07 Brion Vibber* (bug 4201) Fix user-talk mode for Enotif, and general...
2005-12-07 Magnus Manskesome new hooks, preparing for new extension
2005-12-04 Antoine MussoRemove Out::transformBuffer method that does nothing
2005-12-04 Antoine MussoClean up unused globals!
2005-12-04 Tim StarlingOptional summary parameter to action=rollback, for...
2005-11-27 Antoine MussoWrap reference in an array
2005-11-27 Brion Vibber* (bug 3979) Save correct {{REVISIONID}} into parser...
2005-11-26 Ævar Arnfjörð Bjar... * When called with action=purge just ->view() the artic...
2005-11-26 Erik Moellerhack support for <includeonly> into preload parameter...
2005-11-21 Ævar Arnfjörð Bjar... * Don't make logged in users go through the action...
2005-11-16 Brion Vibber* (bug 3939) Don't try to load text for interwiki redir...
2005-11-15 Tim StarlingSave the results of the link cache update parse into...
2005-11-15 Tim StarlingImplemented diff cache
2005-11-09 Brion Vibber* Allow parser cache on redirect targets
2005-11-07 Tim Starlingnoindex,nofollow on action=purge
2005-11-07 Tim StarlingRequire POST method for action=purge, to prevent bots...
2005-11-01 Brion Vibber* (bug 3852) "Redirected from" link no longer obscured...
2005-10-28 Brion Vibber* (bug 3816) Throw edit conflict instead of fatal error...
2005-10-26 Niklas Laxström* (bug 2324) image for redirects should be without...
2005-10-25 Brion Vibber* (bug 3735) Fix to run under MySQL 5's strict mode
2005-10-24 Brion VibberReverting fix for 2585; some users report seeing error...
2005-10-20 Antoine Mussovalign attribute is invalid for img element
2005-10-16 Ævar Arnfjörð Bjar... * Removed unused getContentFields() function
2005-10-14 Tom Gildermake button's text the perfomed action instead of ...
2005-10-12 Tom Gilder(bug 2585) Return proper 404 code when pages don't...
2005-10-09 Ævar Arnfjörð Bjar... * Added a hook to allow extensions to modify the redire...
2005-10-08 Ævar Arnfjörð Bjar... * Added a new hook which allows an extension to control...
2005-10-07 Ævar Arnfjörð Bjar... * I accedentally commited this on the last commit
2005-10-07 Ævar Arnfjörð Bjar... * Put a nice style around noarticletext
2005-10-06 Tom GilderAdded support for separate noarticletextanon
2005-10-05 Brion Vibber* (bug 3598) Update message cache on message page delet...
2005-09-05 Antoine Mussorevert previous stuff. break things :)
2005-09-05 Antoine Musso#3344: Redirected terms cannot be included in categories
2005-08-29 Brion Vibber* Security fix for <math>
2005-08-25 Brion VibberRevert more minor breakage from missing HTML escaping...
2005-08-23 Brion Vibber* Move ArticleSave hook execution into Article insert...
2005-08-21 Tim Starlingsensible names, profiling
2005-08-21 Tim Starlingput watchlist update in its own transaction, to reduce...
2005-08-16 Brion VibberCode cleanup: normalize case of wfMsg() calls, clean...
2005-08-16 Brion VibberCode cleanup: normalize case for intval(), strval(...
2005-08-15 Tim StarlingAlways use reference assignment when taking the return...
2005-08-02 Niklas Laxströmmore killing
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-07-25 Niklas LaxströmRemoving protectreason
2005-07-25 Niklas LaxströmRollback and delete auto-summaries in the project's...
2005-07-25 Tim Starlingprofiling, fixed incorrect transaction handling (my...
2005-07-24 Brion Vibber* Wrap revision insert & page update in a transaction...
2005-07-23 River Tarnelllet sysop delete trackbacks
2005-07-23 River Tarnelldelete trackbacks when deleting article
2005-07-23 River Tarnell(bug 796) trackback support
2005-07-22 Brion Vibber* (bug 2885) Fix fatal errors and notices in PHP 5...
2005-07-17 River Tarnellpurge file cache on save
2005-07-13 Erik Moeller* (bug 2768) section=new on nonexistent talk page does...
2005-07-13 Brion Vibber* (bug 2833) Fix bug in previous fix
2005-07-12 Brion Vibber* (bug 2825) Fix regression in newtalk notifications...
2005-07-07 Jens Frank(bug 2416) Don't allow search engine robots to index...
2005-07-03 River Tarnellimplement "action=render"
2005-07-02 Erik Moellerdon't just assume we get a valid title object
2005-07-02 Erik Moeller-nonsense
2005-07-02 Erik MoellerAdd two new parameters for editing new pages:
2005-07-01 River Tarnellonly set newtalk for actual users
next