wiki.techinc.nl/includes
Aryeh Gregor 1cdedb1d44 Fix YET ANOTHER PHP WEAK TYPING BUG
Literal "0" was getting quoted.  Because, of course, 0 is equal to the
empty string.
2009-09-06 15:08:10 +00:00
..
api adding public access methods for use by XMLRC extension. 2009-09-03 16:15:55 +00:00
db Added $wgShowDBErrorBacktrace, to allow users to easily gather backtraces for database connection and query errors. We've had a few LocalisationCache bugs that required backtraces to track down. 2009-09-04 01:49:34 +00:00
diff Recommit r53710 without the hack for preventing style sheets being added multiple times (is not possible with OutputPage::addStyle in the first place) 2009-08-24 05:37:40 +00:00
extauth Add experimental new auth framework, ExternalAuth 2009-07-19 22:02:00 +00:00
filerepo * 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
media * (bug 20364) Fixed regression in GIF metadata loading 2009-08-23 23:27:32 +00:00
normal
parser Applied patch by Juliano F. Ravasi for bug 20431: constructor for PPCustomFrame_* failed to initialise the object properly. 2009-09-04 00:43:51 +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 Move checkboxes back a bit 2009-09-05 23:20:36 +00:00
templates * (bug 20404) Custom fields in the user creation form template can now have tooltips 2009-08-27 14:15:02 +00:00
upload use wfScript() so that it uses $wgScriptExtension to get the path to api.php(5) 2009-09-04 20:12:48 +00:00
zhtable Update the Chinese conversion tables. 2009-08-22 11:36:13 +00:00
.htaccess
AjaxDispatcher.php
AjaxFunctions.php
AjaxResponse.php
Article.php Fixed regression likely from r55700, where $wgOut rev ID was not set for oldid=latest. (this took way too long to track down since the commit summary didn't mention the massive refactoring) 2009-09-06 08:22:09 +00:00
AuthPlugin.php (bug 9691) Add type parameter to ModifyUITemplate function calls 2009-07-27 23:53:23 +00:00
AutoLoader.php Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +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
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 (bug 17093) Separate date and time in Special:BlockList 2009-05-25 18:02:58 +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 Proper casing for getDBkey() 2009-05-24 08:29:10 +00:00
Categoryfinder.php
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 Update ChangesList output for enhanced changes to use CSS instead of obsolete attrbutes and elements (cellpadding, <tt>, etc.) 2009-08-20 21:06:24 +00:00
ChangeTags.php Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton." 2009-08-19 17:34:08 +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 for r50955, don't use the skin of the target user when linking to them. 2009-05-26 15:20:04 +00:00
DatabaseFunctions.php
DefaultSettings.php Bug 20489 Configure illegal file characters https://bugzilla.wikimedia.org/show_bug.cgi?id=20489 2009-09-04 03:44:14 +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 Fixed EditFilterMerged hook to use hookError param 2009-08-30 05:55:47 +00:00
EmaillingJob.php
EnotifNotifyJob.php Fixed parse error: syntax error, unexpected ')' in includes/EnotifNotifyJob.php on line 32 due to trailing comma 2009-08-24 13:52:44 +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 Incremental enabling changes to allow searching of LiquidThreads by page and by thread: 2009-07-27 17:57:51 +00:00
ExternalEdit.php
ExternalStore.php
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 Add experimental new auth framework, ExternalAuth 2009-07-19 22:02:00 +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 Follow-up to r51559 per CR: initialise $q to prevent PHP notice. 2009-06-07 10:34:02 +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 Bug 20489 Configure illegal file characters https://bugzilla.wikimedia.org/show_bug.cgi?id=20489 2009-09-04 03:44:14 +00:00
HistoryBlob.php
HistoryPage.php show move/deletion log on action=history if there is no history 2009-09-05 12:10:16 +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 Fix YET ANOTHER PHP WEAK TYPING BUG 2009-09-06 15:08:10 +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 * 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
HTMLForm.php Reimplement r55876 properly 2009-09-06 15:07:29 +00:00
HttpFunctions.php * r55034#c3604 re-factored presently used curl options to back-end agnostic options. 2009-09-01 16:01:51 +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 Removed old comment and depreciated <tt> tags 2009-09-04 00:29:20 +00:00
ImageQueryPage.php
Import.php
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
Licenses.php
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 Revert r53534 (bug 15745, Make the edit summary link parser detect links more like the real parser). Causes preg_replace_callback bug in 5.2.8 and below, crashes lots of things. See bug 19845 and http://bugs.php.net/bug.php?id=48501 2009-08-27 22:27:42 +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 Fix disabling of APC cache when loading message files: apc.enabled has been PHP_INI_SYSTEM since 3.0.13 but apc.cache_by_default works. This reduces the required APC cache space by about half on my test wiki, from 20MB to 10MB. 2009-09-04 03:41:25 +00:00
LogEventsList.php (bug 18880) Make LogEventsList::showLogExtract() more versatile by allowing it to take a string-by-reference instead of OutputPage; hence allowing it to be used for buffered content. 2009-08-31 11:54:53 +00:00
LogPage.php (bug 19864) Removed overzealous hiding of deleted (but not suppressed) rows from log/contribs list from sysops 2009-07-30 14:08:25 +00:00
MacBinary.php
MagicWord.php Added parser test for r55601, has to clear MagicWord's object caching so that parser function aliases are also available when using a different language that English 2009-08-26 16:57:53 +00:00
Math.php
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
MimeMagic.php
Namespace.php
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 20494) OutputPage::getArticleBodyOnly() no longer requires an useless argument 2009-09-03 21:15:07 +00:00
PageQueryPage.php
Pager.php Reimplement r55685, r55686, r55687, with correct parsing of the associative array. Also add message description to MessagesQqq as requested at r55685. 2009-08-31 11:30:50 +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 Reformat comment 2009-08-23 20:09:59 +00:00
PrefixSearch.php
Profiler.php Avoid infinite loop when an exception occurs in command line mode 2009-07-29 14:38:28 +00:00
ProfilerSimple.php
ProfilerSimpleText.php
ProfilerSimpleTrace.php
ProfilerSimpleUDP.php
ProfilerStub.php
ProtectionForm.php (bug 20136) Synchronize the protection form expiry boxes onchange in addition to onkeyup. 2009-09-06 04:10:26 +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 here it is ... the upload-api, script-server, js2 (javascript phase2) branch merge 1st attempt. 2009-07-14 23:52:14 +00:00
RawPage.php I LOVE OO PEOPLE <3 <3 <3 2009-08-27 16:28:48 +00:00
RecentChange.php adding public access methods for use by XMLRC extension. 2009-09-03 16:15:55 +00:00
RefreshLinksJob.php Wait for slaves after each page (from live patch). 2009-04-30 05:34:50 +00:00
Revision.php Fixed bug with MW 1.4 style archive rows, with ar_text set: ar_flags can be gzip. Reported by email. 2009-08-27 15:02:00 +00:00
Sanitizer.php Allow <abbr> in wikitext 2009-08-02 22:15:28 +00:00
Setup.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
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 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
SkinTemplate.php Per Brion's comment on r52683: use $wgOut->isPrintable() rather than $wgRequest->getBool( 'printable' ) 2009-08-22 22:26:31 +00:00
SpecialPage.php Deprecate broken accessor and add a new one 2009-07-24 20:12:44 +00:00
SquidUpdate.php
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 (bug14900) Make __INDEX__ and __NOINDEX__ not override $wgArticleRobotPolicies where the two conflict. 2009-08-31 19:19:12 +00:00
TitleArray.php
User.php Enforce $wgMinimalPasswordLength client-side 2009-08-23 03:33:11 +00:00
UserArray.php
UserMailer.php Split date, and time, in Mediawiki:enotif_body, and show localized special page name in generated e-mail. 2009-08-23 17:48:25 +00:00
UserRightsProxy.php
WatchedItem.php
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 20519 Redirects in the stable version showed up wrong 2009-09-06 10:09:45 +00:00
WikiError.php
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 Can now pass in element attributes other than just id to buildTable functions 2009-09-04 23:18:16 +00:00
XmlFunctions.php
XmlTypeCheck.php
ZhClient.php
ZhConversion.php Update the Chinese conversion tables. 2009-08-22 11:36:13 +00:00