aboutsummaryrefslogtreecommitdiffstats
path: root/includes/EditPage.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cruft war continues: more uses of isAnon() and isLoggedIn()Brion Vibber2005-02-211-7/+7
* De-cruftification continues.Brion Vibber2005-02-211-3/+4
* Patch for bug #1138 (ipblock-related)Nicolas Weeger2005-02-171-2/+5
* Revert last checkin by Nicolas Weeger which massively corrupted the file.Brion Vibber2005-02-151-43/+98
* Fix for bug http://bugzilla.wikimedia.org/show_bug.cgi?id=1138 (ip block rela...Nicolas Weeger2005-02-141-98/+43
* * (bug 1430) Don't check for template data when editing page that doesn't existBrion Vibber2005-02-061-15/+18
* Security tweaks:Brion Vibber2005-02-041-5/+44
* * (bug 1458) Don't save if form submission seems incompleteBrion Vibber2005-02-031-25/+41
* Removed unused variable mbegin.Jens Frank2004-12-311-1/+0
* metadata titleMagnus Manske2004-12-291-1/+3
* reads whitelist from databaseMagnus Manske2004-12-291-2/+24