wiki.techinc.nl/includes
Platonides eded6a8db8 Make BitmapMetadataHandlerTest incomplete if $wgShowEXIF is not set.
It was throwing 'MWException: Internal error: exif_read_data not present. $wgShowEXIF may be incorrectly set or not checked by an extension.'
Fixed typo in LocalSettings.
2011-06-29 13:45:57 +00:00
..
actions Follow-up r90877: spot the copy-and-pasted code... :D 2011-06-27 16:22:01 +00:00
api Removed raw Article->field accessing 2011-06-28 14:10:55 +00:00
cache * Follow-up r90749 2011-06-25 17:59:42 +00:00
conf And even more documentation 2011-05-28 18:58:51 +00:00
db Follow-up r84475 CR; and also documentation fixes; PhpStorm 2.1 is *even more* fussy about documentation format... :D 2011-06-26 23:01:29 +00:00
diff Follow-up r90334 and r90337: made DifferenceEngine::addHeader() non-static to be able to use $this->mTitle instead of $wgTitle 2011-06-29 10:51:15 +00:00
extauth Revert the dbname -> dbName part of r90430. dbname actually dates back to r32578 and is referenced in the documentation for $wgDBservers, so it can't be easily changed. We can still kill tablename though, it's not too late. 2011-06-20 07:40:07 +00:00
filerepo Followup r90722, seems the file comments were a bad merge... 2011-06-25 16:32:03 +00:00
installer Localisation updates for core and extension messages from translatewiki.net (2011-06-28 21:10:00 UTC) 2011-06-28 21:20:29 +00:00
interwiki
job Even more documentation in various files 2011-05-29 14:24:27 +00:00
json Fix the non-PEAR alternative for Services_JSON_Error to be less useless. bug 29278 shows an error related to this class not being stringifiable 2011-06-06 09:41:33 +00:00
libs Swap else if for elseif 2011-06-17 16:03:52 +00:00
media Update calls to deprecated User::isValidEmailAddr 2011-06-26 19:16:04 +00:00
normal Swap else if for elseif 2011-06-17 16:05:05 +00:00
objectcache Revert r87145, bug 28752: Xcache doesn't work in cli mode. As pointed out on CR, this didn't fix it, it just hid the issue. 2011-06-08 00:53:56 +00:00
parser $wgContLang no longer used here 2011-06-29 13:23:51 +00:00
profiler Fix for r89206, r89218: always supply constructor parameters 2011-05-31 23:50:11 +00:00
resourceloader (bug 29277) MediaWiki:Filepage.css not loaded on foreignwiki itself. Fixup to r68904. Yay Roan finally taught me how to use the resourceloader :D 2011-06-29 00:08:25 +00:00
revisiondelete Swap else if for elseif 2011-06-17 16:05:05 +00:00
search Swap else if for elseif 2011-06-17 16:05:05 +00:00
specials Disable ns selector checkboxes when 'all' namespace is selected 2011-06-28 06:40:49 +00:00
templates * Restored the page shown when LocalSettings.php is missing to how it was before r85918. That template is a welcome page, not a "catastrophic error". 2011-06-07 05:11:50 +00:00
upload UploadStashFile::__construct() can't assume that the mwrepo-produced paths match the temp zone. 2011-06-28 22:00:21 +00:00
zhtable Update Chinese conversion tables. 2011-06-19 18:10:24 +00:00
.htaccess
Action.php Fix code style 2011-06-22 21:38:02 +00:00
AjaxDispatcher.php
AjaxFunctions.php Removed code2utf() and replaced with codepointToUtf8() to reduce code duplication since they do exactely the same thing 2011-06-29 09:22:15 +00:00
AjaxResponse.php
Article.php Use content language in formatting of dates in revertpage message 2011-06-28 04:47:59 +00:00
AuthPlugin.php Add/remove/tweak method documentation 2011-05-19 00:03:31 +00:00
AutoLoader.php (bug 29277) MediaWiki:Filepage.css not loaded on foreignwiki itself. Fixup to r68904. Yay Roan finally taught me how to use the resourceloader :D 2011-06-29 00:08:25 +00:00
Autopromote.php Follow-up r90819: made XOR only work on two conditions per CR. Give a warning if three or more given. 2011-06-28 02:56:45 +00:00
BacklinkCache.php BacklinkCache was forgetting to check rd_interwiki when getting redirects, and thus getting 2011-06-29 07:19:12 +00:00
Block.php Follow-up r88738: this check is no longer needed since r88750. 2011-06-27 13:48:01 +00:00
Category.php
Categoryfinder.php Add/remove/tweak method documentation 2011-05-19 00:03:31 +00:00
CategoryPage.php (sort of bug 29586) Make the (next 200) links on categories link directly to 2011-06-26 03:00:37 +00:00
Cdb.php And even more documentation 2011-05-28 18:58:51 +00:00
Cdb_PHP.php And some more.... 2011-05-28 17:51:33 +00:00
ChangesFeed.php (bug 29485) For rss feed of the RC, it groups consecutive edits by same user, but then links 2011-06-19 05:45:40 +00:00
ChangesList.php Remove unused global $wgContLang 2011-06-22 21:36:42 +00:00
ChangeTags.php Minor refactoring 2011-06-06 15:01:27 +00:00
Collation.php Let $wgCategoryCollation take a class name as a value so that extensions 2011-06-25 07:21:29 +00:00
ConfEditor.php Removed some usage of error suppression operator 2011-06-09 19:52:07 +00:00
Cookie.php Add some doc comments on Cookie::validateCookieDomain() and Http::isValidUri(), which both have some failing test cases and are incomplete 2011-06-01 22:35:03 +00:00
DefaultSettings.php Make BitmapMetadataHandlerTest incomplete if $wgShowEXIF is not set. 2011-06-29 13:45:57 +00:00
Defines.php * Core: 2011-06-26 04:12:05 +00:00
DjVuImage.php Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely. 2011-05-17 22:03:20 +00:00
EditPage.php Make parser->getFunctionLang be dependent on title->getPageLanguage() instead of $wgContLang, i.e. the page content language instead of the wiki content language. This sets the right language on page view + edit for all pages, instead of only edit preview on MediaWiki namespace pages (as in EditPage.php). 2011-06-26 22:58:27 +00:00
Exception.php * Remove Exception.php's reliance on wfDie(), as well as the awful constant MEDIAWIKI_INSTALL (holdover from old installer) 2011-06-28 19:46:23 +00:00
Export.php Uncommited documentation from my working copy 2011-06-25 16:15:44 +00:00
ExternalEdit.php Removed raw Article->field accessing 2011-06-28 14:10:55 +00:00
ExternalStore.php Even more documentation in various files 2011-05-29 14:24:27 +00:00
ExternalStoreDB.php
ExternalStoreHttp.php
ExternalUser.php More documentation tweaks/additions 2011-05-26 19:52:56 +00:00
FakeTitle.php It's not just for < 5.1! 2011-05-26 20:38:05 +00:00
Fallback.php And even more documentation 2011-05-28 18:58:51 +00:00
Feed.php And some more parameter documentation!! 2011-05-28 16:31:00 +00:00
FeedUtils.php
FileDeleteForm.php Follow-up r90482: escape some more wikitext 2011-06-22 14:59:05 +00:00
FileRevertForm.php
ForkController.php And even more documentation 2011-05-28 18:59:42 +00:00
FormOptions.php
GenderCache.php More documentation tweaks/additions 2011-05-26 20:26:51 +00:00
GlobalFunctions.php * Remove Exception.php's reliance on wfDie(), as well as the awful constant MEDIAWIKI_INSTALL (holdover from old installer) 2011-06-28 19:46:23 +00:00
HistoryBlob.php Revert r89925, setting disable_functions in php.ini is definitely the wrong way to fix hash mismatches. 2011-06-14 06:07:20 +00:00
HistoryPage.php Correct alignment for RevisionDelete button 2011-06-25 12:28:42 +00:00
Hooks.php Swap else if for elseif 2011-06-17 16:03:52 +00:00
Html.php * used Html static functions instead og Xml. (r89260#c17418) 2011-06-01 14:18:12 +00:00
HTMLForm.php (bug 29511) block dropdown reasons should be in wiki content language. 2011-06-27 18:05:09 +00:00
HttpFunctions.old.php More parameter documentation!! 2011-05-28 15:59:57 +00:00
HttpFunctions.php follow up r89278 — remove FTP support. 2011-06-04 02:59:10 +00:00
ImageFunctions.php Even more documentation in various files 2011-05-29 14:24:27 +00:00
ImageGallery.php And even more documentation 2011-05-28 18:59:42 +00:00
ImagePage.php (bug 29277) MediaWiki:Filepage.css not loaded on foreignwiki itself. Fixup to r68904. Yay Roan finally taught me how to use the resourceloader :D 2011-06-29 00:08:25 +00:00
ImageQueryPage.php Param documentation updates/added 2011-05-26 19:21:50 +00:00
Import.php Removed usage of error suppression operator 2011-06-22 18:02:28 +00:00
Init.php Minor doc fix to r84741 2011-06-16 23:40:13 +00:00
IP.php * (bug 28798) Set $wgServer in the default LocalSettings.php 2011-06-15 07:35:47 +00:00
Licenses.php Swap else if for elseif 2011-06-17 16:03:52 +00:00
Linker.php Swap else if for elseif 2011-06-17 16:03:52 +00:00
LinkFilter.php Remove some stuff marked as deprecated <= 1.16 unused 2011-05-06 20:59:58 +00:00
LinksUpdate.php Added some GPL headers 2011-06-28 18:21:59 +00:00
LocalisationCache.php And even more documentation 2011-05-28 18:59:42 +00:00
LogEventsList.php * Improvements as part of bug 6100: Use wfUILang() instead of $wgContLang where appropriate 2011-06-21 10:14:34 +00:00
LogPage.php Follow-up r90749: use a new 'autopromote' action for the autopromote rights log entries. Removed the 'rightsautocomment' msg. 2011-06-26 21:44:55 +00:00
MagicWord.php * Use Preprocessor_Hash by default in compiled mode, it is faster 2011-05-31 06:10:23 +00:00
Message.php Follow up r89585. Clean up after the test, expand inContentLanguage() comment. 2011-06-06 21:24:23 +00:00
MessageBlobStore.php Refactor MessageBlobStore::updateModule() to remove the multi-language update behavior. Instead of updating all language's blobs at once, it now only updates the requested language. This, in combination with the bug fixed in r89001, was what caused the UploadWizard timeouts on the cluster 2011-05-27 22:42:20 +00:00
Metadata.php Use title accessor 2011-06-28 21:38:04 +00:00
mime.info (bug 18803) JPEG2000 images can no longer be uploaded as JPEG image. Done by adding the relevant mime info to mime.types and mime.info 2011-05-14 14:41:31 +00:00
mime.types (bug 18803) JPEG2000 images can no longer be uploaded as JPEG image. Done by adding the relevant mime info to mime.types and mime.info 2011-05-14 14:41:31 +00:00
MimeMagic.php More documentation in various files 2011-05-29 14:01:47 +00:00
MWFunction.php
Namespace.php More adding, updating and tweaking of documentation 2011-05-21 19:07:24 +00:00
OutputHandler.php And more documentation. Yaaaay 2011-05-28 17:18:50 +00:00
OutputPage.php New mediawiki.page modules 2011-06-22 21:27:12 +00:00
PageQueryPage.php
Pager.php Follow-up to r90265: directionality improvements as part of bug 6100 (under $wgBetterDirectionality): 2011-06-18 13:12:52 +00:00
PatrolLog.php (bug 28992) Revision numbers in the patrol log are transformed in the user language. 2011-05-16 23:36:39 +00:00
PoolCounter.php And even more documentation, the last of this batch 2011-05-28 19:00:01 +00:00
Preferences.php Follow-up r90408: use $user->useRCPatrol() 2011-06-25 10:04:14 +00:00
PrefixSearch.php
ProtectionForm.php Removed raw Article->field accessing 2011-06-28 14:10:55 +00:00
ProxyTools.php Moved wfIsLocallyBlockedProxy() to User::isLocallyBlockedProxy() to put it near other proxy checks. No other call to that function in core or extension. 2011-06-19 12:57:31 +00:00
QueryPage.php
RawPage.php Use getLatest() accessor 2011-06-28 21:39:55 +00:00
RecentChange.php Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely. 2011-05-17 22:03:20 +00:00
RequestContext.php Follow-up r89408, r86872: restore IContextSource and ContextSource, to be more carefully reimplemented. 2011-06-27 19:38:30 +00:00
Revision.php Fix for r90429: removed call to protected method 2011-06-20 07:45:19 +00:00
Sanitizer.php Followup to r86061: add parser test case to confirm that '&apos' in wikitext doesn't make it to output. 2011-06-07 20:11:24 +00:00
SeleniumWebSettings.php coding style tweaks + removed some PHP4-isms 2011-06-25 23:27:05 +00:00
Setup.php Removed $wgProto. Previously, setting this undocumented global variable to anything other than the part of $wgServer before the first colon would cause various things to subtly screw up. Similarly, forgetting to set it when you override $wgServer in LocalSettings.php would break things too. 2011-06-16 05:13:29 +00:00
SiteConfiguration.php More documentation updates and additions 2011-05-21 20:06:57 +00:00
SiteStats.php We check self::$pageCount, then assign it to another array, and return it from that array 2011-05-25 20:57:15 +00:00
Skin.php Follow-up r86234, and more parameter documentation. 2011-06-26 23:40:43 +00:00
SkinLegacy.php WatchAction requires token (BREAKING CHANGE) 2011-06-06 00:09:03 +00:00
SkinTemplate.php Apply rgcjones' patch for Bug#29533: 2011-06-26 19:52:11 +00:00
SpecialPage.php Add SpecialPermanentLink to Autoloader 2011-06-28 01:17:19 +00:00
SpecialPageFactory.php Comment shuffling, also fixing r86347 CR. 2011-06-26 23:25:50 +00:00
SquidPurgeClient.php More documentation tweaks and updates 2011-05-21 19:54:24 +00:00
Status.php Follow-up r81536: Fix misleading comment in Status and add a comment to LocalFileRestoreBatch::cleanupFailedBatch. 2011-05-26 18:41:06 +00:00
StreamFile.php And more documentation. Yaaaay 2011-05-28 17:18:50 +00:00
StringUtils.php More documentation tweaks and updates 2011-05-21 19:54:24 +00:00
StubObject.php Fix for r89474: added missing () to function call 2011-06-04 20:28:59 +00:00
tidy.conf
Title.php Added some GPL headers 2011-06-28 18:21:59 +00:00
TitleArray.php More parameter documentation!! 2011-05-28 15:59:57 +00:00
User.php Added some GPL headers 2011-06-28 18:21:59 +00:00
UserArray.php More parameter documentation!! 2011-05-28 15:59:57 +00:00
UserMailer.php Fix for r89475: let's make this correctly 2011-06-04 20:27:51 +00:00
UserRightsProxy.php
ViewCountUpdate.php Fix comment from r79430; pointed out by Emufarmers 2011-06-25 19:13:40 +00:00
WatchedItem.php And even more documentation, the last of this batch 2011-05-28 19:00:01 +00:00
WebRequest.php Swap else if for elseif 2011-06-17 16:05:35 +00:00
WebResponse.php Added some GPL headers 2011-06-28 18:21:59 +00:00
WebStart.php Added some GPL headers 2011-06-28 18:21:59 +00:00
Wiki.php * Fixed documentation 2011-06-28 17:20:16 +00:00
WikiError.php Kill some more long deprecated unused functions 2011-05-06 21:09:34 +00:00
WikiMap.php Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely. 2011-05-17 22:03:20 +00:00
Xml.php Find 'all' special ns regardless of its rank in the select 2011-06-28 19:32:25 +00:00
XmlTypeCheck.php More comment updates, addition of some braces also 2011-05-21 19:36:03 +00:00
ZhClient.php And even more documentation in various files 2011-05-29 14:25:20 +00:00
ZhConversion.php Update Chinese conversion tables. 2011-06-19 18:10:24 +00:00
ZipDirectoryReader.php Fix unused variables 2011-05-13 16:16:44 +00:00