Fix notices from r94259 due to undefined variables
[lhc/web/wiklou.git] / includes / EditPage.php
2012-04-22 Tim StarlingFix notices from r94259 due to undefined variables
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-09 Brion VIBBERMerge "(bug 35658) make mw.Uri handle uris w/o protocol...
2012-04-07 ReedyMerge "(bug 32492) API now allows editing using pageid"
2012-04-06 ReedyMerge "tests related to API block action and its gettoken"
2012-04-06 HasharMerge "[FileRepo] Various code cleanups."
2012-04-06 HasharMerge "Un-marking testMakeNormalBlock as broken..."
2012-04-05 Brion VIBBERMerge ""Show Changes" on default messages shows now...
2012-04-05 umherirrender"Show Changes" on default messages shows now diff again...
2012-04-05 Brion VIBBERMerge "(bug 27757) API method for retrieving tokens"
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-04 Brion VIBBERMerge "Fix support for TestSwarm on SpecialJavaScriptTe...
2012-04-04 Brion VIBBERMerge "Fix Bug 33653 -JqueryMsg parser should support...
2012-04-04 Brion VIBBERMerge changes Id1ac2f8b,I48f8cd17,I10481ce6,Id4530499
2012-04-03 umherirrender(bug 17615) nosummary option should be reassigned on...
2012-04-03 Brion VIBBERMerge "(bug 21796) Fix null dereference on Special...
2012-04-03 Brion VIBBERMerge "(bug 25277) Moved the space before the dirmark."
2012-04-03 Brion VIBBERMerge "(bug 34470) Apply explicit margin-left/right...
2012-04-03 Brion VIBBERMerge "(bug 32384) API: Allow descending order for...
2012-04-02 Brion VIBBERMerge "(bug 22870) Separate interface message when...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-04-02 DemonMerge "Allow closing dump output multiple times"
2012-04-02 DemonMerge "Changed wfMessage() usage to call directly Messa...
2012-04-02 DemonMerge "anchor to jump to editform when previewing changes"
2012-04-01 umherirrender(bug 22870) Separate interface message when creating...
2012-04-01 Aaron SchulzMerge "(bug 18062) new message when edit or create...
2012-03-31 umherirrender(bug 18062) new message when edit or create the local...
2012-03-26 tstarlingMerge "Fix typo in comment"
2012-03-26 Brion VIBBERMerge "Sync HISTORY with RELEASE-NOTES from REL1_18"
2012-03-26 Aaron SchulzMerge "First half of fix for bug #30332 ("API spamblock...
2012-03-26 jarry1250First half of fix for bug #30332 ("API spamblocklist...
2012-03-15 Max SemenikBug 35051 - [Regression] If heading has a trailing...
2012-03-11 Sam ReedMore of r113580
2012-03-08 Tim Starling(bug 34929) Show the correct diff when a section edit...
2012-03-02 Alexandre EmsenhuberPer happy-melon, fix for r107653: don't add the error...
2012-03-01 Alexandre Emsenhuber* (bug 34849) Diff when editing an old version show...
2012-02-20 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin() and DatabaseBa...
2012-02-16 Alexandre EmsenhuberWhitespaces fixes
2012-02-16 Sam ReedFix user related direct member variable access
2012-02-15 mrbluesky(bug 33442) Dont prompt for summary on page creation.
2012-02-15 Daniel FriesenAdd an OutputPage to the EditPage::showEditForm:initial...
2012-02-13 Mark A. Hershbergerrevert r111225 and r111201
2012-02-11 Mark A. Hershbergerugh, missed this global var
2012-02-11 mrblueskyFollow-up to r111091. Dont paste md5 in the code.
2012-02-11 Aaron SchulzReverted r111188: backport conflict fodder
2012-02-10 Mark A. Hershbergerpart 1 of fix for Bug 30332 - API spamblocklist error...
2012-02-10 Mark A. HershbergerFixes Bug 18775 - Redirect preview rendering stops...
2012-02-10 Mark A. Hershbergerw/s
2012-02-09 mrbluesky(bug 17416) Don't prompt for summary when summary is...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-01-25 Benny SituRevert from 107187 to 107186 for bug24430 patch, it...
2012-01-19 mrblueskyUpdate comment
2012-01-19 mrblueskyComments on status codes
2012-01-11 Alexandre EmsenhuberMoved RessourceLoader modules and stylesheet related...
2012-01-06 Brion VibberFix a race condition in classic edit toolbar setup
2012-01-04 Niklas Laxström* Add typehint to debug Call to a member function getTi...
2012-01-01 Sam ReedCleanup a few unused variables
2011-12-31 Alexandre EmsenhuberPer Nikerabbit, fix for r107653: don't show the "missin...
2011-12-30 Alexandre EmsenhuberPer Raymond, fix for r107653: missed two changes from...
2011-12-30 Alexandre Emsenhuber* Style fixes in EditPage::showEditForm() to more readable
2011-12-30 Alexandre Emsenhuber* Inverted the precedence between section edition and...
2011-12-30 Alexandre Emsenhuber* Removed usage of Article where possible in EditPage
2011-12-29 Alexandre Emsenhuber* Added Title::getLinksFrom() and Title::getTemplateLin...
2011-12-26 Alexandre EmsenhuberIn EditPage::showDiff():
2011-12-26 Alexandre Emsenhuber* (bug 30711) WikiPage::replaceSection() now always...
2011-12-25 Alexandre EmsenhuberUse 'newsectionheaderdefaultlevel' message when preview...
2011-12-24 Alexandre EmsenhuberPer Nikerabbit, follow-up r102024: removed uneeded...
2011-12-23 Benny Situbug24430 - patch from Chinchin, remove number of column...
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.
next