wiki.techinc.nl/includes
2007-05-04 22:54:13 +00:00
..
api Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
cbt
media Output what was asked for. Don't dirty up a clean API like thumb.php with arbitrary defaults when invalid parameters are specified. 2007-05-04 15:05:42 +00:00
normal Doc tweaks: 2007-04-24 06:53:31 +00:00
templates Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
zhtable
.htaccess
AjaxDispatcher.php Doc tweaks: 2007-04-24 06:53:31 +00:00
AjaxFunctions.php Convert whitespaces to tabulations 2007-04-21 14:44:56 +00:00
AjaxResponse.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
Article.php (bug 7958) Special:Cite of older version of an article should use old version id. 2007-05-03 06:08:12 +00:00
AuthPlugin.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
AutoLoader.php Revert r21461 for now; a cleanup patch which doesn't change functionality but makes more things to clean up -- ugly function names, incorrect profiling function titles... 2007-04-23 18:52:51 +00:00
BagOStuff.php Doc tweaks: 2007-04-24 06:53:31 +00:00
Block.php Fixed complete breakage of anon-only autoblocks, broken since r20436. 2007-04-20 04:17:15 +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 force cl_sortkey index 2007-04-07 08:44:52 +00:00
ChangesList.php Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) 2007-04-04 05:22:37 +00:00
CoreParserFunctions.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
Credits.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
Database.php *Support for HAVING clause 2007-05-04 22:54:13 +00:00
DatabaseFunctions.php The war on redundant ampersand usage! 2007-01-22 23:50:42 +00:00
DatabaseOracle.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
DatabasePostgres.php *Support for HAVING clause 2007-05-04 22:54:13 +00:00
DateFormatter.php Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) 2007-04-04 05:22:37 +00:00
DefaultSettings.php bump to 1.11alpha 2007-04-30 21:53:39 +00:00
Defines.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
DifferenceEngine.php Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) 2007-04-04 05:22:37 +00:00
DjVuImage.php Doc tweaks: 2007-04-24 06:53:31 +00:00
EditPage.php fix bug 9670: follow redirects in section edit links 2007-05-01 17:26:57 +00:00
Exception.php Added some comments to our classes. 2007-04-21 12:42:27 +00:00
Exif.php Doc tweaks: 2007-04-24 06:53:31 +00:00
Export.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
ExternalEdit.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
ExternalStore.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
ExternalStoreDB.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
ExternalStoreHttp.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
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 Use eval "$4" instead of "$@", so that shell metacharacters such as "(" are understood 2007-04-24 18:09:53 +00:00
HistoryBlob.php Fix r21443 : privates are public :o) 2007-04-21 15:12:56 +00:00
Hooks.php Fixed static member invocation, was broken since inception. 2007-03-22 22:56:16 +00:00
HTMLCacheUpdate.php Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) 2007-04-04 05:22:37 +00:00
HTMLFileCache.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
HTMLForm.php Beautify the Special:Userrights form a bit 2007-04-27 15:53:28 +00:00
HttpFunctions.php
Image.php Fix regression causing incorrect image data to be stored in the oldimage table. 2007-05-04 19:39:19 +00:00
ImageFunctions.php Typo in comment. 2007-01-14 17:33:28 +00:00
ImageGallery.php Doc tweaks: 2007-04-24 06:53:31 +00:00
ImagePage.php Fix regression causing incorrect image data to be stored in the oldimage table. 2007-05-04 19:39:19 +00:00
ImageQueryPage.php Convert whitespaces to tabulations 2007-04-21 14:44:56 +00:00
IP.php debugging 2007-04-25 07:40:00 +00:00
JobQueue.php * Comments 2007-04-21 12:33:41 +00:00
Licenses.php Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) 2007-04-04 05:22:37 +00:00
LinkBatch.php The war on redundant ampersand usage! 2007-01-22 23:50:42 +00:00
LinkCache.php Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) 2007-04-04 05:22:37 +00:00
Linker.php BC hack for thumbnail sizes 2007-05-01 21:30:46 +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 Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) 2007-04-04 05:22:37 +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 Temporarily revert r21784; field changes not live 2007-05-04 21:09:13 +00:00
MacBinary.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +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 The war on redundant ampersand usage! 2007-01-22 23:50:42 +00:00
MediaTransformOutput.php Minor tweaks for E_STRICT error_reporting mode warnings: 2007-05-03 01:05:51 +00:00
memcached-client.php Doc tweaks: 2007-04-24 06:53:31 +00:00
MemcachedSessions.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
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 Doc tweaks: 2007-04-24 06:53:31 +00:00
Namespace.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
ObjectCache.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +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 Added a check for "indefinite" if a local customization uses this value in [[MediaWiki:Ipboptions]]. 2007-05-04 05:46:44 +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 formatting 2007-04-27 17:37:59 +00:00
Parser.php Fix #6204 : only unindent toc if we indented it previously. 2007-05-03 19:36:24 +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 Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
PatrolLog.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
Profiler.php Yet more doc tweaks: 2007-04-20 08:55:14 +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 Doc tweaks: 2007-04-24 06:53:31 +00:00
proxy_check.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
ProxyTools.php *Remove wfGetLastIPfromXFF() from r19889 2007-04-24 19:00:45 +00:00
QueryPage.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
RawPage.php Doc tweaks: 2007-04-24 06:53:31 +00:00
RecentChange.php For now revert the rev_deleted branch merge; don't want trunk to get too far gone before changes are reviewed! 2007-03-16 16:01:07 +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 E_STRICT fixlets: more static method markers 2007-05-02 16:02:23 +00:00
SearchMySQL.php Yet more doc tweaks: 2007-04-20 08:55:14 +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 Defer populating searchTerms until later on - allows for better highlighting. 2007-04-27 03:45:43 +00:00
SearchTsearch2.php The war on redundant ampersand usage! 2007-01-22 23:50:42 +00:00
SearchUpdate.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
Setup.php * (bug 3826) Normalize some invalid cookie name characters when setting 2007-04-25 18:38:11 +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 (bug 7958) Special:Cite of older version of an article should use old version id. 2007-05-03 06:08:12 +00:00
SkinTemplate.php (bug 7958) Special:Cite of older version of an article should use old version id. 2007-05-03 06:08:12 +00:00
SpecialAllmessages.php * New message: talkpagelinktext 2007-04-08 13:30:18 +00:00
SpecialAllpages.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialAncientpages.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialBlockip.php *Remove double-escaping and inconsistent capitalization 2007-05-01 20:38:11 +00:00
SpecialBlockme.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
SpecialBooksources.php Some small doc tweaks to reduce Doxygen warnings, namely: 2007-04-18 09:50:10 +00:00
SpecialBrokenRedirects.php Added some comments to our classes. 2007-04-21 12:42:27 +00:00
SpecialCategories.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialConfirmemail.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialContributions.php oops! debugging code left in 2007-04-30 11:41:39 +00:00
SpecialDeadendpages.php Convert whitespaces to tabulations 2007-04-21 14:44:56 +00:00
SpecialDisambiguations.php The war on redundant ampersand usage! 2007-01-22 23:50:42 +00:00
SpecialDoubleRedirects.php Doc tweaks: 2007-04-24 06:53:31 +00:00
SpecialEmailuser.php Doc tweaks: 2007-04-24 06:53:31 +00:00
SpecialExport.php re-submitting add-from-cat feature, fixed get/subpage syntax. Should work with interwiki import now. 2007-03-14 17:28:22 +00:00
SpecialFewestrevisions.php Convert whitespaces to tabulations 2007-04-21 14:44:56 +00:00
SpecialImagelist.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialImport.php whitespaces killing 2007-04-21 12:13:47 +00:00
SpecialIpblocklist.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialListredirects.php Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) 2007-04-04 05:22:37 +00:00
SpecialListusers.php Convert whitespaces to tabulations 2007-04-21 14:44:56 +00:00
SpecialLockdb.php Added some comments to our classes. 2007-04-21 12:42:27 +00:00
SpecialLog.php Re-apply r20779 fix and use changed text for the (non-miser) search textbox 2007-04-19 14:40:58 +00:00
SpecialLonelypages.php Added some comments to our classes. 2007-04-21 12:42:27 +00:00
SpecialLongpages.php Convert whitespaces to tabulations 2007-04-21 14:44:56 +00:00
SpecialMIMEsearch.php Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) 2007-04-04 05:22:37 +00:00
SpecialMostcategories.php Yet more doc tweaks: 2007-04-20 08:55:14 +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
SpecialMostrevisions.php The war on redundant ampersand usage! 2007-01-22 23:50:42 +00:00
SpecialMovepage.php * (bug 9649) Fix RTL form alignment for Special:Movepage 2007-04-25 20:46:02 +00:00
SpecialNewimages.php don't allow search for new images in miser mode 2007-03-27 16:50:09 +00:00
SpecialNewpages.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialPage.php Added some comments to our classes. 2007-04-21 12:42:27 +00:00
SpecialPopularpages.php Convert whitespaces to tabulations 2007-04-21 14:44:56 +00:00
SpecialPreferences.php (bug 929, 4215) Expose "rcdays" user preference in Special:Preferences 2007-04-08 09:30:06 +00:00
SpecialPrefixindex.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialProtectedpages.php *Remove GROUP BY entirely, not needed since mandatory pr_type filter was added 2007-05-04 16:09:09 +00:00
SpecialRandompage.php Yet more doc tweaks: 2007-04-20 08:55:14 +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 Some small doc tweaks to reduce Doxygen warnings, namely: 2007-04-18 09:50:10 +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 Added some comments to our classes. 2007-04-21 12:42:27 +00:00
SpecialRevisiondelete.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialSearch.php Fix #3431 : dont show next link when there is no more additional results. 2007-05-04 20:07:52 +00:00
SpecialShortpages.php The war on redundant ampersand usage! 2007-01-22 23:50:42 +00:00
SpecialSpecialpages.php revert r20430; seems to have been tied into a reverted branch merge, uses config var that's not present 2007-03-28 18:10:34 +00:00
SpecialStatistics.php - add simple row estimation mechanism, allows preparing heavy queries better :) 2007-04-07 07:35:54 +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
SpecialUndelete.php Removed PostgreSQL-specific hack. It does support FOR UPDATE, and if it didn't, the correct place to deal with it would be in DatabasePostgres::makeSelectOptions(), not scattered throughout the code. 2007-05-02 16:47:06 +00:00
SpecialUnlockdb.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
SpecialUnusedcategories.php The war on redundant ampersand usage! 2007-01-22 23:50:42 +00:00
SpecialUnusedimages.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialUnusedtemplates.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialUnwatchedpages.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialUpload.php fix calling convention to Linker::makeImageLinkObj() 2007-04-25 09:54:00 +00:00
SpecialUploadMogile.php Added some comments to our classes. 2007-04-21 12:42:27 +00:00
SpecialUserlogin.php Fix backtrace when creating an account with a password being the same as the 2007-05-01 17:52:13 +00:00
SpecialUserlogout.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
SpecialUserrights.php Avoid the duplication of form UI code between Special:Userrights and Special:Makesysop 2007-04-27 16:09:45 +00:00
SpecialVersion.php * (bug 9682) Revert PHP 5.1 dependency on warning suppression for SVN info 2007-04-26 18:16:41 +00:00
SpecialWantedcategories.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialWantedpages.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SpecialWatchlist.php *Allow log events 2007-03-14 01:54:07 +00:00
SpecialWhatlinkshere.php Fix #9630 : Limits links in Whatlinkshere forget about namespace filter 2007-04-21 14:27:59 +00:00
SpecialWithoutinterwiki.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
SquidUpdate.php E_STRICT fixlets: properly mark some static methods as static 2007-05-02 15:36:17 +00:00
StreamFile.php * Add 'charset' to Content-Type headers on various HTTP error responses 2007-02-21 01:02:47 +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 * (bug 9780) Fix normalization of titles with initial colon followed by whitespace 2007-05-04 14:30:02 +00:00
User.php *only sanitize IPs, preserve mName 2007-04-27 13:03:42 +00:00
UserMailer.php Added $wgUsersNotifedOnAllChanges, array of usernames who will be sent a notification email for every change which occurs on a wiki 2007-04-22 14:07:28 +00:00
Utf8Case.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
WatchedItem.php E_STRICT fixlets: properly mark some static methods as static 2007-05-02 15:36:17 +00:00
WebRequest.php Doc tweaks: 2007-04-24 06:53:31 +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 X-Database-Lag header 2007-04-25 09:05:09 +00:00
WikiError.php Yet more doc tweaks: 2007-04-20 08:55:14 +00:00
Xml.php * New shortcut function 2007-04-02 14:04:29 +00:00
XmlFunctions.php * Removing a handful of unused globals. 2007-01-23 07:29:58 +00:00
ZhClient.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
ZhConversion.php Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00