Revision | Commit summary | Author | Date |
---|
r91942 | Followup r91871 per CR. Write back the actually executed action to . Ping r57415 | diebuche | 09:42, 12 July 2011 |
r91943 | r91942: Add nosuchaction also if action not in | diebuche | 09:58, 12 July 2011 |
r91949 | Revert r91942, r91943 & reimplement. wgActions doesn't contain all possible a... | diebuche | 11:53, 12 July 2011 |
r92156 | r91949 : EditWatchlist assumed that action was always empty for view | diebuche | 13:01, 14 July 2011 |
r92713 | RELEASE-NOTES for r79383 | catrope | 23:44, 20 July 2011 |
r92765 | Address fixme on r86697: simplify the code a lot by not escaping thisquery an... | catrope | 18:22, 21 July 2011 |
r92884 | Refactored code out into incLoginThrottle/clearLoginThrottle functions (for u... | aaron | 20:58, 22 July 2011 |
r92886 | Follow-up r92884: mark these functions static | aaron | 21:04, 22 July 2011 |
r92887 | Fix for r86482: throttle password attempts for SpecialChangePassword (uses r9... | aaron | 21:06, 22 July 2011 |
r92894 | Improved r92884 comments a bit on second thought | aaron | 21:18, 22 July 2011 |
r92898 | Removed Special{$this->getName()}ModifyFormFields from r86482. Seems kind of ... | aaron | 21:31, 22 July 2011 |
r92907 | Follow-up r92887: clear throttle count once the password is accepted as normal | aaron | 22:42, 22 July 2011 |
r92932 | Follow-up r86482, r86485: removed user_name portion of user_email index per CR | aaron | 08:15, 23 July 2011 |
r92935 | MFT r92907,r92894,r92887,r92886,r92884: password reset page fixes. Tweaked to... | aaron | 09:25, 23 July 2011 |
r93149 | Made addWiki update wikiversions dat and cdb files for multiversion | aaron | 00:27, 26 July 2011 |
r93151 | Improved r93149 error message | aaron | 00:33, 26 July 2011 |
r93233 | * Fix double-escaping from r85025... | happy-melon | 19:04, 26 July 2011 |
r93234 | Implement an accessor for User->mBlock. Doing this separately as it would be... | happy-melon | 19:27, 26 July 2011 |
r93516 | Adding unit test for bug 27427. Currently broken. Fix (provided by Michael M.... | krinkle | 07:38, 30 July 2011 |
r93517 | Adding fix for bug 27427. Fixes unit test. Patch provided by Michael M. throu... | krinkle | 07:39, 30 July 2011 |
r93858 | Reverted r91942,r91943,r91949,r92156 per CR | aaron | 22:08, 3 August 2011 |
r93891 | Expand all URLs in e-mail notifications to be full HTTP URLs. This prevents p... | catrope | 15:13, 4 August 2011 |
r93935 | Adding Revision::newFromRow() function as alias for new Revision()... | reedy | 23:25, 4 August 2011 |
r94155 | (bug 30074) Moving user JS subpages resulted in JS errors because #REDIRECT [... | catrope | 14:23, 10 August 2011 |
r94346 | (bug 30236) Links like [[//example.com Link text]] were parsed as an internal... | catrope | 13:32, 12 August 2011 |
r94372 | Instead of using some hacky regexes, just use wfParseUrl() in WikiMap::getDis... | catrope | 19:19, 12 August 2011 |