aboutsummaryrefslogtreecommitdiffstats
path: root/includes/EditPage.php
Commit message (Expand)AuthorAgeFilesLines
* No variable assignment on return statementumherirrender2014-01-021-4/+2
* Improve UI for page protection with $wgNamespaceProtectionBrad Jorsch2013-12-031-2/+6
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-13/+13
* Remove deprecated EditPage::spamPage()Chad Horohoe2013-11-221-23/+0
* Put status handling in EditPage into private functionaude2013-11-181-2/+18
* Add continue editing link also to js and css pagesumherirrender2013-11-161-3/+8
* Allow ParserLimitReportFormat to change $valueBrad Jorsch2013-11-081-1/+1
* Merge SimpleAntiSpam extension into coreKunal Mehta2013-10-241-0/+26
* Merge "Make it possible for EditPage::getCopyrightWarning to return HTML"jenkins-bot2013-10-211-2/+10
|\
| * Make it possible for EditPage::getCopyrightWarning to return HTMLKunal Mehta2013-10-201-2/+10
* | Remove proxy check in EditPage.phpKevin Israel2013-10-211-1/+0
|/
* Support rate limiting backlink purges, including null editsAaron Schulz2013-09-271-1/+5
* doc: Remove repetitive "Give grep a chance" phrase from commentsTimo Tijhof2013-08-291-1/+1
* Merge "wpUndidRevision should be passed along during 'preview' and 'diff'"jenkins-bot2013-08-261-0/+5
|\
| * wpUndidRevision should be passed along during 'preview' and 'diff'bsitu2013-08-231-0/+5
* | Fix spacing and break some linesumherirrender2013-08-241-1/+1
|/
* Do not parse param of newsectionsummary on new section previewumherirrender2013-08-181-1/+1
* Commenting and doc fixes around the spam regexesMatthew Flaschen2013-08-181-4/+8
* Give grep a chance to find the usagesshirayuki2013-08-161-0/+1
* Merge "EditPage: Wrap the pipe between "Cancel" and "Editing help" links in a...TheDJ2013-08-151-1/+3
|\
| * EditPage: Wrap the pipe between "Cancel" and "Editing help" links in a <span>MatmaRex2013-08-131-1/+3
* | Merge "mediawiki.action.edit: Add styles for edit form's footer"TheDJ2013-08-151-0/+1
|\|
| * mediawiki.action.edit: Add styles for edit form's footerMatmaRex2013-08-091-0/+1
* | Add limit report data on preview pagesBrad Jorsch2013-08-131-0/+56
|/
* Merge "(bug 46463) Mark edit preview as in page view language"jenkins-bot2013-08-081-3/+3
|\
| * (bug 46463) Mark edit preview as in page view languageLiangent2013-03-231-3/+3
* | Improve WebResponse::setcookieBrad Jorsch2013-08-071-5/+5
* | (bug 49694) Apply $wgSpamRegex to the new section name in action=edit&section...Alexandre Emsenhuber2013-07-261-0/+7
* | Make the templates/category lists on edit page collapsibleMatmaRex2013-07-261-0/+4
* | Add a hook to Title::getEditNotices() so extensions can add themRoan Kattouw2013-07-231-1/+1
* | Allow creation of empty MediaWiki: pagesMatmaRex2013-07-021-2/+11
* | Merge "Fix undo edit summary when the user who made the old revision is hidden"jenkins-bot2013-06-301-1/+13
|\ \
| * | Fix undo edit summary when the user who made the old revision is hiddenAlex Monk2013-05-181-1/+13
* | | Add user rights 'viewmywatchlist', 'editmywatchlist'Brad Jorsch2013-06-261-6/+4
|/ /
* | docs: Remove odd colons after @todoTimo Tijhof2013-05-151-1/+1
* | Removed space after issetumherirrender2013-04-261-1/+1
* | else if -> elseifumherirrender2013-04-171-14/+20
* | Added spaces before and removed spaces after 'array'umherirrender2013-04-141-24/+24
* | Vector: Move 'editwarning' feature from Vector extensionrahul212013-04-101-0/+5
* | Add missing wfProfileOut before throwing an exceptionumherirrender2013-04-081-0/+1
* | Fix case of some Title methods (final round)Alexandre Emsenhuber2013-03-281-1/+1
* | Fix case of some Title methodsAlexandre Emsenhuber2013-03-271-2/+2
|/
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-14/+14
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-17/+17
* fix some spacingumherirrender2013-03-071-42/+40
* Don't set wgPostEdit for null edits.Matthew Flaschen2013-03-061-3/+10
* Use American English spelling for behaviorSiebrand Mazeland2013-03-041-1/+1
* Several minor fixes.Platonides2013-02-281-1/+1
* Merge "(bug 43270) Add wgPostEdit to show if user just saved this page"jenkins-bot2013-02-261-0/+48
|\
| * (bug 43270) Add wgPostEdit to show if user just saved this pageMatthew Flaschen2013-02-251-0/+48