wiki.techinc.nl/includes
2004-11-16 05:28: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 fixes Bug 718: Bad charset in cached pages. 2004-10-18 18:13:39 +00:00
CategoryPage.php Language-specific number formatting in category page headers (for Hindi etc) 2004-10-24 05:49:54 +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 Experimental authentication plugin interface. Will require a little bit more work to nail down all requirements. 2004-11-16 05:28:47 +00:00
Defines.php Global array for user levels 2004-10-24 16:58:01 +00:00
DifferenceEngine.php More doc comment fiddling 2004-10-28 06:05:22 +00:00
EditPage.php removed sectionedit and commentedit messages. Replaced by editingsection and editingcomment messages. 2004-11-06 09:21:28 +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 moving wfProfileIn() to the start of the function, adding warning suppression like I did in MessageCache.php 2004-10-23 08:21:39 +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 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
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 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
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 Fixed bug with Turck MMCache wrapper, and made it the default where Turck is installed (except if memcached is specified) 2004-10-23 10:21:23 +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 Fixed bug causing interwiki links to disappear unless accompanied by an internal link 2004-11-13 14:24:42 +00:00
ParserCache.php Debug info 2004-10-23 10:22:38 +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 Experimental authentication plugin interface. Will require a little bit more work to nail down all requirements. 2004-11-16 05:28:47 +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 alt-texts for the images in the enhanced RC 2004-11-13 08:38:28 +00:00
SkinPHPTal.php Let administrators disable extra hits for user CSS and Javascript pages, 2004-11-13 00:07:35 +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 Implement http://bugzilla.wikipedia.org/show_bug.cgi?id=802 2004-11-13 21:07:45 +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 Added option wgDisableLangConversion to disable langauge variant conversion, mainly for debugging and testing purpose. 2004-10-19 18:02:44 +00:00
SpecialRandompage.php Bug 589: make random selection slightly more random. PHP's 2004-10-11 17:34:39 +00:00
SpecialRecentchanges.php Don't try to output bogus Last-Modified timestamp if there are no recentchanges table entries 2004-10-24 10:23:36 +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 Fix regression in last commits: remember the description when holding for warning 2004-11-15 11:06:58 +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 Removed uncalled method Title::getURL whose only purpose was to tell 2004-11-12 16:18:25 +00:00
UpdateClasses.php ViewCountUpdate is no longer used; trim it out. 2004-10-03 08:11:36 +00:00
User.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
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