aboutsummaryrefslogtreecommitdiffstats
path: root/includes/EditPage.php
Commit message (Expand)AuthorAgeFilesLines
* * (bug 4035) Fix prev/next revision links on edit pageBrion Vibber2005-12-011-2/+1
* * Avoid notice warning on edit with no User-Agent headerBrion Vibber2005-10-221-1/+11
* typoBrion Vibber2005-07-301-2/+2
* * (bug 2676) Apply a protective transformation on editing input/outputBrion Vibber2005-07-291-4/+124
* profiling improvements and bug fixesTim Starling2005-07-251-0/+7
* whoopsBrion Vibber2005-07-211-1/+1
* * (bug 275) Section duplication fixBrion Vibber2005-07-211-3/+10
* * Undo inconsistent editing behavior changeBrion Vibber2005-07-141-6/+0
* don't try to prefill edit summary when section=new (relevant only for preload=)Erik Moeller2005-07-141-8/+8
* * (bug 2768) section=new on nonexistent talk page does not add headingErik Moeller2005-07-131-4/+18
* new feature: $wgBlockAllowsUTEditTim Starling2005-07-071-2/+2
* don't just assume we get a valid title objectErik Moeller2005-07-021-1/+1
* Add two new parameters for editing new pages:Erik Moeller2005-07-021-2/+16
* * (bug 2618) Fix regression from another fix; show initial preview forBrion Vibber2005-06-301-2/+14
* * (bug 2548) Keep summary on 'show changes' of section editBrion Vibber2005-06-291-1/+1
* Fix previewJens Frank2005-06-291-1/+1
* Fix previewJens Frank2005-06-291-1/+3
* (bug 2564) Don't show editingold warning for recent revisionJens Frank2005-06-291-1/+1
* * Don't show empty-page text in 'Show changes' on new pageBrion Vibber2005-06-291-1/+1
* * (bug 2572) Fix edit conflict handlingBrion Vibber2005-06-281-9/+24
* Fix #1242: category list missing on edit pageAntoine Musso2005-06-271-2/+6
* quotesAntoine Musso2005-06-261-6/+5
* (bug 2496) Allow MediaWiki:edithelppage to point to external pageJens Frank2005-06-251-1/+1
* * (bug 996) Replace $wgWhitelistEdit with 'edit' permission; fixup UPGRADE do...Brion Vibber2005-06-251-6/+18
* * (bug 2053) Move comment whitespace trimming from edit page to save;Brion Vibber2005-06-011-1/+1
* * Replace wfMungeToUtf8 and do_html_entity_decode with a single functionBrion Vibber2005-05-311-2/+1
* Reduce the risk of dropping edits during conflict resolutionAnders Wegge Jakobsen2005-05-281-1/+1
* * Simple rate limiter for edits and page moves; set $wgRateLimitsBrion Vibber2005-05-271-0/+4
* Revert __LCFIRST__ patch. Title objects should be treated as value objects;Brion Vibber2005-05-151-6/+1
* * (bug 2118) Added a __LCFIRST__ magic word for forcing the first character ofÆvar Arnfjörð Bjarmason2005-05-151-1/+6
* * (bug 2176) Section edit 'show changes' button works correctly nowBrion Vibber2005-05-151-14/+27
* Attempting to get enotif into working order. Many aesthetic changes, a fair n...Tim Starling2005-05-141-2/+2
* * (bug 2150) Fix tab indexes on edit formBrion Vibber2005-05-121-2/+2
* * (bug 2064) Configurable JavaScript mimetype with $wgJsMimeTypeÆvar Arnfjörð Bjarmason2005-05-051-3/+4
* * (bug 1989) Some messages converted to use addWikiText(), patch by Niklas La...Ævar Arnfjörð Bjarmason2005-05-041-14/+9
* * Removed   that was used as spacing for one of the buttons, looks bad inÆvar Arnfjörð Bjarmason2005-05-031-1/+1
* Forgot one of the wfEscapeJsString()sBrion Vibber2005-04-301-1/+1
* * (bug 1877) JavaScript error in page editing in some localizationsBrion Vibber2005-04-301-2/+3
* Restore htmlspecialchars() on the editToken value before outputting to HTML.Brion Vibber2005-04-281-1/+1
* * Edit token no longer passed through htmlspecialchars()Ævar Arnfjörð Bjarmason2005-04-281-9/+6
* * (bug 1982) Fix loading of old text for section merging on edits.Brion Vibber2005-04-261-0/+2
* Code cleanup. Database code should not be in EditPage.php. Moved to Article.phpJens Frank2005-04-031-18/+7
* Implements #1714 by Tomer Chachamu : add   after save buttonAntoine Musso2005-03-301-20/+20
* Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...Brion Vibber2005-03-261-2/+1
* * Move editsectiononrightclick setup to JavaScript (it requires JS anyway)Brion Vibber2005-03-251-1/+0
* fix broken sidebarJens Frank2005-03-191-1/+2
* BUG#15 Allow editors to view diff of their change before actually submitting ...Jens Frank2005-03-191-10/+46
* use wfMsgForContent for copyright policy link on edit page since it isErik Moeller2005-03-181-1/+1
* Changed the calling protocol for function wfRunHooks() in Hooks.php.Evan Prodromou2005-03-131-8/+11
* Kill a couple of <font> tagsBrion Vibber2005-02-251-3/+3