| .. |
|
.htaccess
|
htaccessing some directories for dev using cvs tree as www tree ;)
|
2004-04-21 23:17:36 +00:00 |
|
Article.php
|
don't load so much stuff on parser cache hit (experimental)
|
2004-06-04 10:40:44 +00:00 |
|
Block.php
|
fixed problem with updateTimestamp() altering existing IP blocks
|
2004-02-27 08:25:56 +00:00 |
|
BlockCache.php
|
Simplify the blockcache mData validity check to avoid other potential not-an-array crap from slipping in
|
2004-05-28 22:46:11 +00:00 |
|
CacheManager.php
|
include_once -> require_once
|
2004-05-07 13:43:10 +00:00 |
|
Database.php
|
SHOW INDEX works in MySQL 3.23.58, but SHOW INDEXES does not.
|
2004-05-24 22:24:49 +00:00 |
|
DatabaseFunctions.php
|
include_once -> require_once
|
2004-05-07 13:43:10 +00:00 |
|
DateFormatter.php
|
fixing notice
|
2004-03-20 14:08:41 +00:00 |
|
DefaultSettings.php
|
Per request, I've added code to disable setting the real name field on login
|
2004-05-29 17:32:49 +00:00 |
|
DifferenceEngine.php
|
Whitelist and diff fixes:
|
2004-05-11 09:47:41 +00:00 |
|
EditPage.php
|
section anchor encoding:
|
2004-06-02 15:19:28 +00:00 |
|
Feed.php
|
Use dc:creator instead of author in RSS feeds, as RSS2's author must be an e-mail address and we have only usernames/ips
|
2004-04-29 01:41:40 +00:00 |
|
FulltextStoplist.php
|
|
|
|
GlobalFunctions.php
|
Support for database profiling, profiling bracket in ParserCache.php
|
2004-05-28 05:45:13 +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
|
|
|
|
killthread.php
|
include_once -> require_once
|
2004-05-07 13:43:10 +00:00 |
|
LinkCache.php
|
Add categorylinks table to separately list category relationships. Actual
|
2004-05-15 00:29:39 +00:00 |
|
LinksUpdate.php
|
Add categorylinks table to separately list category relationships. Actual
|
2004-05-15 00:29:39 +00:00 |
|
LoadBalancer.php
|
|
|
|
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
|
alt text formatting- keep image src on one line to play nice with the parser
|
2004-05-17 00:14:42 +00:00 |
|
memcached-client.php
|
Fixed horribly broken hashing function
|
2004-06-01 08:38:09 +00:00 |
|
MemCachedClient.inc.php
|
|
|
|
MemcachedSessions.php
|
|
|
|
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
|
Add an objectcache table for limited caching when memcached isn't
|
2004-05-09 05:12:55 +00:00 |
|
OutputPage.php
|
don't load so much stuff on parser cache hit (experimental)
|
2004-06-04 10:40:44 +00:00 |
|
PageHistory.php
|
-
|
2004-05-27 13:45:03 +00:00 |
|
Parser.php
|
/tr added to tags
|
2004-06-02 23:22:24 +00:00 |
|
ParserCache.php
|
don't load so much stuff on parser cache hit (experimental)
|
2004-06-04 10:40:44 +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
|
Fixing special pages, esp. dropdown list in the nostalgia skin
|
2004-05-20 14:13:03 +00:00 |
|
RawPage.php
|
use wfMsg() for MediaWiki NS
|
2004-06-03 01:25:44 +00:00 |
|
RecentChange.php
|
|
|
|
SearchEngine.php
|
Orphan creating feature -- go redirects to edit if the page doesn't exist, off by default
|
2004-05-04 14:36:42 +00:00 |
|
SearchUpdate.php
|
|
|
|
Setup.php
|
More detail in profiling data
|
2004-06-04 02:44:58 +00:00 |
|
SiteConfiguration.php
|
Bug fixes
|
2004-05-24 03:59:38 +00:00 |
|
SiteStatsUpdate.php
|
|
|
|
Skin.php
|
function makeNSUrl( , ='', =0 )
|
2004-06-03 01:29:02 +00:00 |
|
SkinCologneBlue.php
|
Include category links in nostalgia & cologne blue skins.
|
2004-05-31 09:04:50 +00:00 |
|
SkinNostalgia.php
|
Include category links in nostalgia & cologne blue skins.
|
2004-05-31 09:04:50 +00:00 |
|
SkinPHPTal.php
|
use site-wide \<Skinname\>.css pulled from MediaWiki namespace
|
2004-06-03 01:29:54 +00:00 |
|
SkinStandard.php
|
* use images from style dir
|
2004-04-27 12:18:48 +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
|
XHTML clean-up. Started reformatting Preferences. Fixed some hard-coding
|
2004-04-09 08:27:00 +00:00 |
|
SpecialAncientpages.php
|
Replace ugly abuse of log pages to store cached results of query pages
|
2004-05-09 01:30:34 +00:00 |
|
SpecialAsksql.php
|
Installation, compatibility, security fixlets:
|
2004-03-26 16:47:12 +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
|
XHTML fixes
|
2004-04-03 11:31:05 +00:00 |
|
SpecialDeadendpages.php
|
Order from A to Z instead of unsorted
|
2004-05-29 21:11:59 +00:00 |
|
SpecialDebug.php
|
|
|
|
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 |
|
SpecialListusers.php
|
XHTML clean-up. Started reformatting Preferences. Fixed some hard-coding
|
2004-04-09 08:27:00 +00:00 |
|
SpecialLockdb.php
|
use of $wgRequest
|
2004-04-01 12:53:01 +00:00 |
|
SpecialLonelypages.php
|
Defintly fix bug 962795 : Order using A-Z
|
2004-05-29 21:08:06 +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
|
|
|
|
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
|
bug fix
|
2004-05-21 00:57:17 +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
|
changed duplicate 'Time format' entry in user preferences to use different wfMsg's. BUG 963143
|
2004-05-31 20:50:01 +00:00 |
|
SpecialRandompage.php
|
use of $wgRequest
|
2004-04-01 12:53:01 +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
|
Replace ugly abuse of log pages to store cached results of query pages
|
2004-05-09 01:30:34 +00:00 |
|
SpecialSpecialpages.php
|
Fixing special pages, esp. dropdown list in the nostalgia skin
|
2004-05-20 14:13:03 +00:00 |
|
SpecialStatistics.php
|
XHTML clean-up. Started reformatting Preferences. Fixed some hard-coding
|
2004-04-09 08:27:00 +00:00 |
|
SpecialUndelete.php
|
Refactored (object-orientified) to make them play nice with $wgRequest
|
2004-04-01 13:03:05 +00:00 |
|
SpecialUnlockdb.php
|
use of $wgRequest
|
2004-04-01 12:53:01 +00:00 |
|
SpecialUnusedimages.php
|
wfImageUrl moved from Globalfunctions to Image
|
2004-04-24 23:45:11 +00:00 |
|
SpecialUpload.php
|
wfImageUrl moved from Globalfunctions to Image
|
2004-04-24 23:45:11 +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
|
|
|
|
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
|
include_once -> require_once
|
2004-05-07 13:43:10 +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
|
Letting sysops change the wiki-wide stylesheet, instead of bureaucrats.
|
2004-06-03 02:46:48 +00:00 |
|
Tokenizer.php
|
Made strong/em handling more forgiving against unbalanced ticks
|
2004-05-14 00:18:43 +00:00 |
|
UpdateClasses.php
|
include_once -> require_once
|
2004-05-07 13:43:10 +00:00 |
|
User.php
|
Minor bug fix
|
2004-05-31 11:00:20 +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
|
|
|
|
UserUpdate.php
|
|
|
|
Utf8Case.php
|
|
|
|
ViewCountUpdate.php
|
|
|
|
WatchedItem.php
|
More globals and uninitialized variables fixes. Added WebRequest ($wgRequest)
|
2004-03-08 09:09:35 +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 |