Cleanup
[lhc/web/wiklou.git] / includes / Article.php
2008-02-26 Rotem Liss(bug 13132) Unable to unprotect pages protected with...
2008-02-25 Brion VibberRevert r31243, r31244 -- regression: spews bogus protec...
2008-02-25 Andrew GarrettFor pages with hidden categories, add a list of these...
2008-02-25 Rotem LissThis variable was removed.
2008-02-25 Rotem Liss(bug 13132) Unable to unprotect pages protected with...
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2008-02-13 Tim Starling* Fix bug 13002
2008-02-09 Tim StarlingReset the message cache on action=purge of a MediaWiki...
2008-02-06 Robert LeveringtonAlter constructor of Article object to no longer pass...
2008-02-06 Ilmari KaronenMake the default robot policy a configurable option.
2008-02-03 Huji(bug 12887) No "name" attribute for TR tags.
2008-02-02 Rotem LissThe comment of a time-limited protection now contains...
2008-01-30 Brion Vibberfix html regression: missing id attribute on wpReason...
2008-01-29 Brion VibberCleanup -- fix broken XHTML in deletion forms
2008-01-29 Raimond Spekking* Prettify input form for RTL wikis
2008-01-28 Brion VibberCleanup for r30216:
2008-01-28 Huji* Renaming Xml::reasonDropDown to Xml::listDropDown...
2008-01-26 Victor VasilievInvalidate file cache on image redirects deletion
2008-01-25 Huji(bug 12790) Page protection is not logged when edit...
2008-01-21 Roan Kattouw(bug 12716) Unprotecting a non-protected page leaves...
2008-01-18 Roan KattouwCore:
2008-01-17 Tim StarlingOn edit, purge the cache of pages redirecting to the...
2008-01-17 Brion VibberSlap some prettier warnings on too-big deletions.
2008-01-16 Brion VibberQuick hack in: $wgDeleteRevisionsLimit and 'bigdelete...
2008-01-16 Tim StarlingRespect $wgEnableParserCache
2008-01-16 Aryeh Gregor* Rollback should not work if the wiki is read-only
2008-01-15 Roan KattouwLarge refactoring of rollback code:
2008-01-15 Roan Kattouw(bug 12585) Added a bunch of parameters to the revertpa...
2008-01-15 Brion Vibber* (bug 12567) Fix for misformatted read-only messages...
2008-01-14 Brion VibberRevert r29705. Simply provide rollback permission if...
2008-01-13 Aryeh GregorThe 'rollback' permission now only affects whether...
2008-01-13 Victor Vasiliev* (bug 12611) Bot flag ignored in recent changes
2008-01-10 Aryeh GregorRight, *this* was the vulnerability that existed. ...
2008-01-10 Roan KattouwFixing the mess that was r29539:
2008-01-10 Daniel Cannon* (bug 12574) Allow bots to specify whether an edit...
2008-01-10 Roan KattouwRevert r29525: this vulnerability never existed; Articl...
2008-01-10 Aryeh GregorFix vulnerability (hopefully): anyone with rollback...
2008-01-09 Aryeh GregorClean up some braces, indentation; add profiling to...
2008-01-06 Aaron SchulzDon't compare text twice
2007-12-31 Brion VibberRevert for now r28986, 28987, 28992 - image redirects.
2007-12-29 Victor Vasiliev* Proper redirect deletion
2007-12-29 Victor VasilievOops, forgot to remove this debug stuff
2007-12-29 Victor Vasiliev* Support images-redirects
2007-12-11 HujiA more logical tabindex for the fields
2007-12-11 Andrew Garrett* (bug 2919) Allow the protection of non-existent pages...
2007-12-07 Andrew Garrett* Only mark rollback edits as minor if the user can...
2007-12-03 Daniel Cannon* Name wpDeleteReasonListRow and wpDeleteReasonRow...
2007-12-03 Daniel Cannon* (bug 12178) Fix wpReason parameter to action=delete...
2007-12-01 HujiLeft alignment gives a better look to the Reason box.
2007-12-01 Andrew Garrett* (bug 11346) Prevent users who cannot edit a page...
2007-11-30 Tim Starlinglimit report on page view
2007-11-30 Tim Starling* Add #ifexist invocation count to the limit report...
2007-11-29 Raimond Spekking* (bug 12143) Do not show a link to patrol new pages...
2007-11-25 HujiFixes bug 9633: Add a predefined list of delete reasons...
2007-11-20 Roan KattouwCheck markbotedits permission on regular rollback as...
2007-11-20 Andrew Garrett* Ensure that rate-limiting is applied to rollbacks.
2007-11-19 Rotem LissFixing a typo that broke historywarning.
2007-11-19 Daniel Cannon* Fixed wgReason URL parameter to action=delete.
2007-11-16 Brion VibberDon't break patrolling when the newpages-specific patro...
2007-11-15 Brion VibberFix regression in r27416 -- {{REVISIONID}} was broken...
2007-11-12 Tim StarlingAdded EditFilterMerged hook: like EditFilter but uses...
2007-11-07 Roan KattouwAPIEDIT BRANCH MERGE:
2007-11-04 Rotem LissFixing comment - it is possible.
2007-11-04 Rotem LissIn the deletion default reasons, calculate how much...
2007-11-04 Rotem LissLimit text field of deletion, protection and user right...
2007-11-01 Greg MaxwellSwitch Special:Newpages "Hide logged-in users" to use...
2007-10-30 Aaron Schulz*Add and document ArticleRollbackComplete hook. Lets...
2007-10-29 Greg MaxwellResolve bug 1405 (bugzilla.wikimedia.org/show_bug.cgi...
2007-10-01 Brion VibberRevert r26281 for the moment. Big patch, changes severa...
2007-10-01 Aaron Schulz*Clean up deletion of revisions and remove some gaps
2007-09-27 Aaron Schulz*Tone down the crack ;)
2007-09-27 Aaron Schulz*Don't let blocked users patrol
2007-09-14 Brion Vibber* (bug 11342) Fix several 'returnto' links in permissio...
2007-09-10 Andrew Garrett* (bug 8759) Fixed bug where rollback was allowed on...
2007-09-09 Andrew Garrett* Allow userCan to take null $user - and replace it...
2007-09-07 Tim StarlingFixed the diff cache purge feature:
2007-09-07 Brion VibberRevert 25602 and 25604 schema changes for now.
2007-09-07 Aryeh GregorReinstate 25267 now that 1.11 is branched, and add...
2007-09-03 Aaron Schulz*Don't call ArticleSaveComplete if the edit did not...
2007-09-02 Greg Sabino MullaneCorrect comments about frequency of pruning.
2007-09-02 Tim LaquaBacking off fix for bug 10836 - previous attempt was...
2007-09-02 Tim LaquaFixed bug 10836
2007-09-02 Tim LaquaFixed bug 9456 - added editsummaryheading system messag...
2007-08-29 Brion VibberRevert schema change in r25267 -- no more schema change...
2007-08-29 Aryeh Gregor* Add an index to (rev_page,rev_user,rev_timestamp...
2007-08-27 Brion VibberRevert bug 10347 stuff -- too-big, too-prominent, too...
2007-08-27 Aaron Schulz*Don't reference $moverestr either, makes things more...
2007-08-27 Aaron Schulz*Make protection notice only care about edit rights
2007-08-27 Aaron Schulz*Add a space if we already have subtitle content
2007-08-26 Aaron Schulz*On second thought, don't use 'diff', might be confusin...
2007-08-26 Aaron Schulz*Rename protected-subtitle messages to something more...
2007-08-26 Aaron Schulzforgot to commit this with message tweak
2007-08-26 Aaron Schulz*Generalize function to list UI names for all groups...
2007-08-26 Daniel Cannon(bug 10347) Added subtle message to subtitle indicating...
2007-08-22 Rob ChurchTweak comment; people seem to whine about this one...
2007-08-21 Nick JenkinsStatic code analysis housekeeping time... things that...
2007-08-21 Aaron Schulz*If no changes, made, we have no new revision. Make...
2007-08-15 Rob Churchwhitespace
2007-08-15 Aaron SchulzTweak ArticleUpdateBeforeRedirect hook a tad
2007-08-15 Rob ChurchDocument hooks in release notes, too, please. Also...
next