* Display the anon talk page info message on anon talk pages again (moved outside...
[lhc/web/wiklou.git] / includes / Article.php
2006-04-11 Brion Vibber* Display the anon talk page info message on anon talk...
2006-04-09 Rob Church(bug 5512) Spacing in "page has a history" deletion...
2006-04-08 Rob Church(bug 861) Show page protection/unprotection events...
2006-04-08 Domas Mituzasput TYPE back in, now as it's back in 5.1 ;-)
2006-04-08 Rob Church(bug 4760) Prevent creation of entries in protection...
2006-04-07 Tim StarlingFix counter drift when articles are created with {...
2006-04-02 Brion VibberLive fix: handle bad titles gracefully again
2006-03-26 Jens FrankAjax based suggest feature for the search box
2006-03-18 Rob Church(bug 4729) Add user preference that marks a user's...
2006-03-18 Brion Vibber* (bug 5286) Fix regression in display of missing/bad...
2006-03-18 Rob Church* Remove deprecated $wgOnlySysopsCanPatrol references...
2006-03-16 Brion Vibber* Further work on rev_deleted; changed to a bitfield...
2006-03-16 Tim StarlingDon't require an existence check before calling loadPag...
2006-03-12 Domas Mituzasreplace TYPE= with ENGINE=, (supported since 4.0, TYPE...
2006-03-11 Lupintrailing whitespace removal
2006-03-11 Brion Vibber* (bug 5228) Workaround for broken LanguageConverter...
2006-03-09 Erik Moeller&preload= is not just there because of the inputbox...
2006-03-07 Brion Vibber* (bug 5161) Don't try to load template list for nonexi...
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-03-01 Brion Vibber* Purge thumbnails and metadata cache for action=purge...
2006-02-14 River Tarnellhooks for shared new talk notifications
2006-01-28 Tim StarlingForgot to add the new link tables to Article::doDeleteA...
2006-01-23 Domas Mituzasergh, yet more direct parser bits, ask for tidy when...
2006-01-19 Tim Starlinggive the correct error message when an article doesn...
2006-01-17 Tim StarlingRemoving leecruft. No, you sure as hell couldn't defer it.
2006-01-16 Antoine MussoFix #1122: "older revision" link displayed when viewing...
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...
next