index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
EditPage.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't just assume we get a valid title object
Erik Moeller
2005-07-02
1
-1
/
+1
*
Add two new parameters for editing new pages:
Erik Moeller
2005-07-02
1
-2
/
+16
*
* (bug 2618) Fix regression from another fix; show initial preview for
Brion Vibber
2005-06-30
1
-2
/
+14
*
* (bug 2548) Keep summary on 'show changes' of section edit
Brion Vibber
2005-06-29
1
-1
/
+1
*
Fix preview
Jens Frank
2005-06-29
1
-1
/
+1
*
Fix preview
Jens Frank
2005-06-29
1
-1
/
+3
*
(bug 2564) Don't show editingold warning for recent revision
Jens Frank
2005-06-29
1
-1
/
+1
*
* Don't show empty-page text in 'Show changes' on new page
Brion Vibber
2005-06-29
1
-1
/
+1
*
* (bug 2572) Fix edit conflict handling
Brion Vibber
2005-06-28
1
-9
/
+24
*
Fix #1242: category list missing on edit page
Antoine Musso
2005-06-27
1
-2
/
+6
*
quotes
Antoine Musso
2005-06-26
1
-6
/
+5
*
(bug 2496) Allow MediaWiki:edithelppage to point to external page
Jens Frank
2005-06-25
1
-1
/
+1
*
* (bug 996) Replace $wgWhitelistEdit with 'edit' permission; fixup UPGRADE do...
Brion Vibber
2005-06-25
1
-6
/
+18
*
* (bug 2053) Move comment whitespace trimming from edit page to save;
Brion Vibber
2005-06-01
1
-1
/
+1
*
* Replace wfMungeToUtf8 and do_html_entity_decode with a single function
Brion Vibber
2005-05-31
1
-2
/
+1
*
Reduce the risk of dropping edits during conflict resolution
Anders Wegge Jakobsen
2005-05-28
1
-1
/
+1
*
* Simple rate limiter for edits and page moves; set $wgRateLimits
Brion Vibber
2005-05-27
1
-0
/
+4
*
Revert __LCFIRST__ patch. Title objects should be treated as value objects;
Brion Vibber
2005-05-15
1
-6
/
+1
*
* (bug 2118) Added a __LCFIRST__ magic word for forcing the first character of
Ævar Arnfjörð Bjarmason
2005-05-15
1
-1
/
+6
*
* (bug 2176) Section edit 'show changes' button works correctly now
Brion Vibber
2005-05-15
1
-14
/
+27
*
Attempting to get enotif into working order. Many aesthetic changes, a fair n...
Tim Starling
2005-05-14
1
-2
/
+2
*
* (bug 2150) Fix tab indexes on edit form
Brion Vibber
2005-05-12
1
-2
/
+2
*
* (bug 2064) Configurable JavaScript mimetype with $wgJsMimeType
Ævar Arnfjörð Bjarmason
2005-05-05
1
-3
/
+4
*
* (bug 1989) Some messages converted to use addWikiText(), patch by Niklas La...
Ævar Arnfjörð Bjarmason
2005-05-04
1
-14
/
+9
*
* Removed   that was used as spacing for one of the buttons, looks bad in
Ævar Arnfjörð Bjarmason
2005-05-03
1
-1
/
+1
*
Forgot one of the wfEscapeJsString()s
Brion Vibber
2005-04-30
1
-1
/
+1
*
* (bug 1877) JavaScript error in page editing in some localizations
Brion Vibber
2005-04-30
1
-2
/
+3
*
Restore htmlspecialchars() on the editToken value before outputting to HTML.
Brion Vibber
2005-04-28
1
-1
/
+1
*
* Edit token no longer passed through htmlspecialchars()
Ævar Arnfjörð Bjarmason
2005-04-28
1
-9
/
+6
*
* (bug 1982) Fix loading of old text for section merging on edits.
Brion Vibber
2005-04-26
1
-0
/
+2
*
Code cleanup. Database code should not be in EditPage.php. Moved to Article.php
Jens Frank
2005-04-03
1
-18
/
+7
*
Implements #1714 by Tomer Chachamu : add   after save button
Antoine Musso
2005-03-30
1
-20
/
+20
*
Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...
Brion Vibber
2005-03-26
1
-2
/
+1
*
* Move editsectiononrightclick setup to JavaScript (it requires JS anyway)
Brion Vibber
2005-03-25
1
-1
/
+0
*
fix broken sidebar
Jens Frank
2005-03-19
1
-1
/
+2
*
BUG#15 Allow editors to view diff of their change before actually submitting ...
Jens Frank
2005-03-19
1
-10
/
+46
*
use wfMsgForContent for copyright policy link on edit page since it is
Erik Moeller
2005-03-18
1
-1
/
+1
*
Changed the calling protocol for function wfRunHooks() in Hooks.php.
Evan Prodromou
2005-03-13
1
-8
/
+11
*
Kill a couple of <font> tags
Brion Vibber
2005-02-25
1
-3
/
+3
*
Cruft war continues: more uses of isAnon() and isLoggedIn()
Brion Vibber
2005-02-21
1
-7
/
+7
*
De-cruftification continues.
Brion Vibber
2005-02-21
1
-3
/
+4
*
Patch for bug #1138 (ipblock-related)
Nicolas Weeger
2005-02-17
1
-2
/
+5
*
Revert last checkin by Nicolas Weeger which massively corrupted the file.
Brion Vibber
2005-02-15
1
-43
/
+98
*
Fix for bug http://bugzilla.wikimedia.org/show_bug.cgi?id=1138 (ip block rela...
Nicolas Weeger
2005-02-14
1
-98
/
+43
*
* (bug 1430) Don't check for template data when editing page that doesn't exist
Brion Vibber
2005-02-06
1
-15
/
+18
*
Security tweaks:
Brion Vibber
2005-02-04
1
-5
/
+44
*
* (bug 1458) Don't save if form submission seems incomplete
Brion Vibber
2005-02-03
1
-25
/
+41
*
Removed unused variable mbegin.
Jens Frank
2004-12-31
1
-1
/
+0
*
metadata title
Magnus Manske
2004-12-29
1
-1
/
+3
*
reads whitelist from database
Magnus Manske
2004-12-29
1
-2
/
+24
[next]