wiki.techinc.nl/includes
2006-06-23 03:59:17 +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 * Adding "CC ?= gcc" portability 2005-04-10 09:05:55 +00:00
.htaccess
AjaxDispatcher.php Valid exit status codes range from 0 to 254. 2006-06-07 04:15:58 +00:00
AjaxFunctions.php Valid exit status codes range from 0 to 254. 2006-06-07 04:15:58 +00:00
Article.php * (bug 6365) Show user information in the "old revision" navigation links 2006-06-20 15:19:13 +00:00
AuthPlugin.php Switching from phpdoc to doxygen (use less than 32MB of memory). 2006-04-19 15:46:24 +00:00
AutoLoader.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
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 Clean up after r14751: 2006-06-13 18:35:11 +00:00
ChangesList.php Introduce 'FetchChangesList' hook; see docs/hooks.txt for more information 2006-06-21 00:18:55 +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 oops, better skip i/o thread states :) 2006-06-21 16:47:15 +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 * Fix for short_open_tag off again; please don't break this, guys 2005-12-29 17:15:14 +00:00
DatabaseOracle.php Some initial work on exceptions. More to follow. 2006-06-06 23:07:26 +00:00
DatabasePostgreSQL.php Some initial work on exceptions. More to follow. 2006-06-06 23:07:26 +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 Introduce optional (off by default) language selector bar for user login and registration.Customisable via the "loginlanguagelinks" message, the links will preserve "returnto" values. If the user creates an account while using such a link, then the language in use will be saved as their language preference. 2006-06-22 12:19:55 +00:00
Defines.php Did some refactoring in Article.php: 2006-06-20 09:50:57 +00:00
DifferenceEngine.php * (bug 6304) Show timestamp for current revision in diff pages 2006-06-18 22:53:35 +00:00
EditPage.php Temporarily revert 14847; makes incompatible changes to message strings. 2006-06-20 18:20:58 +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 Autoload Exif and move global defines to Exif:: namespace 2006-06-06 12:08:11 +00:00
Export.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
ExternalEdit.php * s~\t+$~~ 2006-01-07 13:31:29 +00:00
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 Stop using memory_limit as a virtual memory limit for shell processes. Use a separate setting instead. 2006-06-17 10:21:55 +00:00
Group.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
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 unused variables as per #3692 2006-05-01 10:53:59 +00:00
HttpFunctions.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
Image.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
ImageGallery.php Fixed inconsistent error return in Image::getThumbnail() -- was returning null if height wasn't specified, an icon thumb if it was. Made it return null all the time, and fixed ImageGallery.php to understand that return value. Also made ImageGallery give informative errors if $wgIgnoreImageErrors is off. 2006-06-17 04:11:21 +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 Fixed job command naming style 2006-06-19 02:29:21 +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 Temporarily revert 14847; makes incompatible changes to message strings. 2006-06-20 18:20:58 +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 Update the FSF's address in all these GPL stub headers 2006-04-05 07:43:17 +00:00
MagicWord.php Introduce {{NUMBEROFADMINS}} magic word 2006-06-16 13:58:42 +00:00
Math.php AutoLoad Math.php 2006-06-06 10:00:53 +00:00
memcached-client.php * s~ +$~~ 2006-01-07 13:09:30 +00:00
MemcachedSessions.php
MessageCache.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
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 * (bug 898) Mime type autodetection. 2005-05-21 07:46:17 +00:00
MimeMagic.php * s~\t+$~~ 2006-01-07 13:31:29 +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 Added check for newlines in redirects as a paranoia guard against header injection in PHP<5.1.2. Removed OutputPage::addHeader(), has been non-functioning for as long as I can remember. 2006-06-23 03:56:03 +00:00
PageHistory.php * Avoid some notices in page history with bad input 2006-06-12 05:16:12 +00:00
Parser.php * (bug 6398) Work around apparent PCRE bug breaking section editing when massively-indented preformatted text immediately followed a header 2006-06-21 23:13:05 +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 * s~\t+$~~ 2006-01-07 13:31:29 +00:00
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 AutoLoad Revision 2006-06-06 10:56:46 +00:00
RecentChange.php fixed minor bug 2006-06-20 09:38:14 +00:00
Revision.php Don't do 100 queries to view 50 revisions in history pages. 2006-06-11 04:48:27 +00:00
Sanitizer.php * Whitespace now normalized more or less properly in HTML attributes 2006-06-09 21:21:00 +00:00
SearchEngine.php having some fun with doxygen error log 2006-06-10 18:28:50 +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 AutoLoad search classes 2006-06-06 10:33:23 +00:00
SearchUpdate.php AutoLoad search classes 2006-06-06 10:33:23 +00:00
Setup.php revert back to 14660 2006-06-08 15:12:26 +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 Fix more cases of hard-coded skin dir. 2006-06-17 13:04:19 +00:00
SkinTemplate.php (bug 6032) Plural support for 'undelete_short' in SkinTemplate.php 2006-06-20 13:33:31 +00:00
SpecialAllmessages.php Treat "allmessagesnotsupporteddb" as wikitext when echoing; change default text 2006-04-24 15:30:34 +00:00
SpecialAllpages.php Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad) 2006-05-11 22:40:38 +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 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
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 Added extra input validation for namespace parameter 2006-06-23 03:59:17 +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 AutoLoad Revision 2006-06-06 10:56:46 +00:00
SpecialGroups.php Switching from phpdoc to doxygen (use less than 32MB of memory). 2006-04-19 15:46:24 +00:00
SpecialImagelist.php * Reverting BiDi changes because there were some problems left 2006-05-31 20:39:14 +00:00
SpecialImport.php having some fun with doxygen error log 2006-06-10 18:28:50 +00:00
SpecialIpblocklist.php * (bug 5511) Fix URL-encoding of usernames in links on Special:Ipblocklist 2006-05-22 09:42:37 +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 having some fun with doxygen error log 2006-06-10 18:28:50 +00:00
SpecialLonelypages.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialLongpages.php * s~ +$~~ 2006-01-07 13:09:30 +00:00
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 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
SpecialNewimages.php AutoLoad ImageGalery 2006-06-06 11:46:16 +00:00
SpecialNewpages.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialPage.php (bug 6344) Add Special:Uncategorizedimages page 2006-06-17 16:24:01 +00:00
SpecialPopularpages.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialPreferences.php (bug 6392) Fix misbehaving <br /> in preferences form 2006-06-22 01:40:51 +00:00
SpecialPrefixindex.php Switching from phpdoc to doxygen (use less than 32MB of memory). 2006-04-19 15:46:24 +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 AutoLoad Feed classes 2006-06-06 11:39:46 +00:00
SpecialRecentchangeslinked.php (bug 5817) Appropriate handling for Special:Recentchangeslinked where the target page doesn't exist 2006-05-03 18:54:28 +00:00
SpecialRevisiondelete.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
SpecialSearch.php Replace "nogomatch" with "noexactmatch" and place the magic colon in the messages themselves. Some minor tweaks to the actual message content. 2006-06-12 11:10:07 +00:00
SpecialShortpages.php Autoload QueryPage 2006-06-06 12:35:47 +00:00
SpecialSpecialpages.php * s~\t+$~~ 2006-01-07 13:31:29 +00:00
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 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
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 * Remove incorrect comment fragment 2006-06-22 12:22:55 +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 Autoload WatchedItem 2006-06-06 12:10:08 +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 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
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 * @subpackage Language since it's only used by the language files 2005-04-05 10:42:34 +00:00
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 TYPOS IN COMMENTS MAKE BABY JESUS CRY 2006-06-08 18:03:48 +00:00
WikiError.php Update the FSF's address in all these GPL stub headers 2006-04-05 07:43:17 +00:00
XmlFunctions.php Fix mismatched parameter order 2006-05-18 11:39:03 +00:00
ZhClient.php whitespace 2006-03-06 04:20:20 +00:00
ZhConversion.php * s~ +$~~ 2006-01-07 13:09:30 +00:00