aboutsummaryrefslogtreecommitdiffstats
path: root/includes/EditPage.php
Commit message (Expand)AuthorAgeFilesLines
* Fix notice in r104684Roan Kattouw2011-11-301-1/+2
* )bug 15521) Use new section summary when the action of adding a new section a...Roan Kattouw2011-11-301-1/+10
* (bug 26854) Invalid user names go unchecked. Applied most of the patch submit...Roan Kattouw2011-11-201-1/+1
* Following r100264, update usages in coreJohn Du Hart2011-11-161-1/+1
* Deprecated WikiPage::preSaveTransform() in favour of Parser::preSaveTransform...Alexandre Emsenhuber2011-11-151-22/+24
* Refactored EditPage::getPreloadedText():Alexandre Emsenhuber2011-11-131-21/+23
* Moved methods around to group them by functionnalityAlexandre Emsenhuber2011-11-121-614/+613
* Made DifferenceEngine use a context instead of global variables and updaters ...Alexandre Emsenhuber2011-11-101-3/+3
* * Changed OutputPage's handling of subtitles to use an array and implode it w...Alexandre Emsenhuber2011-11-081-4/+2
* * Made OuputPage::showPermissionsErrorPage() show a different messages for 'r...Alexandre Emsenhuber2011-11-051-20/+7
* Some cleanup to EditPage:Alexandre Emsenhuber2011-11-041-75/+112
* * Set constant default values in class definition and not constructorAlexandre Emsenhuber2011-11-031-25/+21
* Early return if the page exists and redlink parameter was provided instead of...Alexandre Emsenhuber2011-11-021-18/+20
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-8/+8
* Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi...Alexandre Emsenhuber2011-10-241-11/+8
* Use getId() accessors for Revision object (fixes fatal)Aaron Schulz2011-10-231-1/+1
* * (bug 31692) "summary" parameter now also work when undoing revisionsAlexandre Emsenhuber2011-10-171-1/+6
* Fixup some assignments in conditionalsSam Reed2011-10-161-0/+1
* Update some deprecated codeSam Reed2011-10-141-1/+1
* DocumentationSam Reed2011-10-131-1/+1
* FU r99323: spread blocks for edit/move attempts via the API (which uses these...Aaron Schulz2011-10-091-0/+2
* * Only spread blocks on page edit/move attempts via spreadAnyEditBlock(). We ...Aaron Schulz2011-10-081-0/+3
* Solve the FIXME set in r99025.Platonides2011-10-061-1/+1
* Parse 'yourtext' message for the diff header to match the other usage in <h2>...Alexandre Emsenhuber2011-10-051-2/+2
* Followup r98578 - expect nullsNiklas Laxström2011-10-041-1/+1
* Back out r95396 and friendsSam Reed2011-09-291-41/+2
* clean up Html::inlineScript usageKrinkle2011-09-281-8/+3
* Allow LogEventsList::showLogExtract() to get a Title object instead of having...Alexandre Emsenhuber2011-09-241-4/+4
* Make per page edit notices work in namespaces without subpages enabled.Brian Wolff2011-09-211-0/+7
* Followup r95562: forgot to convert one case. Thanks to Nikerabbit for providi...Roan Kattouw2011-09-171-1/+3
* Trim trailing whitespaceSam Reed2011-09-041-2/+3
* whoops, fix r96257Robin Pepermans2011-09-041-1/+1
* Correctly parse interface messages as such, so it doesn't get converted accor...Robin Pepermans2011-09-041-5/+8
* Revert r95930, r95931 and r95939. Poorly commited patchJohn Du Hart2011-09-011-9/+0
* Follow-up r95930, consolidate into one message per CRJohn Du Hart2011-09-011-3/+1
* (bug 5865) Warning on editing other user's userpageJohn Du Hart2011-09-011-0/+11
* TypofixChad Horohoe2011-08-291-1/+1
* I was trying to be witty, and I made a typo :( (FollowUp r95589)Chad Horohoe2011-08-271-1/+1
* Add warning to class header.Chad Horohoe2011-08-271-0/+3
* (bug 29246) Edit API occasionally throws "unknown error 231". Per comment #1 ...Roan Kattouw2011-08-261-35/+83
* Merge the iwtransclusion branch back into trunkSam Reed2011-08-241-2/+41
* Moved wfGetIP() to WebRequest::getIP():Alexandre Emsenhuber2011-08-181-2/+2
* Allow extensions to add pages with non-wikitext display by adding two newVictor Vasiliev2011-08-111-12/+17
* Made code more readable by moving the check about user being last editor when...Alexandre Emsenhuber2011-08-061-10/+6
* Self-revert r91453: not a well thought out addition to the EditPage::showEdit...Chad Horohoe2011-08-041-1/+1
* Back out r93533, r93531, r93530Sam Reed2011-07-301-42/+3
* Merge iwtransclusion branch into trunkSam Reed2011-07-301-3/+42
* * Changed OutputPage::$mIsArticle flag to be false by default. A lot of actio...Alexandre Emsenhuber2011-07-271-3/+0
* Revert non-functional parts of r82343 -- 'select' parameter that's never actu...Brion Vibber2011-07-201-9/+2
* * Use wfMessage() instead of OutputPage::addWikiMsgArray() with the third par...Alexandre Emsenhuber2011-07-161-29/+20