wiki.techinc.nl/includes
2006-07-04 14:08:27 +00:00
..
cbt security concerns 2006-05-04 06:12:47 +00:00
normal unused variables as per #3692 2006-05-01 10:53:59 +00:00
templates HTML injections are bad, mm'kay? 2006-06-22 16:20:13 +00:00
zhtable
.htaccess
AjaxDispatcher.php Valid exit status codes range from 0 to 254. 2006-06-07 04:15:58 +00:00
AjaxFunctions.php capitalization, spacing (thanks robchurch) 2006-07-02 23:07:02 +00:00
Article.php nicer debug output 2006-07-03 16:45:51 +00:00
AuthPlugin.php * (bug 6006) Allow hiding the password change fields using an authentication plugin 2006-06-29 00:57:56 +00:00
AutoLoader.php Got rid of about 20 regex calls in braceSubstitution() relating to function-like constructs, replaced them with a hashtable lookup styled after the parser function extension interface. The function bodies were moved to CoreParserFunctions.php. Disabled PAGESINNAMESPACE by default, yet another O(N) count of page table rows. 2006-07-03 11:07:00 +00:00
BagOStuff.php Unbreak the wiki when the base BagOStuff class is used for faux cache objects (as in parser tests) 2006-06-07 07:50:43 +00:00
Block.php screw global defines :) 2006-06-08 13:21:42 +00:00
CacheManager.php woo, revert the revert, apc 3.0.8 seems to work with this :) 2006-06-08 13:08:22 +00:00
Categoryfinder.php Switching from phpdoc to doxygen (use less than 32MB of memory). 2006-04-19 15:46:24 +00:00
CategoryPage.php Revert accidental commit of experimentation 2006-06-30 09:15:41 +00:00
ChangesList.php Revert for now so brion can sleep at night and so that I don't get kidnapped and shipped off to Jo'burg 2006-06-24 21:52:52 +00:00
CoreParserFunctions.php fixed raw suffix 2006-07-03 13:55:52 +00:00
Credits.php Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :) 2006-06-01 08:19:02 +00:00
Database.php Various performance and initialisation issues: 2006-07-02 15:57:59 +00:00
DatabaseFunctions.php Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date. 2006-06-07 06:40:24 +00:00
DatabaseMysql.php
DatabaseOracle.php Revert to r15092; massive breakage, unable to connect to MySQL at all 2006-06-27 16:11:47 +00:00
DatabasePostgres.php Add tsearch2 schema setting stuff. 2006-06-29 17:24:04 +00:00
DateFormatter.php Switching from phpdoc to doxygen (use less than 32MB of memory). 2006-04-19 15:46:24 +00:00
DefaultSettings.php * (bug 6504) Allow configuring session name with $wgSessionName 2006-07-04 04:20:14 +00:00
Defines.php Defer initialisation of the special page list, allow autoloading of the SpecialPage class. SpecialPage.php is not loaded for ordinary page views. Implemented some interfaces which allow special pages to do the same thing, although backwards compatibility is maintained. Old special page extensions will load SpecialPage during initialisation, so all extensions will have to be ported to get the full performance benefit. 2006-06-25 08:38:17 +00:00
DifferenceEngine.php * (bug 6304) Show timestamp for current revision in diff pages 2006-06-18 22:53:35 +00:00
DjVuImage.php * (bug 6131) Add type detection for DjVu files, allowing them to be uploaded 2006-06-24 07:11:17 +00:00
EditPage.php Fixing a wrongly-used private function (Title::userCan). 2006-07-01 10:54:31 +00:00
Exception.php Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date. 2006-06-07 06:40:24 +00:00
Exif.php * Let yes be yes and no be no 2006-06-23 12:24:05 +00:00
Export.php s/Revision::MW_REV_DELETED/Revision::DELETED/, and introduced aliases for compatibility with 1.6. 2006-06-23 06:31:46 +00:00
ExternalEdit.php
ExternalStore.php trailing whitespace removal 2006-03-11 17:13:49 +00:00
ExternalStoreDB.php Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :) 2006-06-01 08:19:02 +00:00
ExternalStoreHttp.php removing unused globals and some whitespace cleaning 2006-03-07 01:10:39 +00:00
FakeTitle.php Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date. 2006-06-07 06:40:24 +00:00
Feed.php Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad) 2006-05-11 22:40:38 +00:00
FileStore.php (bug 2099) Deleted files can now be archived and undeleted, if you set up an appropriate non-web-accessible directory. 2006-06-16 01:16:45 +00:00
GlobalFunctions.php Made wfMkdirParents() faster and more robust 2006-07-04 14:08:27 +00:00
HistoryBlob.php revert back to 14660 2006-06-08 15:12:26 +00:00
Hooks.php Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date. 2006-06-07 06:40:24 +00:00
HTMLCacheUpdate.php Fixed job command naming style 2006-06-19 02:29:21 +00:00
HTMLForm.php Removing the obsolete user group management files. 2006-06-24 20:56:08 +00:00
HttpFunctions.php Various performance and initialisation issues: 2006-07-02 15:57:59 +00:00
Image.php Fixed fatal error on old image deletion when squid was enabled 2006-07-03 13:27:19 +00:00
ImageFunctions.php narf 2006-07-02 21:55:17 +00:00
ImageGallery.php Gallery code cleanup patch by Ilmari Karonen 2006-06-29 23:27:13 +00:00
ImagePage.php Added a new method to update the cache of all pages linking to a given page without using excessive time or memory. This turns out to be a common operation in MediaWiki, I needed to fix callers in a lot of files. Backwards compatibility is maintained (of course). Also did some cleanup in Article.php, another 3 years of that and it'll be looking pretty. New job type added to the job queue, some refactoring done in JobQueue.php to support it. 2006-06-18 12:42:16 +00:00
JobQueue.php As we say on Wikipedia, might it not have been easier to fix it, rather than complain about it? 2006-07-03 16:30:46 +00:00
Licenses.php Switching from phpdoc to doxygen (use less than 32MB of memory). 2006-04-19 15:46:24 +00:00
LinkBatch.php Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad) 2006-05-11 22:40:38 +00:00
LinkCache.php Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad) 2006-05-11 22:40:38 +00:00
Linker.php s/Revision::MW_REV_DELETED/Revision::DELETED/, and introduced aliases for compatibility with 1.6. 2006-06-23 06:31:46 +00:00
LinkFilter.php trailing whitespace removal 2006-03-11 17:13:49 +00:00
LinksUpdate.php Added a new method to update the cache of all pages linking to a given page without using excessive time or memory. This turns out to be a common operation in MediaWiki, I needed to fix callers in a lot of files. Backwards compatibility is maintained (of course). Also did some cleanup in Article.php, another 3 years of that and it'll be looking pretty. New job type added to the job queue, some refactoring done in JobQueue.php to support it. 2006-06-18 12:42:16 +00:00
LoadBalancer.php removed obsolete function 2006-06-07 04:17:51 +00:00
LogPage.php Rights log changes: 2006-06-20 09:09:20 +00:00
MacBinary.php * Fix notice in MacBinary detection debug data for files of certain lengths 2006-06-24 07:04:53 +00:00
MagicWord.php Revert addToArray() change, add isCaseSensitive() 2006-07-03 08:57:29 +00:00
Math.php (bug 672) Add MathAfterTexvc hook 2006-06-26 15:50:03 +00:00
memcached-client.php
MemcachedSessions.php
MessageCache.php Call firstCallInit() before cloning $wgParser. 2006-07-04 09:13:10 +00:00
Metadata.php having some fun with doxygen error log 2006-06-10 18:28:50 +00:00
mime.info * (bug 5277) Use audio/midi rather that audio/mid 2006-03-30 04:21:01 +00:00
mime.types
MimeMagic.php * (bug 6131) Add type detection for DjVu files, allowing them to be uploaded 2006-06-24 07:11:17 +00:00
Namespace.php having some fun with doxygen error log 2006-06-10 18:28:50 +00:00
ObjectCache.php Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :) 2006-06-01 08:19:02 +00:00
OutputPage.php (bug 4990) Show page source to blocked users on edits, or their modified version if blocked during an edit 2006-06-24 20:58:10 +00:00
PageHistory.php * (bug 6512) Link to page-specific logs on page histories 2006-07-04 04:08:35 +00:00
Parser.php More profiling sections 2006-07-04 08:11:44 +00:00
ParserCache.php (bug 5683) Respect parser output marked as uncacheable when saving 2006-05-13 17:40:59 +00:00
ParserXML.php Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :) 2006-06-01 08:19:02 +00:00
ProfilerSimple.php use microtime(true), properly initialize non-existing arrays (avoids warnings :) 2006-06-07 20:13:29 +00:00
ProfilerSimpleUDP.php
ProfilerStub.php removing unused globals and some whitespace cleaning 2006-03-07 01:10:39 +00:00
Profiling.php Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :) 2006-06-01 08:19:02 +00:00
ProtectionForm.php Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date. 2006-06-07 06:40:24 +00:00
proxy_check.php Valid exit status codes range from 0 to 254. 2006-06-07 04:15:58 +00:00
ProxyTools.php Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :) 2006-06-01 08:19:02 +00:00
QueryPage.php (bug 6344) Add Special:Uncategorizedimages page 2006-06-17 16:24:01 +00:00
RawPage.php * (bug 5903) When requesting the raw source of a non-existent message page, return blank content (as opposed to the message key) 2006-06-24 21:17:05 +00:00
RecentChange.php fixed minor bug 2006-06-20 09:38:14 +00:00
Revision.php * Allow fetching all revisions from transwiki Special:Import 2006-06-27 21:48:43 +00:00
Sanitizer.php Move 'style' attribute check to Sanitizer::checkCss, which can be called separately 2006-07-02 22:45:16 +00:00
SearchEngine.php Standardize name to simply "postgres" 2006-06-27 15:08:08 +00:00
SearchMySQL.php having some fun with doxygen error log 2006-06-10 18:28:50 +00:00
SearchMySQL4.php AutoLoad search classes 2006-06-06 10:33:23 +00:00
SearchTsearch2.php Remove no longer needed schema setting. 2006-06-29 17:25:17 +00:00
SearchUpdate.php AutoLoad search classes 2006-06-06 10:33:23 +00:00
Setup.php * (bug 6504) Allow configuring session name with $wgSessionName 2006-07-04 04:20:14 +00:00
SiteConfiguration.php rv useless feature 2006-06-04 05:37:31 +00:00
SiteStatsUpdate.php Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad) 2006-05-11 22:40:38 +00:00
Skin.php Various performance and initialisation issues: 2006-07-02 15:57:59 +00:00
SkinTemplate.php Also checking if the user can create the page if not exist, not only if he can edit it, to decide if we should show 'edit' or 'view source'. 2006-07-01 12:07:47 +00:00
SpecialAllmessages.php Get the English extension messages to Special:Allmessages properly (this code of this special page should be rewritten, as it uses private variables). 2006-07-03 11:41:05 +00:00
SpecialAllpages.php new 'allpagesbadtitle' message for Special:Allpages, based on 'badtitletext' 2006-07-02 18:58:18 +00:00
SpecialAncientpages.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialBlockip.php Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad) 2006-05-11 22:40:38 +00:00
SpecialBlockme.php * Fix potential PHP notice in Special:Blockme when $wgBlockOpenProxies is true 2006-06-30 08:34:21 +00:00
SpecialBooksources.php Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad) 2006-05-11 22:40:38 +00:00
SpecialBrokenRedirects.php Show an arrow in the right direction also in Broken Redirects special page, not only in the Double Redirects. 2006-06-21 16:39:21 +00:00
SpecialCategories.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialConfirmemail.php * (bug 6243) Fix email for usernames containing dots when using PEAR::Mail 2006-06-09 08:24:47 +00:00
SpecialContributions.php bugs! 2006-06-23 11:09:40 +00:00
SpecialDeadendpages.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialDisambiguations.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialDoubleRedirects.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialEmailuser.php Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date. 2006-06-07 06:40:24 +00:00
SpecialExport.php * (bug 6472) Fix regression in Special:Export with multiple pages 2006-06-28 19:45:41 +00:00
SpecialImagelist.php * Really support plural in imagelisttext 2006-06-29 12:51:28 +00:00
SpecialImport.php (bug 6527) Allow customising interface text for the namespace selector label thing 2006-07-03 14:29:19 +00:00
SpecialIpblocklist.php Fix injection/cross-site scripting issue (report from Nick Jenkins) 2006-06-24 03:13:57 +00:00
SpecialListredirects.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialListusers.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialLockdb.php Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date. 2006-06-07 06:40:24 +00:00
SpecialLog.php * (bug 6185) Add standard user tool links to log page views 2006-07-04 08:17:54 +00:00
SpecialLonelypages.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialLongpages.php
SpecialMIMEsearch.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialMostcategories.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialMostimages.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialMostlinked.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialMostlinkedcategories.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialMostrevisions.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialMovepage.php * (bug 6488) Show relevant log fragment in Special:Movepage 2006-06-30 08:27:46 +00:00
SpecialNewimages.php * Really support plural in imagelisttext 2006-06-29 12:51:28 +00:00
SpecialNewpages.php * (bug 6461) Link to page histories in Special:Newpages 2006-06-28 23:54:29 +00:00
SpecialPage.php Various performance and initialisation issues: 2006-07-02 15:57:59 +00:00
SpecialPopularpages.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialPreferences.php (bug 1023) More updates (XHTML-correctness) 2006-07-02 21:21:11 +00:00
SpecialPrefixindex.php new 'allpagesbadtitle' message for Special:Allpages, based on 'badtitletext' 2006-07-02 18:58:18 +00:00
SpecialRandompage.php Fixed namespace handling (will now accept English namespace names in addition to localized ones) 2006-05-04 09:41:33 +00:00
SpecialRandomredirect.php (bug 5684) Introduce Special:Randomredirect 2006-04-25 01:01:10 +00:00
SpecialRecentchanges.php (bug 1023) More updates (XHTML-correctness) 2006-07-02 21:21:11 +00:00
SpecialRecentchangeslinked.php * ChangesList assumes rc_bot exists 2006-06-29 19:56:32 +00:00
SpecialRevisiondelete.php s/Revision::MW_REV_DELETED/Revision::DELETED/, and introduced aliases for compatibility with 1.6. 2006-06-23 06:31:46 +00:00
SpecialSearch.php capitalization, spacing (thanks robchurch) 2006-07-02 23:07:02 +00:00
SpecialShortpages.php * (bug 6489) Use appropriate link colour on Special:Shortpages 2006-06-29 13:28:19 +00:00
SpecialSpecialpages.php
SpecialStatistics.php added jobs field to action=raw output 2006-06-04 05:42:18 +00:00
SpecialUncategorizedcategories.php Remove yet more stray executable bits. The last, I hope. 2006-04-04 08:01:19 +00:00
SpecialUncategorizedimages.php (bug 6344) Add Special:Uncategorizedimages page 2006-06-17 16:24:01 +00:00
SpecialUncategorizedpages.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialUndelete.php * (bug 6498) Use localized forms for image size in Special:Undelete 2006-06-30 19:03:36 +00:00
SpecialUnlockdb.php Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date. 2006-06-07 06:40:24 +00:00
SpecialUnusedcategories.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialUnusedimages.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialUnusedtemplates.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialUnwatchedpages.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialUpload.php Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date. 2006-06-07 06:40:24 +00:00
SpecialUploadMogile.php Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date. 2006-06-07 06:40:24 +00:00
SpecialUserlogin.php (bug 6493) Preserve language selections in the mode switch link on Special:Userlogin 2006-06-30 09:13:53 +00:00
SpecialUserlogout.php * Parser can now know that it is parsing an interface message 2006-04-29 13:15:19 +00:00
SpecialUserrights.php Fix #6018: Special:Userrights -> wrong message when no user was specified 2006-05-20 08:51:59 +00:00
SpecialVersion.php Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :) 2006-06-01 08:19:02 +00:00
SpecialWantedcategories.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialWantedpages.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialWatchlist.php * Show a more specific message when an anonymous user tries to access Special:Watchlist 2006-06-28 15:09:21 +00:00
SpecialWhatlinkshere.php having some fun with doxygen error log 2006-06-10 18:28:50 +00:00
SquidUpdate.php probably don't need this... 2006-06-18 12:46:50 +00:00
StreamFile.php * Workaround possible bug in Firefox nightlies by properly removing the 2006-06-18 17:55:50 +00:00
Title.php Various performance and initialisation issues: 2006-07-02 15:57:59 +00:00
User.php Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date. 2006-06-07 06:40:24 +00:00
UserMailer.php * (bug 6243) Fix email for usernames containing dots when using PEAR::Mail 2006-06-09 08:24:47 +00:00
Utf8Case.php
WatchedItem.php Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad) 2006-05-11 22:40:38 +00:00
WebRequest.php Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date. 2006-06-07 06:40:24 +00:00
Wiki.php Log job execution time 2006-07-03 16:41:07 +00:00
WikiError.php Update the FSF's address in all these GPL stub headers 2006-04-05 07:43:17 +00:00
Xml.php bug 2006-07-02 16:29:18 +00:00
XmlFunctions.php fix breakage from r15226 2006-07-02 18:42:58 +00:00
ZhClient.php whitespace 2006-03-06 04:20:20 +00:00
ZhConversion.php