wiki.techinc.nl/includes
Brion Vibber 7faf8d357e * (bug 31089) Fix regression in Special:Block reasons list (MediaWiki:Ipbreason-dropdown parsing)
Followup to r83298: makes HTMLSelectAndOtherField backwards-compatible with Xml::listDropDown as it was apparently intended to be.

Also fixed double-escaping in the options for HTMLSelectAndOtherField.

Followup to r83795: fixes regression in Special:Block by fixing HTMLSelectAndOtherField which got used in place of Xml::listDropDown, but wasn't compatible.


Note that this removes the clever thing that lets you have separate values and texts in your dropdown; since Xml::listDropDown had no such feature and actual usage includes texts containing links and other stuch where the pipe character is a legit part of the content.
2011-09-22 22:10:41 +00:00
..
actions Removed useless check since the variable always exists and null would be catched by the second part 2011-09-16 19:39:53 +00:00
api Merge r97789 into trunk 2011-09-22 11:04:30 +00:00
cache I broke few parser tests in r97633 by overlooking the return value. This fixes them. 2011-09-20 16:26:39 +00:00
conf Deleted incorrect svn:executable properties 2011-09-05 21:01:39 +00:00
context Separate RequestContext.php into separate files inside of context/ 2011-09-15 17:42:17 +00:00
db Revert r97257 2011-09-17 11:49:10 +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 Clear findFile() process cache of file moves (issue came up with bug bug 31056) 2011-09-21 21:32:24 +00:00
installer * (bug 30041) Fix installer cache selection field to keep the selected radio button, initialize the memcached server fold-out correctly when coming back to the page 2011-09-22 00:35:55 +00:00
interwiki Merge the iwtransclusion branch back into trunk 2011-08-24 13:03:03 +00:00
job * (bug 31081) $wgEnotifUseJobQ causes many unnecessary jobs to be queued 2011-09-22 12:14:21 +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 Moved PatrolLog to logging folder, sorted the autoloaded entries alphabetically 2011-09-20 08:39:29 +00:00
media Removed the redundant wfMkdirParents() call added to BitmapHandler::doTransform() in r79845. This causes problems on Wikimedia due to incorrect NFS access. If a sysadmin misconfigures their thumbnail destination directory, they should get a helpful error message, it shouldn't transparently fall back to client-side scaling and cache the resulting HTML forever. 2011-09-22 03:37:39 +00:00
normal Followup r93921: missed something from testing 2011-08-04 22:06:05 +00:00
objectcache Added lock/unlock function stubs. Fixes: 2011-09-21 20:25:58 +00:00
parser Re-do r96798 ("LanguageConverter now depends on the page content language"), without the change in WikiPage which caused an infinite loop (see bug 31098) 2011-09-22 20:31:23 +00:00
profiler * Fixed notices issued from ProfilerSimpleUDP which were due to ProfilerSimple::profileOut() not adding a complete entry to $this->mCollated for a profile error. 2011-09-20 11:06:46 +00:00
resourceloader rv r97851 for further inspection, causes PHP notices 2011-09-22 21:27:04 +00:00
revisiondelete Improve r97239 with comments from Aaron. Also fixed another typo that was lurking there. 2011-09-16 06:23:48 +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 Per Aaron, fix for r97658: removed double call to parent constructor that will also fix the E_NOTICE 2011-09-22 19:15:25 +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 * (bug 29154) Allow upload-by-URL to follow HTTP redirects 2011-09-22 01:15:06 +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 Re-do several things of r96798 in preparation of re-doing the rest (there's a bug somewhere that needs fixing). 2011-09-20 15:55:08 +00:00
AuthPlugin.php Adding support for domains in SpecialPasswordReset.php. 2011-09-08 19:54:32 +00:00
AutoLoader.php Moved PatrolLog to logging folder, sorted the autoloaded entries alphabetically 2011-09-20 08:39:29 +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 * (bug 30245) Use the correct way to construct a log page title 2011-09-21 09:41:40 +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 Converted patrol log to the new system 2011-09-19 14:21:05 +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 Make per page edit notices work in namespaces without subpages enabled. 2011-09-21 00:19:09 +00:00
Exception.php * Added HttpError exception as replacement for wfHttpError(); changed alls core calls to it except AjaxDispatcher.php 2011-09-16 18:50:13 +00:00
Export.php remove cruft that didn't all get cleaned up before commit in r95260, addressing fixme. 2011-09-22 07:03:25 +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 * Added HttpError exception as replacement for wfHttpError(); changed alls core calls to it except AjaxDispatcher.php 2011-09-16 18:50:13 +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 Partial solution for bug 30972 to avoid query flood. 2011-09-19 09:04:39 +00:00
GlobalFunctions.php Fix for r97328: use SOL_SOCKET instead of SOL_UDP; fixes E_WARNING 2011-09-20 13:57:56 +00:00
GlobalUsageQuery.php Fix trailing whitespaces 2011-09-06 19:28:27 +00:00
HistoryBlob.php
HistoryPage.php Call Linker methods statically 2011-09-21 08:40:40 +00:00
Hooks.php
Html.php Follow up to r97128; 2011-09-15 16:07:40 +00:00
HTMLForm.php * (bug 31089) Fix regression in Special:Block reasons list (MediaWiki:Ipbreason-dropdown parsing) 2011-09-22 22:10:41 +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
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 Guard against 2011-09-22 15:08:32 +00:00
LinkFilter.php
LinksUpdate.php Followup r95396 2011-09-01 15:58:43 +00:00
LocalisationCache.php Add support for Number grouping(commafy) based on CLDR number grouping patterns like ##,##,###. 2011-09-22 05:01:19 +00:00
LogEventsList.php Per Nikerabbit, follow-up r97658: change getAuthor() into getPerformer() for consistency 2011-09-21 07:41:45 +00:00
LogPage.php Converted patrol log to the new system 2011-09-19 14:21:05 +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 * Added HttpError exception as replacement for wfHttpError(); changed alls core calls to it except AjaxDispatcher.php 2011-09-16 18:50:13 +00:00
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 Re-do r96798 ("LanguageConverter now depends on the page content language"), without the change in WikiPage which caused an infinite loop (see bug 31098) 2011-09-22 20:31:23 +00:00
PageQueryPage.php Call Linker method statically; also changed it to linkKnown() 2011-09-05 20:48:14 +00:00
Pager.php * Made IndexPager extend ContextSource 2011-09-20 20:00:05 +00:00
PHPVersionError.php
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 * (bug 30245) Use the correct way to construct a log page title 2011-09-21 09:41:40 +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 Wrap the copyright when its language is not the user's language; avoids problem when direction of the two languages is different 2011-09-21 09:03:53 +00:00
SkinLegacy.php Re-do r96798 ("LanguageConverter now depends on the page content language"), without the change in WikiPage which caused an infinite loop (see bug 31098) 2011-09-22 20:31:23 +00:00
SkinTemplate.php Re-do r96798 ("LanguageConverter now depends on the page content language"), without the change in WikiPage which caused an infinite loop (see bug 31098) 2011-09-22 20:31:23 +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 * (bug 31100) Fix regression in sidebar (special: page links lost parameters) 2011-09-22 21:35:24 +00:00
TitleArray.php
User.php Fixed User::getGroups(), apparently broken since r33333. User::load() doesn't load groups anymore, so calling $this->getGroups() was the same as just accessing $this->mGroups. Usually it doesn't matter, since most factory functions are funnelled into loadFromId() which calls loadGroups() or loads the groups from the cache, but loadFromRow() was potentially broken. 2011-09-22 06:17:26 +00:00
UserArray.php
UserMailer.php * (bug 31081) $wgEnotifUseJobQ causes many unnecessary jobs to be queued 2011-09-22 12:14:21 +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 Comment out unreachable code 2011-09-21 16:34:23 +00:00
WebResponse.php Followup r94211 2011-08-11 00:17:58 +00:00
WebStart.php Additional register_globals vulnerability check. Merged in from big Wikia merge: http://www.mediawiki.org/wiki/Wikia_code 2011-09-16 20:31:37 +00:00
Wiki.php Add in a 'TestCanonicalRedirect' hook to be called when about to make a redirect to the canonical page form of a regular page view. Some extensions such as MobileProfile may need to modify this logic to prevent incorrect redirects, such as on alternate en.m.wikipedia.org domain, where we'd want to either skip it or rewrite to the alternate domain. 2011-09-19 23:14:52 +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 Don't use isset() to check for null 2011-09-17 19:09:13 +00:00
WikiPage.php Added LinkCache::addGoodLinkObjFromRow, since addGoodLinkObj is not going to work much longer when new parameters are added 2011-09-20 15:19:18 +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