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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* (bug 1207) splitting 'all', into recentchangesall, imagelistall,
Ævar Arnfjörð Bjarmason
2005-03-26
4
-6
/
+6
*
* (bug 1015) this fix enables the full wikisyntax inside <gallery> captions
Ævar Arnfjörð Bjarmason
2005-03-26
1
-3
/
+6
*
useIndexClause( 'rev_timestamp' ); => useIndexClause( 'page_timestamp' );
Ævar Arnfjörð Bjarmason
2005-03-26
1
-1
/
+1
*
Implement #1739 : new magickeyword REVISIONID. Give the diff / latest revisio...
Antoine Musso
2005-03-26
3
-3
/
+16
*
This is probably what eloquenc meant to do ( at least it fixes that fatal error)
Ævar Arnfjörð Bjarmason
2005-03-26
1
-5
/
+4
*
Fix "ip address or username" when $wgSysopUserBans = false
Antoine Musso
2005-03-26
1
-2
/
+6
*
Fixing a fatal XML error that broke XHTML compliance.
Ævar Arnfjörð Bjarmason
2005-03-26
1
-1
/
+1
*
note to self: think before commit
Tim Starling
2005-03-26
1
-1
/
+1
*
doDumbUpdate() not deprecated
Tim Starling
2005-03-26
1
-4
/
+3
*
Making it easier for skin subclasses to change the navigation links
Tim Starling
2005-03-26
1
-2
/
+8
*
NS_xxx instead of hardcoded integer
Antoine Musso
2005-03-26
1
-4
/
+21
*
patch typo
Brion Vibber
2005-03-26
1
-1
/
+0
*
Indentation fix, there was a bit too much of it...
Ævar Arnfjörð Bjarmason
2005-03-26
1
-4
/
+4
*
* (bug 1668) a redesign of the "Date format" system, languages are now able to
Ævar Arnfjörð Bjarmason
2005-03-26
1
-10
/
+7
*
* (bug 1746) Make full subject line quoted-printable
Brion Vibber
2005-03-26
1
-9
/
+8
*
* Move editsectiononrightclick setup to JavaScript (it requires JS anyway)
Brion Vibber
2005-03-25
6
-37
/
+11
*
* do showtoc option via CSS hiding of toc when it's off.
Brion Vibber
2005-03-25
3
-11
/
+9
*
* remove 'hover' option; always put in the title attribute on links
Brion Vibber
2005-03-25
5
-51
/
+36
*
Preliminary support for application/external-editor
Erik Moeller
2005-03-24
4
-2
/
+93
*
suppressRC parameter for insertNewArticle()
Erik Moeller
2005-03-24
1
-2
/
+4
*
1) omit "N Image:Bla.jpg" entry from Recent Changes for file uploads
Erik Moeller
2005-03-24
3
-8
/
+14
*
Removed empty table rows who were designed to create a whitespace, this is more
Ævar Arnfjörð Bjarmason
2005-03-24
1
-8
/
+2
*
We *do* like pretty html right?;)
Ævar Arnfjörð Bjarmason
2005-03-24
1
-2
/
+3
*
Removed hardcoded messages in Special:Listusers.
Ævar Arnfjörð Bjarmason
2005-03-24
1
-2
/
+2
*
Fixed a fatal XML error, <select/><option>foo</option></select> is not correct.
Ævar Arnfjörð Bjarmason
2005-03-24
1
-1
/
+1
*
* (bug 1662) Implemented a new magic word, {{CURRENTMONTHABBREV}} which returns
Ævar Arnfjörð Bjarmason
2005-03-24
2
-35
/
+39
*
use intval for column
Erik Moeller
2005-03-23
1
-1
/
+3
*
replace description single-line field with multi-line textarea
Erik Moeller
2005-03-23
1
-2
/
+6
*
change to timestamp-sorted revisions
Magnus Manske
2005-03-21
2
-89
/
+153
*
Bug 1704: Untranslateable text in SpecialLog
Jens Frank
2005-03-21
1
-1
/
+1
*
Removed old code
Magnus Manske
2005-03-20
1
-471
/
+0
*
Removed Makesysop, now an extension
Tim Starling
2005-03-20
1
-2
/
+0
*
Fixed comment
Tim Starling
2005-03-20
1
-1
/
+1
*
Fail gracefully when given bogus revisions
Brion Vibber
2005-03-20
1
-0
/
+6
*
introduced "import" right for Special:Import
Tim Starling
2005-03-20
2
-4
/
+3
*
Fixed typo
Tim Starling
2005-03-20
1
-1
/
+1
*
removed commented-out sections
Tim Starling
2005-03-20
1
-21
/
+3
*
Fixed warning due to default timestamp from Article being passed to wfTimestamp
Tim Starling
2005-03-20
1
-1
/
+5
*
removed redundant function call
Tim Starling
2005-03-20
1
-1
/
+1
*
Option to turn special page sorting feature off
Tim Starling
2005-03-20
2
-2
/
+8
*
Making Special:Specialpages less ugly: sorting and changing categorisation style
Tim Starling
2005-03-20
1
-27
/
+19
*
BUG#190 Hide your own edits on the watchlist
Jens Frank
2005-03-19
1
-3
/
+24
*
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 Revision for individual message loads; not using it for bulk load just no...
Brion Vibber
2005-03-19
1
-9
/
+17
*
Update message initialiser to use Revision functions for backend-independence...
Brion Vibber
2005-03-19
1
-3
/
+4
*
validation improvements
Magnus Manske
2005-03-18
3
-47
/
+122
*
validation improvements
Magnus Manske
2005-03-18
2
-10
/
+91
*
don't enable debug log by default
River Tarnell
2005-03-18
1
-1
/
+1
*
documenting and initializing $wgUseCommaCount
Erik Moeller
2005-03-18
1
-0
/
+12
[next]