wiki.techinc.nl/includes
2011-05-14 09:05:15 +00:00
..
actions I have no idea where that count() pass in r87165 2011-04-30 15:14:12 +00:00
api Followup r88002, fix naming on param documentation 2011-05-14 09:05:15 +00:00
cache HTMLCacheUpdate->invalidate() deprecated since 1.16, unused 2011-05-06 23:15:01 +00:00
db removed max line size for a sql dump file. This optional since PHP 4.2.0. Larger lines are needed when importing test databases in selenium framework. This change was discussed on wikitech-l on 03.Feb.2011. 2011-05-13 17:24:43 +00:00
diff * (bug 21279, bug 28820) Workaround for standard diff links to deleted revs; Special:Undelete links to deleted rev when allowed. 2011-05-10 01:17:01 +00:00
extauth Fix for r80864, host not server. Like r87498 2011-05-06 14:57:05 +00:00
filerepo More versions added to @deprecated tags 2011-05-06 21:50:18 +00:00
installer Localisation updates for core and extension messages from translatewiki.net (2011-05-13 21:15:00 UTC) 2011-05-13 21:34:44 +00:00
interwiki Allow rows missing iw_trans or iw_local to be considered valid. 2011-04-23 03:10:57 +00:00
job Merge r86398 into the old wfWaitForSlaves. Update core calls. 2011-04-20 00:12:06 +00:00
json Remove debugging code accidentally committed in r86253 2011-04-17 10:49:27 +00:00
libs * (bug 25262) Fix for minification of hardcoded data: URIs in CSS 2011-05-10 20:14:30 +00:00
media (bug 28883) Add messages for compression types (metadata) commonly used by Tiffs. 2011-05-09 03:48:06 +00:00
normal (bug 28864) Fix UtfNormal benchmark & test case runners from regression in r85327, r85944 2011-05-09 17:43:09 +00:00
objectcache More versions added to @deprecated tags 2011-05-06 21:50:18 +00:00
parser More versions added to @deprecated tags 2011-05-06 21:50:18 +00:00
profiler * Added Profiler::isStub() to check if we are using a stub profiler, instead of checking whether $wgProfiler is set 2011-04-21 16:31:02 +00:00
resourceloader Creating a way to toggle mw.config LEGACY_GLOBALS from LocalSettings (bug 28916). 2011-05-10 23:17:13 +00:00
revisiondelete * (bug 21279) Special:RevisionDelete now uses revision ID for deleted-page revisions when ar_rev_id is available. 2011-05-10 01:11:52 +00:00
search More versions added to @deprecated tags 2011-05-06 21:50:18 +00:00
specials * addon to previous 2011-05-13 23:42:06 +00:00
templates (bug 13015, bug 18347, bug 18996, bug 20473, bug 23669, bug 28244) separate the password-reset request dialogue from SpecialUserlogin. 2011-04-20 15:27:09 +00:00
upload change the name of UploadBase::verifyPermissions() to verifyTitlePermissions() for clarity. A wrapper function is left for extensions that rely on the old method 2011-03-25 20:37:26 +00:00
zhtable
.htaccess
Action.php Revert r86872: Breaks LiquidThreads page moves with the below failure. Threads are lost and nowhere to be found any more. 2011-04-25 18:20:53 +00:00
AjaxDispatcher.php
AjaxFunctions.php (bug 10154) Don't allow user to specify days beyond $wgRCMaxAge 2011-05-13 16:21:39 +00:00
AjaxResponse.php
Article.php Fix unused variables 2011-05-13 16:16:44 +00:00
AuthPlugin.php
AutoLoader.php * (bug 24711) MV_EditPageAjax.php uses deprecated LogReader and LogViewer 2011-05-07 23:46:16 +00:00
Autopromote.php
BacklinkCache.php Type hinting 2011-04-25 21:25:45 +00:00
Block.php Revert r85776, r85782 pending better solution 2011-04-12 20:27:26 +00:00
Category.php
Categoryfinder.php
CategoryPage.php More versions added to @deprecated tags 2011-05-06 21:50:18 +00:00
Cdb.php More parameter and return type hints 2011-04-25 22:41:54 +00:00
Cdb_PHP.php
ChangesFeed.php
ChangesList.php Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all 2011-04-21 00:07:09 +00:00
ChangeTags.php Remove sneaky space in class-> method() call 2011-03-22 22:26:58 +00:00
Collation.php Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all 2011-04-21 00:07:09 +00:00
ConfEditor.php
Cookie.php coding style tweaks, doc updates, marked some public functions as such 2011-03-22 20:23:52 +00:00
DefaultSettings.php (bug 10154) Don't allow user to specify days beyond $wgRCMaxAge 2011-05-13 16:21:39 +00:00
Defines.php Move minimum database versions to Defines.php 2011-05-07 15:25:27 +00:00
DjVuImage.php Workaround for bug 28146: running out of memory during Unicode validation/normalization when uploading DjVu file with lots of embedded page text 2011-04-04 20:59:04 +00:00
EditPage.php Fix for r86041: when the user wants to unwatch the article, really unwatch it ;) 2011-05-12 20:39:41 +00:00
Exception.php Follow-up r85918: 2011-05-07 14:01:49 +00:00
Export.php * Implement MW_VERSION constant in Defines.php and use it in preference to $wgVersion. Defines.php will have been loaded anywhere that DefaultSettings.php has been loaded. 2011-05-07 14:53:08 +00:00
ExternalEdit.php Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globals 2011-05-06 22:09:47 +00:00
ExternalStore.php The beginnings of HipHop compiled mode support. It works now for parser cache hits. 2011-04-04 12:59:55 +00:00
ExternalStoreDB.php
ExternalStoreHttp.php
ExternalUser.php
FakeTitle.php
Fallback.php * (bug 28511) Use [] syntax instead of {} for string offset access 2011-04-17 07:59:58 +00:00
Feed.php * Implement MW_VERSION constant in Defines.php and use it in preference to $wgVersion. Defines.php will have been loaded anywhere that DefaultSettings.php has been loaded. 2011-05-07 14:53:08 +00:00
FeedUtils.php
FileDeleteForm.php Tidy up some unused variables and such 2011-04-23 21:40:52 +00:00
FileRevertForm.php
ForkController.php
FormOptions.php
GenderCache.php Type hinting 2011-04-25 21:25:45 +00:00
GlobalFunctions.php $wgOut can no longer be a stub since r85278, so there's no need to check this with StubObject::isRealObject() 2011-05-08 08:50:11 +00:00
HistoryBlob.php
HistoryPage.php Merge r81448 from REL1_17: reverting RevisionMove feature back out until somebody has the time to work on it again. Reverts r67094 and its followups in trunk: r67099, r67111, r67112, r67115, r67398, r81425, r81427 2011-04-15 23:28:13 +00:00
Hooks.php * Drop 5.1 compat code 2011-04-03 09:44:50 +00:00
Html.php Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globals 2011-05-06 22:09:47 +00:00
HTMLForm.php Documentation 2011-05-04 21:23:25 +00:00
HttpFunctions.old.php
HttpFunctions.php * Implement MW_VERSION constant in Defines.php and use it in preference to $wgVersion. Defines.php will have been loaded anywhere that DefaultSettings.php has been loaded. 2011-05-07 14:53:08 +00:00
ImageFunctions.php
ImageGallery.php More versions added to @deprecated tags 2011-05-06 21:50:18 +00:00
ImagePage.php Embrace comment with () only when really needed. In Special:ListFiles and ImagePage the comment is shown alone in a table cell -> no () needed 2011-04-23 13:23:08 +00:00
ImageQueryPage.php follow-up to r87584: remove a call to no-op function ImageGallery::useSkin() in ImageQueryPage.php 2011-05-12 11:51:53 +00:00
Import.php Tidy up some unused variables and such 2011-04-23 21:40:52 +00:00
Init.php Added missing file from r85327. 2011-04-04 14:40:36 +00:00
IP.php Move Block::normaliseRange() to IP.php, then reduce it to 4 lines by using the existing functionality in that class. 2011-03-18 23:28:23 +00:00
Licenses.php
Linker.php Change $text to $html. This has been bothering me for awhile. It's stupid, counterintuitive, we call it text making people think of it as text then note (oh, this isn't text, it's html, you'd better escape it yourself or you'll screw yourself over with an XSS vector). 2011-05-08 00:10:31 +00:00
LinkFilter.php Remove some stuff marked as deprecated <= 1.16 unused 2011-05-06 20:59:58 +00:00
LinksUpdate.php Revert r85799 2011-04-11 18:37:29 +00:00
LocalisationCache.php clean up eol w/s 2011-04-25 02:20:04 +00:00
LogEventsList.php * (bug 24711) MV_EditPageAjax.php uses deprecated LogReader and LogViewer 2011-05-07 23:46:16 +00:00
LogPage.php Some more documentation and replacing static Skin calls 2011-04-16 23:23:28 +00:00
MacBinary.php * (bug 28511) Use [] syntax instead of {} for string offset access 2011-04-17 07:59:58 +00:00
MagicWord.php Add |alt= option for galleries ( Bug 18682 ). Recommit of r86749, with nested |alt= now fixed. Patch by Jan Paul Posma 2011-04-25 13:51:54 +00:00
Message.php Follow-up r86775: restub $wgLang. Not because it's a good idea, but because I can't see how to avoid the circular dependencies on it *without* stubbing it. Probably easier to just continue the drive to deprecate the global variable altogether. 2011-04-24 10:50:51 +00:00
MessageBlobStore.php
Metadata.php Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globals 2011-05-06 22:09:47 +00:00
mime.info Revert r82922 (adding eml files to mime types). Per CR, these should be accompanied by appropriate sanity checks on upload 2011-04-16 00:16:02 +00:00
mime.types Revert r82922 (adding eml files to mime types). Per CR, these should be accompanied by appropriate sanity checks on upload 2011-04-16 00:16:02 +00:00
MimeMagic.php The beginnings of HipHop compiled mode support. It works now for parser cache hits. 2011-04-04 12:59:55 +00:00
MWFunction.php coding style tweaks, doc updates, marked some public functions as such 2011-03-22 20:23:52 +00:00
Namespace.php The beginnings of HipHop compiled mode support. It works now for parser cache hits. 2011-04-04 12:59:55 +00:00
OutputHandler.php
OutputPage.php Followup to r87987: Actually load the lazy loader 2011-05-13 15:57:33 +00:00
PageQueryPage.php
Pager.php Switching arrows in Special:FileList to match the usual behaviour in MW. Bug 18962 2011-05-02 19:56:28 +00:00
PatrolLog.php
PoolCounter.php * ammend class comment 2011-05-12 20:06:00 +00:00
Preferences.php (bug 28343) Kill unused contextlines/contextchars 2011-05-01 21:14:32 +00:00
PrefixSearch.php Refactor the factory/i18n/list/etc static methods from SpecialPage into their own class; there's no reason we need to be parsing them in every single SpecialPage subclass. Leave all the methods as stubs in SpecialPage.php; if we required PHP 5.3 they could be replaced by a a __callStatic() magic method, but that doesn't work on PHP 5.2. 2011-04-17 11:31:11 +00:00
ProtectionForm.php (bug 16921) Add JavaScript-based enforcing of byte limits on move and protection forms. Patch by Jan Paul Posma 2011-04-25 11:39:30 +00:00
ProxyTools.php Removed more functions marked for removal in 1.19: wfParseCIDR(), wfRFC822Phrase() and userMailer(). 2011-05-06 18:22:37 +00:00
QueryPage.php Call $wgRequest->getLimitOffset() directly instead of wfCheckLimits() 2011-04-23 15:51:21 +00:00
RawPage.php Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globals 2011-05-06 22:09:47 +00:00
RecentChange.php Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all 2011-04-21 00:07:09 +00:00
RequestContext.php added since tag for people that care about compat 2011-04-29 21:29:20 +00:00
Revision.php Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globals 2011-05-06 22:09:47 +00:00
Sanitizer.php Move User::isValidEmailAddr() to Sanitizer. 2011-04-18 23:16:53 +00:00
SeleniumWebSettings.php
Setup.php merge in prettyURL patch 2011-05-13 11:41:17 +00:00
SiteConfiguration.php
SiteStats.php Kill some more long deprecated unused functions 2011-05-06 21:09:34 +00:00
Skin.php More versions added to @deprecated tags 2011-05-06 21:50:18 +00:00
SkinLegacy.php Fix fixme: r87340: Remove slashes from double quote escape in single quote string. 2011-05-09 17:51:17 +00:00
SkinTemplate.php Fix fail attempt at passing string by reference in r87589 2011-05-06 22:17:48 +00:00
SpecialPage.php Revert r86872: Breaks LiquidThreads page moves with the below failure. Threads are lost and nowhere to be found any more. 2011-04-25 18:20:53 +00:00
SpecialPageFactory.php (bug 28887) Do not re-use special page objects. 2011-05-09 23:27:47 +00:00
SquidPurgeClient.php More parameter and return type hints 2011-04-25 22:41:54 +00:00
Status.php Fix bug in Status::getItemXML 2011-04-30 22:12:51 +00:00
StreamFile.php
StringUtils.php
StubObject.php Follow-up r86775: restub $wgLang. Not because it's a good idea, but because I can't see how to avoid the circular dependencies on it *without* stubbing it. Probably easier to just continue the drive to deprecate the global variable altogether. 2011-04-24 10:50:51 +00:00
tidy.conf
Title.php merge in prettyURL patch 2011-05-13 11:41:17 +00:00
TitleArray.php Type hinting 2011-04-25 21:25:45 +00:00
User.php Kill $wgRateLimitsExcludedGroups which was deprecated in 1.13 2011-05-06 21:57:55 +00:00
UserArray.php
UserMailer.php Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globals 2011-05-06 22:09:47 +00:00
UserRightsProxy.php
ViewCountUpdate.php
WatchedItem.php
WebRequest.php More versions added to @deprecated tags 2011-05-06 21:50:18 +00:00
WebResponse.php Drop 5.1 compatibility calls to session_set_cookie_params() and setcookie() since we require 5.2.3+ now 2011-04-01 09:50:09 +00:00
WebStart.php * (bug 15461) Make IE8 turn off content sniffing. Everbody else should ignore this 2011-05-13 15:52:46 +00:00
Wiki.php Follow-up r86155: also remove revisionmove from MediaWiki::getAction() 2011-05-09 15:57:38 +00:00
WikiError.php Kill some more long deprecated unused functions 2011-05-06 21:09:34 +00:00
WikiMap.php
Xml.php Xml::hidden() --> Html::hidden() 2011-05-06 23:13:09 +00:00
XmlTypeCheck.php
ZhClient.php coding style tweaks, doc updates, marked some public functions as such 2011-03-22 20:23:52 +00:00
ZhConversion.php
ZipDirectoryReader.php Fix unused variables 2011-05-13 16:16:44 +00:00