| .. |
|
.htaccess
|
htaccessing some directories for dev using cvs tree as www tree ;)
|
2004-04-21 23:17:36 +00:00 |
|
Article.php
|
Add categorylinks table to separately list category relationships. Actual
|
2004-05-15 00:29:39 +00:00 |
|
Block.php
|
fixed problem with updateTimestamp() altering existing IP blocks
|
2004-02-27 08:25:56 +00:00 |
|
BlockCache.php
|
Fix blocks for non-memcache
|
2004-04-02 06:48:57 +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
|
Update version and docs to 1.3.0beta1
|
2004-05-21 19:04:52 +00:00 |
|
DifferenceEngine.php
|
Whitelist and diff fixes:
|
2004-05-11 09:47:41 +00:00 |
|
EditPage.php
|
accidentially removed the test for
|
2004-05-20 19:51:41 +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
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
GlobalFunctions.php
|
use ?, not \& for top-level wikis
|
2004-05-17 20:04:50 +00:00 |
|
Image.php
|
Only generate truecolor PNGs if original image is already truecolor.
|
2004-05-20 12:08:42 +00:00 |
|
ImagePage.php
|
Moved image history retrieval function to Image.php.
|
2004-05-08 18:55:22 +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
|
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
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
LogPage.php
|
More globals and uninitialized variables fixes. Added WebRequest ($wgRequest)
|
2004-03-08 09:09:35 +00:00 |
|
MagicWord.php
|
Fixed problems caused by merging of a patch which was generated from an old version
|
2004-04-24 21:20:32 +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
|
SkinPHPTal:
|
2004-04-22 22:31:57 +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
|
Introducing special page modular extensions, making the board vote special page the first of these.
|
2004-05-15 03:36:39 +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
|
fixed database error handling
|
2004-05-23 05:32:20 +00:00 |
|
PageHistory.php
|
tweaks to page history
|
2004-05-24 22:13:23 +00:00 |
|
Parser.php
|
experimental {{foo{{bar}}}} support- Tim, please review this
|
2004-05-26 20:32:19 +00:00 |
|
ParserCache.php
|
Some changes to the link tables. They now all use a key on cur_id for the *_from column instead of strings, and have a unique index to force prevent any duplicate entries. There's not yet a clean step in the update script, so just clear out your links tables (patch-linktables.sql) and rebuild them with refreshLinks.php.
|
2004-03-11 09:06:13 +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
|
some IE6 textarea tweaks
|
2004-04-29 10:21:32 +00:00 |
|
RecentChange.php
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
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
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
Setup.php
|
Introducing special page modular extensions, making the board vote special page the first of these.
|
2004-05-15 03:36:39 +00:00 |
|
SiteConfiguration.php
|
Bug fixes
|
2004-05-24 03:59:38 +00:00 |
|
SiteStatsUpdate.php
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
Skin.php
|
keep image stuff on one line to help parser in cases where a thumb is embedded in a list ( :[[image:something\|thumb]])
|
2004-05-23 16:54:48 +00:00 |
|
SkinCologneBlue.php
|
floating left option in cologneblue, patch by thetorpedodog (bug #941620)
|
2004-05-04 23:42:09 +00:00 |
|
SkinNostalgia.php
|
Skin updates:
|
2004-04-11 01:25:00 +00:00 |
|
SkinPHPTal.php
|
Added ns-{{ns:}} class to body (example: ns-0 for the main ns) to allow users/skins to style stuff by ns
|
2004-05-22 13:39:24 +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
|
Also fix the underscore business for broken cat links
|
2004-04-24 09:07:04 +00:00 |
|
SpecialContributions.php
|
XHTML fixes
|
2004-04-03 11:31:05 +00:00 |
|
SpecialDeadendpages.php
|
Fix for querypage changes
|
2004-05-21 18:56:56 +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 |
|
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
|
include_once -> require_once
|
2004-05-07 13:43:10 +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
|
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
|
hide 'guess timezone' button if javascript is not available.
|
2004-05-20 11:26:33 +00:00 |
|
SpecialRandompage.php
|
use of $wgRequest
|
2004-04-01 12:53:01 +00:00 |
|
SpecialRecentchanges.php
|
include_once -> require_once
|
2004-05-07 13:43:10 +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
|
Fix the return-to-last-page on login/logout in MonoBook skin.
|
2004-04-30 06:40:25 +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
|
include_once -> require_once
|
2004-05-07 13:43:10 +00:00 |
|
SpecialWhatlinkshere.php
|
limit parameter
|
2004-05-09 14:28:21 +00:00 |
|
SquidUpdate.php
|
Suppress notice if port not specified (80 is default)
|
2004-04-09 09:19:47 +00:00 |
|
Title.php
|
Fixed moveOverRedirect() -- incorrect link table handling evidenced by duplicate key error
|
2004-05-23 06:29:30 +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
|
Fixed 1.2 compatibility in "skin" user option
|
2004-05-22 04:53:02 +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
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +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
|
Fix for compatibility with short_open_tag = Off
|
2004-02-18 02:15:00 +00:00 |
|
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 |