Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / EditPage.php
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...
2010-03-03 Conrad IrwinMerge fixes to ?preload= from /branches/conrad/ (cf...
2010-02-20 Alexandre Emsenhuber(bug 8790) Metadata edition ($wgUseMetadataEdit) has...
2010-02-19 TobiasLogExtract on blocked user's pages: fixing r62241 ...
2010-02-19 Tim StarlingMoving Conrad's recent parser work out to a branch...
2010-02-10 Roan KattouwRevert r62022: breaks tab order on section=new edits...
2010-02-10 TobiasshowLogExtract of block log on user (talk) pages of...
2010-02-09 Jack Phoenixbug #19334: textarea jumps when editing longer articles...
2010-02-09 Andrew GarrettReverse removal of Live Preview in r59446, with the...
2010-02-07 Conrad IrwinInitialize parser properly in getTransclusionText()
2010-02-05 Conrad Irwinbug 5210 - add getTransclusionText() to the Parser...
2010-02-05 Alexandre EmsenhuberFollow-up r56441: the cancel link now links to the...
2010-02-05 Raimond SpekkingFix tabindex for summaryfield. The textbox area has...
2010-01-22 Chad HorohoeRm some unneeded $wgParser globals
2010-01-19 Aaron SchulzDon't show empty edit box for invalid sections requeste...
2010-01-18 Aaron Schulz* EditPageNoSuchSection hook
2010-01-16 Tobiasprovided option for showLogExtract to wrap result....
2010-01-16 Aaron SchulzMade noSuchSectionPage() use mTitle
2010-01-15 Aryeh GregorRemove OutputPage::{get,set}OnloadHandler()
2010-01-14 Platonides(bug 19226) First line renders differently on many...
2010-01-11 Bryan Tong MinhFollowup r58980: Moved logic for addsection-editintro...
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2009-12-12 Alexandre EmsenhuberMissing global; was throwing Fatal error: Call to a...
2009-12-08 Daniel FriesenFixes for comments on r59655
2009-12-07 Tim StarlingReplaced all instances of <<<END (which breaks vim...
2009-12-04 Chad HorohoeUse spaces so these line up nicely for everybody
2009-12-03 Daniel FriesenExpand a few comments. One as per Nikerabbit's comment...
2009-12-03 Daniel FriesenMissing $wgRequest in showSummaryInput
2009-12-03 Daniel FriesenFix notices
2009-12-02 Daniel FriesenFixes for fixme comments on my r59655
2009-12-02 Roan KattouwRevert unintended change in r59666
2009-12-02 Roan KattouwFix jQuery bug filed upstream as dev.jquery.com/ticket...
2009-12-02 Daniel FriesenEditPage refactor and improvements.
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
next