aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions
Commit message (Expand)AuthorAgeFilesLines
...
* * Made (un)watch action show a form if the token is bad/missing (this handles...Aaron Schulz2011-07-121-25/+65
* Do r91966 in a different way, per Brion: use unicode-bidi:embed; instead of w...Robin Pepermans2011-07-121-5/+2
* (bug 12205) Bidirectional names in action=credits are split and displayed inc...Robin Pepermans2011-07-121-1/+4
* Use getPageTitle() to set the page title instead of doing it manuallyAlexandre Emsenhuber2011-07-111-2/+4
* Pass the User object to RecentChange::doMarkPatrolled() instead of relying on...Alexandre Emsenhuber2011-07-091-5/+5
* Moved action=rollback to an Action subclassAlexandre Emsenhuber2011-07-021-0/+122
* * Changed action=revert to use a subclass of ActionAlexandre Emsenhuber2011-07-011-0/+136
* * Split off WikiPage class from Article, WikiFilePage class from ImagePage, a...Aaron Schulz2011-06-291-1/+1
* Follow-up r90877: spot the copy-and-pasted code... :DHappy-melon2011-06-271-1/+1
* Follow-up r86044 CR (correct subtitle message for action=credits), and some d...Happy-melon2011-06-271-1/+7
* Followup r86198 per Happy-melon comment on CR, delete DeleteAction as it's un...Sam Reed2011-06-251-484/+0
* Fix comment formattingSam Reed2011-06-221-1/+0
* Follow-up r90371, per comment by ^demonMatěj Grabovský2011-06-201-1/+1
* Moved action=info to an Action subclass; also changed display to use a table ...Alexandre Emsenhuber2011-06-201-0/+149
* Minor doc fix to r84741Sam Reed2011-06-161-1/+0
* Moved action=deletetrackback and action=markpatrolled to Action class.Alexandre Emsenhuber2011-06-122-0/+140
* * Made Special:RevisionDelete use the local variables stored in the RequestCo...Alexandre Emsenhuber2011-06-111-0/+53
* WatchAction requires token (BREAKING CHANGE)Krinkle2011-06-062-11/+70
* More unpicking of r85288. I think this is all of the magic method calls, but...Happy-melon2011-06-031-2/+2
* * Fix hphpi mode in run-server, it wasn't quite working properlyTim Starling2011-05-311-1/+1
* Even more documentation in various filesSam Reed2011-05-291-0/+2
* And even more documentationSam Reed2011-05-281-2/+2
* And some more parameter documentation!!Sam Reed2011-05-281-1/+1
* Rewrote the article counting code and related:Alexandre Emsenhuber2011-05-141-1/+1
* I have no idea where that count() pass in r87165Alexandre Emsenhuber2011-04-301-1/+1
* Properly escape the ouput in action=credits (and in page footer), using wfMes...Alexandre Emsenhuber2011-04-301-19/+12
* Follow-up r86143: retain query parameters for quick-purge as well as for the ...Happy-melon2011-04-191-1/+8
* Remove some unused variables/globalsSam Reed2011-04-161-2/+1
* Fix missing abstract methods, logging against r86001Sam Reed2011-04-161-0/+7
* Follow-up r86041: fix redirect in PurgeAction, and pass query parameters thro...Happy-melon2011-04-151-1/+1
* Follow-up r 86041 per CR and IRC:Happy-melon2011-04-143-23/+23
* r86001, now with less scariness :P I took out the delete action and did purg...Happy-melon2011-04-144-0/+892
* Revert r86001: Brion says it's too scary :D will recommit in piecesHappy-melon2011-04-133-795/+0
* New infrastructure for actions, as discussed on wikitech-l. Fairly huge commit.Happy-melon2011-04-133-0/+795