| .. |
|
.htaccess
|
htaccessing some directories for dev using cvs tree as www tree ;)
|
2004-04-21 23:17:36 +00:00 |
|
Article.php
|
New feature, nicer display of redirects. Removed special case for redirects from Parser.php, which probably would have caused problems anyway. Changed a few places to use NS_xxx constants instead of the old Namespace:: functions.
|
2004-08-07 03:50:46 +00:00 |
|
Block.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
BlockCache.php
|
some double quoting replaced by single quoting
|
2004-06-08 23:56:09 +00:00 |
|
CacheManager.php
|
some double quoting replaced by single quoting
|
2004-06-08 23:56:09 +00:00 |
|
Credits.php
|
Fix a bug where there's no contributors but the format gets called anyways.
|
2004-06-28 21:47:59 +00:00 |
|
Database.php
|
marking error suppression operators so that they can easily be removed with a search and replace
|
2004-08-07 03:41:50 +00:00 |
|
DatabaseFunctions.php
|
Database::setIgnoreErrors() doesn't seem to exist anymore. Switched to
|
2004-08-05 07:48:20 +00:00 |
|
DatabasePostgreSQL.php
|
Suppress some more warnings on separate execution of files. Shouldn't
|
2004-08-06 22:30:47 +00:00 |
|
DateFormatter.php
|
some double quoting replaced by single quoting
|
2004-06-08 23:56:09 +00:00 |
|
DefaultSettings.php
|
Suppress some more warnings on separate execution of files. Shouldn't
|
2004-08-06 22:30:47 +00:00 |
|
Defines.php
|
constant definitions for inclusion before LocalSettings.php
|
2004-07-24 07:26:23 +00:00 |
|
DifferenceEngine.php
|
Switch literal \xA0 for unicode-friendly  
|
2004-08-02 01:38:54 +00:00 |
|
EditPage.php
|
Correct typo that broke edit conflict screen
|
2004-07-30 20:43:59 +00:00 |
|
Feed.php
|
some double quoting replaced by single quoting
|
2004-06-09 00:03:26 +00:00 |
|
FulltextStoplist.php
|
Use Krzysztof Kowalczyk's cleaner string searching instead of the big
|
2004-08-07 05:50:10 +00:00 |
|
GlobalFunctions.php
|
remove commented-out code. We have CVS for archiving it
|
2004-08-04 00:28:56 +00:00 |
|
HistoryBlob.php
|
Experimental support for the "link" type old entries. Before this is useful, a command line script to create such entries needs to be written.
|
2004-06-15 15:05:56 +00:00 |
|
Image.php
|
moved squid purge down, untested
|
2004-08-07 05:42:37 +00:00 |
|
ImagePage.php
|
Don't allow reverting of images if the image page is protected. Fixes BUG 996920.
|
2004-08-05 04:30:29 +00:00 |
|
Interwiki.php
|
Move interwiki management from big ugly array into the database, with
|
2003-08-21 11:20:38 +00:00 |
|
killthread.php
|
include_once -> require_once
|
2004-05-07 13:43:10 +00:00 |
|
LinkCache.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
LinksUpdate.php
|
* Introducing bit field for database parameters
|
2004-07-24 07:24:04 +00:00 |
|
LoadBalancer.php
|
Fixed bug causing infinite recursion on failure to contact a slave. Some other general rearrangements, extra debug info
|
2004-08-07 03:53:19 +00:00 |
|
LogPage.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
MagicWord.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
Math.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
memcached-client.php
|
silence list, not sure if the port should always be set
|
2004-06-15 22:43:11 +00:00 |
|
MemCachedClient.inc.php
|
Bug fixes
|
2003-12-04 10:56:20 +00:00 |
|
MemcachedSessions.php
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
MessageCache.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
Metadata.php
|
Only show last N contributors in the credits. Unfortunately, this required a
|
2004-06-28 20:24:23 +00:00 |
|
Namespace.php
|
Suppress some more warnings on separate execution of files. Shouldn't
|
2004-08-06 22:30:47 +00:00 |
|
ObjectCache.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
OutputPage.php
|
Suppress some more warnings on separate execution of files. Shouldn't
|
2004-08-06 22:30:47 +00:00 |
|
PageHistory.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
Parser.php
|
Fixing bug #584804, extra characters requested in $sep for external links. This includes the right parenthesis fix suggested by Brion.
|
2004-08-07 18:45:30 +00:00 |
|
ParserCache.php
|
bug fix
|
2004-06-04 12:31:32 +00:00 |
|
Profiling.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
proxy_check.php
|
update from live site (proxy_check2.php)
|
2004-04-03 08:23:25 +00:00 |
|
QueryPage.php
|
Fix fatal error from typo
|
2004-07-31 22:10:29 +00:00 |
|
RawPage.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
RecentChange.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SearchEngine.php
|
Fix for UTF-8 search when system locale is set to Latin-1
|
2004-08-05 06:31:42 +00:00 |
|
SearchUpdate.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
Setup.php
|
Suppress some more warnings on separate execution of files. Shouldn't
|
2004-08-06 22:30:47 +00:00 |
|
SiteConfiguration.php
|
bug fix ported from REL1_3
|
2004-07-30 12:49:06 +00:00 |
|
SiteStatsUpdate.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
Skin.php
|
comment
|
2004-08-07 05:44:23 +00:00 |
|
SkinCologneBlue.php
|
tweaks to sitenotice placement and colours in older skins: grey border, above the heading
|
2004-07-16 12:12:35 +00:00 |
|
SkinNostalgia.php
|
tweaks to sitenotice placement and colours in older skins: grey border, above the heading
|
2004-07-16 12:12:35 +00:00 |
|
SkinPHPTal.php
|
Close include hole on some insecure PHP configurations
|
2004-08-06 22:02:11 +00:00 |
|
SkinStandard.php
|
Reworked css include/pref/tooltip/accesskey subsystem
|
2004-06-09 13:04:52 +00:00 |
|
SkinWikimediaWiki.php
|
Tentative to make a skin for wikimedia.org
|
2004-08-01 20:54:13 +00:00 |
|
SpecialAllmessages.php
|
Since nobody commented on this, I assume all the changes are OK
|
2004-08-01 01:57:26 +00:00 |
|
SpecialAllpages.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialAncientpages.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialAsksql.php
|
some comments at top
|
2004-06-18 13:13:09 +00:00 |
|
SpecialBlockip.php
|
XHTML fixes
|
2004-04-26 07:35:20 +00:00 |
|
SpecialBlockme.php
|
Cryptographic security in Special:Blockme, in response to reports of abuse
|
2004-04-06 01:25:26 +00:00 |
|
SpecialBooksources.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialCategories.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialContributions.php
|
Since nobody commented on this, I assume all the changes are OK
|
2004-08-01 01:57:26 +00:00 |
|
SpecialDeadendpages.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialDebug.php
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
SpecialEmailuser.php
|
Allow forgotten Special:Emailuser/Username link style to work (handy for inline linking from wiki pages). Fixes bug #939512
|
2004-04-24 07:02:27 +00:00 |
|
SpecialExport.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialGeo.php
|
Article validation code (a start)
|
2004-07-18 20:45:28 +00:00 |
|
SpecialImagelist.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialImport.php
|
Suppress some more warnings on separate execution of files. Shouldn't
|
2004-08-06 22:30:47 +00:00 |
|
SpecialIpblocklist.php
|
XHTML fixes.
|
2004-04-09 01:37:41 +00:00 |
|
SpecialListadmins.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialListusers.php
|
Use makeLink instead of makeKnownLink in the users list to match everywhere
|
2004-08-07 01:18:19 +00:00 |
|
SpecialLockdb.php
|
use of $wgRequest
|
2004-04-01 12:53:01 +00:00 |
|
SpecialLonelypages.php
|
Bugfix by Alwin Meschede
|
2004-07-31 14:03:32 +00:00 |
|
SpecialLongpages.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialMaintenance.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialMakesysop.php
|
Database::setIgnoreErrors() doesn't seem to exist anymore. Switched to
|
2004-08-05 07:48:20 +00:00 |
|
SpecialMovepage.php
|
This should fix bug 975072 (Move page doesn't update categories page)
|
2004-08-06 16:09:45 +00:00 |
|
SpecialNeglectedpages.php
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
SpecialNewpages.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialPage.php
|
New special page: SpecialUncategorizedpages (pages that are not in any category). Inspired by
|
2004-08-04 12:52:52 +00:00 |
|
SpecialPopularpages.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialPreferences.php
|
committing Hendrik Brummermann's checkPassword() patch, plus some modifications to fix a UTF-8 post-conversion problem
|
2004-07-30 11:13:54 +00:00 |
|
SpecialRandompage.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialRecentchanges.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialRecentchangeslinked.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialSearch.php
|
Forgot to add the actual special file, whoops
|
2004-04-24 06:27:16 +00:00 |
|
SpecialShortpages.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialSpecialpages.php
|
Fixing special pages, esp. dropdown list in the nostalgia skin
|
2004-05-20 14:13:03 +00:00 |
|
SpecialStatistics.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialUncategorizedpages.php
|
New special page: SpecialUncategorizedpages (pages that are not in any category). Inspired by
|
2004-08-04 12:52:52 +00:00 |
|
SpecialUndelete.php
|
Fix typos that keep undelete from working with new db code
|
2004-08-03 04:37:36 +00:00 |
|
SpecialUnlockdb.php
|
use of $wgRequest
|
2004-04-01 12:53:01 +00:00 |
|
SpecialUnusedimages.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialUpload.php
|
Show a warning message when uploading empty files (e.g. due to typos)
|
2004-08-03 18:57:04 +00:00 |
|
SpecialUserlogin.php
|
Bug [ 991515 ]: moved wgAccountCreationThrottle test so that unsuccesful attempts are not counted.
|
2004-08-06 05:14:09 +00:00 |
|
SpecialUserlogout.php
|
Fix login/logout under XHTML
|
2004-04-03 10:59:26 +00:00 |
|
SpecialValidate.php
|
Add escaping to SQL queries and HTML output. Also tweaked HTML to more or less pass as XML (haven't yet tested).
|
2004-08-06 08:04:55 +00:00 |
|
SpecialVersion.php
|
added a postfix and prefix to the Special:Version page. Can be used for translations of the page while keeping the legaly binding English version. BUG [ 1001846 ]
|
2004-08-04 15:28:43 +00:00 |
|
SpecialVote.php
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
SpecialWantedpages.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialWatchlist.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SpecialWhatlinkshere.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
SquidUpdate.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
Title.php
|
New feature, nicer display of redirects. Removed special case for redirects from Parser.php, which probably would have caused problems anyway. Changed a few places to use NS_xxx constants instead of the old Namespace:: functions.
|
2004-08-07 03:50:46 +00:00 |
|
Tokenizer.php
|
trivial double to single quotes migration
|
2004-06-17 09:49:28 +00:00 |
|
UpdateClasses.php
|
include_once -> require_once
|
2004-05-07 13:43:10 +00:00 |
|
User.php
|
Hello, World!
|
2004-07-31 08:56:54 +00:00 |
|
UserMailer.php
|
Remove useless Reply-To: header which is identical to the From: header.
|
2004-08-05 01:56:46 +00:00 |
|
UserTalkUpdate.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
UserUpdate.php
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
Utf8Case.php
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
ViewCountUpdate.php
|
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
|
2004-07-18 08:48:43 +00:00 |
|
WatchedItem.php
|
missing fname
|
2004-07-24 07:27:48 +00:00 |
|
WebRequest.php
|
don't redirect to the canonical title if other parameters have been passed in $_GET
|
2004-07-25 11:49:05 +00:00 |