wiki.techinc.nl/includes
2005-10-13 20:03:09 +00:00
..
normal Code cleanup: normalize case for intval(), strval(), floatval() calls. 2005-08-16 23:36:16 +00:00
templates * (bug 814) Integrate AuthPlugin changes to support Ryan Lane's external 2005-06-03 11:56:02 +00:00
zhtable
.htaccess
Article.php (bug 2585) Return proper 404 code when pages don't exist 2005-10-12 03:12:40 +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 faster expiry check in enumBlocks 2005-09-11 13:43:49 +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 * Clean up duplicate code for selection of changeslist style 2005-09-15 00:40:51 +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 "$wgSitename is offline" is a bit harsh if it's just a one-off glitch, change to "has a problem" 2005-10-10 18:02:50 +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 * Documentation fix 2005-10-08 16:02:24 +00:00
Defines.php * whitespace 2005-09-27 19:48:54 +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 Added structure for CSS customization 2005-10-13 04:07:00 +00:00
Exif.php * Duck warnings when fed an invalid file 2005-10-06 16:39:00 +00:00
Export.php Fix namespace and notalk filters for dump 2005-10-02 07:17:41 +00:00
ExternalEdit.php bugfix: if the upload path is absolute, don't prepend the server URL 2005-06-28 05:02:09 +00:00
ExternalStore.php
ExternalStoreDB.php * Correct blob caching to reduce redundant blob loads on backups 2005-09-16 12:00:23 +00:00
ExternalStoreHttp.php
Feed.php * Minor code refactoring 2005-09-08 13:17:55 +00:00
FulltextStoplist.php
GlobalFunctions.php includes/GlobalFunctions.php 2005-09-25 12:19:51 +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 * (bug 3684) Fix typo in fatal error backtraces in Hooks.php 2005-10-12 06:31:42 +00:00
HTMLForm.php Rework the user_groups system, again, into something that seems to actually 2005-06-09 09:49:10 +00:00
HttpFunctions.php fix some issues with phpdoc 2005-07-05 21:22:25 +00:00
Image.php * Fixed some typos in documentation 2005-09-19 12:53:49 +00:00
ImageGallery.php * Code cleanup 2005-08-31 14:11:32 +00:00
ImagePage.php * (bug 3643) Fix image page display of large images with resizing disabled 2005-10-07 21:43:55 +00:00
killthread.php
Licenses.php * Revert last change to trimStars() which broke multi-level licenses like: 2005-09-28 18:36:31 +00:00
LinkCache.php sanity check 2005-09-11 12:31:59 +00:00
Linker.php Fixed infinite loop in formatComment due to backreferences in preg_replace replacement string 2005-10-12 16:53:30 +00:00
LinksUpdate.php Fix typo from pagelinks update -> crashing bug on undelete 2005-05-31 09:08:19 +00:00
LoadBalancer.php Tweaked polling time 2005-09-20 13:37:29 +00:00
LogPage.php * Removed function validActions(), no longer used by anything 2005-09-30 15:03:48 +00:00
MacBinary.php * (bug 3076) Support MacBinary-encoded uploads from IE/Mac 2005-08-12 12:59:03 +00:00
MagicWord.php added {{fullurl:}} and {{fullurle:}} functions 2005-09-23 12:10:39 +00:00
Math.php Generic cygwin hack 2005-06-18 05:09:27 +00:00
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 Workaround for memcachedism 2005-09-11 17:33:25 +00:00
Metadata.php
mime.info * (bug 898) Mime type autodetection. 2005-05-21 07:46:17 +00:00
mime.types * (bug 898) Mime type autodetection. 2005-05-21 07:46:17 +00:00
MimeMagic.php Correction to fix for bug 3641: don't reject on all unrecognized files 2005-10-08 05:48:45 +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 2585) Return proper 404 code when pages don't exist 2005-10-12 03:12:40 +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 ported fix for bug 2257 here 2005-10-13 12:58:14 +00:00
ParserCache.php key parser cache on ($action==render) 2005-07-03 07:27:43 +00:00
ParserXML.php * (bug 2178) Use TMPDIR, TMP, or TEMP environment variable for temp dir 2005-05-15 10:37:56 +00:00
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 * Supporting a third paramater in $wgQueryPages, the number of pages that 2005-10-12 03:45:56 +00:00
RawPage.php * Try reading revision _text_ from master if no result on slave 2005-06-27 03:48:05 +00:00
RecentChange.php * Skip update of disused 'rc_cur_time' field (todo: discard the field) 2005-09-20 00:14:01 +00:00
Revision.php Reverting hook in getRevisionText() which was added with no explanation 2005-09-30 22:05:58 +00:00
Sanitizer.php * Blacklist additional MSIE CSS safety tricks 2005-10-06 02:38:26 +00:00
SearchEngine.php * 0 => NS_MAIN 2005-09-19 12:54:45 +00:00
SearchMySQL.php Fix bug 145: finish 'exclude redirect' implementation 2005-08-10 21:12:00 +00:00
SearchMySQL4.php Change the SearchEngine interface around: 2005-05-23 08:42:20 +00:00
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 * Redundant parenthesis 2005-10-12 08:35:58 +00:00
SkinPHPTal.php
SkinTemplate.php temp disable bold link to my contributions; link was bold on all Special:Contributions, not just current user's (fix me please!) 2005-10-13 20:03:09 +00:00
SpecialAllmessages.php * Don't output messages at all if they equal the parent message 2005-10-08 19:32:37 +00:00
SpecialAllpages.php * (bug 2369) Add separate message for input box on Special:Prefixindex 2005-10-13 00:46:08 +00:00
SpecialAncientpages.php * using htmlspecialchars() for safe XHTML output 2005-09-13 17:02:43 +00:00
SpecialBlockip.php * (bug 2929) Make Special:Blockip/Username work 2005-09-19 13:04: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 plaintext to wiki 2005-09-14 14:56:37 +00:00
SpecialBrokenRedirects.php Allow wikitext again 2005-09-12 20:28:24 +00:00
SpecialCategories.php Allow wikitext again 2005-09-12 20:28:24 +00:00
SpecialConfirmemail.php fix some issues with phpdoc 2005-07-05 21:22:25 +00:00
SpecialContributions.php * (bug 3616) Another typecast issue 2005-10-07 19:58:20 +00:00
SpecialDeadendpages.php * links and brokenlinks tables merged to pagelinks; this will reduce pain 2005-05-26 10:23:36 +00:00
SpecialDisambiguations.php Previous query did a big cartesian product of everything and then tried 2005-07-11 20:47:34 +00:00
SpecialDoubleRedirects.php * links and brokenlinks tables merged to pagelinks; this will reduce pain 2005-05-26 10:23:36 +00:00
SpecialEmailuser.php
SpecialExport.php * Added filter options, compression piping, and multiple output streams for 2005-10-02 04:05:40 +00:00
SpecialGroups.php nicer format for static groups record 2005-05-14 09:24:51 +00:00
SpecialImagelist.php * Special:Imagelist displays titles with " " instead of "_" 2005-06-19 15:23:01 +00:00
SpecialImport.php * (bug 3182) Clear link cache during import to prevent memory leak 2005-09-24 03:44:54 +00:00
SpecialIpblocklist.php * IP privacy fix for blocklist search on autoblocks 2005-08-29 02:19:22 +00:00
SpecialListusers.php * (bug 3506) Avoid MySQL error when Listusers returns no results 2005-09-20 01:02:51 +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 * links and brokenlinks tables merged to pagelinks; this will reduce pain 2005-05-26 10:23:36 +00:00
SpecialLongpages.php
SpecialMaintenance.php
SpecialMIMEsearch.php * This special page is expensive, marking as such 2005-10-08 22:42:26 +00:00
SpecialMostcategories.php * Three new special pages: 2005-10-08 21:20:18 +00:00
SpecialMostimages.php * Three new special pages: 2005-10-08 21:20:18 +00:00
SpecialMostlinked.php * @copyright Copyright �� 2005, ��var Arnfj��r�� Bjarmason 2005-09-27 19:50:49 +00:00
SpecialMostrevisions.php * Three new special pages: 2005-10-08 21:20:18 +00:00
SpecialMovepage.php Fix #3350: missing label for move talk page 2005-09-18 11:09:47 +00:00
SpecialNewimages.php * (bug 3358) Allow inclusion of Special:Newimages as {{Special:Newimages[/int]}} 2005-09-08 14:15:28 +00:00
SpecialNewpages.php * Duck warning when being run from maintenance/updateSpecialPages.php 2005-10-12 05:23:53 +00:00
SpecialPage.php * Using static there produces some satanic error message 2005-10-12 06:14:47 +00:00
SpecialPopularpages.php * using htmlspecialchars() for safe XHTML output 2005-09-13 17:02:43 +00:00
SpecialPreferences.php Preferences: <label>s for every single option (hurrah); corrected some label text 2005-10-13 07:57:06 +00:00
SpecialPrefixindex.php * (bug 2369) Add separate message for input box on Special:Prefixindex 2005-10-13 00:46:08 +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 * Clean up duplicate code for selection of changeslist style 2005-09-15 00:40:51 +00:00
SpecialRecentchangeslinked.php * Clean up duplicate code for selection of changeslist style 2005-09-15 00:40:51 +00:00
SpecialSearch.php * Adding a SpecialSearchNogomatch hook to catch pages searched for with the go 2005-09-19 13:06:09 +00:00
SpecialShortpages.php * using htmlspecialchars() for safe XHTML output 2005-09-13 17:02:43 +00:00
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 * (bug 3448) Set page_len on undelete 2005-09-12 21:51:17 +00:00
SpecialUnlockdb.php
SpecialUnusedcategories.php * One paragraph is enough 2005-07-09 19:55:15 +00:00
SpecialUnusedimages.php
SpecialUnwatchedpages.php * @copyright Copyright �� 2005, ��var Arnfj��r�� Bjarmason 2005-09-27 19:50:49 +00:00
SpecialUpload.php Correction to fix for bug 3641: don't reject on all unrecognized files 2005-10-08 05:48:45 +00:00
SpecialUploadMogile.php fix some issues with phpdoc 2005-07-05 21:22:25 +00:00
SpecialUserlogin.php $wgMinimalPasswordLength was not in global statement 2005-09-24 09:07:26 +00:00
SpecialUserlogout.php
SpecialUserrights.php * Guard Special:Userrights against form submission forgery 2005-06-14 19:13:12 +00:00
SpecialValidate.php now sysops only can change the topic list 2005-08-06 14:58:43 +00:00
SpecialVersion.php * Fix meta robots tag on Special:Version again to avoid listing vulnerable 2005-10-11 05:32:51 +00:00
SpecialWantedpages.php * links and brokenlinks tables merged to pagelinks; this will reduce pain 2005-05-26 10:23:36 +00:00
SpecialWatchlist.php * Clean up duplicate code for selection of changeslist style 2005-09-15 00:40:51 +00:00
SpecialWhatlinkshere.php * (bug 2591) Check for end, fix limits on Whatlinkshere 2005-06-29 00:59:38 +00:00
SquidUpdate.php * links and brokenlinks tables merged to pagelinks; this will reduce pain 2005-05-26 10:23:36 +00:00
StreamFile.php Suppressed file not found warning, removed unnecessary cache suppression header 2005-08-13 07:53:16 +00:00
Title.php * Comment on potential bug 2005-10-09 20:51:34 +00:00
UpdateClasses.php
User.php * (bug 3631) Fixed a critical security issue 2005-10-08 20:15:36 +00:00
UserMailer.php Bug 3307: Remove an if that might break timezone 2005-09-14 21:04:48 +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 * Special:Import/importDump fixes: report XML parse errors, accept <minor/> 2005-09-17 11:10:15 +00:00
ZhClient.php
ZhConversion.php