* Added FileRepo::SKIP_LOCKING constant and made storeBatch() check it.
[lhc/web/wiklou.git] / includes / EditPage.php
2011-12-20 Ryan Kaldarifollow-up to r106754 - using strict comparison, adding...
2011-12-20 Sam ReedFix for r104684
2011-12-20 Ryan Kaldariadding sectiontitle/wgSectionTitle as a new parameter...
2011-12-13 Robin Pepermansupdate all core usage of deprecated Title::userCanRead()
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-06 Brion Vibber* (bug 32617) Fix for edit summary on section 0 contain...
2011-12-06 Brion VibberFor bug 32617: lift some code out to a function - EditP...
2011-11-30 Roan KattouwFix notice in r104684
2011-11-30 Roan Kattouw)bug 15521) Use new section summary when the action...
2011-11-20 Roan Kattouw(bug 26854) Invalid user names go unchecked. Applied...
2011-11-16 John Du HartFollowing r100264, update usages in core
2011-11-15 Alexandre EmsenhuberDeprecated WikiPage::preSaveTransform() in favour of...
2011-11-13 Alexandre EmsenhuberRefactored EditPage::getPreloadedText():
2011-11-12 Alexandre EmsenhuberMoved methods around to group them by functionnality
2011-11-10 Alexandre EmsenhuberMade DifferenceEngine use a context instead of global...
2011-11-08 Alexandre Emsenhuber* Changed OutputPage's handling of subtitles to use...
2011-11-05 Alexandre Emsenhuber* Made OuputPage::showPermissionsErrorPage() show a...
2011-11-04 Alexandre EmsenhuberSome cleanup to EditPage:
2011-11-03 Alexandre Emsenhuber* Set constant default values in class definition and...
2011-11-02 Alexandre EmsenhuberEarly return if the page exists and redlink parameter...
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-10-24 Alexandre EmsenhuberAdded OutputPage::setPageTitleMsg() and OutputPage...
2011-10-23 Aaron SchulzUse getId() accessors for Revision object (fixes fatal)
2011-10-17 Alexandre Emsenhuber* (bug 31692) "summary" parameter now also work when...
2011-10-16 Sam ReedFixup some assignments in conditionals
2011-10-14 Sam ReedUpdate some deprecated code
2011-10-13 Sam ReedDocumentation
2011-10-09 Aaron SchulzFU r99323: spread blocks for edit/move attempts via...
2011-10-08 Aaron Schulz* Only spread blocks on page edit/move attempts via...
2011-10-06 PlatonidesSolve the FIXME set in r99025.
2011-10-05 Alexandre EmsenhuberParse 'yourtext' message for the diff header to match...
2011-10-04 Niklas LaxströmFollowup r98578 - expect nulls
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-28 Krinkleclean up Html::inlineScript usage
2011-09-24 Alexandre EmsenhuberAllow LogEventsList::showLogExtract() to get a Title...
2011-09-21 Brian WolffMake per page edit notices work in namespaces without...
2011-09-17 Roan KattouwFollowup r95562: forgot to convert one case. Thanks...
2011-09-04 Sam ReedTrim trailing whitespace
2011-09-04 Robin Pepermanswhoops, fix r96257
2011-09-04 Robin PepermansCorrectly parse interface messages as such, so it doesn...
2011-09-01 John Du HartRevert r95930, r95931 and r95939. Poorly commited patch
2011-09-01 John Du HartFollow-up r95930, consolidate into one message per CR
2011-09-01 John Du Hart(bug 5865) Warning on editing other user's userpage
2011-08-29 Chad HorohoeTypofix
2011-08-27 Chad HorohoeI was trying to be witty, and I made a typo :( (FollowU...
2011-08-27 Chad HorohoeAdd warning to class header.
2011-08-26 Roan Kattouw(bug 29246) Edit API occasionally throws "unknown error...
2011-08-24 Sam ReedMerge the iwtransclusion branch back into trunk
2011-08-18 Alexandre EmsenhuberMoved wfGetIP() to WebRequest::getIP():
2011-08-11 Victor VasilievAllow extensions to add pages with non-wikitext display...
2011-08-06 Alexandre EmsenhuberMade code more readable by moving the check about user...
2011-08-04 Chad HorohoeSelf-revert r91453: not a well thought out addition...
2011-07-30 Sam ReedBack out r93533, r93531, r93530
2011-07-30 Sam ReedMerge iwtransclusion branch into trunk
2011-07-27 Alexandre Emsenhuber* Changed OutputPage::$mIsArticle flag to be false...
2011-07-20 Brion VibberRevert non-functional parts of r82343 -- 'select' param...
2011-07-16 Alexandre Emsenhuber* Use wfMessage() instead of OutputPage::addWikiMsgArra...
2011-07-12 Alexandre Emsenhuber* In EditPage.php: don't add the separator if getCancel...
2011-07-06 Robin Pepermans(bug 6100; follow-up to r91315) Being bold and removing...
2011-07-05 Chad Horohoe(bug 5800) Added $formCallback as a parameter to the...
2011-07-04 Alexandre EmsenhuberChanged calls to Linker::tooltipAndAccesskeyAttribs...
2011-06-26 Robin PepermansMake parser->getFunctionLang be dependent on title...
2011-06-26 Brian Wolff(bug 8556) When using $wgRawHtml, don't show scary...
2011-06-24 Robin PepermansDirectionality improvements as part of bug 6100 (under...
2011-06-22 PlatonidesRemove unused global $wgContLang
2011-06-20 Matěj GrabovskýFollow-up r90371, per comment by ^demon
2011-06-18 Robin PepermansFix double setTargetLanguage of r90337
2011-06-18 Robin PepermansAddress comment by Platonides on r90320:
2011-06-18 PlatonidesFollow up r90320. The purpose of wfProfileIn/Out is...
2011-06-17 Robin PepermansFollow-up to r90265: directionality improvements as...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-06 KrinkleWatchAction requires token (BREAKING CHANGE)
2011-06-05 Sam ReedAdding method documentation
2011-05-28 Sam ReedMore parameter documentation!!
2011-05-26 Sam ReedMore documentation tweaks/additions
2011-05-26 Sam ReedMore documentation tweaks/additions
2011-05-21 Sam ReedFix function level comments that start with /* not /**
2011-05-19 Roan Kattouw(bug 29036) For cascade-protected pages, the mw-textare...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-14 Benjamin Lees(bug 28287) The "your changes" box for edit conflicts...
2011-05-12 Alexandre EmsenhuberFix for r86041: when the user wants to unwatch the...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-04-26 Leo KoppelkammFollowup to r86603 per Bug 28681 : Create public array...
2011-04-25 Roan Kattouw(bug 21180) Move the old toolbar below the summary...
2011-04-25 Mark A. HershbergerRemove hints since $this->isNew was not possible anywhe...
2011-04-23 Mark A. Hershberger* Fixes Bug #27860 - Minor edit after clicking 'new...
2011-04-23 Happy-melonDocumentation and type hinting.
2011-04-21 Leo KoppelkammMove edit.js stuff to mediawiki.action.edit.js, and...
2011-04-17 Alexandre Emsenhuber* (bug 28511) Use [] syntax instead of {} for string...
2011-04-14 Happy-melonr86001, now with less scariness :P I took out the...
2011-04-13 Happy-melonRevert r86001: Brion says it's too scary :D will recom...
2011-04-13 Happy-melonNew infrastructure for actions, as discussed on wikitec...
2011-04-13 Aaron Schulz* Removed getSelectOptions, which did nothing other...
2011-03-30 Happy-melonFollow-up r85020 per CR - use strict comparison
2011-03-30 Happy-melon(bug 18937) avoid broken wikimarkup (four apostrophes...
2011-02-24 Sam ReedMore member variable documentation
2011-02-19 Roan KattouwRevert r74387: it may not fix the IE8 jumping bug in...
2011-02-17 Mark A. HershbergerFollowup bug #27447 and r82308 and r82328 with patch...
2011-02-17 Niklas LaxströmRv part of r82308 that causes warnings
2011-02-16 Mark A. Hershberger(Bug #27447) Added option to toolbar-item to switch...
next