| .. |
|
api
|
Revert r52190 ("Return HTTP 503 on API maxlag error"): announcement prompted many complaints, and the change never went live.
|
2009-07-16 08:04:15 +00:00 |
|
cbt
|
|
|
|
db
|
Followup to r53358 - Tweak the function name to be a little clearer as to what it does
|
2009-07-16 16:49:09 +00:00 |
|
diff
|
Enable show/hide link on diff to cur (consistency)
|
2009-07-18 02:51:41 +00:00 |
|
filerepo
|
* Added FSRepo configuration properties thumbUrl and thumbDir, to allow the thumbnails to be stored in a separate location to the source images. Did this by making thumbnails a separate zone instead of a subdirectory of the public zone. Tested normal transform, thumb.php.
|
2009-07-16 18:07:23 +00:00 |
|
media
|
Revert r49677, r50459, Brent G's patch for fixing GPS coordinates in EXIF. As I noted on CodeReview, there's a possibility it could crash the site on deployment. As much as it looks useful, I don't fancy spending part of my weekend rewriting it to preserve backwards compatibility, and the committer hasn't responded to the last couple of CR comments.
|
2009-06-06 15:48:06 +00:00 |
|
normal
|
Fix up r45749: do is_string() check in the caller instead
|
2009-01-21 09:26:48 +00:00 |
|
parser
|
* Fix typo in Linker.php
|
2009-07-14 13:35:07 +00:00 |
|
specials
|
* Whitespace
|
2009-07-18 07:47:22 +00:00 |
|
templates
|
Partial revert of r49700: per Tim, this should probably stay, since it is likely to still work in a PHP4 environment.
|
2009-05-19 14:51:42 +00:00 |
|
upload
|
* fixed filldestination with for non-js2 version of special upload page.
|
2009-07-17 20:26:14 +00:00 |
|
zhtable
|
Update the Chinese conversion tables.
|
2009-07-09 13:44:55 +00:00 |
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
|
|
|
AjaxFunctions.php
|
Fix up Configure extension logo setting handling:
|
2008-12-06 00:32:12 +00:00 |
|
AjaxResponse.php
|
* (bug 17537) Disable bad zlib.output_compression output on HTTP 304 responses
|
2009-03-18 21:26:57 +00:00 |
|
Article.php
|
(bug 19729) Fix fatal in Article::showPatrolFooter()
|
2009-07-15 09:48:25 +00:00 |
|
AuthPlugin.php
|
Per code review: call allowPropChange() directly, and only reference the deprecated methods if they're available, this way if someone _has_ implemented these, they will still get their desired results. Removed them so A) We don't encourage people to use them, and B) We don't fool ourselves with is_callable()
|
2009-06-11 23:35:34 +00:00 |
|
AutoLoader.php
|
(bug 16497) Paginate Special:AllMessages
|
2009-07-15 02:03:21 +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
|
Bug 19240 (bad image list performance regression):
|
2009-06-17 07:31:00 +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
|
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
|
Clean up CategoryPage::columnList()
|
2009-07-01 19:52:27 +00:00 |
|
Cdb.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 |
|
Cdb_PHP.php
|
Optimised the CDB hash function, now roughly twice as fast for large strings. Most of the saving came from removing the function calls. Retested.
|
2009-06-22 06:41:48 +00:00 |
|
ChangesFeed.php
|
Cleanup to $wgFeedClasses:
|
2009-02-14 16:00:51 +00:00 |
|
ChangesList.php
|
* replace some use of deprecated makeKnownLinkObj() by link() in core
|
2009-06-06 22:42:48 +00:00 |
|
ChangeTags.php
|
Fix some unsanitized classes
|
2009-07-17 10:07:10 +00:00 |
|
ConfEditor.php
|
Moving ConfEditor class from switch-master to core
|
2009-06-17 17:20:01 +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 14611) Add a global variable hook to show the extended software information, also add the user rights for sysops, enable to showing them by default.
|
2009-07-17 14:49:15 +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
|
encode string to utf8 before converting to xml
|
2009-06-19 09:51:40 +00:00 |
|
DoubleRedirectJob.php
|
|
|
|
EditPage.php
|
here it is ... the upload-api, script-server, js2 (javascript phase2) branch merge 1st attempt.
|
2009-07-14 23:52:14 +00:00 |
|
EmaillingJob.php
|
|
|
|
EnotifNotifyJob.php
|
(bug 10172) Move setting the "changed since last visit" flags out of the job queue:
|
2009-03-02 12:15:28 +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
|
Follow up to r51540 (revert r49677, r50459): global $wgLang was missing causing fatal error.
|
2009-06-06 22:04:17 +00:00 |
|
Export.php
|
Marking redirects in XML
|
2009-07-14 21:38:43 +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 |
|
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
|
Message 'revisionasof' - date and time separated as of request by user "Der Umherirrende" at
|
2009-06-01 20:45:46 +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
|
* addressed r53282#c3209 moved conditional inclusion of $wgExtensionMessages in mwScriptLoader.php to Setup.php
|
2009-07-15 22:41:56 +00:00 |
|
HistoryBlob.php
|
Use xdiff_string_rabdiff() instead of xdiff_string_bdiff()
|
2008-12-29 08:43:01 +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 |
|
HTMLCacheUpdate.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 |
|
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
|
Allow non-integral days for watchlists and RC
|
2009-07-17 22:19:02 +00:00 |
|
HttpFunctions.php
|
fixed php based request path (uses fopen instead of curl) r53282 c3232
|
2009-07-17 19:06:36 +00:00 |
|
IEContentAnalyzer.php
|
Fixes as per bug 15895 comment 7.
|
2008-12-20 08:13:21 +00:00 |
|
ImageFunctions.php
|
* (bug 15008) Redirect images are now subject to Bad image list rules
|
2009-05-01 21:22:25 +00:00 |
|
ImageGallery.php
|
Applied image attribute improvements from r52726 to galleries as well
|
2009-07-15 04:18:16 +00:00 |
|
ImagePage.php
|
Fix notice: Use of UploadForm::userCanReUpload is deprecated. [Called from ImagePage::uploadLinksBox in includes/ImagePage.php at line 554]
|
2009-07-17 10:34:03 +00:00 |
|
ImageQueryPage.php
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +00:00 |
|
Import.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 |
|
Interwiki.php
|
Added PHP port of CDB, with abstraction layer. Tested for correctness with a differential fuzz tester, not yet benchmarked. The idea is to open up new applications for CDB, and benefit both shell and shared hosting users.
|
2009-06-20 15:59:56 +00:00 |
|
IP.php
|
Fixes for r51236 per CR comments
|
2009-05-31 15:02:43 +00:00 |
|
JobQueue.php
|
No it is not a FIFO, what's your point?
|
2009-03-17 08:37:25 +00:00 |
|
Licenses.php
|
War on wfElement() and friends. Call the Xml members directly, rather than using old wrappers.
|
2008-12-14 19:14:21 +00:00 |
|
LinkBatch.php
|
|
|
|
LinkCache.php
|
|
|
|
Linker.php
|
* Fix typo in Linker.php
|
2009-07-14 13:35:07 +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
|
* Added the ability to set the localisation cache directory specifically, overriding $wgCacheDirectory.
|
2009-07-03 08:02:55 +00:00 |
|
LogEventsList.php
|
Fix bogus var reference
|
2009-06-22 03:06:04 +00:00 |
|
LogPage.php
|
Fix dodgy uses of wfMsgHtml() and related HTML escaping
|
2009-07-13 15:36:41 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.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 |
|
Math.php
|
fix regression from r43965 -- forgot the .png extension from math URLs, which works on my apache install but not on the live upload server :P
|
2008-11-26 02:37:07 +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
|
Made wfMsg('') and wfMsg(null) silently return <> as it did before r52503. Thanks to those who supplied backtraces.
|
2009-07-10 11:54:32 +00:00 |
|
Metadata.php
|
|
|
|
mime.info
|
|
|
|
mime.types
|
Trailing whitespace
|
2009-02-17 23:50:08 +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
|
Cleanup r44683 -- fix E_NOTICE bug in MWNamespace::getCanonicalName() instead of replicating the function. :)
|
2008-12-16 23:57:21 +00:00 |
|
NamespaceCompat.php
|
|
|
|
ObjectCache.php
|
|
|
|
OutputHandler.php
|
Re-revert r46344 because of crossing commits (r46346)
|
2009-01-27 15:20:31 +00:00 |
|
OutputPage.php
|
Fixed bug that caused the last parameter of the generated users scripts (see Skin:generateUserJs) to become corrupted from a ? being always used to append an additional parameter (which if there are already paramters breaks stuff).
|
2009-07-16 19:27:06 +00:00 |
|
PageHistory.php
|
Fix double escaping issues. Related to r51559 and friends.
|
2009-06-15 12:32:59 +00:00 |
|
PageQueryPage.php
|
|
|
|
Pager.php
|
Reimplement r49941 as an overridable method, as suggested by Tim (hiding navigation bar when all results are shown)
|
2009-06-20 06:41:59 +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
|
Allow non-integral days for watchlists and RC
|
2009-07-17 22:19:02 +00:00 |
|
PrefixSearch.php
|
* STFU E_WARN, please review for correcteness
|
2009-02-05 19:55:57 +00:00 |
|
Profiler.php
|
* Fixed $wgProfileToDatabase/$wgProfileCallTree interaction (later disabled the former)
|
2009-02-24 09:50:22 +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
|
* Add autopromote condition APCOND_BLOCKED to autopromote blocked users to various user groups.
|
2009-06-18 02:50:16 +00:00 |
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
Use wfGetNull() instead of hardcoded /dev/null
|
2009-07-02 00:55:48 +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
|
* addressed r53282#c3209 moved conditional inclusion of $wgExtensionMessages in mwScriptLoader.php to Setup.php
|
2009-07-15 22:41:56 +00:00 |
|
RecentChange.php
|
(bug 19214) Make sure new pages have page ID cached for getTitle()
|
2009-06-17 21:11:29 +00:00 |
|
RefreshLinksJob.php
|
Wait for slaves after each page (from live patch).
|
2009-04-30 05:34:50 +00:00 |
|
Revision.php
|
(bug 18821) Delete unused fetchAllRevisions(), which doesn't do what it says anyway.
|
2009-07-15 22:51:29 +00:00 |
|
Sanitizer.php
|
* Follow-up to r49720: Fix array logic in Sanitizer::removeHTMLtags so that it doesn't strip good tags that were redundantly defined (per brion's CodeReview comment on that rev).
|
2009-05-23 02:24:54 +00:00 |
|
SearchEngine.php
|
New search option:
|
2009-05-31 16:46:52 +00:00 |
|
SearchIBM_DB2.php
|
[[Special:Search]] now could search terms in all variant-forms. ONLY apply on wikis with LanguageConverter.
|
2009-06-09 19:19:14 +00:00 |
|
SearchMySQL.php
|
* (bug 8445) Multiple-character search terms are now handled properly for Chinese
|
2009-06-24 02:27:51 +00:00 |
|
SearchMySQL4.php
|
|
|
|
SearchOracle.php
|
[[Special:Search]] now could search terms in all variant-forms. ONLY apply on wikis with LanguageConverter.
|
2009-06-09 19:19:14 +00:00 |
|
SearchPostgres.php
|
Documentation fixes:
|
2009-04-23 10:28:05 +00:00 |
|
SearchUpdate.php
|
|
|
|
Setup.php
|
* addressed r53282#c3209 moved conditional inclusion of $wgExtensionMessages in mwScriptLoader.php to Setup.php
|
2009-07-15 22:41:56 +00:00 |
|
SiteConfiguration.php
|
Pass the SiteConfiguration object as a parameter to fullLoadCallback.
|
2009-06-12 04:11:15 +00:00 |
|
SiteStats.php
|
Whitespace
|
2009-07-18 07:44:57 +00:00 |
|
Skin.php
|
Solves double escaping issue for moveThisPage function (used by CologneBlue and Standard skins) - seen when on pages with titles that contain diacritical marks.
|
2009-07-17 00:01:48 +00:00 |
|
SkinTemplate.php
|
Fix encoding issue in r53270
|
2009-07-15 10:22:56 +00:00 |
|
SpecialPage.php
|
* remove wfSpecialUpload() since UploadForm now extends SpecialPage
|
2009-07-15 09:39:38 +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
|
* (bug 10837) Introducing the StubUserVariant class to determine the variant variable instead of using this to overrules the user language preference.
|
2009-05-30 19:49:51 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
Syntax error
|
2009-07-17 22:26:39 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
(bug 19157) createAndPromote error on bad password
|
2009-06-27 16:53:27 +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
|
(bug 17804) Make EmailNotification members protected
|
2009-06-25 00:41:29 +00:00 |
|
UserRightsProxy.php
|
|
|
|
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
|
Added basic support for Wietse Venema's taint feature. Fixed a few instances of shoddy code that it turned up, no actual vulnerabilities yet.
|
2009-02-04 09:10:32 +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
|
Fix interesting regression from r49324: on a redirected page view, the content action tabs (article, discussion, edit, history) would point to the redirect instead of the target article.
|
2009-05-02 15:38:32 +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
|
Core change for r52446, allow querying params like id
|
2009-06-26 11:17:12 +00:00 |
|
XmlFunctions.php
|
Add wfDeprecated(__FUNCTION__) to all this garbage
|
2008-12-23 23:49:39 +00:00 |
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
Update the Chinese conversion tables.
|
2009-07-09 13:44:55 +00:00 |