| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Made (un)watch action show a form if the token is bad/missing (this handles... | Aaron Schulz | 2011-07-12 | 1 | -25/+65 |
* | Do r91966 in a different way, per Brion: use unicode-bidi:embed; instead of w... | Robin Pepermans | 2011-07-12 | 1 | -5/+2 |
* | (bug 12205) Bidirectional names in action=credits are split and displayed inc... | Robin Pepermans | 2011-07-12 | 1 | -1/+4 |
* | Use getPageTitle() to set the page title instead of doing it manually | Alexandre Emsenhuber | 2011-07-11 | 1 | -2/+4 |
* | Pass the User object to RecentChange::doMarkPatrolled() instead of relying on... | Alexandre Emsenhuber | 2011-07-09 | 1 | -5/+5 |
* | Moved action=rollback to an Action subclass | Alexandre Emsenhuber | 2011-07-02 | 1 | -0/+122 |
* | * Changed action=revert to use a subclass of Action | Alexandre Emsenhuber | 2011-07-01 | 1 | -0/+136 |
* | * Split off WikiPage class from Article, WikiFilePage class from ImagePage, a... | Aaron Schulz | 2011-06-29 | 1 | -1/+1 |
* | Follow-up r90877: spot the copy-and-pasted code... :D | Happy-melon | 2011-06-27 | 1 | -1/+1 |
* | Follow-up r86044 CR (correct subtitle message for action=credits), and some d... | Happy-melon | 2011-06-27 | 1 | -1/+7 |
* | Followup r86198 per Happy-melon comment on CR, delete DeleteAction as it's un... | Sam Reed | 2011-06-25 | 1 | -484/+0 |
* | Fix comment formatting | Sam Reed | 2011-06-22 | 1 | -1/+0 |
* | Follow-up r90371, per comment by ^demon | Matěj Grabovský | 2011-06-20 | 1 | -1/+1 |
* | Moved action=info to an Action subclass; also changed display to use a table ... | Alexandre Emsenhuber | 2011-06-20 | 1 | -0/+149 |
* | Minor doc fix to r84741 | Sam Reed | 2011-06-16 | 1 | -1/+0 |
* | Moved action=deletetrackback and action=markpatrolled to Action class. | Alexandre Emsenhuber | 2011-06-12 | 2 | -0/+140 |
* | * Made Special:RevisionDelete use the local variables stored in the RequestCo... | Alexandre Emsenhuber | 2011-06-11 | 1 | -0/+53 |
* | WatchAction requires token (BREAKING CHANGE) | Krinkle | 2011-06-06 | 2 | -11/+70 |
* | More unpicking of r85288. I think this is all of the magic method calls, but... | Happy-melon | 2011-06-03 | 1 | -2/+2 |
* | * Fix hphpi mode in run-server, it wasn't quite working properly | Tim Starling | 2011-05-31 | 1 | -1/+1 |
* | Even more documentation in various files | Sam Reed | 2011-05-29 | 1 | -0/+2 |
* | And even more documentation | Sam Reed | 2011-05-28 | 1 | -2/+2 |
* | And some more parameter documentation!! | Sam Reed | 2011-05-28 | 1 | -1/+1 |
* | Rewrote the article counting code and related: | Alexandre Emsenhuber | 2011-05-14 | 1 | -1/+1 |
* | I have no idea where that count() pass in r87165 | Alexandre Emsenhuber | 2011-04-30 | 1 | -1/+1 |
* | Properly escape the ouput in action=credits (and in page footer), using wfMes... | Alexandre Emsenhuber | 2011-04-30 | 1 | -19/+12 |
* | Follow-up r86143: retain query parameters for quick-purge as well as for the ... | Happy-melon | 2011-04-19 | 1 | -1/+8 |
* | Remove some unused variables/globals | Sam Reed | 2011-04-16 | 1 | -2/+1 |
* | Fix missing abstract methods, logging against r86001 | Sam Reed | 2011-04-16 | 1 | -0/+7 |
* | Follow-up r86041: fix redirect in PurgeAction, and pass query parameters thro... | Happy-melon | 2011-04-15 | 1 | -1/+1 |
* | Follow-up r 86041 per CR and IRC: | Happy-melon | 2011-04-14 | 3 | -23/+23 |
* | r86001, now with less scariness :P I took out the delete action and did purg... | Happy-melon | 2011-04-14 | 4 | -0/+892 |
* | Revert r86001: Brion says it's too scary :D will recommit in pieces | Happy-melon | 2011-04-13 | 3 | -795/+0 |
* | New infrastructure for actions, as discussed on wikitech-l. Fairly huge commit. | Happy-melon | 2011-04-13 | 3 | -0/+795 |