wiki.techinc.nl/includes
Brion Vibber b3ca6226ca Use compression in the objectcache table if zlib support is available.
Since we'll be using this for the parser cache when memcached is not
set up, we'll want to actually put junk in there and saving space is nice.
2004-11-22 01:33:47 +00:00
..
normal Fix composition bug: completed hangul syllable should not be merged with another following final jamo 2004-11-15 00:59:40 +00:00
zhtable small fixes of the manual conversion tables. 2004-11-01 02:46:31 +00:00
.htaccess htaccessing some directories for dev using cvs tree as www tree ;) 2004-04-21 23:17:36 +00:00
Article.php Fixed direction=prec/next style navigation of old revisions 2004-11-13 08:40:34 +00:00
AuthPlugin.php Experimental authentication plugin interface. Will require a little bit more work to nail down all requirements. 2004-11-16 05:28:47 +00:00
Block.php Correcting bugs due to double-prefixing table names. Removing obsolete Database member functions. Adding comments to Database.php 2004-10-24 07:10:33 +00:00
BlockCache.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
CacheManager.php tyop 2004-11-21 02:30:25 +00:00
CategoryPage.php Spaces to tabs 2004-11-18 23:41:46 +00:00
Credits.php Whitespace fixup 2004-11-11 22:16:54 +00:00
Database.php Patch by "Neil Barsema" <neil@barsema.org> : 2004-11-09 15:25:40 +00:00
DatabaseFunctions.php Correcting bugs due to double-prefixing table names. Removing obsolete Database member functions. Adding comments to Database.php 2004-10-24 07:10:33 +00:00
DatabasePostgreSQL.php tableName: change backticks into double quotes for parent-transformed table names 2004-11-05 10:22:03 +00:00
DateFormatter.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
DefaultSettings.php (bug 924) $wgDefaultUserOptions to set the preference defaults from LocalSettings 2004-11-21 07:51:41 +00:00
Defines.php Global array for user levels 2004-10-24 16:58:01 +00:00
DifferenceEngine.php Don't try to dl() the wikidiff module if it's already loaded. 2004-11-21 03:54:26 +00:00
EditPage.php fix notice: uninitialised var 2004-11-19 12:50:21 +00:00
Feed.php First batch of files modified to switch wgLang to wgContLang. 2004-09-24 13:14:52 +00:00
FulltextStoplist.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
GlobalFunctions.php Code formatting; comments. Removed debug option from wfMsg which could poison caches and be generally annoying if let into the wild. 2004-11-21 13:54:31 +00:00
Group.php Let Database do the quoting of the 'group' table, so that prefixed tables will work. 2004-10-24 22:02:02 +00:00
HistoryBlob.php Backporting concatenated gzip history compression from SCHEMA_WORK. Also made a few tweaks to the compression script, mainly to make it faster for the purposes of a testing sequence I'm currently running on it. Will report to wikitech-l once testing is done. 2004-10-30 14:39:40 +00:00
HTMLForm.php XHTML fixes 2004-10-24 20:01:23 +00:00
Image.php bugfix 2004-10-30 12:20:34 +00:00
ImageGallery.php Fix 'Headers already sent' warnings 2004-11-14 16:18:22 +00:00
ImagePage.php using addWikiText for shared upload notice 2004-10-27 14:22:15 +00:00
Interwiki.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
killthread.php Clean up a few scriptlets 2004-10-14 02:13:12 +00:00
LinkCache.php Correcting bugs due to double-prefixing table names. Removing obsolete Database member functions. Adding comments to Database.php 2004-10-24 07:10:33 +00:00
LinksUpdate.php Correcting bugs due to double-prefixing table names. Removing obsolete Database member functions. Adding comments to Database.php 2004-10-24 07:10:33 +00:00
LoadBalancer.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
LogPage.php Implementing user levels management. This is only a very basic interface and several things need to be done! A tracking bug is at http://bugzilla.wikipedia.org/show_bug.cgi?id=767 2004-10-24 19:14:48 +00:00
MagicWord.php Fix bounding box feature of thumbnails (e.g. |200x200px|) 2004-10-11 19:02:56 +00:00
Math.php Fix some variable typos 2004-11-21 08:58:46 +00:00
memcached-client.php More debugging info, better hashing function - crc32() goes negative in live PHP! 2004-09-25 16:50:27 +00:00
MemcachedSessions.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
MessageCache.php Code style 2004-11-21 13:56:04 +00:00
MessageCacheHints.php initial support for partial message cache, the way to have separated message 2004-10-04 20:36:11 +00:00
Metadata.php Whitespace fixup. 2004-11-11 22:27:49 +00:00
Namespace.php Fix register_globals vulnerability checked in last week. 2004-09-09 06:12:04 +00:00
ObjectCache.php Use compression in the objectcache table if zlib support is available. 2004-11-22 01:33:47 +00:00
OutputPage.php (bug 26) Defer sending cache headers until the skin runs, so that the skin can declare the page as uncacheable 2004-11-12 09:34:11 +00:00
PageHistory.php * Fix XHTML validity error for pages with apostrophe (bug introduced in head, 1.3 looks quoted properly) 2004-10-03 01:31:12 +00:00
Parser.php Avoid asking for the day, month etc name messages and the total number of articles over and over. InitialiseVariables() gets called during message transformations, so this saves several milliseconds of startup time which can be a significant portion of execution time on ParserCache'd page views. 2004-11-21 14:07:24 +00:00
ParserCache.php Let the parser cache use the objectcache table if memcached isn't set up, 2004-11-22 01:16:44 +00:00
ParserXML.php Although this file should not be included in the first place, we might as well put the proper PHP tags on so that it doesn't spew PHP source code all over the HTML output when short tags are off. 2004-11-15 05:46:39 +00:00
Profiling.php Correcting bugs due to double-prefixing table names. Removing obsolete Database member functions. Adding comments to Database.php 2004-10-24 07:10:33 +00:00
proxy_check.php Clean up a few scriptlets 2004-10-14 02:13:12 +00:00
QueryPage.php new method isSyndicated() . Could be used in a child class when we dont want syndication to be available (rss / atom) 2004-11-13 20:33:37 +00:00
RawPage.php * Drop a couple instances of wfTimestamp2Unix & reverse for wfTimestamp() 2004-10-19 07:12:15 +00:00
RecentChange.php Correcting bugs due to double-prefixing table names. Removing obsolete Database member functions. Adding comments to Database.php 2004-10-24 07:10:33 +00:00
SearchEngine.php Implementing user levels management. This is only a very basic interface and several things need to be done! A tracking bug is at http://bugzilla.wikipedia.org/show_bug.cgi?id=767 2004-10-24 19:14:48 +00:00
SearchMySQL3.php Fix constructor 2004-10-28 02:01:03 +00:00
SearchMySQL4.php Reorganization of SearchEngine for legibility 2004-10-20 09:56:34 +00:00
SearchUpdate.php Correcting bugs due to double-prefixing table names. Removing obsolete Database member functions. Adding comments to Database.php 2004-10-24 07:10:33 +00:00
Setup.php Let the parser cache use the objectcache table if memcached isn't set up, 2004-11-22 01:16:44 +00:00
SiteConfiguration.php protection from multiple includes (from REL1_3A) 2004-09-26 08:06:04 +00:00
SiteStatsUpdate.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
Skin.php specialPageList() : comment about bug 913 2004-11-20 03:45:38 +00:00
SkinPHPTal.php Preparing to remove the bundled PHPTAL and let the PHPTAL skins (if enabled) work with an externally-installed PEAR+PHPTAL. 2004-11-20 04:23:52 +00:00
SkinTemplate.php Preparing to remove the bundled PHPTAL and let the PHPTAL skins (if enabled) work with an externally-installed PEAR+PHPTAL. 2004-11-20 04:23:52 +00:00
SpecialAllmessages.php For content language, removed language code suffix from the message keys in the mediawiki: namespace. This way languages that do not support multiple variants will see no change in the way the namespace works. 2004-10-11 02:15:55 +00:00
SpecialAllpages.php Second batch of files modified to replace selected wgLang with wgContLang 2004-09-24 16:24:43 +00:00
SpecialAncientpages.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705 2004-11-13 20:40:28 +00:00
SpecialAsksql.php Implementing user levels management. This is only a very basic interface and several things need to be done! A tracking bug is at http://bugzilla.wikipedia.org/show_bug.cgi?id=767 2004-10-24 19:14:48 +00:00
SpecialBlockip.php Implementing user levels management. This is only a very basic interface and several things need to be done! A tracking bug is at http://bugzilla.wikipedia.org/show_bug.cgi?id=767 2004-10-24 19:14:48 +00:00
SpecialBlockme.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
SpecialBooksources.php Second batch of files modified to replace selected wgLang with wgContLang 2004-09-24 16:24:43 +00:00
SpecialBrokenRedirects.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705 2004-11-13 20:40:28 +00:00
SpecialCategories.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705 2004-11-13 20:40:28 +00:00
SpecialContributions.php Try to keep Title class as a value object: remove the setNamespace() method. Make a new object if you want to change it... 2004-11-21 09:47:00 +00:00
SpecialData.php Documentation: Assign files to packages 2004-10-01 06:25:50 +00:00
SpecialDeadendpages.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705 2004-11-13 20:40:28 +00:00
SpecialDebug.php Implementing user levels management. This is only a very basic interface and several things need to be done! A tracking bug is at http://bugzilla.wikipedia.org/show_bug.cgi?id=767 2004-10-24 19:14:48 +00:00
SpecialDisambiguations.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705 2004-11-13 20:40:28 +00:00
SpecialDoubleRedirects.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705 2004-11-13 20:40:28 +00:00
SpecialEmailuser.php XHTML fix, handle bad target more gracefully 2004-10-14 07:29:12 +00:00
SpecialExport.php Second batch of files modified to replace selected wgLang with wgContLang 2004-09-24 16:24:43 +00:00
SpecialGeo.php fix xss attack 2004-10-14 03:50:14 +00:00
SpecialImagelist.php escape html output 2004-10-14 06:52:42 +00:00
SpecialImport.php typo 2004-11-13 05:15:44 +00:00
SpecialIpblocklist.php Implementing user levels management. This is only a very basic interface and several things need to be done! A tracking bug is at http://bugzilla.wikipedia.org/show_bug.cgi?id=767 2004-10-24 19:14:48 +00:00
SpecialListadmins.php bug 770 implemented. bug 857 fixed. 2004-11-12 21:23:09 +00:00
SpecialListusers.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705 2004-11-13 20:40:28 +00:00
SpecialLockdb.php Implementing user levels management. This is only a very basic interface and several things need to be done! A tracking bug is at http://bugzilla.wikipedia.org/show_bug.cgi?id=767 2004-10-24 19:14:48 +00:00
SpecialLog.php Second batch of files modified to replace selected wgLang with wgContLang 2004-09-24 16:24:43 +00:00
SpecialLonelypages.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705 2004-11-13 20:40:28 +00:00
SpecialLongpages.php ShortPages and LongPages are almsot identical; remove some duplication. 2004-10-03 10:42:02 +00:00
SpecialMaintenance.php fix xss attack 2004-10-13 21:38:50 +00:00
SpecialMakesysop.php Implementing user levels management. This is only a very basic interface and several things need to be done! A tracking bug is at http://bugzilla.wikipedia.org/show_bug.cgi?id=767 2004-10-24 19:14:48 +00:00
SpecialMovepage.php Move page tweaks: 2004-10-26 03:51:59 +00:00
SpecialNewimages.php single quotes 2004-11-05 20:51:15 +00:00
SpecialNewpages.php Implementing user levels management. This is only a very basic interface and several things need to be done! A tracking bug is at http://bugzilla.wikipedia.org/show_bug.cgi?id=767 2004-10-24 19:14:48 +00:00
SpecialPage.php Special:Userlogin would display "sysop access required" message when user was already 2004-11-12 21:56:58 +00:00
SpecialPopularpages.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705 2004-11-13 20:40:28 +00:00
SpecialPreferences.php cosmetic change submitted by wikinaut on irc 2004-11-20 13:26:49 +00:00
SpecialRandompage.php Bug 589: make random selection slightly more random. PHP's 2004-10-11 17:34:39 +00:00
SpecialRecentchanges.php Less obtrusive RC patrol feature, also works with enhanced RC, disable client side cache for Special:Recentchanges if $wgUseRCPatrol 2004-11-18 11:37:14 +00:00
SpecialRecentchangeslinked.php Third batch of files modified to replace selected wgLang with wgContLang 2004-09-24 16:45:31 +00:00
SpecialSearch.php Reorganization of SearchEngine for legibility 2004-10-20 09:56:34 +00:00
SpecialShortpages.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705 2004-11-13 20:40:28 +00:00
SpecialSitesettings.php Added option wgDisableLangConversion to disable langauge variant conversion, mainly for debugging and testing purpose. 2004-10-19 18:02:44 +00:00
SpecialSpecialpages.php Implementing user levels management. This is only a very basic interface and several things need to be done! A tracking bug is at http://bugzilla.wikipedia.org/show_bug.cgi?id=767 2004-10-24 19:14:48 +00:00
SpecialStatistics.php Renaming columns: 2004-10-24 09:51:13 +00:00
SpecialUncategorizedpages.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705 2004-11-13 20:40:28 +00:00
SpecialUndelete.php Correcting bugs due to double-prefixing table names. Removing obsolete Database member functions. Adding comments to Database.php 2004-10-24 07:10:33 +00:00
SpecialUnlockdb.php Implementing user levels management. This is only a very basic interface and several things need to be done! A tracking bug is at http://bugzilla.wikipedia.org/show_bug.cgi?id=767 2004-10-24 19:14:48 +00:00
SpecialUnusedimages.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705 2004-11-13 20:40:28 +00:00
SpecialUpload.php Try to keep Title class as a value object: remove the setNamespace() method. Make a new object if you want to change it... 2004-11-21 09:47:00 +00:00
SpecialUserlevels.php Changed single-quotes to double quotes in string containing $group 2004-11-03 00:09:12 +00:00
SpecialUserlogin.php Experimental authentication plugin interface. Will require a little bit more work to nail down all requirements. 2004-11-16 05:28:47 +00:00
SpecialUserlogout.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
SpecialValidate.php * Drop a couple instances of wfTimestamp2Unix & reverse for wfTimestamp() 2004-10-19 07:12:15 +00:00
SpecialVersion.php Add Database::getSoftwareLink() and Database::getServerVersion(), and use 2004-09-08 20:36:41 +00:00
SpecialWantedpages.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=705 2004-11-13 20:40:28 +00:00
SpecialWatchlist.php Fix potential HTML breakage if removechecked message were to include an apostrophe 2004-10-14 04:40:58 +00:00
SpecialWhatlinkshere.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
SquidUpdate.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
Title.php Try to keep Title class as a value object: remove the setNamespace() method. Make a new object if you want to change it... 2004-11-21 09:47:00 +00:00
UpdateClasses.php ViewCountUpdate is no longer used; trim it out. 2004-10-03 08:11:36 +00:00
User.php (bug 924) $wgDefaultUserOptions to set the preference defaults from LocalSettings 2004-11-21 07:51:41 +00:00
UserMailer.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
UserTalkUpdate.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
UserUpdate.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
Utf8Case.php Undo total breakage from incorrect string quoting conversion. 2004-09-05 07:56:05 +00:00
WatchedItem.php Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
WebRequest.php Fixes needed to make redirect.php work with MEDIAWIKI checks, 2004-10-03 09:53:39 +00:00
ZhClient.php ZhClient queries zhdaemon to provide Chinese text processing service. 2004-11-09 21:22:07 +00:00
ZhConversion.php support for zh-hk and zh-sg 2004-10-08 05:20:09 +00:00