wiki.techinc.nl/includes
2004-04-03 00:53:17 +00:00
..
Article.php fixed bugs added recently 2004-04-01 12:35:45 +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 mysql_list_tables() is deprecated; switch to more elegant solution used 2004-03-24 07:49:50 +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 seconds in RC 2004-04-03 00:53:17 +00:00
DifferenceEngine.php minor xhtml tweaks 2004-03-22 23:53:20 +00:00
EditPage.php 1) section editing auto-summaries are now formatted as /* foo */ 2004-03-24 01:49:46 +00:00
Feed.php Send cache-control headers with feeds, this makes 304 responses possible 2004-03-20 02:35:08 +00:00
FulltextStoplist.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
GlobalFunctions.php refactoring and $wgRequest use 2004-04-01 12:37:45 +00:00
ImagePage.php fixing notices and syncing with refactoring in Article.php 2004-04-01 12:43:40 +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 * Changed inclusion syntax to allow e.g. {{stub}} 2004-03-20 15:03:26 +00:00
Math.php Installation, compatibility, security fixlets: 2004-03-26 16:47:12 +00:00
memcached-client.php Overridable debug printouts in new memcached client. 2004-01-25 07:11:42 +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 * Changed inclusion syntax to allow e.g. {{stub}} 2004-03-20 15:03:26 +00:00
Namespace.php template namespace is moveable 2004-03-23 10:25:52 +00:00
OutputPage.php extra $returnto parameter in returnToMain() 2004-04-01 12:44:54 +00:00
PageHistory.php A little HTML cleanup on diff links 2004-04-02 06:09:58 +00:00
Parser.php fixing category links, nth time 2004-04-02 20:34:13 +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 proxy check 2004-03-10 14:24:40 +00:00
QueryPage.php Send cache-control headers with feeds, this makes 304 responses possible 2004-03-20 02:35:08 +00:00
RecentChange.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
SearchEngine.php Clean up initialized variables; fix upload error. 2004-03-20 08:41:33 +00:00
SearchUpdate.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
Setup.php minor command line mode fixes 2004-03-23 10:15:26 +00:00
SiteStatsUpdate.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
Skin.php seconds in RC 2004-04-03 00:53:17 +00:00
SkinCologneBlue.php Removed dependence on register_globals from everything except the special pages. Fixed miscellaneous bugs. 2004-03-29 14:48:07 +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 Use that pesky getStylesheet function 2004-02-24 08:06:07 +00:00
SkinPHPTal.php * moved link setup to separate functions 2004-04-02 17:15:29 +00:00
SkinSmarty.php Autodiscovery <link> for RSS feed. Added helper functions for query stuff: 2004-03-19 08:05:36 +00:00
SkinStandard.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
SpecialAllmessages.php fixed a couple of minor bugs 2004-03-08 09:42:00 +00:00
SpecialAllpages.php use of $wgRequest 2004-04-01 12:53:01 +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 bug fix: invalid ranges didn't halt processing 2004-03-14 02:02:59 +00:00
SpecialBlockme.php proxy check 2004-03-10 14:37:06 +00:00
SpecialBooksources.php Uninitialized variable cleanup 2004-03-20 08:55:22 +00:00
SpecialCategories.php use of $wgRequest 2004-04-01 12:53:01 +00:00
SpecialContributions.php use of $wgRequest 2004-04-01 12:53:01 +00:00
SpecialDeadendpages.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
SpecialDebug.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
SpecialEmailuser.php use of $wgRequest 2004-04-01 12:53:01 +00:00
SpecialExport.php Uninitialized variable cleanup; allow x-code input for page box in export for Esperanto 2004-03-20 08:56:05 +00:00
SpecialImagelist.php More globals and uninitialized variables fixes. Added WebRequest ($wgRequest) 2004-03-08 09:09:35 +00:00
SpecialImport.php Still not complete, but import is approaching functionality 2004-03-16 06:18:37 +00:00
SpecialIpblocklist.php use of $wgRequest 2004-04-01 12:53:01 +00:00
SpecialListusers.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15: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 Refactored (object-orientified) to make them play nice with $wgRequest 2004-04-01 13:03:05 +00:00
SpecialMovepage.php page-move code moved to Title and disentangled from the user interface 2004-03-23 10:22:49 +00:00
SpecialNeglectedpages.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
SpecialNewpages.php Some more RSS syndication work. <author> tags now included; Special:Newpages 2004-03-19 05:31:18 +00:00
SpecialPopularpages.php Add digit transformation function Language::formatNum() for Arabic and other 2004-03-06 03:03:14 +00:00
SpecialPreferences.php xhtml tweaks, non-minimized values for checked 2004-04-02 09:46:59 +00:00
SpecialRandompage.php use of $wgRequest 2004-04-01 12:53:01 +00:00
SpecialRecentchanges.php Refactored (object-orientified) to make them play nice with $wgRequest 2004-04-01 13:03:05 +00:00
SpecialRecentchangeslinked.php use of $wgRequest 2004-04-01 12:53:01 +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 Add digit transformation function Language::formatNum() for Arabic and other 2004-03-06 03:03:14 +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 use of $wgRequest 2004-04-01 12:53:01 +00:00
SpecialUpload.php refactoring and $wgRequest use 2004-04-01 12:37:45 +00:00
SpecialUserlogin.php Refactored (object-orientified) to make them play nice with $wgRequest 2004-04-01 13:03:05 +00:00
SpecialUserlogout.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
SpecialVersion.php added credits 2004-04-01 13:04:28 +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 Replace the random boolean parameters on Title::getURL() with a set of 2004-03-07 07:26:56 +00:00
SpecialWhatlinkshere.php Implement sourceforge feature request 903491 2004-03-15 14:53:54 +00:00
SquidUpdate.php * Changed inclusion syntax to allow e.g. {{stub}} 2004-03-20 15:03:26 +00:00
Title.php Removed dependence on register_globals from everything except the special pages. Fixed miscellaneous bugs. 2004-03-29 14:48:07 +00:00
Tokenizer.php Fix sourceforge bug 872981 2004-03-16 02:17:33 +00:00
UpdateClasses.php Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
User.php Removed dependence on register_globals from everything except the special pages. Fixed miscellaneous bugs. 2004-03-29 14:48:07 +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 Removed dependence on register_globals from everything except the special pages. Fixed miscellaneous bugs. 2004-03-29 14:48:07 +00:00