wiki.techinc.nl/includes
2011-09-15 15:19:49 +00:00
..
actions Make the PROTO_ parameter to wfExpandUrl() explicit in all calls. There are now no calls to wfExpandUrl() in core that rely on PROTO_CURRENT being the default. Also switch to using getCanonicalUrl() for.... rel="canonical" :D (I picked the right name, I KNEW IT) 2011-08-19 15:46:08 +00:00
api Introduce MessageCache::getAllMessageKeys(), which returns all message keys stored in the MessageCache, and use this to power the amincludelocal parameter in meta=allmessages which adds messages that don't exist in PHP but exist as MediaWiki: pages only. 2011-09-14 19:59:50 +00:00
cache Merge r82361 from 1.17wmf1 to trunk. This shuts up "Non-string key given" exceptions in cases where a numeric key manages to become an integer somehow. This could probably be fixed in a better way but I wouldn't know how. 2011-09-15 11:12:19 +00:00
conf Deleted incorrect svn:executable properties 2011-09-05 21:01:39 +00:00
db Fix revert artefact of r96930 2011-09-13 10:59:40 +00:00
diff Mark $mDiffLang protected, and rename function to setTextLanguage per Nikerabbit on r92956 2011-09-04 16:09:58 +00:00
extauth
filerepo Add some documentation 2011-09-12 15:17:16 +00:00
installer Localisation updates for core and extension messages from translatewiki.net 2011-09-11 20:12:21 +00:00
interwiki Merge the iwtransclusion branch back into trunk 2011-08-24 13:03:03 +00:00
job Followup r94435: don't barf on jobs inserted before this revision that don't have a table param 2011-09-12 10:18:26 +00:00
json
libs Followup to r92580 and r93820: r92580 duplicated the call to wfExpandUrl(), and r93820 caused them to get out of sync. 2011-08-14 13:35:06 +00:00
logging Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes. 2011-09-15 15:19:49 +00:00
media (bug 30640; follow-up r92279) Rotating images was making skewed images 2011-09-09 20:13:09 +00:00
normal Followup r93921: missed something from testing 2011-08-04 22:06:05 +00:00
objectcache * Added a script to reduce disk space on a MySQL parser cache setup such as the one at Wikimedia at the moment, by removing all objects which expire before a given time. 2011-09-09 03:51:45 +00:00
parser Reverted r85922 and related: new doTableStuff(). I copied in the old doTableStuff() from before r85922 and reverted all parser test changes that looked vaguely related. Apologies to Platonides, since some of his parser tests appeared to be relevant to the old parser, but it's simplest to just revert all the related changes and then re-add any useful tests later. See CR r85922 for full rationale. 2011-09-15 12:10:53 +00:00
profiler Another stupid newline, forgot to press save 2011-08-30 20:55:50 +00:00
resourceloader Followup r96978, clean up code duplication by factoring out the code building load.php requests into ResourceLoader::makeLoaderURL() and makeLoaderQuery() 2011-09-13 20:36:24 +00:00
revisiondelete Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes. 2011-09-15 15:19:49 +00:00
search Refactor deferrable updates into classes & interfaces, also add helper method for the most common use case: 2011-09-10 06:50:30 +00:00
specials Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes. 2011-09-15 15:19:49 +00:00
templates (bug 30219) NoLocalSettings.php broken on Windows servers. Per Tim on r70711, can't use pathinfo() on url's since the slashes don't match. 2011-08-10 17:28:25 +00:00
upload Fixed incorrect userId reference 2011-09-14 17:23:09 +00:00
zhtable Update zh conversion tables, remove unused/incorrect rules. 2011-09-03 13:41:17 +00:00
.htaccess
Action.php Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes. 2011-09-15 15:19:49 +00:00
AjaxDispatcher.php
AjaxResponse.php
Article.php Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes. 2011-09-15 15:19:49 +00:00
AuthPlugin.php Adding support for domains in SpecialPasswordReset.php. 2011-09-08 19:54:32 +00:00
AutoLoader.php RevisionDeleter: 2011-09-14 10:36:24 +00:00
Autopromote.php Moved wfGetIP() to WebRequest::getIP(): 2011-08-18 20:03:30 +00:00
BacklinkCache.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
Block.php Fix r91886 thanks to johnduhart: check if it is an IP *before* stripping subpages, otherwise IP range blocking does not work 2011-08-12 14:32:05 +00:00
Category.php
Categoryfinder.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
CategoryPage.php Remove unused variable and update code comment per r96888. 2011-09-12 20:08:23 +00:00
Cdb.php
Cdb_PHP.php
ChangesFeed.php Couple more pieces of wikia upstreaming 2011-08-19 23:30:12 +00:00
ChangesList.php Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes. 2011-09-15 15:19:49 +00:00
ChangeTags.php
Collation.php (bug 30722) Add an identity collation that sorts things based on what the unicode code point is (aka pre-1.17 behaviour). 2011-09-11 01:13:08 +00:00
ConfEditor.php
Cookie.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
DefaultSettings.php Add support for a second argument to wfDeprecated so we can start using it right away and let users limit what warnings they get if they need to, instead of delaying warnings for an entire release or more. 2011-09-15 02:10:44 +00:00
DeferredUpdates.php Add @since to the Deferred stuff, ping r96716 2011-09-10 17:16:41 +00:00
Defines.php Followup r96437: actually define PROTO_INTERNAL 2011-09-07 14:17:42 +00:00
DjVuImage.php
EditPage.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
Exception.php Followup r85994: eliminate code duplication introduced by this revision, instead make OutputPage::showErrorPage() accept Message objects 2011-08-25 10:13:30 +00:00
Export.php getFilename renamed to getFilenames since it can return a list 2011-09-09 07:28:11 +00:00
ExternalEdit.php Use canonical URLs in sitemaps, diff stuff and external edit stuff 2011-08-19 17:33:41 +00:00
ExternalStore.php
ExternalStoreDB.php
ExternalStoreHttp.php
ExternalUser.php
FakeTitle.php
Fallback.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
Feed.php Expand some more URLs: for feeds, referers and the proxy script 2011-08-19 17:31:40 +00:00
FeedUtils.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
FileDeleteForm.php Couple more pieces of wikia upstreaming 2011-08-19 23:30:12 +00:00
ForkController.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
FormOptions.php
GenderCache.php
GlobalFunctions.php Add support for a second argument to wfDeprecated so we can start using it right away and let users limit what warnings they get if they need to, instead of delaying warnings for an entire release or more. 2011-09-15 02:10:44 +00:00
GlobalUsageQuery.php Fix trailing whitespaces 2011-09-06 19:28:27 +00:00
HistoryBlob.php
HistoryPage.php Per Krinke on r91772, do not use general float/align classes. I removed them in shared.css because they are recent and not widely used yet. 2011-09-07 05:23:16 +00:00
Hooks.php
Html.php Add documentation for r96170 and r96188. 2011-09-04 21:18:27 +00:00
HTMLForm.php Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes. 2011-09-15 15:19:49 +00:00
HttpFunctions.old.php
HttpFunctions.php Use wfParseUrl() instead of parse_url() in MWHttpRequest::__construct(), and check the return value for false 2011-09-08 13:53:18 +00:00
ImageFunctions.php Move wfFixBoxImage() out of ImageFunctions and into MediaHandler. It's only used by ImageHandler and OggHandler. 2011-07-28 00:07:08 +00:00
ImageGallery.php Cleanup to r84610 per CR: changed BeforeParserMakeImageLinkObj hook to use a RepoGroup style param array that also excepts a 'broken' parameter. This new parameter replaces the odd "use timestamp '0' to make a broken thumbnail' convention. No other callers are using this hook other than FR, so the old time/sha1 params where removed. 2011-09-06 18:11:53 +00:00
ImagePage.php * Move <small> styling from message to shared.css 2011-09-12 12:46:20 +00:00
ImageQueryPage.php
Import.php (bug 23057) Importers can 'edit' or 'create' a fully-protected page by importing a new revision into it 2011-09-06 00:01:06 +00:00
Init.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
IP.php Fixed typo in ipv6 private IP range list and added test (bug 30739) 2011-09-06 23:15:42 +00:00
Licenses.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
Linker.php Chrome seems to already support dir=auto, and I see no downsides using it for user comments. 2011-09-14 08:32:52 +00:00
LinkFilter.php
LinksUpdate.php Followup r95396 2011-09-01 15:58:43 +00:00
LocalisationCache.php Replace localisation cache check removed in r91432 with another check 2011-09-09 12:49:40 +00:00
LogEventsList.php Followup r96543, + is not the correct thing to use here 2011-09-09 05:17:05 +00:00
LogPage.php RevisionDeleter: 2011-09-14 10:36:24 +00:00
MagicWord.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
Message.php Whitespace/documentation 2011-09-14 15:07:20 +00:00
MessageBlobStore.php
Metadata.php
mime.info Merged Wikia change. 2011-09-14 00:27:48 +00:00
mime.types Merged in mime-type from Wikia (for Sawfish Window Manager). 2011-09-14 00:19:32 +00:00
MimeMagic.php
MWFunction.php
Namespace.php Fix typo 2011-08-20 12:47:17 +00:00
OutputHandler.php
OutputPage.php Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes. 2011-09-15 15:19:49 +00:00
PageQueryPage.php Call Linker method statically; also changed it to linkKnown() 2011-09-05 20:48:14 +00:00
Pager.php FU r97022: Fallback to empty array for getExtraSortFields() result in __construct() if no value is set for the sort order/type. 2011-09-14 17:42:28 +00:00
PatrolLog.php Trim trailing whitespace 2011-07-24 21:36:04 +00:00
PHPVersionError.php Revert 2 from r92498 2011-07-18 23:04:09 +00:00
PoolCounter.php Documentation 2011-08-17 17:11:49 +00:00
Preferences.php Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes. 2011-09-15 15:19:49 +00:00
PrefixSearch.php
ProtectionForm.php Call Linker methods statically 2011-09-13 11:10:05 +00:00
ProxyTools.php Expand some more URLs: for feeds, referers and the proxy script 2011-08-19 17:31:40 +00:00
QueryPage.php Use local context instead of global variables 2011-08-08 21:07:17 +00:00
RawPage.php
RecentChange.php RecentChange::notifyMove* have no callers. Everything uses ::notifyLog or ::newLogEntry. 2011-09-07 16:20:23 +00:00
RequestContext.php Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes. 2011-09-15 15:19:49 +00:00
Revision.php Merge the iwtransclusion branch back into trunk 2011-08-24 13:03:03 +00:00
RevisionList.php Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes. 2011-09-15 15:19:49 +00:00
Sanitizer.php Reverted r85922 and related: new doTableStuff(). I copied in the old doTableStuff() from before r85922 and reverted all parser test changes that looked vaguely related. Apologies to Platonides, since some of his parser tests appeared to be relevant to the old parser, but it's simplest to just revert all the related changes and then re-add any useful tests later. See CR r85922 for full rationale. 2011-09-15 12:10:53 +00:00
SeleniumWebSettings.php
Setup.php Per CR on r44412 and my promise in the commit summary of r94990, stop abusing $wgInternalServer (intended for Squid URLs) for IRC/e-mail URLs and introduce $wgCanonicalServer for these purposes instead. This revision introduces two new hooks for WMF hacks, in exchange for making the core code saner. 2011-08-19 11:23:17 +00:00
SiteConfiguration.php Remove no-op initialise from configuration. Nothing outside of Ext:Configure needs/uses it 2011-08-04 20:55:20 +00:00
SiteStats.php Refactor deferrable updates into classes & interfaces, also add helper method for the most common use case: 2011-09-10 06:50:30 +00:00
Skin.php Add a class to the normal and hidden categories blocks. If non-positioning styles are going to be applied then they should be applied on classes, not ids. It's bad enough that we include a catlinks id in catlinks and make the process to attempt to have two catlinks blocks rediculous. 2011-09-09 15:37:20 +00:00
SkinLegacy.php Revert r96798 - makes parser go infinite loop somewhere 2011-09-14 11:23:58 +00:00
SkinTemplate.php Revert r96798 - makes parser go infinite loop somewhere 2011-09-14 11:23:58 +00:00
SpecialPage.php Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes. 2011-09-15 15:19:49 +00:00
SpecialPageFactory.php Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes. 2011-09-15 15:19:49 +00:00
SquidPurgeClient.php
Status.php w/s 2011-08-11 22:35:49 +00:00
StreamFile.php Move wfStreamFile() into a class, update all callers in core (only 3 extensions use it afaict), leave wfStreamFile() as a b/c alias for now. 2011-08-13 19:03:51 +00:00
StringUtils.php
StubObject.php
tidy.conf
Title.php Revert r96798 - makes parser go infinite loop somewhere 2011-09-14 11:23:58 +00:00
TitleArray.php
User.php Load edit count separately. The logging system batch queries it for the user tool links, which uses it for coloring. 2011-09-07 15:39:01 +00:00
UserArray.php
UserMailer.php Followup r95547; Where'd that $ come from? 2011-08-29 18:53:59 +00:00
UserRightsProxy.php
ViewCountUpdate.php Refactor deferrable updates into classes & interfaces, also add helper method for the most common use case: 2011-09-10 06:50:30 +00:00
WatchedItem.php
WebRequest.php (bug 4381) Magic quotes cleaning is not comprehensive, key strings not unescaped 2011-08-31 23:15:16 +00:00
WebResponse.php Followup r94211 2011-08-11 00:17:58 +00:00
WebStart.php
Wiki.php Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes. 2011-09-15 15:19:49 +00:00
WikiCategoryPage.php Fixed WikiPage::newFromId to use the factory() function 2011-09-14 17:51:37 +00:00
WikiError.php
WikiFilePage.php Fixed WikiPage::newFromId to use the factory() function 2011-09-14 17:51:37 +00:00
WikiMap.php In WikiMap, pull wgCanonicalServer from $wgConf instead of wgServer for building URLs to foreign wikis. This means wgCanonicalServer is now expected to always be available in wgConf; document this in RELEASE-NOTES (-1.18 because this is for backporting). 2011-08-29 08:55:35 +00:00
WikiPage.php FU r89706: Cleaned up getParserOptions duplication problems 2011-09-14 19:57:41 +00:00
Xml.php Fix fail from r94473 2011-08-14 19:50:08 +00:00
XmlTypeCheck.php More wikia upstreaming 2011-08-17 22:42:49 +00:00
ZhClient.php
ZhConversion.php Update zh conversion tables, remove unused/incorrect rules. 2011-09-03 13:41:17 +00:00
ZipDirectoryReader.php