aboutsummaryrefslogtreecommitdiffstats
path: root/includes/EditPage.php
Commit message (Expand)AuthorAgeFilesLines
* Whitespaces fixesAlexandre Emsenhuber2012-02-161-94/+94
* Fix user related direct member variable accessSam Reed2012-02-161-2/+2
* (bug 33442) Dont prompt for summary on page creation.mrbluesky2012-02-151-11/+0
* Add an OutputPage to the EditPage::showEditForm:initial to match the EditPage...Daniel Friesen2012-02-151-1/+1
* revert r111225 and r111201Mark A. Hershberger2012-02-131-6/+2
* ugh, missed this global varMark A. Hershberger2012-02-111-1/+1
* Follow-up to r111091. Dont paste md5 in the code.mrbluesky2012-02-111-1/+1
* Reverted r111188: backport conflict fodderAaron Schulz2012-02-111-14/+14
* part 1 of fix for Bug 30332 - API spamblocklist error should provide *all* bl...Mark A. Hershberger2012-02-101-1/+5
* Fixes Bug 18775 - Redirect preview rendering stops prematurely, hides categoriesMark A. Hershberger2012-02-101-19/+20
* w/sMark A. Hershberger2012-02-101-14/+14
* (bug 17416) Don't prompt for summary when summary is preset using &summary=mrbluesky2012-02-091-0/+16
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-5/+5
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-2/+2
* Revert from 107187 to 107186 for bug24430 patch, it causes layout issueBenny Situ2012-01-251-0/+1
* Update commentmrbluesky2012-01-191-1/+1
* Comments on status codesmrbluesky2012-01-191-0/+99
* Moved RessourceLoader modules and stylesheet related stuff from EditPage::edi...Alexandre Emsenhuber2012-01-111-41/+45
* Fix a race condition in classic edit toolbar setupBrion Vibber2012-01-061-1/+9
* * Add typehint to debug Call to a member function getTitle() on a non-object ...Niklas Laxström2012-01-041-4/+3
* Cleanup a few unused variablesSam Reed2012-01-011-1/+0
* Per Nikerabbit, fix for r107653: don't show the "missing revision" warning on...Alexandre Emsenhuber2011-12-311-1/+1
* Per Raymond, fix for r107653: missed two changes from $section to $this->sectionAlexandre Emsenhuber2011-12-301-2/+2
* * Style fixes in EditPage::showEditForm() to more readableAlexandre Emsenhuber2011-12-301-70/+62
* * Inverted the precedence between section edition and revision undoing, now u...Alexandre Emsenhuber2011-12-301-78/+118
* * Removed usage of Article where possible in EditPageAlexandre Emsenhuber2011-12-301-20/+22
* * Added Title::getLinksFrom() and Title::getTemplateLinksFrom() for consisten...Alexandre Emsenhuber2011-12-291-1/+1
* In EditPage::showDiff():Alexandre Emsenhuber2011-12-261-4/+5
* * (bug 30711) WikiPage::replaceSection() now always the current text when add...Alexandre Emsenhuber2011-12-261-2/+6
* Use 'newsectionheaderdefaultlevel' message when previewing a new section so t...Alexandre Emsenhuber2011-12-251-1/+1
* Per Nikerabbit, follow-up r102024: removed uneeded variableAlexandre Emsenhuber2011-12-241-1/+1
* bug24430 - patch from Chinchin, remove number of column for edit field in pre...Benny Situ2011-12-231-1/+0
* follow-up to r106754 - using strict comparison, adding logic for editing exis...Ryan Kaldari2011-12-201-7/+24
* Fix for r104684Sam Reed2011-12-201-1/+1
* adding sectiontitle/wgSectionTitle as a new parameter for page editing (so th...Ryan Kaldari2011-12-201-27/+58
* update all core usage of deprecated Title::userCanRead()Robin Pepermans2011-12-131-1/+1
* add missing deprecation notices and added deprecation version to existing onesJeroen De Dauw2011-12-131-0/+7
* * (bug 32617) Fix for edit summary on section 0 containing a bogus section he...Brion Vibber2011-12-061-1/+1
* For bug 32617: lift some code out to a function - EditPage::extractSectionTit...Brion Vibber2011-12-061-6/+19
* 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