wiki.techinc.nl/includes
2009-10-21 18:44:58 +00:00
..
api Split allowing &suggest requests in API opensearch from $wgEnableMWSuggest to a separate variable. This makes it possible to enable SimpleSearch (which uses API opensearch) but disable mwsuggest; enabling both seems to cause issues with the login form in Safari or Opera (don't remember which) 2009-10-21 18:44:58 +00:00
db (bug 20268) Fixed Database::estimateRowCount on SQLite backend. This involved moving the previous implementation to where it belongs - DatabaseMysql, and replacing it with slightly tweaked DB2 implementation. 2009-10-21 12:21:09 +00:00
diff fix eol style 2009-10-01 19:32:28 +00:00
extauth Add experimental new auth framework, ExternalAuth 2009-07-19 22:02:00 +00:00
filerepo Refactored unmaintainable userCan() code by making central userCanBitfield() functions 2009-10-15 11:31:33 +00:00
json * Enhanced OutputPage to support js2 style javascript without scriptloader enabled 2009-09-17 01:19:02 +00:00
media generic method to extract text layer of a document 2009-09-23 12:28:19 +00:00
normal Fix up r45749: do is_string() check in the caller instead 2009-01-21 09:26:48 +00:00
parser (bug 21095) allow tracking categories added to the parser to be disabled by setting the system message to "-". 2009-10-11 12:52:08 +00:00
search Revert r53600 "Add $wgSecondaryGoNamespace, used if an exact match is not found when pressing go - will try to find a match in a different namespace before performing a search." 2009-08-21 22:42:09 +00:00
specials Fix Special:ActiveUsers for PG, double-quotes are used to delimit identifiers not strings 2009-10-21 05:36:24 +00:00
templates Revert broken rewrite of login system; totally broken. 2009-09-26 00:49:32 +00:00
upload Rewrote Special:Upload to allow easier extension. Mostly backwards compatible towards the end user: tested with Commons' upload scripts. 2009-10-18 19:41:01 +00:00
zhtable Update the Chinese conversion tables. 2009-09-25 05:57:18 +00:00
.htaccess
AjaxDispatcher.php
AjaxFunctions.php
AjaxResponse.php * (bug 17537) Disable bad zlib.output_compression output on HTTP 304 responses 2009-03-18 21:26:57 +00:00
Article.php Self revert r57897. New patch follows. 2009-10-19 17:14:51 +00:00
AuthPlugin.php Revert broken rewrite of login system; totally broken. 2009-09-26 00:49:32 +00:00
AutoLoader.php Rewrote Special:Upload to allow easier extension. Mostly backwards compatible towards the end user: tested with Commons' upload scripts. 2009-10-18 19:41:01 +00:00
Autopromote.php * Add autopromote condition APCOND_BLOCKED to autopromote blocked users to various user groups. 2009-06-18 02:50:16 +00:00
BacklinkCache.php I have no idea why I'm doing this, but this has to be done, force order on *links,page reads 2009-02-19 10:38:42 +00:00
BagOStuff.php * Converted BagOStuff.php from the style of memcached-client.php to the standard MediaWiki style, including camel case, using protected visibility instead of initial underscore, abstract functions instead of stubs, stylize.php. 2009-08-15 03:45:19 +00:00
Block.php coding style tweaks 2009-10-19 11:15:51 +00:00
CacheDependency.php * Introduced a new system for localisation caching. The system is based around fast fetches of individual messages, minimising memory overhead and startup time in the typical case. It handles both core messages (formerly in Language.php) and extension messages (formerly in MessageCache.php). Profiling indicates a significant win for average throughput. 2009-06-28 07:11:43 +00:00
Category.php Followup to r57102, use already existing sequence name so as to not break DB2 and PostgreSQL 2009-10-14 04:28:22 +00:00
Categoryfinder.php Revert r46447 in Collection -- fixed bug in Categoryfinder class it was trying to work around. 2009-01-29 01:29:43 +00:00
CategoryPage.php Follow up on r46020 and r46489. Improve the $wgContLang->convert() calling procedure on CategoryPage. 2009-07-26 15:54:11 +00:00
Cdb.php Follow-up r54966: more sanity checks 2009-08-13 21:18:37 +00:00
Cdb_PHP.php Sanity check $this->handle on close() 2009-08-13 20:42:19 +00:00
ChangesFeed.php (bug 19394) Recent changes feed items corresponding to some log entries are broken. Patch by Mormegil 2009-08-02 03:07:07 +00:00
ChangesList.php Refactored unmaintainable userCan() code by making central userCanBitfield() functions 2009-10-15 11:31:33 +00:00
ChangeTags.php coding style tweaks 2009-10-04 13:32:48 +00:00
ConfEditor.php Added trim() call to work around mystery bug where whitespace gets appended to single or double-quoted string tokens; without it we ended up reading in the extra quote on the end as if it were part of the string. 2009-08-14 01:30:56 +00:00
Credits.php fix comments 2009-10-09 22:11:17 +00:00
DatabaseFunctions.php
DefaultSettings.php Split allowing &suggest requests in API opensearch from $wgEnableMWSuggest to a separate variable. This makes it possible to enable SimpleSearch (which uses API opensearch) but disable mwsuggest; enabling both seems to cause issues with the login form in Safari or Opera (don't remember which) 2009-10-21 18:44:58 +00:00
Defines.php * Add autopromote condition APCOND_BLOCKED to autopromote blocked users to various user groups. 2009-06-18 02:50:16 +00:00
DjVuImage.php use UtfNormal::cleanUp() (r55768) 2009-09-05 06:45:38 +00:00
DoubleRedirectJob.php
EditPage.php Pull back r56730 for now: "New configuration variable $wgShowPageOnRedlink that can be set to show the page instead of an edit interface when visiting a red link. The value can be specified for specific usergroups and namespaces." 2009-09-30 19:12:41 +00:00
EmaillingJob.php
EnotifNotifyJob.php Revert r55459, 55467, 55469, 55518 (Page creation notification email is sent when a watched page is deleted). Breaks current setups where enotif_body is customized. Sidenote: anyone looking to do this right should redo EmailNotification::notifyOnPageChange() to just use the params array from RC, rather than tacking more crap onto this function 2009-09-11 01:04:00 +00:00
Exception.php * Re-added $wgMessageCache->addMessages(), there are still some extensions (in and out of subversion) that rely on it. Call wfDeprecated(). 2009-07-03 06:19:39 +00:00
Exif.php * Do not transform EXIF fields with pure text to avoid results like foo,bar@example,com 2009-08-11 08:36:18 +00:00
Export.php Fix PHP Notice: Undefined variable: text in /var/www/w/includes/Export.php on line 518 seen on translatewiki 2009-10-15 07:08:56 +00:00
ExternalEdit.php
ExternalStore.php Allow storage of blobs to ES on foreign wikis, by calling ExternalStore::storeToForeignDefault, related changes including adding an associative array parameter to the ExternalStore constructor. Currently this parameter is just used to specify on which wiki the external store is wanted, but could be expanded in future. 2009-03-26 13:28:22 +00:00
ExternalStoreDB.php Small-scale data loss logged on Wikimedia along these lines: invalid URL written to old_text with the user thinking their edit has succeeded. This change should prevent that scenario. 2009-04-30 06:00:01 +00:00
ExternalStoreHttp.php Use Http::get() rather than file_get_contents() 2009-04-22 19:16:11 +00:00
ExternalUser.php Recommit some of the 'backend' stuff from the Login branch, after talking with Brion: 2009-09-28 19:04:10 +00:00
FakeTitle.php Remove deprecated userCanCreate(), userCanEdit(), userCanMove(). Methods were deprecated in r19193 (2007-01-13) and are no longer used in current trunk or extensions. 2009-05-24 08:59:39 +00:00
Feed.php
FeedUtils.php (bug 19394) Recent changes feed items corresponding to some log entries are broken. Patch by Mormegil 2009-08-02 03:07:07 +00:00
FileDeleteForm.php Bolden suppression check label as it is for non-image pages 2009-10-15 10:36:29 +00:00
FileRevertForm.php * replace some use of deprecated makeKnownLinkObj() by link() in core 2009-06-06 22:42:48 +00:00
ForkController.php Assorted minor live patches to command-line scripts. 2009-04-30 05:52:25 +00:00
FormOptions.php
GlobalFunctions.php * Export the return value of wfUrlProtocols() to JS for use in the EditToolbar extension 2009-10-21 17:35:57 +00:00
HistoryBlob.php
HistoryPage.php Split time and date for better i18n 2009-10-16 06:59:59 +00:00
Hooks.php * Introduced a new system for localisation caching. The system is based around fast fetches of individual messages, minimising memory overhead and startup time in the typical case. It handles both core messages (formerly in Language.php) and extension messages (formerly in MessageCache.php). Profiling indicates a significant win for average throughput. 2009-06-28 07:11:43 +00:00
Html.php Escape '<' in attribute values for well-formed XML 2009-10-01 01:30:58 +00:00
HTMLCacheUpdate.php In response to a report from Domas that we are seeing HTMLCacheUpdate::invalidate() queries that touch hundreds of thousands of rows and cause significant slave lag: 2009-08-12 05:00:30 +00:00
HTMLFileCache.php * (bug 21161) Changing $wgCaCacheEpoch now always invalidates file cache 2009-10-21 11:42:10 +00:00
HTMLForm.php Parse the edittools message so that it actually works (follow up to r57868). 2009-10-19 19:55:54 +00:00
HttpFunctions.php * set the --wiki to wfWikiId 2009-10-20 00:25:36 +00:00
IEContentAnalyzer.php
ImageFunctions.php * (bug 15008) Redirect images are now subject to Bad image list rules 2009-05-01 21:22:25 +00:00
ImageGallery.php * Per my CR comments on r44560: merged FileCache into RepoGroup and fixed wfFindFile() global function bloat. Did not port unused functions such as the batch loading functions. 2009-08-15 09:59:59 +00:00
ImagePage.php * Renamed deletedcontent to deletedtext 2009-09-30 19:50:35 +00:00
ImageQueryPage.php
Import.php Fixed total import breakage from r53271 2009-10-14 01:24:24 +00:00
Interwiki.php (bug 10812) Interwiki links can have names and descriptions, fetched from message 'interwiki-desc-PREFIX', not really used anywhere yet though 2009-07-25 14:28:53 +00:00
IP.php Take the IPv4 part of mapped addresses rather than broken '.'->':' replace 2009-08-08 01:22:15 +00:00
JobQueue.php No it is not a FIFO, what's your point? 2009-03-17 08:37:25 +00:00
Licenses.php Followup to r57868: Fix two strict standards warnings 2009-10-18 20:06:22 +00:00
LinkBatch.php
LinkCache.php Fix for wgArticleId being exported to JavaScript as a string instead of integer. :P 2009-08-21 18:11:13 +00:00
Linker.php Update HTMLForm for upcoming Special:Upload rewrite. 2009-10-18 19:29:35 +00:00
LinkFilter.php
LinksUpdate.php Reverted r46706, misses essential updates, the feature can easily be implemented another way (see CodeReview). For 1.15. 2009-05-19 08:01:36 +00:00
LocalisationCache.php (bug 20773) Disabling LocalisationUpdate breaks stuff. Added a check that verifies each dependency object is a CacheDependency before using it, and considers the cache expired otherwise. 2009-09-23 13:51:47 +00:00
LogEventsList.php * (bug 21079) There is no more line wrapping between label and field in Special:Log 2009-10-17 08:29:15 +00:00
LogPage.php bug 20701: fixed strange breakage from r53173 2009-09-17 20:20:45 +00:00
MacBinary.php
MagicWord.php Add a {{STYLEPATH}} magic word; necessary for upcoming EditToolbar fix 2009-09-26 11:51:37 +00:00
Math.php Clean up a live hack from wmf-deployment r53208: option to short-circuit math path and file existence checks. 2009-09-14 21:58:41 +00:00
MediaTransformOutput.php Updated parser tests for r52726. Also fixed some corner cases and updated the parser test for PMID links. 2009-07-11 04:47:12 +00:00
memcached-client.php
MemcachedSessions.php
MessageCache.php Reverted breakage of non-ASCII message keys, Domas says that's not allowed. Optimised Language::lcfirst and Language::ucfirst() instead. 2009-08-28 17:58:54 +00:00
Metadata.php
mime.info
mime.types Added MS Office 7 file types for downloads. This is a hack solution - addressing the whole mime.types issue need to be done in the future. 2009-09-25 17:22:27 +00:00
MimeMagic.php Fix ordering of OpenDocument type detection so template files can actually be uploaded. 2009-01-22 00:15:16 +00:00
Namespace.php bug 9982. Encapsulate wgCanonicalNamespaceNames. Patch by Scott Colcord, with updates 2009-10-16 04:06:30 +00:00
NamespaceCompat.php
ObjectCache.php * Converted BagOStuff.php from the style of memcached-client.php to the standard MediaWiki style, including camel case, using protected visibility instead of initial underscore, abstract functions instead of stubs, stylize.php. 2009-08-15 03:45:19 +00:00
OutputHandler.php sweet spot for compression, per: 2009-08-28 17:46:19 +00:00
OutputPage.php * (bug 21074) Don't call $wgUser->getSkin() in OutputPage::getHeadScripts() since it's already passed as parameter 2009-10-10 07:54:32 +00:00
PageQueryPage.php
Pager.php Revert r57208 - unexpected message format type change from plaintext to raw-HTML 2009-10-01 19:36:39 +00:00
PatrolLog.php * replace some use of deprecated makeKnownLinkObj() by link() in core 2009-06-07 15:02:12 +00:00
PoolCounter.php Added missing static keyword 2009-07-08 08:42:13 +00:00
Preferences.php Consistency tweak: Reduce the length of these input field and make them consistent with other input fields for numeric values 2009-10-15 20:31:19 +00:00
PrefixSearch.php * (bug 20885) Search box no longer suggests unavailable special pages 2009-10-02 09:44:34 +00:00
Profiler.php Avoid infinite loop when an exception occurs in command line mode 2009-07-29 14:38:28 +00:00
ProfilerSimple.php Support early loading of the Profiler class from a different directory (live patch) 2009-02-17 03:32:07 +00:00
ProfilerSimpleText.php
ProfilerSimpleTrace.php add memory tracing 2009-03-17 19:46:05 +00:00
ProfilerSimpleUDP.php
ProfilerStub.php
ProtectionForm.php * Added $wgFlaggedRevsProtectLevels to allow for site defined review "protection" levels. Disables stabilization and a small fieldset to the protection form with the options. 2009-10-02 18:46:19 +00:00
proxy_check.php
ProxyTools.php Followup to r52671, fix redirection syntax to work with windows as well. 2009-08-25 15:47:46 +00:00
QueryPage.php fix some doxygen warnings 2009-10-04 21:21:30 +00:00
RawPage.php I LOVE OO PEOPLE <3 <3 <3 2009-08-27 16:28:48 +00:00
RecentChange.php Revert r55459, 55467, 55469, 55518 (Page creation notification email is sent when a watched page is deleted). Breaks current setups where enotif_body is customized. Sidenote: anyone looking to do this right should redo EmailNotification::notifyOnPageChange() to just use the params array from RC, rather than tacking more crap onto this function 2009-09-11 01:04:00 +00:00
RefreshLinksJob.php Wait for slaves after each page (from live patch). 2009-04-30 05:34:50 +00:00
Revision.php coding style tweaks 2009-10-19 11:15:51 +00:00
Sanitizer.php Allow <abbr> in wikitext 2009-08-02 22:15:28 +00:00
Setup.php Rewrote Special:Upload to allow easier extension. Mostly backwards compatible towards the end user: tested with Commons' upload scripts. 2009-10-18 19:41:01 +00:00
SiteConfiguration.php Pass the SiteConfiguration object as a parameter to fullLoadCallback. 2009-06-12 04:11:15 +00:00
SiteStats.php Typofix. 2009-08-02 20:00:41 +00:00
Skin.php * Export the return value of wfUrlProtocols() to JS for use in the EditToolbar extension 2009-10-21 17:35:57 +00:00
SkinTemplate.php bug 9982. Encapsulate wgCanonicalNamespaceNames. Patch by Scott Colcord, with updates 2009-10-16 04:06:30 +00:00
SpecialPage.php Rewrote Special:Upload to allow easier extension. Mostly backwards compatible towards the end user: tested with Commons' upload scripts. 2009-10-18 19:41:01 +00:00
SquidUpdate.php * Mostly reverted r41081 and related. Although the motivation (to save a query) is noble, it's a complex special case relying on subtle inter-module effects, making the code quite unclear and the performance advantage hard to reproduce in new code. 2009-02-16 14:26:34 +00:00
Status.php In Special:RevisionDelete: 2009-06-01 11:37:06 +00:00
StreamFile.php here it is ... the upload-api, script-server, js2 (javascript phase2) branch merge 1st attempt. 2009-07-14 23:52:14 +00:00
StringUtils.php
StubObject.php Fixes for r51204: removed useless $wgVariant and StubUserVariant. In Skin::makeGlobalVariablesScript(), use $wgContLang->getPreferredVariant() instead, which is the variant used in the relevant server-side code. 2009-09-02 07:19:35 +00:00
tidy.conf
Title.php bug 9982. Encapsulate wgCanonicalNamespaceNames. Patch by Scott Colcord, with updates 2009-10-16 04:06:30 +00:00
TitleArray.php
User.php Whitespace cleanup for r57877 2009-10-20 19:48:22 +00:00
UserArray.php (bug 10172) Move setting the "changed since last visit" flags out of the job queue: 2009-03-02 12:15:28 +00:00
UserMailer.php Revert r55459, 55467, 55469, 55518 (Page creation notification email is sent when a watched page is deleted). Breaks current setups where enotif_body is customized. Sidenote: anyone looking to do this right should redo EmailNotification::notifyOnPageChange() to just use the params array from RC, rather than tacking more crap onto this function 2009-09-11 01:04:00 +00:00
UserRightsProxy.php Missing commit for r56798 2009-09-23 03:42:18 +00:00
WatchedItem.php Clean up WatchedItem.php a bit: use __METHOD__ rather than $fname and use MWNamespace::getSubject() and getTalk() 2009-02-26 12:52:21 +00:00
WatchlistEditor.php * replace some use of deprecated makeKnownLinkObj() by link() in core 2009-06-07 15:02:12 +00:00
WebRequest.php No need to store the value of the magic quotes check here; just use a local var for clarity. 2009-08-21 21:26:34 +00:00
WebResponse.php
WebStart.php Removed StartProfiler.php from SVN control and added StartProfiler.sample file. The sample file can be moved to the former name to set profiling. MW will fall back to ProfilerStub.php as usual if there is no StartProfiler.php. 2009-05-07 18:30:26 +00:00
Wiki.php (bug 20966) Use the name of the <button> element to determine which button was clicked, instead of the value. This avoids some IE-specific non-standard behaviour. 2009-10-06 06:30:24 +00:00
WikiError.php * API: (bug 17007) Add action=import 2009-02-04 20:11:27 +00:00
WikiMap.php Phase 1 in fixing up SiteConfiguration: Replace the hack of including InitialiseSettings.php with a generic system for loading full configuration data, involving a callback. 2009-06-02 09:49:31 +00:00
Xml.php fix some doxygen warnings 2009-10-04 21:21:30 +00:00
XmlFunctions.php
XmlTypeCheck.php
ZhClient.php
ZhConversion.php Update the Chinese conversion tables. 2009-09-25 05:57:18 +00:00