wiki.techinc.nl/includes
Siebrand Mazeland 7ec00fa118 (bug 29011) Remove hard coded text from Special:LockDb.
Who locked the database and when will be displayed in the content language, as reason, locker and timestamp are saved in $wgReadOnlyFile.
2011-05-16 23:21:32 +00:00
..
actions Rewrote the article counting code and related: 2011-05-14 17:11:32 +00:00
api Kill the error suppression operator in the Api 2011-05-15 14:57:10 +00:00
cache Fixed a bug in transformation where previous language could leak into later transformations in UI language. Not sure what do with userlang. 2011-05-15 07:16:25 +00:00
conf Add exposeGlobals() b/c stuff 2011-05-16 21:14:51 +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 Kill diff.js with fire. It only applies to versions of Gecko that were released before Nov 2002, which is waaaay beyond what we support, or what anyone could conceivably be using in this day and age. 2011-05-14 23:49:29 +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-16 20:37:00 UTC) 2011-05-16 20:57:27 +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 Move $wgContLang out of the switch 2011-05-15 12:37:50 +00:00
normal Fix for HipHop breakage in r87748 etc. Please do not use require_once(dirname(__FILE__)...) to fetch class, function or define() dependencies anymore. You do not need to have HipHop to know that doing so will break it. 2011-05-15 13:36:59 +00:00
objectcache More versions added to @deprecated tags 2011-05-06 21:50:18 +00:00
parser Profile brace substitution per title to help detect the "bad templates". (Make this configurable?) 2011-05-15 12:40:32 +00:00
profiler unbreak ProfilerSimpleTrace, some Profile refactoring made it not worky :( Also, add it to AutoLoader 2011-05-16 12:50:02 +00:00
resourceloader Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHop support. 2011-05-15 13:21:16 +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 (bug 29011) Remove hard coded text from Special:LockDb. 2011-05-16 23:21:32 +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 (bug 23464) File: prefixes are now chopped off during uploading. 2011-05-15 12:51:52 +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 Yet more additions of wfProfileOut() 2011-02-10 16:39:53 +00:00
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 Rewrote the article counting code and related: 2011-05-14 17:11:32 +00:00
AuthPlugin.php
AutoLoader.php Initial commit of configuration management backend proposal. Feedback desired before I go much further. 2011-05-16 21:04:55 +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 More documentation and class definitions 2011-03-08 20:17:48 +00:00
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 Special pages don't have talk page. Fixes exception in feeds when using revision deletion feature: 2011-05-14 12:24:45 +00:00
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 w/s fixups 2011-02-12 04:06:22 +00:00
Cookie.php coding style tweaks, doc updates, marked some public functions as such 2011-03-22 20:23:52 +00:00
DefaultSettings.php Setting $wgLocalTZoffset based on $wgLocaltimezone, using code that used to 2011-05-15 13:42:10 +00:00
Defines.php Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHop support. 2011-05-15 13:21:16 +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 (bug 28287) The "your changes" box for edit conflicts is now read-only. Patch by MZMcBride. 2011-05-14 22:57:55 +00:00
Exception.php Follow-up r85918: 2011-05-07 14:01:49 +00:00
Export.php Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHop support. 2011-05-15 13:21:16 +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 Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHop support. 2011-05-15 13:21:16 +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 Follow up r83140. Add a clear() method to ObjectCache so that it can be used by ForkController. 2011-03-06 23:07:36 +00:00
FormOptions.php FormOptions: adds doc & tests 2011-02-28 20:58:34 +00:00
GenderCache.php Type hinting 2011-04-25 21:25:45 +00:00
GlobalFunctions.php Fix for HipHop breakage in r87748 etc. Please do not use require_once(dirname(__FILE__)...) to fetch class, function or define() dependencies anymore. You do not need to have HipHop to know that doing so will break it. 2011-05-15 13:36:59 +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 Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHop support. 2011-05-15 13:21:16 +00:00
ImageFunctions.php
ImageGallery.php some coding style tweaks 2011-05-16 13:04:57 +00:00
ImagePage.php (bug 23002) Imagelinks table not updated after imagemove. The actual bug was inconsistent behaviour between imagelinks and pagelinks for redirects. 2011-05-14 12:20:45 +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 Follow-up r87176: Make importDump.php import files 2011-05-15 10:39:15 +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 Perform an early exit 2011-05-15 12:34:00 +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 (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 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 Split mw.user from mediawiki.js into its own module 2011-05-16 17:58:54 +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 Follow-up r88190: coding style 2011-05-16 09:59:23 +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 Remove special case for IE on Mac. No longer supported. Also fixes bug 28937: The /* Empty */ comment inserted by RawPage::getArticleText should be localizable. 2011-05-14 16:01:15 +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 Whitespace changes 2011-05-16 09:40:19 +00:00
SiteConfiguration.php
SiteStats.php Rewrote the article counting code and related: 2011-05-14 17:11:32 +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 Marked some _Newtalk functions protected 2011-05-15 06:32:26 +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 Add profiling to removeWatch 2011-02-13 19:12:24 +00:00
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 Removed configuration storage in the MediaWiki class: 2011-05-16 16:46:30 +00:00
WikiError.php Kill some more long deprecated unused functions 2011-05-06 21:09:34 +00:00
WikiMap.php
Xml.php * fixed typo 2011-05-15 09:20:40 +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