wiki.techinc.nl/includes
2004-05-01 01:21:36 +00:00
..
.htaccess htaccessing some directories for dev using cvs tree as www tree ;) 2004-04-21 23:17:36 +00:00
Article.php Disable the unsafe redirect default on Article::getContent(). A couple 2004-04-30 08:19:59 +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 Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
Database.php stop newFromParams() ignoring the $bufferResults param 2004-04-16 03:26:13 +00:00
DatabaseFunctions.php new function wfUpdateArray() 2004-03-23 10:17:50 +00:00
DateFormatter.php fixing notice 2004-03-20 14:08:41 +00:00
DefaultSettings.php * use images from style dir 2004-04-27 12:18:48 +00:00
DifferenceEngine.php Well-formedness error 2004-04-22 09:03:21 +00:00
EditPage.php Disable the unsafe redirect default on Article::getContent(). A couple 2004-04-30 08:19:59 +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 wfImageUrl moved from Globalfunctions to Image 2004-04-24 23:45:11 +00:00
Image.php Don't create thumbnail images larger than the image; use the source image 2004-04-29 04:42:52 +00:00
ImagePage.php wfImageUrl moved from Globalfunctions to Image 2004-04-24 23:45:11 +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 Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
LinkCache.php slight alteration to comment 2004-03-20 14:33:18 +00:00
LinksUpdate.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
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 "REPLACE" is a "DB_WRITE" action 2004-04-27 05:44:55 +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 fixed notices 2004-04-07 13:59:15 +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
OutputPage.php View source fixes: 2004-04-30 07:18:38 +00:00
PageHistory.php minor bug 2004-04-10 00:05:49 +00:00
Parser.php Partial fix for #595869 ": in URL after ; parsed as list item" 2004-04-29 06:16:21 +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 Fix notice 2004-03-23 12:06:10 +00:00
proxy_check.php update from live site (proxy_check2.php) 2004-04-03 08:23:25 +00:00
QueryPage.php Fix use of the <comments> field in RSS feed. It's not a textual comment, but rather a URL to a comments page; using the talk page in this case. If the page in question already is a talk page, it'll be the same URL as the page itself. 2004-04-29 01:14:32 +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 Handy shortcut: paste in an IP address and click go, redirects to the user contributions page 2004-04-29 02:21:55 +00:00
SearchUpdate.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
Setup.php License selector for installation, to activate the metadata & footer info. 2004-04-14 06:15:46 +00:00
SiteStatsUpdate.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
Skin.php Removed image resizing test, now done in Image::createThumb. 2004-04-29 05:00:18 +00:00
SkinCologneBlue.php Add a hidden stub Special:Search to hand search requests to; this fixes 2004-04-24 06:25:19 +00:00
SkinFramed.php Removed dependence on register_globals from everything except the special pages. Fixed miscellaneous bugs. 2004-03-29 14:48:07 +00:00
SkinNostalgia.php Skin updates: 2004-04-11 01:25:00 +00:00
SkinPHPTal.php bah- edit tab was always selected.. 2004-05-01 01:21:36 +00:00
SkinStandard.php * use images from style dir 2004-04-27 12:18:48 +00:00
SpecialAllmessages.php fixed a couple of minor bugs 2004-03-08 09:42:00 +00:00
SpecialAllpages.php XHTML clean-up. Started reformatting Preferences. Fixed some hard-coding 2004-04-09 08:27:00 +00:00
SpecialAncientpages.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +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 Don't include redirects in dead-end pages 2004-04-21 21:02:04 +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 Fiddled with Import some more. Preliminary ability to grab a given 2004-04-11 07:06:26 +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 Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
SpecialLongpages.php Add digit transformation function Language::formatNum() for Arabic and other 2004-03-06 03:03:14 +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 Fixed bug with UID specification 2004-04-15 00:18:50 +00:00
SpecialMovepage.php Disable renaming of category pages (this causes a number of problems 2004-04-25 01:01:38 +00:00
SpecialNeglectedpages.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
SpecialNewpages.php -unnecessary skin declaration; thanks, marco 2004-04-07 10:02:22 +00:00
SpecialPopularpages.php Add digit transformation function Language::formatNum() for Arabic and other 2004-03-06 03:03:14 +00:00
SpecialPreferences.php * feed links in skinphptal (appear in toolbox in monobook) 2004-04-23 16:31:38 +00:00
SpecialRandompage.php use of $wgRequest 2004-04-01 12:53:01 +00:00
SpecialRecentchanges.php Fix use of the <comments> field in RSS feed. It's not a textual comment, but rather a URL to a comments page; using the talk page in this case. If the page in question already is a talk page, it'll be the same URL as the page itself. 2004-04-29 01:14:32 +00:00
SpecialRecentchangeslinked.php Implement feature request 937430 2004-04-19 13:06:36 +00:00
SpecialSearch.php Forgot to add the actual special file, whoops 2004-04-24 06:27:16 +00:00
SpecialShortpages.php Add digit transformation function Language::formatNum() for Arabic and other 2004-03-06 03:03:14 +00:00
SpecialSpecialpages.php Installation, compatibility, security fixlets: 2004-03-26 16:47:12 +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 Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
SpecialWatchlist.php tab indexes on diff links 2004-04-09 23:58:52 +00:00
SpecialWhatlinkshere.php warning fix 2004-04-19 22:43:07 +00:00
SquidUpdate.php Suppress notice if port not specified (80 is default) 2004-04-09 09:19:47 +00:00
Title.php allow sysops to edit user styles/js 2004-04-29 10:58:19 +00:00
Tokenizer.php Hooks for Erik Zachte's EasyTimeline extension. 2004-04-26 10:20:54 +00:00
UpdateClasses.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
User.php If the given title is bad, don't die horribly but return a null user 2004-04-26 07:32:52 +00:00
UserMailer.php error message returned even for non-PEAR function 2004-04-01 13:05:20 +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 removing now unnecessary global registration, which causes a notice on every page 2004-04-03 01:22:04 +00:00