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
*
* (bug 4035) Fix prev/next revision links on edit page
Brion Vibber
2005-12-01
1
-2
/
+1
*
* Avoid notice warning on edit with no User-Agent header
Brion Vibber
2005-10-22
1
-1
/
+11
*
typo
Brion Vibber
2005-07-30
1
-2
/
+2
*
* (bug 2676) Apply a protective transformation on editing input/output
Brion Vibber
2005-07-29
1
-4
/
+124
*
profiling improvements and bug fixes
Tim Starling
2005-07-25
1
-0
/
+7
*
whoops
Brion Vibber
2005-07-21
1
-1
/
+1
*
* (bug 275) Section duplication fix
Brion Vibber
2005-07-21
1
-3
/
+10
*
* Undo inconsistent editing behavior change
Brion Vibber
2005-07-14
1
-6
/
+0
*
don't try to prefill edit summary when section=new (relevant only for preload=)
Erik Moeller
2005-07-14
1
-8
/
+8
*
* (bug 2768) section=new on nonexistent talk page does not add heading
Erik Moeller
2005-07-13
1
-4
/
+18
*
new feature: $wgBlockAllowsUTEdit
Tim Starling
2005-07-07
1
-2
/
+2
*
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
[next]