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
/
config
/
index.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
* (bug 578): renamed $wgDisableUploads => $wgEnableUploads
Ævar Arnfjörð Bjarmason
2005-04-01
1
-1
/
+1
*
Fixed installation bug
Magnus Manske
2005-03-31
1
-1
/
+1
*
* Formatting
Ævar Arnfjörð Bjarmason
2005-03-31
1
-21
/
+23
*
* Changing checks for [.]./LocalSettings.php and [.]./AdminSettings.php to only
Ævar Arnfjörð Bjarmason
2005-03-31
1
-9
/
+2
*
* Installation fixes for running under IIS
Brion Vibber
2005-03-27
1
-2
/
+5
*
Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...
Brion Vibber
2005-03-26
1
-25
/
+5
*
Use Revision and Article to save the main page
Brion Vibber
2005-03-20
1
-21
/
+11
*
Add fatal errors for magic_quotes_runtime and magic_quotes_sybase php config ...
Brion Vibber
2005-03-20
1
-4
/
+24
*
Stronger user token generation
Tim Starling
2005-03-16
1
-5
/
+5
*
enable turck/eaccellerator for apache2handler as well
Domas Mituzas
2005-03-15
1
-2
/
+2
*
eAccelerator caching support, patches from Jamie Bliss
Brion Vibber
2005-03-02
1
-3
/
+18
*
leftover wfInvertTimestamp, nuke it.
Domas Mituzas
2005-02-24
1
-1
/
+0
*
remove inverse_timestamp wherever it is found and disable wfInvertTimestamp()
Domas Mituzas
2005-02-21
1
-2
/
+2
*
Remove Special:Asksql; moving it out to an extension.
Brion Vibber
2005-02-18
1
-10
/
+0
*
Do *NOT* force all wikis into a non-functional initial state with a broken wh...
Brion Vibber
2005-01-16
1
-3
/
+0
*
Fix direct access to a private object propriety (patch by Andrew Miller)
Antoine Musso
2005-01-15
1
-2
/
+5
*
Put the sysop user on install into the sysop and brueacrat groups
Brion Vibber
2004-12-28
1
-0
/
+10
*
Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:
Brion Vibber
2004-12-19
1
-11
/
+21
*
(bug 454) Merge e-notif 2.00
Brion Vibber
2004-12-18
1
-2
/
+126
*
Add basic support for table prefixes to the installer. (Probably will fail on...
Brion Vibber
2004-12-01
1
-26
/
+33
*
(bug 961) Treat languages without names more cleanly
Brion Vibber
2004-12-01
1
-3
/
+8
*
Capitalization fix in memcached setting
Brion Vibber
2004-11-21
1
-1
/
+1
*
* remove PHP5 warning; PHPTAL no longer needed for MonoBook
Brion Vibber
2004-11-19
1
-9
/
+1
*
Probably solve http://bugzilla.wikipedia.org/show_bug.cgi?id=733
Antoine Musso
2004-11-13
1
-4
/
+9
*
Allow the user to select what kind of shared memory they want, in the installer
Tim Starling
2004-11-13
1
-1
/
+117
*
Install fixes for group table
Brion Vibber
2004-10-24
1
-0
/
+1
*
Bug 732: Typo in config/index.php
Brion Vibber
2004-10-17
1
-1
/
+1
*
Pull the actual series of updater calls into do_all_updaters(), add
Brion Vibber
2004-10-13
1
-31
/
+2
*
Catch error 2000, too. Some mysql servers return 2000 instead of 1045
Jens Frank
2004-10-12
1
-0
/
+1
*
Rasterize plain image views of SVG files at default size (currently 512px wid...
Brion Vibber
2004-10-05
1
-10
/
+14
*
Use 'includes/DefaultSettings.php' in preparation for running without include...
Brion Vibber
2004-09-27
1
-1
/
+1
*
Added check for valid user permissions when updating database
Tim Starling
2004-09-26
1
-2
/
+15
*
Refactored updaters.inc. With all those functions doing virtually the same th...
Tim Starling
2004-09-26
1
-10
/
+14
*
Avoid gratuitously breaking configurations: continue to use
Brion Vibber
2004-09-25
1
-1
/
+1
*
Changed installation code so that wgContLanguageCode is set, replacing wgLang...
Zheng Zhu
2004-09-24
1
-2
/
+2
*
Set the user text on the initial main page to "MediaWiki default" like the
Brion Vibber
2004-09-11
1
-2
/
+3
*
Remove indexes.sql; index definitions are now in the table creation in
Brion Vibber
2004-09-11
1
-1
/
+0
*
Installer support for picking traditional Chinese (zh-tw) localization.
Brion Vibber
2004-09-09
1
-2
/
+2
*
Use require_once instead of include_once on the generated LocalSettings.php.
Brion Vibber
2004-09-09
1
-1
/
+1
*
Use handy-dandy __FILE__ constant to get the pathname instead of more
Brion Vibber
2004-09-08
1
-3
/
+1
*
Use the new skin tree hierarchy
Antoine Musso
2004-09-05
1
-5
/
+5
*
Set $wgDBadminuser and $wgDBadminpassword to root when using the root
Brion Vibber
2004-09-01
1
-2
/
+4
*
fix nasty error due to /dev/random exhaustion
Jens Frank
2004-08-30
1
-1
/
+1
*
Split user table into two parts: user and user_rights, for single login. BUG#57
Jens Frank
2004-08-24
1
-0
/
+1
*
Special:Log and the logging table -- unified logging scariness!
Brion Vibber
2004-08-24
1
-0
/
+1
*
Use ob_implicit_flush() rather than ob_end_flush() in install-utils.
Brion Vibber
2004-08-18
1
-1
/
+1
*
Install tweaks:
Brion Vibber
2004-08-13
1
-6
/
+14
*
Add warning about register_globals. "It's for your own good."
Brion Vibber
2004-08-12
1
-0
/
+10
*
Make Creative Commons selection work again; pretty up its display a bit.
Brion Vibber
2004-08-11
1
-13
/
+26
*
Degrade gracefully: disable PHPTal-based skins on PHP 5.0 or higher.
Brion Vibber
2004-08-06
1
-1
/
+10
[next]