It helps when you don't break things...
[lhc/web/wiklou.git] / includes / EditPage.php
2007-07-10 Rob Church(bug 9936) Per-edit suppression of preview-on-first...
2007-07-06 Aryeh GregorUse spiffier variable swap method. Might not be as...
2007-07-06 Andrew GarrettAdd (undo) buttons onto page history, for people with...
2007-07-01 Tim StarlingDisplay a distinctive message when the edit token suffi...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-25 Rob ChurchReset the page title after adding preview parser output...
2007-06-23 Tim Starling* Make $wgUser->editToken() work for either logged...
2007-06-13 Brion Vibber* (bug 9948) Workaround for diff regression with old...
2007-06-12 Raimond SpekkingShow deletion log at page creation to logged in users...
2007-06-12 Brion VibberFix regression in 22905
2007-06-11 Rob Church* Show custom editing introduction when editing existin...
2007-06-09 Daniel CannonRemove dismiss from deletion log. This simply doesn...
2007-06-08 Rob ChurchWrap the recreate-deleted warning dismisser in a CDATA...
2007-06-05 Brion Vibber* (bug 10149) Don't show full template list on section...
2007-06-04 Rob ChurchHad a bash at cleaning up the horrendous-looking deleti...
2007-06-04 Raimond SpekkingAdding CSS-IDs to deletion log section
2007-06-02 Daniel Cannon(bug 7691) Show deletion log following noarticletext...
2007-05-16 Brion VibberFix a couple regressions due to diff style changes...
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-05-01 Steve Sanbegfix bug 9670: follow redirects in section edit links
2007-04-24 Aaron Schulz*Use proper number grammar for cascading protection...
2007-04-21 Aaron Schulz*Cascading protection notice, show regular protection...
2007-04-21 Antoine MussoConvert whitespaces to tabulations
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-04-02 Daniel Kinzlerhook point for injecting fields into edit form
2007-03-28 Aaron Schulz*Re-add r20317 with support for older URL param, rename...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-27 Brion VibberRevert r20317 for the moment; incompatible changes...
2007-03-24 Aaron Schulz*Typo
2007-03-23 Aaron Schulz*If a page is protected and cascade protected, use...
2007-03-14 Aaron Schulz*Add framework for proper protection cascading
2007-03-14 Steve SanbegWhen calling edit page for nonexistent section, generat...
2007-03-11 River Tarnellrevive experimental Oracle support
2007-03-10 Aaron Schulz* Spacing
2007-03-10 Aaron Schulz* Enable multi-edit undo (bug 8133)
2007-03-06 Brion VibberRevert r20162; changes behavior of sites that restrict...
2007-03-06 Aaron Schulz*Add edittalk right to defaultsettings for convenience
2007-03-05 Brion VibberFix PHP fatal error when doing 'undo' on a revision...
2007-02-21 Brion Vibber* Add 'charset' to Content-Type headers on various...
2007-02-19 Brion VibberFurther fix: restore order of parameters on addButton...
2007-02-19 Leon Weber* Added a classname ("mw-toolbar-editbutton") and uniqu...
2007-02-17 Aaron Schulz* Give rev_deleted notice when editing oldids
2007-02-10 Niklas Laxström* Splitted checkboxes and buttons to their own functions
2007-02-09 Niklas Laxström* Some enhancements to live preview
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-21 Brion VibberRevert r19529 ('ajax editors list'); per chat w/ hashar...
2007-01-20 Antoine MussoOptional feature : 'Ajax show editors' based on an...
2007-01-20 Rob Church* (bug 8715) Warn users when editing an interface messa...
2007-01-20 Antoine MussouserCan(Edit|Create|Move) are deprecated : do not use...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-13 Antoine Mussoclean up spaces :p
2007-01-12 Andrew GarrettVarious,
2007-01-12 Andrew GarrettVarious tweaks for last commit, including a merge of...
2007-01-12 Andrew GarrettDisplay MULTIPLE culprit pages for cascading protection...
2007-01-12 Andrew GarrettUI stuff for the cascading protection feature - warning...
2007-01-11 Ilmari Karonenmake default system messages show on "view source"
2007-01-10 Aryeh Gregor* (bugs 5051, 5376) All tooltips and accesskeys moved...
2007-01-07 Andrew GarrettRestore 18905, but instead of displaying the Preview...
2007-01-07 Andrew GarrettRevert r17905. Needs more thought, and may be annoying...
2007-01-07 Andrew GarrettPreview automatically when somebody clicks undo. I...
2007-01-03 Tim Starlingonly generate preview output when the request is actual...
2006-12-24 Brion Vibber* (bug 8351) Fix undo for simple reverts
2006-12-23 Rob Church* Make the default messages for "undo" less intrusive...
2006-12-17 Aryeh GregorPrefix all new classes/ids with "mw-"
2006-12-17 Rob Church* (bug 8274) Wrap edit tools in a <div> with a specifie...
2006-12-11 Andrew GarrettPer discussion on wikitech-l, add an (undo) link for...
2006-12-02 Ilmari KaronenInclude a backslash character in wpEditToken to prevent...
2006-12-01 Leon WeberAdded hook 'EditPage::attemptSave' before an article...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-29 Andrew Garrett*Automatically pre-fill the edit-summary field when...
2006-11-27 Andrew GarrettMake passing an invalid revid for undoing fail gracefully
2006-11-26 Rotem LissFixing a PHP warning about passing variables by referen...
2006-11-26 Aryeh Gregor* Add new editFormPageTop placeholder for text injection
2006-11-26 Aryeh Gregor* Add AOL IPs to whitelist by default
2006-11-26 Andrew GarrettAdd message explaining if undoing an edit failed.
2006-11-26 Andrew Garrett* (bug 6295) Add a 'revision patching' functionality...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-22 Daniel KinzlerAdded placeholders for text injection by hooks to EditP...
2006-11-21 Aryeh GregorCode style tweaks per brion's suggestions on Wikitech-l
2006-11-20 Aryeh Gregor(bug 7889) Don't show "blank edit summary" notice if...
2006-11-20 Aryeh Gregor* (bug 7918) Fix regression in display of "templates...
2006-11-17 Aryeh GregorClean up last commit: OutputPage::formatTemplates ...
2006-11-17 Aryeh Gregor(bug 7918) "Templates used on this page" is now shown...
2006-11-17 Aryeh Gregor(bug 7918) "Templates used on this page" changes during...
2006-11-14 Nick JenkinsPrevent PHP notice on undefined $subjectpreview and...
2006-11-14 Aryeh Gregor(bug 7811) Allow preview of edit summaries. Slight...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-11-07 Andrew Garrett* (bug 5365) Stop users being prompted to enter an...
2006-11-06 Brion Vibber* (bug 7819) Move automatic redirect edit summary after...
2006-11-03 Andrew GarrettAdd to my commit from last night - give a separate...
2006-11-02 Andrew Garrett(bug 7788) Force section headers in new section links...
2006-11-02 Brion VibbertemplatesUsed marker is on its own line; silly to wrap...
2006-11-02 Aryeh GregorAdd whitespace above "templates included on this page...
2006-10-30 Aryeh Gregor(bug 7758) Added wrapper span to "templates used" expla...
2006-10-30 Brion VibberRevert 17297 and 17298 for the moment.
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-30 Aryeh Gregor* (bugs 5051, 5376) All tooltips and accesskeys moved...
2006-10-25 Nick JenkinsBug 7369 - Allow "Show Changes" without requiring edit...
next