When reading from meta's interwiki map, *.wikimedia.org should be set as local (e...
[lhc/web/wiklou.git] / includes / EditPage.php
2006-01-13 Brion Vibber* (bug 1103) Fix up redirect handling for images, categ...
2006-01-11 Tim StarlingDo the checks for template existence in a batch
2006-01-07 Antoine MussoFix #4504: Use site language for namespace name resolution
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-06 Rob Church* Move the "user is blocked" page to OutputPage
2006-01-02 Niklas Laxström* Removed broken wgAllowAnonymousMinor and added new...
2006-01-01 Tim Starlingfix for broken categories on preview
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-28 Magnus Manskenow displays system messages in their edit box even...
2005-12-26 Brion Vibber* Add 'GetInternalURL' hook to match the GetFullURL...
2005-12-24 Brion Vibber* Don't show useless empty preview on new page creation
2005-12-24 Brion Vibber* (bug 4368) Don't show useless empty preview on new...
2005-12-11 Tim StarlingTypo causing all conflicts to become new section edits
2005-12-11 Brion Vibber* (bug 1600) Trigger edit conflict on duplicate section...
2005-12-11 Magnus ManskeNew hook
2005-12-05 Brion Vibber* Add createpage and createtalk permission keys, allowi...
2005-12-04 Antoine MussoClean up unused globals!
2005-12-04 Brion VibberRevert experimental hack as discussed on IRC
2005-12-03 Ævar Arnfjörð Bjar... * Added an interface message that controls the layout...
2005-12-02 Brion Vibber* (bug 4100, 3049) Add 'edittools' message to hold...
2005-12-01 Brion Vibber* (bug 4035) Fix prev/next revision links on edit page
2005-11-15 Tim StarlingImplemented diff cache
2005-11-10 Ævar Arnfjörð Bjar... * Rewrote magnus's spaghetti-hook, see mail.wikimedia...
2005-11-04 Magnus ManskeAdditional hook
2005-11-03 Brion Vibber* (bug 3487) Fix category edit preview with preview...
2005-10-31 Tim StarlingMore informative error message for loss of session...
2005-10-28 Brion Vibber* (bug 3816) Throw edit conflict instead of fatal error...
2005-10-26 Brion VibberTomg, please test with error_reporting set to E_ALL...
2005-10-26 Tom Gilder(*fanfare*) added scripting to save the position of...
2005-10-22 Brion VibberCommitting various live hacks from Wikimedia servers
2005-10-22 Brion Vibber* Avoid notice warning on edit with no User-Agent header
2005-10-13 Tom GilderAdded structure for CSS customization
2005-10-13 Tom GilderAccessibility: add <label> to summary field
2005-10-13 Tom Gilder(Bug 3690) Allowed wikitext in previewnote, moved ...
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 &emsp; 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 &emsp; after...
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
next