Made very important preview message more obvious
[lhc/web/wiklou.git] / includes / EditPage.php
2005-10-10 Tom GilderMade very important preview message more obvious
2005-10-08 Alexander Sigachovtruncate summary for multibyte chars
2005-10-06 Tom GilderAdded support for separate noarticletextanon
2005-10-06 Ævar Arnfjörð Bjar... * Use User::isLoggedIn(), the proper way to find out...
2005-10-06 Tom GilderSeparate newarticletext messages for logged in and...
2005-09-29 Brion Vibber* Added EditFilter hook, and output callback on EditPag...
2005-09-11 Tim Starlingprofiling fix
2005-09-05 Tim StarlingDeferred initialisation of $wgIP, because it's potentia...
2005-09-04 Erik Moellerremove obsolete piece of code - newarticletext is never...
2005-09-02 Brion Vibber* Don't override edit conflict suppression on section...
2005-08-25 Erik MoellerRemove "info"-toolbar. This used to be shown for browse...
2005-08-23 Brion Vibber* Move ArticleSave hook execution into Article insert...
2005-08-22 Brion Vibber* (bug 3227) Fix SQL injection introduced in experiment...
2005-08-21 Tim Starlingsensible names, profiling
2005-08-21 Tim Starlingprofiling
2005-08-21 Tim Starlingprofiling
2005-08-20 Tim Starlingfix recreation conflicts
2005-08-20 Tim StarlingRefactored editForm(), splitting its functionality...
2005-08-20 Tim Starlingremoved some debugging statements, I think they were...
2005-08-16 Brion VibberCode cleanup: normalize case of wfMsg() calls, clean...
2005-08-03 Niklas LaxströmAdd messages too
2005-08-02 Niklas LaxströmAdd experimental code which causes edit conflict if...
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-07-30 Brion Vibbertypo
2005-07-29 Brion Vibber* (bug 2676) Apply a protective transformation on editi...
2005-07-25 Tim Starlingprofiling improvements and bug fixes
2005-07-21 Brion Vibberwhoops
2005-07-21 Brion Vibber* (bug 275) Section duplication fix
2005-07-14 Brion Vibber* Undo inconsistent editing behavior change
2005-07-14 Erik Moellerdon't try to prefill edit summary when section=new...
2005-07-13 Erik Moeller* (bug 2768) section=new on nonexistent talk page does...
2005-07-07 Tim Starlingnew feature: $wgBlockAllowsUTEdit
2005-07-02 Erik Moellerdon't just assume we get a valid title object
2005-07-02 Erik MoellerAdd two new parameters for editing new pages:
2005-06-30 Brion Vibber* (bug 2618) Fix regression from another fix; show...
2005-06-29 Brion Vibber* (bug 2548) Keep summary on 'show changes' of section...
2005-06-29 Jens FrankFix preview
2005-06-29 Jens FrankFix preview
2005-06-29 Jens Frank(bug 2564) Don't show editingold warning for recent...
2005-06-29 Brion Vibber* Don't show empty-page text in 'Show changes' on new...
2005-06-28 Brion Vibber* (bug 2572) Fix edit conflict handling
2005-06-27 Antoine MussoFix #1242: category list missing on edit page
2005-06-26 Antoine Mussoquotes
2005-06-25 Jens Frank(bug 2496) Allow MediaWiki:edithelppage to point to...
2005-06-25 Brion Vibber* (bug 996) Replace $wgWhitelistEdit with 'edit' permis...
2005-06-01 Brion Vibber* (bug 2053) Move comment whitespace trimming from...
2005-05-31 Brion Vibber* Replace wfMungeToUtf8 and do_html_entity_decode with...
2005-05-28 Anders Wegge JakobsenReduce the risk of dropping edits during conflict resol...
2005-05-27 Brion Vibber* Simple rate limiter for edits and page moves; set...
2005-05-15 Brion VibberRevert __LCFIRST__ patch. Title objects should be treat...
2005-05-15 Ævar Arnfjörð Bjar... * (bug 2118) Added a __LCFIRST__ magic word for forcing...
2005-05-15 Brion Vibber* (bug 2176) Section edit 'show changes' button works...
2005-05-14 Tim StarlingAttempting to get enotif into working order. Many aesth...
2005-05-12 Brion Vibber* (bug 2150) Fix tab indexes on edit form
2005-05-05 Ævar Arnfjörð Bjar... * (bug 2064) Configurable JavaScript mimetype with...
2005-05-04 Ævar Arnfjörð Bjar... * (bug 1989) Some messages converted to use addWikiText...
2005-05-03 Ævar Arnfjörð Bjar... * Removed   that was used as spacing for one of...
2005-04-30 Brion VibberForgot one of the wfEscapeJsString()s
2005-04-30 Brion Vibber* (bug 1877) JavaScript error in page editing in some...
2005-04-28 Brion VibberRestore htmlspecialchars() on the editToken value befor...
2005-04-28 Ævar Arnfjörð Bjar... * Edit token no longer passed through htmlspecialchars()
2005-04-26 Brion Vibber* (bug 1982) Fix loading of old text for section mergin...
2005-04-03 Jens FrankCode cleanup. Database code should not be in EditPage...
2005-03-30 Antoine MussoImplements #1714 by Tomer Chachamu : add   after...
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
2005-03-25 Brion Vibber* Move editsectiononrightclick setup to JavaScript...
2005-03-19 Jens Frankfix broken sidebar
2005-03-19 Jens FrankBUG#15 Allow editors to view diff of their change befor...
2005-03-18 Erik Moelleruse wfMsgForContent for copyright policy link on edit...
2005-03-13 Evan ProdromouChanged the calling protocol for function wfRunHooks...
2005-02-25 Brion VibberKill a couple of <font> tags
2005-02-21 Brion VibberCruft war continues: more uses of isAnon() and isLoggedIn()
2005-02-21 Brion VibberDe-cruftification continues.
2005-02-17 Nicolas WeegerPatch for bug #1138 (ipblock-related)
2005-02-15 Brion VibberRevert last checkin by Nicolas Weeger which massively...
2005-02-14 Nicolas WeegerFix for bug bugzilla.wikimedia.org/show_bug.cgi?id...
2005-02-06 Brion Vibber* (bug 1430) Don't check for template data when editing...
2005-02-04 Brion VibberSecurity tweaks:
2005-02-03 Brion Vibber* (bug 1458) Don't save if form submission seems incomplete
2004-12-31 Jens FrankRemoved unused variable mbegin.
2004-12-29 Magnus Manskemetadata title
2004-12-29 Magnus Manskereads whitelist from database
2004-12-29 Magnus Manskeseparate metadata editor, pre-alpha
2004-12-27 Zheng Zhufix first parameter of the ArticleSave* hooks
2004-12-24 Brion Vibber* Fix revert bug caused by bug 1175 fix
2004-12-24 Brion Vibber* (bug 1175) Fix "preview on first edit" mode
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-19 Brion VibberAdd experimental 'Live Preview' feature. On supported...
2004-12-11 Tim StarlingBringing calling convention into line with 1.3, for...
2004-12-05 Jens FrankBug 985 Fix auto-summary for section edits
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-11-28 Evan ProdromouAdd event hooks for article save. Documented in hooks...
2004-11-25 Brion VibberMove edit toolbar generation code from the Skin to...
2004-11-24 Shane KingAdded the ability to protect a page from moves but...
2004-11-19 Brion Vibberfix notice: uninitialised var
2004-11-06 Jens Frankremoved sectionedit and commentedit messages. Replaced...
2004-10-26 Brion VibberBug 774: section=new does not jump to the added section...
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
2004-10-16 Brion VibberWork around weird vanishing form data problem (bugs...
2004-10-10 Emmanuel Engelhart+ checkUnicodeCompliantBrowser() and code to show if...
next