(bug 8556) When using $wgRawHtml, don't show scary session_failure/possible attack
[lhc/web/wiklou.git] / includes / EditPage.php
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...
2011-02-14 Brion Vibber* (bug 26298) Throw warning instead of silently saving...
2011-02-13 Aaron SchulzBroke long line
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-11 Roan KattouwWrap old toolbar addButton() calls in a document ready...
2011-02-10 Alexandre EmsenhuberAdded "context title" to replace $wgTitle, current...
2011-02-10 PlatonidesMore wfProfileOut()ing
2011-02-10 PlatonidesClose wfProfileIn()s
2011-02-08 PlatonidesRemove unused $wgContLang globals after refactoring...
2011-02-06 Alexandre Emsenhuber* Changed all calls to wfMsgWikiHtml() in core
2011-02-05 Alexandre EmsenhuberDeprecated wfMsgWeirdKey(), use wfMessage() instead...
2011-02-03 Alexandre Emsenhuber* Use wfMessage() instead of wfMsgGetKey() and wfEmptyMsg()
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-20 Niklas LaxströmKill some duplicated queries by also caching negative...
2011-01-19 Brian Wolff(follow-up r66913) Per CR, make the editsummary length...
2011-01-17 Brian WolffMake it so that editintro's included using the editintr...
2011-01-15 Alexandre EmsenhuberModified EditPage to use Article::doEdit() instead...
2011-01-14 Daniel FriesenFix boolean for $editnotice_base message existance...
2011-01-14 Chad HorohoeFix for r80248: undefined variable.
2011-01-14 Daniel FriesenFix remainder of the accidental ->empty() calls I used...
2011-01-14 Siebrand Mazelandfix syntax terror.
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-09 Niklas LaxströmFix syntax terror from r79884
2011-01-09 Niklas Laxström* (bug 26187) Confirmrecreate no longer parses the...
2011-01-07 Brian WolffComment in code says - truncate to 250 bytes, then...
2010-12-12 Sam ReedFollowup r75763, fixup wrong change of deprecated method
2010-12-11 PlatonidesFollow up r77981,r77982. Rename the new globalcssprevie...
2010-12-07 Raimond Spekkingfollow-up r77981: Fix class: mw-js -> mw-css for the...
2010-12-07 PlatonidesShow the source on preview for CSS and Javascript pages.
2010-11-26 Philip TzouAdd a new method 'spamPageWithContent' to class EditPag...
2010-11-25 Victor Vasiliev* Show "skin does not exist error" only when the skin...
2010-11-25 Sam ReedRevert r77297, Won't be reverting MimeMagic
2010-11-25 Antoine Mussorevert r76464
2010-11-23 Raimond Spekking(bug 21911) Per Tim Starling's comment #10: Remove...
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-07 PlatonidesMinor whitespace change.
2010-11-01 OverlordQRevert r69337 (Removal of minordefault preference)
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-10-31 Sam ReedUpdate a few deprecated method calls
2010-10-31 PlatonidesRemove call to deprecated $wgOut->includeJQuery();
2010-10-31 Sam ReedMore deprecated method calls
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-10 Alexandre EmsenhuberRemoved unexisting parameter from doc
2010-10-06 Trevor ParscalRemoved CSS file/rule which was added to fix a bug...
2010-09-30 Chad HorohoeRefactor GAID_FOR_UPDATE into Title::GAID_FOR_UPDATE...
2010-09-29 PlatonidesDo not show math toolbar button if TeX is disabled.
2010-09-28 Niklas LaxströmDon't show empty source code for non-existing pages...
2010-09-22 Trevor ParscalFixed check for mediaWiki existance and removed additio...
2010-09-22 Trevor ParscalRemoved unneeded mediaWiki.loader.using wrapper which...
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-29 Aryeh GregorUse <<<HTML for vim docstring syntax highlighting
2010-08-10 Raimond SpekkingAdd ID to minor/watch labels to allow separate styling...
2010-08-09 Tim Starling* Revert r66878, completely misses the point of factori...
2010-08-05 Aryeh GregorImprove $wgExperimentalHtmlIds support
2010-08-03 PlatonidesRemove all calls to $wgMessageCache->loadAllMessages()
2010-07-27 Sam ReedMake EditPage::spamPage() static
2010-07-24 Sam ReedRemoval of unused globals
2010-07-20 Mark A. Hershbergertrailing ws cleanup
2010-07-20 Mark A. Hershbergerrevert r69620
2010-07-20 Mark A. HershbergerAdmin is required now.
2010-07-14 Aryeh GregorRemove 'minordefault' preference completely
next