| .. |
|
.htaccess
|
htaccessing some directories for dev using cvs tree as www tree ;)
|
2004-04-21 23:17:36 +00:00 |
|
Article.php
|
Yet more missing spaces from SQL, after single quote conversion
|
2004-06-18 01:06:29 +00:00 |
|
Block.php
|
don't use OR on empty variables
|
2004-06-11 15:16:00 +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 |
|
Database.php
|
Bringing the load balancer to the main branch. Still doesn't do much. I needed a DB connection cache for my Article.php alterations, which LoadBalancer provides.
|
2004-06-15 15:00:54 +00:00 |
|
DatabaseFunctions.php
|
Allow use of DatabaseFunctions even when errors are ignored
|
2004-06-19 06:45:22 +00:00 |
|
DatabasePostgreSQL.php
|
wfSetRef doesn't work, making isWindows() function which I was going to use somewhere else but decided against it
|
2004-06-12 06:05:02 +00:00 |
|
DateFormatter.php
|
some double quoting replaced by single quoting
|
2004-06-08 23:56:09 +00:00 |
|
DefaultSettings.php
|
Bringing the load balancer to the main branch. Still doesn't do much. I needed a DB connection cache for my Article.php alterations, which LoadBalancer provides.
|
2004-06-15 15:00:54 +00:00 |
|
DifferenceEngine.php
|
more cssification of diff rendering, some " -> ' in diff engine
|
2004-06-12 01:24:10 +00:00 |
|
EditPage.php
|
Show category links in preview
|
2004-06-19 06:46:54 +00:00 |
|
Feed.php
|
some double quoting replaced by single quoting
|
2004-06-09 00:03:26 +00:00 |
|
FulltextStoplist.php
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
GlobalFunctions.php
|
fixed bug for PHP <4.3.0
|
2004-06-14 08:58:10 +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
|
If image is missing (or not an image file), move on silently
|
2004-05-31 23:50:30 +00:00 |
|
ImagePage.php
|
Un-break image page links w/ underscore in filename
|
2004-05-31 23:46:04 +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
|
Remove broken paren
|
2004-06-13 02:06:56 +00:00 |
|
LinksUpdate.php
|
Add categorylinks table to separately list category relationships. Actual
|
2004-05-15 00:29:39 +00:00 |
|
LoadBalancer.php
|
fixed error handling (at least partially)
|
2004-06-18 14:02:43 +00:00 |
|
LogPage.php
|
More globals and uninitialized variables fixes. Added WebRequest ($wgRequest)
|
2004-03-08 09:09:35 +00:00 |
|
MagicWord.php
|
thumbs with alt text starting with center or ending in centre are centred, which they shouldn't. BUG #963876
|
2004-06-01 06:02:13 +00:00 |
|
Math.php
|
wrap tex html output in span class="texhtml"
|
2004-06-08 13:19:21 +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
|
don't cache redirects created by the conversion script
|
2004-06-04 02:45:49 +00:00 |
|
Metadata.php
|
Remove now-unused dcContributors function.
|
2004-04-23 22:37:39 +00:00 |
|
Namespace.php
|
Disable renaming of category pages (this causes a number of problems
|
2004-04-25 01:01:38 +00:00 |
|
ObjectCache.php
|
The ampersand for references is unnecessary when the function is declared to accept references as parameters. Further, it produces a warning on some PHP versions (such as the 4.3.6 that comes with Fedora Core 2). Removing...
|
2004-06-12 03:17:39 +00:00 |
|
OutputPage.php
|
Show category links in preview
|
2004-06-19 06:46:54 +00:00 |
|
PageHistory.php
|
* table name: use "old" instead of old for PG
|
2004-06-11 14:44:13 +00:00 |
|
Parser.php
|
Corrected spelling error
|
2004-06-19 06:48:02 +00:00 |
|
ParserCache.php
|
bug fix
|
2004-06-04 12:31:32 +00:00 |
|
Profiling.php
|
Fixed profiling
|
2004-05-26 12:30:36 +00:00 |
|
proxy_check.php
|
update from live site (proxy_check2.php)
|
2004-04-03 08:23:25 +00:00 |
|
QueryPage.php
|
use wfLimitResult
|
2004-06-11 16:37:15 +00:00 |
|
RawPage.php
|
PG: old->"old"
|
2004-06-11 15:46:42 +00:00 |
|
RecentChange.php
|
Recording whether a page move was over a redirect or to a new location. In principle this allows for automated reverting.
|
2004-06-20 11:55:24 +00:00 |
|
SearchEngine.php
|
Work around search with invalid title dying with bad title deref error. Will still produce bad edit link though.
|
2004-06-10 06:36:02 +00:00 |
|
SearchUpdate.php
|
Remove 'LOW_PRIORITY' for non-mysql
|
2004-06-09 16:15:25 +00:00 |
|
Setup.php
|
removing useless comment
|
2004-06-17 16:52:54 +00:00 |
|
SiteConfiguration.php
|
Bug fixes
|
2004-05-24 03:59:38 +00:00 |
|
SiteStatsUpdate.php
|
Remove 'LOW_PRIORITY' for non-mysql
|
2004-06-09 16:15:25 +00:00 |
|
Skin.php
|
Recording whether a page move was over a redirect or to a new location. In principle this allows for automated reverting.
|
2004-06-20 11:55:24 +00:00 |
|
SkinCologneBlue.php
|
Reworked css include/pref/tooltip/accesskey subsystem
|
2004-06-09 13:04:52 +00:00 |
|
SkinNostalgia.php
|
Reworked css include/pref/tooltip/accesskey subsystem
|
2004-06-09 13:04:52 +00:00 |
|
SkinPHPTal.php
|
EXPERIMENTAL: Stop requiring skin classes we do not use. Save about 210KB memory for a monobook user, should save more when user use standard.
|
2004-06-17 16:31:57 +00:00 |
|
SkinStandard.php
|
Reworked css include/pref/tooltip/accesskey subsystem
|
2004-06-09 13:04:52 +00:00 |
|
SpecialAllmessages.php
|
comment out entries that are the same as in en, use wfMsgNoDb( )
|
2004-05-10 13:08:51 +00:00 |
|
SpecialAllpages.php
|
use wfLimitResult
|
2004-06-11 16:37:15 +00:00 |
|
SpecialAncientpages.php
|
Remove 'USE INDEX' for non-mysql
|
2004-06-09 16:14:41 +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
|
If somebody accidentally wanders into Special:Booksources, ask for an ISBN
|
2004-04-09 06:27:18 +00:00 |
|
SpecialCategories.php
|
Use title object so that _ will be rendered as space
|
2004-06-01 22:06:56 +00:00 |
|
SpecialContributions.php
|
Special:Contributions/newbies feature
|
2004-06-20 12:37:48 +00:00 |
|
SpecialDeadendpages.php
|
Fix query
|
2004-06-08 07:03:53 +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
|
New, simple method to retrieve the plain source of an article
|
2004-04-28 17:38:48 +00:00 |
|
SpecialImagelist.php
|
wfImageUrl moved from Globalfunctions to Image
|
2004-04-24 23:45:11 +00:00 |
|
SpecialImport.php
|
Temporary block on Special:Import for the beta cycle
|
2004-05-21 18:58:09 +00:00 |
|
SpecialIpblocklist.php
|
XHTML fixes.
|
2004-04-09 01:37:41 +00:00 |
|
SpecialListadmins.php
|
some comments at top
|
2004-06-18 13:13:09 +00:00 |
|
SpecialListusers.php
|
some comments at top
|
2004-06-18 13:13:09 +00:00 |
|
SpecialLockdb.php
|
use of $wgRequest
|
2004-04-01 12:53:01 +00:00 |
|
SpecialLonelypages.php
|
Fix query to work and not barf errors; fix ordering (a-z instead of z-a)
|
2004-06-08 06:50:05 +00:00 |
|
SpecialLongpages.php
|
Replace ugly abuse of log pages to store cached results of query pages
|
2004-05-09 01:30:34 +00:00 |
|
SpecialMaintenance.php
|
Use of $wgRequest, fixed two subfunctions to use the new link table but then realised neither of them will work anyway. Also some code formatting
|
2004-04-01 12:55:59 +00:00 |
|
SpecialMakesysop.php
|
include_once -> require_once
|
2004-05-07 13:43:10 +00:00 |
|
SpecialMovepage.php
|
include_once -> require_once
|
2004-05-07 13:43:10 +00:00 |
|
SpecialNeglectedpages.php
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
SpecialNewpages.php
|
Replace ugly abuse of log pages to store cached results of query pages
|
2004-05-09 01:30:34 +00:00 |
|
SpecialPage.php
|
Ugly fix for skins that dont extends Skin:specialPagesList such as Nostalgia. Pointed out by JeLuf (thx).
|
2004-06-17 17:50:19 +00:00 |
|
SpecialPopularpages.php
|
Replace ugly abuse of log pages to store cached results of query pages
|
2004-05-09 01:30:34 +00:00 |
|
SpecialPreferences.php
|
Reworked css include/pref/tooltip/accesskey subsystem
|
2004-06-09 13:04:52 +00:00 |
|
SpecialRandompage.php
|
get rid of 'use index' for nonmysql
|
2004-06-09 16:19:24 +00:00 |
|
SpecialRecentchanges.php
|
<br/> isn't compatible with Netscape 4.x; use <br /> to avoid gratuitously breaking it. (bug 963341)
|
2004-05-31 00:58:57 +00:00 |
|
SpecialRecentchangeslinked.php
|
include_once -> require_once
|
2004-05-07 13:43:10 +00:00 |
|
SpecialSearch.php
|
Forgot to add the actual special file, whoops
|
2004-04-24 06:27:16 +00:00 |
|
SpecialShortpages.php
|
* comment at top
|
2004-06-12 19:47:53 +00:00 |
|
SpecialSpecialpages.php
|
Fixing special pages, esp. dropdown list in the nostalgia skin
|
2004-05-20 14:13:03 +00:00 |
|
SpecialStatistics.php
|
PG: user->"user"
|
2004-06-11 15:53:30 +00:00 |
|
SpecialUndelete.php
|
Some escaping fixes
|
2004-06-18 06:55:49 +00:00 |
|
SpecialUnlockdb.php
|
use of $wgRequest
|
2004-04-01 12:53:01 +00:00 |
|
SpecialUnusedimages.php
|
use wfLimitResult
|
2004-06-11 16:37:15 +00:00 |
|
SpecialUpload.php
|
Configurable size warning (change to DefaultSettings.php on way)
|
2004-06-09 12:06:17 +00:00 |
|
SpecialUserlogin.php
|
Per request, I've added code to disable setting the real name field on login
|
2004-05-29 17:32:49 +00:00 |
|
SpecialUserlogout.php
|
Fix login/logout under XHTML
|
2004-04-03 10:59:26 +00:00 |
|
SpecialVersion.php
|
XHTML clean-up. Started reformatting Preferences. Fixed some hard-coding
|
2004-04-09 08:27:00 +00:00 |
|
SpecialVote.php
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
SpecialWantedpages.php
|
Replace ugly abuse of log pages to store cached results of query pages
|
2004-05-09 01:30:34 +00:00 |
|
SpecialWatchlist.php
|
Quote backslash slipup. Cosmetic.
|
2004-06-12 01:47:13 +00:00 |
|
SpecialWhatlinkshere.php
|
<br/> isn't compatible with Netscape 4.x; use <br /> to avoid gratuitously breaking it. (bug 963341)
|
2004-05-31 00:58:57 +00:00 |
|
SquidUpdate.php
|
Suppress notice if port not specified (80 is default)
|
2004-04-09 09:19:47 +00:00 |
|
Title.php
|
Recording whether a page move was over a redirect or to a new location. In principle this allows for automated reverting.
|
2004-06-20 11:55:24 +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
|
EXPERIMENTAL: Stop requiring skin classes we do not use. Save about 210KB memory for a monobook user, should save more when user use standard.
|
2004-06-17 16:31:57 +00:00 |
|
UserMailer.php
|
fix bug 956984 : duplicate to: header. One fix is not tested but I added comments
|
2004-05-20 03:04:14 +00:00 |
|
UserTalkUpdate.php
|
fixed notice
|
2004-06-14 10:41:27 +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
|
Remove 'LOW_PRIORITY' for non-mysql
|
2004-06-09 16:15:25 +00:00 |
|
WatchedItem.php
|
de-mysql: remove REPLACE INTO and DELETE .. LIMIT for nonmysql
|
2004-06-11 15:54:29 +00:00 |
|
WebRequest.php
|
After a longer phone call Erik and me agreed on working on an equivalent feature most likely based on categories that interacts better with caching. More discussion on to follow.
|
2004-05-13 14:17:44 +00:00 |