wiki.techinc.nl/includes
2007-06-26 17:07:23 +00:00
..
api API: Fixed error codes encoding per bug 10308. 2007-06-25 05:44:33 +00:00
cbt
filerepo Some notes on architecture. 2007-06-24 13:45:58 +00:00
media Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
normal Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
templates (bug 8931) Prevent password from being repeated in HTML of log-in form after unsuccessful login attempt. Not necessary to document in release notes. Patch by Felix Reimann. 2007-06-03 01:56:35 +00:00
zhtable
.htaccess
AjaxDispatcher.php * AjaxDispatcher : use a switch() 2007-05-05 00:06:20 +00:00
AjaxFunctions.php Fix up AJAX watch and enable it by default. 2007-06-22 17:36:59 +00:00
AjaxResponse.php * AjaxDispatcher : use a switch() 2007-05-05 00:06:20 +00:00
Article.php Change classes for <pre>s per Brion on Wikitech-l 2007-06-26 17:07:23 +00:00
AuthPlugin.php
AutoLoader.php Some job cleanup: 2007-06-21 19:11:24 +00:00
BagOStuff.php * (bug 10181) Support the XCache object caching mechanism [patch from Kurt Radwanski] 2007-06-08 15:56:32 +00:00
Block.php API: enh 10260: Added page protection status query in prop=info. Applied modified patch from Roan Kattouw. 2007-06-18 02:00:23 +00:00
CacheDependency.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
Categoryfinder.php Some small doc tweaks to reduce Doxygen warnings, namely: 2007-04-18 09:50:10 +00:00
CategoryPage.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
ChangesList.php Fix PHP strict standards warning in enhanced recent changes. 2007-05-20 12:00:13 +00:00
CoreParserFunctions.php DISPLAYTITLE: Fix comparison, damn fragments...check titles are equal and that there isn't a fragment in the desired title 2007-06-25 20:30:25 +00:00
Credits.php
Database.php Removing or commenting out unused variables or globals, and adding declarations for two arrays. 2007-05-08 09:09:46 +00:00
DatabaseFunctions.php
DatabaseOracle.php (bug 10104) Provide stub "getLag()" function for DatabaseOracle and DatabasePostgres 2007-06-04 21:43:02 +00:00
DatabasePostgres.php getLag() returns false, not 0. Add reminder about future code refactoring. 2007-06-22 22:00:58 +00:00
DateFormatter.php Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) 2007-04-04 05:22:37 +00:00
DefaultSettings.php (bug 6711) Add and to allow finer control over usergroup assignment. Completely reverse-compatible with existing userrights-based setups, but can replace Makesysop and Makebot and open the door to lots of other things as well. Could be moved to extension, I guess, but it just seems a lot simpler to have one interface for all adding/removing of groups. 2007-06-26 04:07:27 +00:00
Defines.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
DifferenceEngine.php * (bug 9948) Workaround for diff regression with old Mozilla versions 2007-06-13 20:08:19 +00:00
DjVuImage.php Doc tweaks: 2007-04-24 06:53:31 +00:00
EditPage.php Reset the page title after adding preview parser output to the output page 2007-06-25 20:40:04 +00:00
EmaillingJob.php Some job cleanup: 2007-06-21 19:11:24 +00:00
EnotifNotifyJob.php Some job cleanup: 2007-06-21 19:11:24 +00:00
Exception.php Added some comments to our classes. 2007-04-21 12:42:27 +00:00
Exif.php exif::version is static 2007-05-13 19:20:36 +00:00
Export.php Revert r22403 for the moment. Probably should ask Brion before changing dtds. 2007-05-24 18:25:15 +00:00
ExternalEdit.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
ExternalStore.php * Skip additional setting of include_path in commandLine.inc (for non-Wikimedia mode) 2007-06-06 16:01:14 +00:00
ExternalStoreDB.php
ExternalStoreHttp.php
FakeTitle.php Remove obsoletes Title::getRelatedCache, Title:touchArray 2007-04-16 15:29:37 +00:00
Feed.php Doc tweaks: 2007-04-24 06:53:31 +00:00
FileStore.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
GlobalFunctions.php Good old PHP 5, and the $recursive parameter to mkdir() 2007-06-25 12:58:00 +00:00
HistoryBlob.php Fix r21443 : privates are public :o) 2007-04-21 15:12:56 +00:00
Hooks.php Fixed incorrect error message for static member functions 2007-06-26 14:52:37 +00:00
HTMLCacheUpdate.php Some job cleanup: 2007-06-21 19:11:24 +00:00
HTMLFileCache.php
HTMLForm.php Some fixes to avoid Xml::element call with null content when we actually want 2007-05-10 20:51:15 +00:00
HttpFunctions.php PHP Fatal error: Call to undefined function request() in /usr/local/apache/common-local/php-1.5/includes/HttpFunctions.php on line 8 2007-05-10 19:29:21 +00:00
ImageFunctions.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
ImageGallery.php * (bug 10265) Fix regression in category image gallery paging 2007-06-15 15:02:44 +00:00
ImagePage.php fix total breakage of image revert 2007-06-20 07:40:42 +00:00
ImageQueryPage.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
IP.php * (bug 10247) Fix IP address regex to avoid false positive IPv6 matches 2007-06-13 19:47:44 +00:00
JobQueue.php Some job cleanup: 2007-06-21 19:11:24 +00:00
Licenses.php Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) 2007-04-04 05:22:37 +00:00
LinkBatch.php Avoid using IN (..) syntax if just single value is being fetched. 2007-05-06 22:18:17 +00:00
LinkCache.php Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) 2007-04-04 05:22:37 +00:00
Linker.php Fix regression from r22867 2007-06-12 23:10:12 +00:00
LinkFilter.php make some methods public, static and private. Fix strict standards in cleanupSpam.php 2007-04-13 00:20:43 +00:00
LinksUpdate.php Some job cleanup: 2007-06-21 19:11:24 +00:00
LoadBalancer.php Remove slave servers from rotation if the slave thread is not running on them 2007-04-25 07:42:14 +00:00
LogPage.php * Split off ultimate base class FileRepo from FSRepo 2007-06-16 02:55:25 +00:00
MacBinary.php Less debug output 2007-06-16 02:56:48 +00:00
MagicWord.php Reverting r21560 as discussed; there are severe problems with relying on a user-language variable, which is why it has not been added. 2007-04-27 15:12:22 +00:00
Math.php Have Math.php use encodeBlob and decodeBlob when accessing the binary fields math_inputhash and math_outputhash. Better 2007-06-08 01:06:52 +00:00
MediaTransformOutput.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
memcached-client.php API: Enabled API login throttling (with amidaniel's help) 2007-05-27 23:50:24 +00:00
MemcachedSessions.php
MessageCache.php 2nd attempt 2007-04-27 16:39:21 +00:00
Metadata.php parenthesis 2007-03-27 08:08:53 +00:00
mime.info * Introduced media handler modules for file-type specific operations: thumbnailing, img_metadata, capabilities, etc. 2007-04-20 12:31:36 +00:00
mime.types added mime type for FLV files 2007-02-28 17:18:22 +00:00
MimeMagic.php * Allow the extension used for mime type detection to be different from the temporary file extension 2007-06-18 06:33:48 +00:00
Namespace.php
ObjectCache.php * (bug 10181) Support the XCache object caching mechanism [patch from Kurt Radwanski] 2007-06-08 15:56:32 +00:00
OutputHandler.php Fix regression: typo caused 'Vary: Accept-Encoding' to be sent overwriting more exact Vary lines such as the Vary: Accept-Encoding, Cookie used for squid mode 2007-02-20 05:04:36 +00:00
OutputPage.php Revert r23395, since it won't work (d'oh, of course) 2007-06-25 16:07:49 +00:00
PageHistory.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
PageQueryPage.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
Pager.php Wrap comments at 79 characters, not the particular width the commenter happened to have his screen set to when writing it 2007-06-24 03:16:08 +00:00
Parser.php * (bug 10334) Replace normal spaces before percent (%) signs with non-breaking spaces 2007-06-26 08:56:30 +00:00
ParserCache.php Kill some more whitespaces 2007-04-21 21:35:21 +00:00
ParserOptions.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
ParserOutput.php Fix up DISPLAYTITLE and enable per default: 2007-06-25 15:51:09 +00:00
PatrolLog.php Don't generate a diff link in the patrol log if the page doesn't exist, it'll be useless 2007-06-05 03:28:40 +00:00
Profiler.php Fix #5375: profiling does not respect read-only mode 2007-05-10 21:05:36 +00:00
ProfilerSimple.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
ProfilerSimpleUDP.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
ProfilerStub.php
ProtectionForm.php (bug 10344) Don't follow a redirect after changing its protection level 2007-06-23 19:37:31 +00:00
proxy_check.php
ProxyTools.php *Remove wfGetLastIPfromXFF() from r19889 2007-04-24 19:00:45 +00:00
QueryPage.php (bug 8869) Introduce Special:Uncategorizedtemplates [in lieu of a reporting mechanism that allows us to cache multiple results per namespace and offer filtering to the user] 2007-06-11 07:04:25 +00:00
RawPage.php Doc tweaks: 2007-04-24 06:53:31 +00:00
RecentChange.php instead of storing every mail as a job, have a job to send enotif updates for the whole mail at once. 2007-05-11 16:42:18 +00:00
RefreshLinksJob.php Some job cleanup: 2007-06-21 19:11:24 +00:00
Revision.php Convert whitespaces to tabulations 2007-04-21 14:44:56 +00:00
Sanitizer.php Added character entity aliases &רלמ; and &رلم; as per http://lists.wikimedia.org/pipermail/wikitech-l/2007-April/031064.html 2007-04-29 08:28:34 +00:00
SearchEngine.php Add a free() function on SearchResultSet class, so the underlying result set can be freed 2007-06-06 18:36:11 +00:00
SearchMySQL.php Add a free() function on SearchResultSet class, so the underlying result set can be freed 2007-06-06 18:36:11 +00:00
SearchMySQL4.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SearchOracle.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SearchPostgres.php More defined() that should be isset(), thanks to David Ford, david@blue-labs.org 2007-05-16 20:31:58 +00:00
SearchTsearch2.php
SearchUpdate.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
Setup.php Set initialCapital to $wgCapitalLinks by default for the local repository 2007-06-14 16:33:16 +00:00
SiteConfiguration.php Doc tweaks: 2007-04-24 06:53:31 +00:00
SiteStats.php Suspect $dbr was undefined in this scope. 2007-03-23 08:48:27 +00:00
Skin.php Use shared.css as a common CSS file for all skins, and oldshared.css in place of common.css for pre-Monobook skins (avoiding "common" to reduce naming confusion with MediaWiki:Common.css). 2007-06-10 17:16:54 +00:00
SkinTemplate.php * (bug 10113) Fix double-click for view source on protected pages 2007-06-04 19:20:49 +00:00
SpecialAllmessages.php Revert r22159 as per wikitech-l. 2007-05-15 06:41:49 +00:00
SpecialAllpages.php * (bug 10160) Show error message for unknown namespace on Special:Allpages and 2007-06-26 07:21:28 +00:00
SpecialAncientpages.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialBlockip.php * Make $wgUser->editToken() work for either logged-in or logged-out users. 2007-06-23 10:15:10 +00:00
SpecialBlockme.php
SpecialBooksources.php Per talk with River on IRC: 2007-06-06 11:42:02 +00:00
SpecialBrokenRedirects.php * Support wiki text in all query page headers 2007-06-19 15:06:15 +00:00
SpecialCategories.php * Escaping the title 2007-05-07 18:01:11 +00:00
SpecialConfirmemail.php Proper credit... 2007-06-08 00:57:11 +00:00
SpecialContributions.php *Should be greater than 0, not 1 ;) 2007-06-23 20:10:15 +00:00
SpecialDeadendpages.php * Support wiki text in all query page headers 2007-06-19 15:06:15 +00:00
SpecialDisambiguations.php * Support wiki text in all query page headers 2007-06-19 15:06:15 +00:00
SpecialDoubleRedirects.php * Support wiki text in all query page headers 2007-06-19 15:06:15 +00:00
SpecialEmailuser.php * Make $wgUser->editToken() work for either logged-in or logged-out users. 2007-06-23 10:15:10 +00:00
SpecialExport.php - Http::request(), Http::post() 2007-05-10 19:13:02 +00:00
SpecialFewestrevisions.php Convert whitespaces to tabulations 2007-04-21 14:44:56 +00:00
SpecialImagelist.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
SpecialImport.php - Http::request(), Http::post() 2007-05-10 19:13:02 +00:00
SpecialIpblocklist.php (bug 7997) Added ability to Special:Blockip to block users from using Special:Emailuser. 2007-06-07 17:31:08 +00:00
SpecialListredirects.php Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) 2007-04-04 05:22:37 +00:00
SpecialListusers.php Minor code refactoring 2007-06-21 11:50:15 +00:00
SpecialLockdb.php Added some comments to our classes. 2007-04-21 12:42:27 +00:00
SpecialLog.php * Group log output by date 2007-06-16 16:45:36 +00:00
SpecialLonelypages.php * Support wiki text in all query page headers 2007-06-19 15:06:15 +00:00
SpecialLongpages.php Convert whitespaces to tabulations 2007-04-21 14:44:56 +00:00
SpecialMIMEsearch.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
SpecialMostcategories.php * Prettify 2007-05-05 20:18:13 +00:00
SpecialMostimages.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialMostlinked.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialMostlinkedcategories.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialMostlinkedtemplates.php * (bug 10118) Introduce Special:Mostlinkedtemplates 2007-06-04 21:39:12 +00:00
SpecialMostrevisions.php
SpecialMovepage.php * Some cosmetic tweaks 2007-06-22 07:41:45 +00:00
SpecialNewimages.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
SpecialNewpages.php * (bug 9898) Allow viewing all namespaces in Special:Newpages 2007-06-05 00:50:46 +00:00
SpecialPage.php (bug 8869) Introduce Special:Uncategorizedtemplates [in lieu of a reporting mechanism that allows us to cache multiple results per namespace and offer filtering to the user] 2007-06-11 07:04:25 +00:00
SpecialPopularpages.php Convert whitespaces to tabulations 2007-04-21 14:44:56 +00:00
SpecialPreferences.php * (bug 10338) Enforce signature length limit in Unicode characters instead of bytes 2007-06-25 15:02:46 +00:00
SpecialPrefixindex.php * (bug 10160) Show error message for unknown namespace on Special:Allpages and 2007-06-26 07:21:28 +00:00
SpecialProtectedpages.php *Remove useless replace call 2007-05-09 14:46:44 +00:00
SpecialRandompage.php Revert r23197 -- while well-meaning, this would severely overrepresent minor content namespaces by selecting the namespaces with equal probability. 2007-06-22 14:25:23 +00:00
SpecialRandomredirect.php make Special:Random retry (once, but more carefully) if the chosen random offset was too high, provide error message if there really are no pages to choose from rather than going to the main page. rewrite Special:Randomredirect to reuse code from Special:Random. 2007-04-19 10:19:27 +00:00
SpecialRecentchanges.php * Skip additional setting of include_path in commandLine.inc (for non-Wikimedia mode) 2007-06-06 16:01:14 +00:00
SpecialRecentchangeslinked.php * (bug 5817) Special:Recentchangeslinked now shows red link for nonexistent target page instead of silently redirecting. 2007-03-29 14:25:07 +00:00
SpecialResetpass.php disallow user js for Special:Userlogin and Special:Resetpass too, just in case 2007-05-08 21:22:51 +00:00
SpecialRevisiondelete.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialSearch.php Add a free() function on SearchResultSet class, so the underlying result set can be freed 2007-06-06 18:36:11 +00:00
SpecialShortpages.php
SpecialSpecialpages.php load all messages 2007-06-26 14:52:51 +00:00
SpecialStatistics.php Bug #10228 : don't show 1, when we can show 0. Literally. Yay. 2007-06-18 07:37:43 +00:00
SpecialUncategorizedcategories.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialUncategorizedimages.php Some small doc tweaks to reduce Doxygen warnings, namely: 2007-04-18 09:50:10 +00:00
SpecialUncategorizedpages.php Added some comments to our classes. 2007-04-21 12:42:27 +00:00
SpecialUncategorizedtemplates.php (bug 8869) Introduce Special:Uncategorizedtemplates [in lieu of a reporting mechanism that allows us to cache multiple results per namespace and offer filtering to the user] 2007-06-11 07:04:25 +00:00
SpecialUndelete.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
SpecialUnlockdb.php
SpecialUnusedcategories.php * Support wiki text in all query page headers 2007-06-19 15:06:15 +00:00
SpecialUnusedimages.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialUnusedtemplates.php * Support wiki text in all query page headers 2007-06-19 15:06:15 +00:00
SpecialUnwatchedpages.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialUpload.php (bug 9250) Remove hardcoded minimum image name length of three characters. Message minlength renamed to minlength1. 2007-06-24 22:34:30 +00:00
SpecialUploadMogile.php Added some comments to our classes. 2007-04-21 12:42:27 +00:00
SpecialUserlogin.php (bug 10055) Populate email address and real name properties of User objects passed to the 'AbortNewAccount' hook 2007-06-05 13:30:48 +00:00
SpecialUserlogout.php
SpecialUserrights.php (bug 6711) Add and to allow finer control over usergroup assignment. Completely reverse-compatible with existing userrights-based setups, but can replace Makesysop and Makebot and open the door to lots of other things as well. Could be moved to extension, I guess, but it just seems a lot simpler to have one interface for all adding/removing of groups. 2007-06-26 04:07:27 +00:00
SpecialVersion.php * (bug 10083) Fix for Special:Version breakage on PHP 5.2 with some hooks 2007-06-01 15:53:14 +00:00
SpecialWantedcategories.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialWantedpages.php * (bug 10117) Special:Wantedpages doesn't handle invalid titles in result - now prints out a warning inline 2007-06-04 20:00:06 +00:00
SpecialWatchlist.php Revert r20429, doesn't work. 2007-06-16 04:36:17 +00:00
SpecialWhatlinkshere.php Revert r23094 for the moment; gives misleading number when paging long lists 2007-06-19 14:27:08 +00:00
SpecialWithoutinterwiki.php Our release manager believes I need to be shot. I am a mindless drone without opinion in this matter. 2007-06-19 14:42:46 +00:00
SquidUpdate.php * Avoid PHP notice errors when doing HTTP proxy purges for an empty list 2007-06-19 21:13:17 +00:00
StreamFile.php Merged filerepo-work branch: 2007-05-30 21:02:32 +00:00
StringUtils.php Added some comments to our classes. 2007-04-21 12:42:27 +00:00
StubObject.php Fix language code validation regex to allow be-x-old. 2007-04-02 17:49:12 +00:00
tidy.conf Bundle tidy config. 2007-03-13 15:45:40 +00:00
Title.php Revert r23166, 23178, 23179, and probably some other related bits. 2007-06-22 14:52:49 +00:00
User.php * Make $wgUser->editToken() work for either logged-in or logged-out users. 2007-06-23 10:15:10 +00:00
UserMailer.php Some job cleanup: 2007-06-21 19:11:24 +00:00
Utf8Case.php
WatchedItem.php E_STRICT fixlets: properly mark some static methods as static 2007-05-02 15:36:17 +00:00
WebRequest.php use rawurldecode instead of str_replace, from brion 2007-05-21 19:50:37 +00:00
WebResponse.php Added some comments to our classes. 2007-04-21 12:42:27 +00:00
WebStart.php profiling 2007-04-15 00:20:24 +00:00
Wiki.php - Http::request(), Http::post() 2007-05-10 19:13:02 +00:00
WikiError.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
Xml.php Xml::monthSelector() -> Allow callers to override the "id" attribute 2007-06-25 20:53:40 +00:00
XmlFunctions.php *Add year/month selector to user contribs (bug 516) 2007-06-23 17:27:39 +00:00
ZhClient.php
ZhConversion.php