* (bug 12574) Allow bots to specify whether an edit should be marked as a bot
[lhc/web/wiklou.git] / includes / Article.php
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...
2007-08-15 Aaron Schulz*Add ArticleUpdateBeforeRedirect hook, to allow for...
2007-08-11 Brion VibberFixups for page id field in the archive table:
2007-08-01 Rob Church* (bug 10744) Treat "noarticletext" and "noarticletexta...
2007-07-31 Brion VibberBacking out 24448, 24455, 24456 for the moment.
2007-07-30 River Tarnell- new field: page_key, stores page_title in uppercase.
2007-07-22 Rob Church* Pass new Revision to the 'ArticleInsertComplete'...
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
2007-07-22 Aaron Schulz*Store page_id in ar_page
2007-07-12 Brion Vibberset returnto link to the rolled-back page, not the...
2007-07-09 Rob Church* Code conventions
2007-07-09 Rob Church* Update release notes
2007-07-07 Yuri AstrakhanRollback rewrite to separate UI from logic (with help...
2007-07-07 Rob Church* Make "undo" and "rollback" links appear in a consiste...
2007-07-06 Rob ChurchCoding conventions - spacing
2007-07-06 Yuri Astrakhanchanged updateArticle to doEdit. This is first of a...
2007-07-02 Aryeh GregorRevert r23617 per Brion
2007-07-01 Aryeh Gregor* (bug 10422) Change <pre> on CSS/JS pages to <div...
2007-06-29 Roan KattouwReverting r23562: accidentally modified phase3 rather...
2007-06-29 Roan Kattouw* Separating UI code and DB code in Article::rollback()
2007-06-29 Rob ChurchFix r23553
2007-06-29 Rob ChurchHook callbacks for 'ShowRawCssJs' should do their own...
2007-06-29 Rob ChurchClean up handling of custom CSS and JavaScript pages...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-27 Brion Vibber* (bug 7071) Properly handle an 'oldid' passed to view...
2007-06-27 Aryeh Gregor(bug 10377) "Permanent links" to revisions still work...
2007-06-26 Aryeh GregorChange classes for <pre>s per Brion on Wikitech-l
2007-06-26 Aryeh Gregor* Wrap site CSS and JavaScript in a <pre> tag, like...
2007-06-23 Tim Starling* Make $wgUser->editToken() work for either logged...
2007-06-22 Brion VibberRevert r23166, 23178, 23179, and probably some other...
2007-06-22 Aaron Schulz*Increase RC prune change to 1/100
2007-06-21 Raimond Spekking* (bug 9415) Added options to Special:Protect to allow...
2007-06-20 Rob Church(bug 9328) Use "revision-info-current" message in place...
2007-06-13 Raimond Spekking* (bug 8734) Different log message when article protect...
2007-06-10 Aryeh Gregor* (bug 10196) Add classes and dir="ltr" to the <pre...
next