API: (bug 17563) Fix regression from r46845 that changed the output for list=backlink...
[lhc/web/wiklou.git] / includes / EditPage.php
2009-02-18 Andrew GarrettFix regression in r47202, which stopped wpAutoSummary...
2009-02-18 Alexandre EmsenhuberTweak for r47202: readd a space between the "summary...
2009-02-18 Andrew Garrettelement->tags
2009-02-18 Andrew GarrettFix accidental regression of 'summary' message to text...
2009-02-17 Andrew GarrettFix double-escaping in r47202.
2009-02-15 Raimond Spekking* Wrap warning message 'editinginterface' into a div...
2009-02-13 Raimond Spekking* Replace hardcoded '...' as indication of a truncation...
2009-02-12 Andrew GarrettTrying to make the EditPage code a bit more readable...
2009-02-09 Siebrand MazelandReplace hard coded pipe separators with locale based
2009-02-03 X!When creating a new section, one can specify the 'nosum...
2009-01-29 Ryan Schmidt* (bug 11644) update recursive redirect checking code...
2009-01-26 Alex Zadd mIsPreview and mIsSectionPreview to parserOptions...
2009-01-26 Roan Kattouw* API: (bug 15949) Add undo functionality to action...
2009-01-24 Aaron Schulzcode style tweaks
2009-01-22 Raimond Spekking* Wrap 'cascadeprotectedwarning'/'titleprotectedwarning...
2009-01-21 Ryan SchmidtRedirect-related bugfixes/features:
2009-01-17 Aaron Schulz(bug 8065) Fix summary forcing for new pages
2009-01-17 Aaron SchulzImprove revertedEdits autopromote check to include...
2009-01-16 Aaron Schulz(bug 1181) Don't try to replace the whole page with...
2009-01-16 Raimond Spekking* Wrap deletedwhileediting/confirmrecreate messages...
2009-01-14 Raimond SpekkingFollow up r45741 per IAlex comment:
2009-01-14 Raimond Spekking* Wrap success/failure/norev messages into a div with...
2009-01-13 Alex Zadding newline to end of wfDebug calls where it was...
2009-01-13 Aaron Schulz* Short-circuit userWasLastToEdit()
2009-01-13 X!* (bug 17002) Add &minor= and &summary= as parameters...
2009-01-01 Aryeh Gregors/existant/existent/
2008-12-31 Siebrand MazelandPartial re-introduction of r45027 after being reverted...
2008-12-31 Brion VibberRevert r45027, r45028 "* summary and subject messages...
2008-12-31 Brion VibberPull back r45181 "(Bug 12998) Weaken DISPLAYTITLE resti...
2008-12-30 Aaron Schulz(Bug 12998) Weaken DISPLAYTITLE restictions (patch...
2008-12-27 X!fix spacing
2008-12-25 Alexandre Emsenhuberoops, forgot summary-preview :(
2008-12-25 Alexandre Emsenhuber* summary and subject messages now uses wiki text rathe...
2008-12-23 Brion VibberRevert r44893 "Tweaks from profiling"
2008-12-22 Aaron SchulzTweaks from profiling
2008-12-20 Aaron SchulzDon't call getCheckboxes() statically anymore
2008-12-20 Aaron SchulzAdd EditPageBeforeEditChecks hook for bug 16713
2008-12-16 Alexandre EmsenhuberUse wfGetLangObj()
2008-12-10 Brion VibberRevert r44271 "(bug 12998) Weaken DISPLAYTITLE resticti...
2008-12-06 Aaron Schulz(bug 12998) Weaken DISPLAYTITLE restictions (patch...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-10-31 Siebrand Mazeland(bug 13710) Allow to force "watch this" checkbox via...
2008-10-25 Brion VibberRevert r42037 "Improve hidden field checks for bug...
2008-10-16 Raimond SpekkingAdd class="error" for "longpageerror"
2008-10-15 Brion VibberPulling out r42105 for now -- "Added 2 hooks. One in...
2008-10-15 Jason RicheyAdded 2 hooks. One in Parser to allow custom handling...
2008-10-15 Aaron SchulzBump limit to 50
2008-10-13 Alex Z* (bug 1250) Let users use "show preview" and "show...
2008-10-13 Aaron SchulzUse $dbw->addQuotes :)
2008-10-13 Aaron SchulzAdd quotes
2008-10-13 Aaron SchulzImprove hidden field checks for bug 1181
2008-10-13 Aaron Schulz(bug 1150) Do not skip edit conflict and override just...
2008-10-07 Alexandre Emsenhuber* Display default extensions messages for language...
2008-10-07 Raimond SpekkingCleanup for r41782: use a common class, not a series...
2008-09-28 Niklas Laxström* user{css,js}preview was not shown since r40066
2008-09-28 Niklas Laxström+* (bug 15158) Userinvalidcssjstitle not shown on preview
2008-09-28 Tim StarlingIn wasDeletedSinceLastEdit(): fix odd string comparison...
2008-09-28 Aaron SchulzOpps, use wfTimestamp(), need some sleep :)
2008-09-28 Aaron SchulzFix time check for deletedSinceEdit for PG (bug 15751)
2008-09-21 Matt Johnston(Bug 15650) Limit length of displayed deletion log...
2008-09-21 Aryeh GregorWhitespace/braces
2008-09-16 Alexandre Emsenhuber* Added $wgUseMetadataEdit and $wgMetadataWhitelist...
2008-09-16 Alex Z*Re-implement r40723 in Article::view()
2008-09-16 Aaron Schulzminor refactoring
2008-09-16 Tim Starling* Reverted code style change made by Aaron, "if ("...
2008-09-09 Alexandre EmsenhuberAdd the list of restrictions to the "titleprotectedwarn...
2008-09-06 Aaron SchulzAdd class to textarea for protected pages (bug 11825)
2008-09-05 Aaron SchulzAdd more protection info on edit (bug 6179)
2008-09-04 Aaron SchulzMore EditPage cleanup, mainly coding/whitespace tweaks...
2008-09-04 Aaron SchulzClean up showIntro():
2008-09-04 Daniel FriesenRevert r40251 by aaron. Broke &editintro= bug15455.
2008-08-30 Aaron Schulz* Small performance tweak by switching check order
2008-08-29 Siebrand MazelandFix breakage of Live preview (patch by dantman himself)
2008-08-28 Chad HorohoeRemove second declaration of EditPage::showPreview().
2008-08-28 Daniel FriesenReplace the <p><br /></p> inserted between the toolbar...
2008-08-27 Daniel FriesenFix a minor regression pointed out by aaron.
2008-08-27 Daniel FriesenMinor error... sorry bout that, forgot to remove the...
2008-08-27 Daniel FriesenRecommit the EditPage changes:
2008-08-27 Brion VibberRevert r40027 "Recommit my changes to EditPage without...
2008-08-26 Daniel FriesenRecommit my changes to EditPage without the regressions:
2008-08-26 Chad HorohoeRevert 40016, 40021, 40022. Breaks ability to save...
2008-08-26 Robert Leverington* Remove duplicated function in EditPage.
2008-08-26 Daniel FriesenWhoops, this was probably supposed to be an elseif.
2008-08-26 Daniel FriesenCommit initial portion of EditPage refactoring.
2008-08-20 Alexandre EmsenhuberTweak for r29770 (yes, some months after it):
2008-08-19 Brion Vibber* $wgSpamRegex now matches the edit summary and page...
2008-08-18 Alexandre EmsenhuberUse colon-separator message after summary, summary...
2008-08-13 Aryeh GregorFix regression from r37834: accesskey tooltip hint...
2008-08-11 Fran RogersAddressing concerns in r39801 regarding editnotices...
2008-08-10 Brion VibberRevert r39055 for now "Optional 'edit notices' on a...
2008-08-10 Fran RogersOptional 'edit notices' on a per-namespace and per...
2008-08-08 Brion VibberRevert r38879, 38880 "(bug 14002) Change cascade protec...
2008-08-08 Andrew Garrett(bug 14002) Change cascade protection warning message...
2008-08-02 Chad HorohoeTake Article::viewRedirect() public and have it return...
2008-07-31 Chad HorohoeI honestly have no clue how this got committed; wasn...
2008-07-31 Chad Horohoe(no commit message)
2008-07-28 Raimond Spekking* Add a few CSS ids to allow customization of warning...
2008-07-23 Aryeh GregorRefactor a bit preparatory to fixing bug 8068: rewrite...
2008-07-18 Aryeh GregorAccesskeys for minor edit/watch checkboxes on edit...
next