wiki.techinc.nl/includes
Ævar Arnfjörð Bjarmason f2fec2e4b2 * Minor code refactoring
2005-09-08 13:17:55 +00:00
..
normal Code cleanup: normalize case for intval(), strval(), floatval() calls. 2005-08-16 23:36:16 +00:00
templates
zhtable
.htaccess
Article.php revert previous stuff. break things :) 2005-09-05 20:03:19 +00:00
AuthPlugin.php * (bug 2943) AuthPlugin::getCanonicalName() name canonicalization hook, patch from robla 2005-07-24 09:48:14 +00:00
BagOStuff.php removed some debugging statements, I think they were all added by kate in the oracle merge 2005-08-20 03:11:05 +00:00
Block.php * (bug 3284) Ipblocklist paging, substring search 2005-08-27 23:51:29 +00:00
BlockCache.php Made BlockCache::loadFromDB() 100x faster. Wasn't an issue before ryo commented out the memcached bits, but since then, it was adding 1100ms to the save time 2005-08-21 06:07:48 +00:00
CacheManager.php ponder namespace when creating hash key for cache 2005-07-20 15:02:24 +00:00
CategoryPage.php merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively. 2005-08-02 13:35:19 +00:00
ChangesList.php cosmetic 2005-09-06 22:21:38 +00:00
Credits.php Fix #2855: Credit for a uniq author showed its realname even with $wgAllowRealName=false. 2005-08-13 09:03:36 +00:00
Database.php * Source cleanup 2005-08-29 16:36:37 +00:00
DatabaseFunctions.php merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively. 2005-08-02 13:35:19 +00:00
DatabaseMysql.php lame quote 2005-08-11 02:10:20 +00:00
DatabaseOracle.php merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively. 2005-08-02 13:35:19 +00:00
DatabasePostgreSQL.php limitResult() use 3 argument since ORACLE merge 2005-08-09 10:30:20 +00:00
DateFormatter.php Code cleanup: normalize case for intval(), strval(), floatval() calls. 2005-08-16 23:36:16 +00:00
DefaultSettings.php * Add 'reupload' and 'reupload-shared' permission keys to restrict new 2005-09-05 06:16:48 +00:00
Defines.php Formalising live performance hack 2005-07-25 06:57:12 +00:00
DifferenceEngine.php Fixed resource exhaustion problems due to long lines, e.g. http://en.wikipedia.org/w/index.php?title=New_Zealand&diff=prev&oldid=21847163 2005-08-31 02:22:05 +00:00
EditPage.php Deferred initialisation of $wgIP, because it's potentially slow, especially if and when we add the 200 NTL proxies to the trusted XFF list. I was hoping to avoid initialisation altogether for anonymous page views, but that turns out to be difficult because of user_newtalk. It is, however, avoided for action=raw. Tested page view, newtalk, IP registration in history and recentchanges, IP block, autoblock and Special:Version. 2005-09-05 02:22:20 +00:00
Exif.php * Removed the 1024 byte limit on ASCII tags, not in accordance with the spec 2005-07-22 20:57:15 +00:00
ExternalEdit.php
ExternalStore.php
ExternalStoreDB.php removed relic 2005-08-14 16:28:46 +00:00
ExternalStoreHttp.php
Feed.php * Minor code refactoring 2005-09-08 13:17:55 +00:00
FulltextStoplist.php
GlobalFunctions.php html output formatting 2005-09-06 17:59:17 +00:00
Group.php Code cleanup: normalize case for intval(), strval(), floatval() calls. 2005-08-16 23:36:16 +00:00
HistoryBlob.php add Referrer for stub 2005-08-21 13:53:49 +00:00
Hooks.php * Making null the default $args so that hooks without arguments can be created 2005-08-26 13:50:19 +00:00
HTMLForm.php
HttpFunctions.php fix some issues with phpdoc 2005-07-05 21:22:25 +00:00
Image.php Passed -size hint to convert, as recommended in the convert manpage. This gives a huge saving in CPU and memory time for thumbnailing of large images. 2005-09-07 16:01:42 +00:00
ImageGallery.php * Code cleanup 2005-08-31 14:11:32 +00:00
ImagePage.php * Add 'reupload' and 'reupload-shared' permission keys to restrict new 2005-09-05 06:16:48 +00:00
killthread.php
Licenses.php * Improved trimStars() 2005-09-06 16:53:58 +00:00
LinkCache.php removed some debugging statements, I think they were all added by kate in the oracle merge 2005-08-20 03:11:05 +00:00
Linker.php * (bug 3210) Fix Media: links with remote image URL path 2005-08-21 00:38:05 +00:00
LinksUpdate.php
LoadBalancer.php Sleep time is highly variable, removing it from the profiling section name 2005-08-23 16:55:54 +00:00
LogPage.php Don't mess recent changes 2005-08-27 18:50:51 +00:00
MacBinary.php * (bug 3076) Support MacBinary-encoded uploads from IE/Mac 2005-08-12 12:59:03 +00:00
MagicWord.php * Pluralform => Plural 2005-09-06 17:02:19 +00:00
Math.php
memcached-client.php Worked around lack of timeouts in fwrite(), using non-blocking I/O. Also flush the read buffer before every command 2005-09-07 10:10:57 +00:00
MemcachedSessions.php
MessageCache.php respect $useDB 2005-08-14 07:21:43 +00:00
Metadata.php
mime.info
mime.types
MimeMagic.php fix some issues with phpdoc 2005-07-05 21:22:25 +00:00
Namespace.php * Fix interlanguage links on special pages when extra namespaces configured 2005-08-28 23:39:18 +00:00
ObjectCache.php merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively. 2005-08-02 13:35:19 +00:00
OutputPage.php * (bug 3170) Page Title failed to obey MediaWiki:Pagetitle 2005-08-17 12:00:07 +00:00
PageHistory.php This line has been broken at least twice in the last year. Add a comment to esplain why that's not wise. 2005-08-22 06:25:13 +00:00
Parser.php * Pluralform => Plural 2005-09-06 17:02:19 +00:00
ParserCache.php key parser cache on ($action==render) 2005-07-03 07:27:43 +00:00
ParserXML.php
Profiling.php Output tweak 2005-08-23 16:53:40 +00:00
proxy_check.php
ProxyTools.php Deferred initialisation of $wgIP, because it's potentially slow, especially if and when we add the 200 NTL proxies to the trusted XFF list. I was hoping to avoid initialisation altogether for anonymous page views, but that turns out to be difficult because of user_newtalk. It is, however, avoided for action=raw. Tested page view, newtalk, IP registration in history and recentchanges, IP block, autoblock and Special:Version. 2005-09-05 02:22:20 +00:00
QueryPage.php Code cleanup: normalize case for intval(), strval(), floatval() calls. 2005-08-16 23:36:16 +00:00
RawPage.php
RecentChange.php Deferred initialisation of $wgIP, because it's potentially slow, especially if and when we add the 200 NTL proxies to the trusted XFF list. I was hoping to avoid initialisation altogether for anonymous page views, but that turns out to be difficult because of user_newtalk. It is, however, avoided for action=raw. Tested page view, newtalk, IP registration in history and recentchanges, IP block, autoblock and Special:Version. 2005-09-05 02:22:20 +00:00
Revision.php Code cleanup: normalize case for intval(), strval(), floatval() calls. 2005-08-16 23:36:16 +00:00
Sanitizer.php * (bug 3244) Fix remote image loading hack, JavaScript injection on MSIE 2005-08-23 21:49:48 +00:00
SearchEngine.php Drop MySQL 3.23.x support; 4.0 or greater required. 2005-08-26 23:02:54 +00:00
SearchMySQL.php Fix bug 145: finish 'exclude redirect' implementation 2005-08-10 21:12:00 +00:00
SearchMySQL4.php
SearchTsearch2.php
SearchUpdate.php * (bug 2885) Fix fatal errors and notices in PHP 5.1.0beta3 2005-07-22 11:29:15 +00:00
Setup.php Deferred initialisation of $wgIP, because it's potentially slow, especially if and when we add the 200 NTL proxies to the trusted XFF list. I was hoping to avoid initialisation altogether for anonymous page views, but that turns out to be difficult because of user_newtalk. It is, however, avoided for action=raw. Tested page view, newtalk, IP registration in history and recentchanges, IP block, autoblock and Special:Version. 2005-09-05 02:22:20 +00:00
SiteConfiguration.php don't produce warnings in get() if the item is missing 2005-08-14 07:22:36 +00:00
SiteStatsUpdate.php merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively. 2005-08-02 13:35:19 +00:00
Skin.php * Changed the name of the wfNoMsg() function to wfEmptyMsg() 2005-09-06 16:52:11 +00:00
SkinPHPTal.php
SkinTemplate.php * (bug 2078) Don't hide watch tab on preview 2005-09-02 05:18:02 +00:00
SpecialAllmessages.php * "<tr >" => "<tr>" 2005-08-05 22:19:36 +00:00
SpecialAllpages.php some of lufthansa bits ;-) allows reusal of object in other pagelists, some error handling 2005-08-09 13:28:37 +00:00
SpecialAncientpages.php
SpecialBlockip.php Revert more minor breakage from missing HTML escaping (broken June 24) 2005-08-25 04:23:13 +00:00
SpecialBlockme.php Deferred initialisation of $wgIP, because it's potentially slow, especially if and when we add the 200 NTL proxies to the trusted XFF list. I was hoping to avoid initialisation altogether for anonymous page views, but that turns out to be difficult because of user_newtalk. It is, however, avoided for action=raw. Tested page view, newtalk, IP registration in history and recentchanges, IP block, autoblock and Special:Version. 2005-09-05 02:22:20 +00:00
SpecialBooksources.php * Using wfMsgHtml() for safe html output 2005-08-02 13:09:08 +00:00
SpecialBrokenRedirects.php * Using wfMsgHtml() for safe html output 2005-08-02 13:09:08 +00:00
SpecialCategories.php * Using wfMsgHtml() for safe html output 2005-08-02 13:09:08 +00:00
SpecialConfirmemail.php fix some issues with phpdoc 2005-07-05 21:22:25 +00:00
SpecialContributions.php * Adding a new hook, SpecialContributionsBeforeMainOutput 2005-08-26 14:13:03 +00:00
SpecialDeadendpages.php
SpecialDisambiguations.php Previous query did a big cartesian product of everything and then tried 2005-07-11 20:47:34 +00:00
SpecialDoubleRedirects.php
SpecialEmailuser.php
SpecialExport.php * Use strval() to make sure we don't accidentally get null on bad revision 2005-09-05 07:35:29 +00:00
SpecialGroups.php
SpecialImagelist.php
SpecialImport.php Code cleanup: normalize case for intval(), strval(), floatval() calls. 2005-08-16 23:36:16 +00:00
SpecialIpblocklist.php * IP privacy fix for blocklist search on autoblocks 2005-08-29 02:19:22 +00:00
SpecialListusers.php * optional parameter for [[Special:Listusers]] 2005-07-13 15:14:12 +00:00
SpecialLockdb.php quotes 2005-07-05 20:39:09 +00:00
SpecialLog.php * Code and documentation cleanup, bugfix 2005-09-06 16:46:37 +00:00
SpecialLonelypages.php
SpecialLongpages.php
SpecialMaintenance.php
SpecialMostlinked.php * New special page: SpecialMostlinked 2005-08-15 02:57:19 +00:00
SpecialMovepage.php * (bug 3280) Respect 'move' group permission on page moves 2005-08-26 21:40:21 +00:00
SpecialNewimages.php Make the page work again with databaseprefix 2005-08-21 15:45:12 +00:00
SpecialNewpages.php Oh my god ! they killed the quotes ! 2005-07-06 14:09:40 +00:00
SpecialPage.php *** empty log message *** 2005-08-31 20:19:01 +00:00
SpecialPopularpages.php
SpecialPreferences.php * (bug 2613) Clear saved passwords from the form 2005-08-26 22:20:56 +00:00
SpecialPrefixindex.php yet more of Lufthansa stuff, embedable Prefix-restricted page list, as well a separate SpecialPage 2005-08-10 21:14:38 +00:00
SpecialRandompage.php merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively. 2005-08-02 13:35:19 +00:00
SpecialRecentchanges.php Split enhanced and old changelist in two classes that inherit from the main 2005-09-06 18:43:45 +00:00
SpecialRecentchangeslinked.php Split enhanced and old changelist in two classes that inherit from the main 2005-09-06 18:43:45 +00:00
SpecialSearch.php Corrected fix for injection 2005-08-25 04:15:16 +00:00
SpecialShortpages.php
SpecialSpecialpages.php little cleanup 2005-08-02 16:56:24 +00:00
SpecialStatistics.php * Using $fname rather than hardcoding wfSpecialStatistics 2005-07-07 14:44:37 +00:00
SpecialUncategorizedcategories.php fixed Uncategorizedcategories caching 2005-07-19 23:43:35 +00:00
SpecialUncategorizedpages.php fixed Uncategorizedcategories caching 2005-07-19 23:43:35 +00:00
SpecialUndelete.php Show an explanation to non-sysops 2005-08-20 18:46:06 +00:00
SpecialUnlockdb.php
SpecialUnusedcategories.php * One paragraph is enough 2005-07-09 19:55:15 +00:00
SpecialUnusedimages.php
SpecialUpload.php * Add UploadVerification hook for custom file upload validation/security checks 2005-09-06 04:53:59 +00:00
SpecialUploadMogile.php fix some issues with phpdoc 2005-07-05 21:22:25 +00:00
SpecialUserlogin.php Deferred initialisation of $wgIP, because it's potentially slow, especially if and when we add the 200 NTL proxies to the trusted XFF list. I was hoping to avoid initialisation altogether for anonymous page views, but that turns out to be difficult because of user_newtalk. It is, however, avoided for action=raw. Tested page view, newtalk, IP registration in history and recentchanges, IP block, autoblock and Special:Version. 2005-09-05 02:22:20 +00:00
SpecialUserlogout.php
SpecialUserrights.php
SpecialValidate.php now sysops only can change the topic list 2005-08-06 14:58:43 +00:00
SpecialVersion.php * Added a hook 2005-09-06 16:48:55 +00:00
SpecialWantedpages.php
SpecialWatchlist.php Split enhanced and old changelist in two classes that inherit from the main 2005-09-06 18:43:45 +00:00
SpecialWhatlinkshere.php * (bug 2591) Check for end, fix limits on Whatlinkshere 2005-06-29 00:59:38 +00:00
SquidUpdate.php
StreamFile.php Suppressed file not found warning, removed unnecessary cache suppression header 2005-08-13 07:53:16 +00:00
Title.php revert previous stuff. break things :) 2005-09-05 20:03:19 +00:00
UpdateClasses.php
User.php Deferred initialisation of $wgIP, because it's potentially slow, especially if and when we add the 200 NTL proxies to the trusted XFF list. I was hoping to avoid initialisation altogether for anonymous page views, but that turns out to be difficult because of user_newtalk. It is, however, avoided for action=raw. Tested page view, newtalk, IP registration in history and recentchanges, IP block, autoblock and Special:Version. 2005-09-05 02:22:20 +00:00
UserMailer.php merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively. 2005-08-02 13:35:19 +00:00
UserTalkUpdate.php
Utf8Case.php
WatchedItem.php merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively. 2005-08-02 13:35:19 +00:00
WebRequest.php * (bug 2554) Tell users they are uploading too large file 2005-08-26 15:31:05 +00:00
WikiError.php fix some issues with phpdoc 2005-07-05 21:22:25 +00:00
ZhClient.php
ZhConversion.php