aboutsummaryrefslogtreecommitdiffstats
path: root/includes/EditPage.php
Commit message (Expand)AuthorAgeFilesLines
...
* * In EditPage.php: don't add the separator if getCancelLink() returns an empt...Alexandre Emsenhuber2011-07-121-2/+4
* (bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionali...Robin Pepermans2011-07-061-13/+8
* (bug 5800) Added $formCallback as a parameter to the hook EditPage::showEditF...Chad Horohoe2011-07-051-1/+1
* Changed calls to Linker::tooltipAndAccesskeyAttribs() to be static and fixed ...Alexandre Emsenhuber2011-07-041-2/+1
* Make parser->getFunctionLang be dependent on title->getPageLanguage() instead...Robin Pepermans2011-06-261-5/+0
* (bug 8556) When using $wgRawHtml, don't show scary session_failure/possible a...Brian Wolff2011-06-261-2/+8
* Directionality improvements as part of bug 6100 (under $wgBetterDirectionality):Robin Pepermans2011-06-241-1/+2
* Remove unused global $wgContLangPlatonides2011-06-221-1/+1
* Follow-up r90371, per comment by ^demonMatěj Grabovský2011-06-201-1/+1
* Fix double setTargetLanguage of r90337Robin Pepermans2011-06-181-1/+0
* Address comment by Platonides on r90320:Robin Pepermans2011-06-181-7/+11
* Follow up r90320. The purpose of wfProfileIn/Out is to profile Platonides2011-06-181-1/+1
* Follow-up to r90265: directionality improvements as part of bug 6100 (under $...Robin Pepermans2011-06-171-7/+15
* Swap else if for elseifSam Reed2011-06-171-14/+14
* WatchAction requires token (BREAKING CHANGE)Krinkle2011-06-061-2/+3
* Adding method documentationSam Reed2011-06-051-16/+64
* More parameter documentation!!Sam Reed2011-05-281-1/+1
* More documentation tweaks/additionsSam Reed2011-05-261-1/+4
* More documentation tweaks/additionsSam Reed2011-05-261-1/+16
* Fix function level comments that start with /* not /**Sam Reed2011-05-211-2/+2
* (bug 29036) For cascade-protected pages, the mw-textarea-cprotected class is ...Roan Kattouw2011-05-191-0/+4
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* (bug 28287) The "your changes" box for edit conflicts is now read-only. Patc...Benjamin Lees2011-05-141-1/+1
* Fix for r86041: when the user wants to unwatch the article, really unwatch it ;)Alexandre Emsenhuber2011-05-121-1/+1
* More versions added to @deprecated tagsSam Reed2011-05-061-9/+1
* Followup to r86603 per Bug 28681 : Create public array mw.toolbar.buttons. Us...Leo Koppelkamm2011-04-261-2/+1
* (bug 21180) Move the old toolbar below the summary input to match the new too...Roan Kattouw2011-04-251-1/+2
* Remove hints since $this->isNew was not possible anywhere else.Mark A. Hershberger2011-04-251-19/+19
* * Fixes Bug #27860 - Minor edit after clicking 'new section' tabMark A. Hershberger2011-04-231-37/+42
* Documentation and type hinting.Happy-melon2011-04-231-3/+2
* Move edit.js stuff to mediawiki.action.edit.js, and remove wikibits dependenc...Leo Koppelkamm2011-04-211-3/+3
* * (bug 28511) Use [] syntax instead of {} for string offset accessAlexandre Emsenhuber2011-04-171-4/+4
* r86001, now with less scariness :P I took out the delete action and did purg...Happy-melon2011-04-141-2/+2
* Revert r86001: Brion says it's too scary :D will recommit in piecesHappy-melon2011-04-131-2/+2
* New infrastructure for actions, as discussed on wikitech-l. Fairly huge commit.Happy-melon2011-04-131-2/+2
* * Removed getSelectOptions, which did nothing other than send FOR UPDATE on s...Aaron Schulz2011-04-131-1/+0
* Follow-up r85020 per CR - use strict comparisonHappy-melon2011-03-301-1/+3
* (bug 18937) avoid broken wikimarkup (four apostrophes together) in MediaWiki:...Happy-melon2011-03-301-1/+2
* More member variable documentationSam Reed2011-02-241-0/+7
* Revert r74387: it may not fix the IE8 jumping bug in all cases, but it defini...Roan Kattouw2011-02-191-0/+2
* Followup bug #27447 and r82308 and r82328 with patch supplied byMark A. Hershberger2011-02-171-10/+18
* Rv part of r82308 that causes warningsNiklas Laxström2011-02-171-1/+0
* (Bug #27447) Added option to toolbar-item to switch off text-selectionMark A. Hershberger2011-02-161-0/+1
* * (bug 26298) Throw warning instead of silently saving blank page when php-su...Brion Vibber2011-02-141-1/+14
* Broke long lineAaron Schulz2011-02-131-1/+2
* w/s fixupsMark A. Hershberger2011-02-121-29/+29
* Wrap old toolbar addButton() calls in a document ready, so they're not run ea...Roan Kattouw2011-02-111-1/+1
* Added "context title" to replace $wgTitle, current behavior unchanges, but ad...Alexandre Emsenhuber2011-02-101-26/+44
* More wfProfileOut()ingPlatonides2011-02-101-2/+2
* Close wfProfileIn()sPlatonides2011-02-101-7/+14