(bug 28287) The "your changes" box for edit conflicts is now read-only. Patch by...
[lhc/web/wiklou.git] / includes / EditPage.php
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
2010-06-26 Matěj GrabovskýFollow-up r68606, per comments:
2010-06-26 Matěj Grabovský(bug 18891) Deprecated Article::insertNewArticle still...
2010-06-09 Bryan Tong MinhReturn some more verbose error messages when editing...
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-06-02 Raimond Spekking Bug 23733 - Add IDs to messages used on CSS/JS pages
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-28 PlatonidesBug 23699: Add trailing \n at the end of <div>s in...
2010-05-26 Brian Wolff(bug 22967) Use javascript to make the maxlength of...
2010-05-09 Alexandre Emsenhuber* (bug 23448) MediaWiki:Summary-preview is now displaye...
2010-04-28 Raimond Spekking* Add accesskey 'b' and tooltip to the summary field...
2010-04-15 Siebrand MazelandRemove the 'editwidth' preference and related code.
2010-04-10 Tobiasfixing bug 23139 (introduced in r59655) which broke...
2010-03-29 Platonides(bug 21520) Anonymous previews now also give a warning...
2010-03-26 Happy-melonGet message in wfEmptyMsg using the user's interface...
2010-03-17 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-07 Tobiasreverting myself (r63361) due to comment #2 in bug...
2010-03-07 Tobiasbug 22756: Add parameter to noarticletext/newarticletex...
next