| .. |
|
api
|
fix for r54291: missing ending $ in $Id$
|
2009-08-03 19:57:35 +00:00 |
|
db
|
* Move generic return true; various for lock functions to parent, no need to implement this everywhere
|
2009-07-29 23:41:16 +00:00 |
|
diff
|
Show change flag tooltips everywhere, not just RC
|
2009-08-04 00:28:20 +00:00 |
|
extauth
|
Add experimental new auth framework, ExternalAuth
|
2009-07-19 22:02:00 +00:00 |
|
filerepo
|
fixing bug 17395
|
2009-08-02 15:22:06 +00:00 |
|
media
|
(bug 16451) Fix application of scaling limits for animated GIFs.
|
2009-08-03 15:01:51 +00:00 |
|
normal
|
|
|
|
parser
|
introducing new CoreParserFunction nse as an url-friendly equivalent to ns. bug 12920
|
2009-08-02 18:16:56 +00:00 |
|
search
|
Move search related includes to includes/search/
|
2009-07-30 22:45:38 +00:00 |
|
specials
|
Show change flag tooltips everywhere, not just RC
|
2009-08-04 00:28:20 +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
|
Fix PHP Notice: Undefined variable: wgMimeTypeBlacklist in /var/www/w/includes/upload/UploadBase.php on line 190
|
2009-07-31 06:53:23 +00:00 |
|
zhtable
|
Update the Chinese conversion tables.
|
2009-07-31 05:59:06 +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
|
* Separated some delete & suppress message headers (bug 18839)
|
2009-07-30 18:01:41 +00:00 |
|
AuthPlugin.php
|
(bug 9691) Add type parameter to ModifyUITemplate function calls
|
2009-07-27 23:53:23 +00:00 |
|
AutoLoader.php
|
(bug 19004) Added support for tags to the API. Patch by Matthew Britton.
|
2009-08-03 17:48: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
|
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
|
|
|
|
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
|
* 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
|
64-bit host compatibility for hash function in pure-PHP implementation of CDB reader/writer.
|
2009-07-24 22:15:23 +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
|
Add legend and tooltips to explain RC flags
|
2009-08-02 22:15:55 +00:00 |
|
ChangeTags.php
|
(bug 19004) Added support for tags to the API. Patch by Matthew Britton.
|
2009-08-03 17:48:01 +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 16451) Fix application of scaling limits for animated GIFs.
|
2009-08-03 15:01:51 +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
|
* (bug 18699) Using the nosummary URL option no longer triggers the "You have not provided a summary" warning for those who activated it in their preferences
|
2009-08-02 13:37:41 +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
|
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
|
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
|
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
|
Memcached does not like spaces in keys
|
2009-08-03 11:36:47 +00:00 |
|
HistoryBlob.php
|
|
|
|
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
|
Fix regression in r53316, some more intelligent handling.
|
2009-07-29 16:20:10 +00:00 |
|
HttpFunctions.php
|
Suppress 'Expect: 100-continue' header on Http::post, as some servers will reject it with a 417 and Curl won't auto retry.
|
2009-08-02 07:36:47 +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
|
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
|
|
|
|
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
|
(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
|
IPv6 padding cleanup - removed trailing ':'
|
2009-07-27 07:03:36 +00:00 |
|
JobQueue.php
|
No it is not a FIFO, what's your point?
|
2009-03-17 08:37:25 +00:00 |
|
Licenses.php
|
|
|
|
LinkBatch.php
|
|
|
|
LinkCache.php
|
|
|
|
Linker.php
|
Cleanup for r53518 (subpage support for edit comments)
|
2009-07-21 17:07:56 +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 19574) LocalisationCache gets confused when external code deletes its store after it does its cache freshness check. Fix by reinitialising the cache after the DB setup.
|
2009-07-22 04:03:46 +00:00 |
|
LogEventsList.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 |
|
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
|
* 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
|
|
|
|
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
|
* Fix sidebar purging code (still unknown to me what causes it to cache bad version)
|
2009-07-31 07:12:25 +00:00 |
|
Metadata.php
|
|
|
|
mime.info
|
|
|
|
mime.types
|
Trailing whitespace
|
2009-02-17 23:50:08 +00:00 |
|
MimeMagic.php
|
|
|
|
Namespace.php
|
|
|
|
NamespaceCompat.php
|
|
|
|
ObjectCache.php
|
Consistent letter case
|
2009-07-30 19:26:18 +00:00 |
|
OutputHandler.php
|
|
|
|
OutputPage.php
|
Added evil hack for Opera projection css media mode compatibility.
|
2009-07-31 17:18:49 +00:00 |
|
PageHistory.php
|
Show change flag tooltips everywhere, not just RC
|
2009-08-04 00:28:20 +00:00 |
|
PageQueryPage.php
|
|
|
|
Pager.php
|
* (bug 16009) Limit selection forms based on Pager now links to the correct page when using long urls
|
2009-07-23 20:18:34 +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
|
(bug 19798) High-level documentation for Preferences.
|
2009-07-31 10:42:34 +00:00 |
|
PrefixSearch.php
|
* STFU E_WARN, please review for correcteness
|
2009-02-05 19:55:57 +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
|
* 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 19864) Removed overzealous hiding of deleted (but not suppressed) rows from log/contribs list from sysops
|
2009-07-30 14:08:25 +00:00 |
|
Sanitizer.php
|
Allow <abbr> in wikitext
|
2009-08-02 22:15:28 +00:00 |
|
Setup.php
|
* (bug 18751) Fix for buggage in profiling setup for some extensions on PHP 5.1
|
2009-07-19 20:21:28 +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
|
* (bug 12110) Split the rights for editing users' CSS/JS subpage from "editusercssjs" into "editusercss" and edituserjs" respectively.
|
2009-08-01 16:44:44 +00:00 |
|
SkinTemplate.php
|
Fix r53270: drop &returntoquery parameter if empty, and prevent Special:Userlogin from returning to itself, creating very long looplike URLs
|
2009-07-26 10:34:03 +00:00 |
|
SpecialPage.php
|
Deprecate broken accessor and add a new one
|
2009-07-24 20:12:44 +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
|
Added back 'editusercssjs' right for regression and backward compatibility, per Code Review on r54153.
|
2009-08-02 08:31:29 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Add experimental new auth framework, ExternalAuth
|
2009-07-19 22:02:00 +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
|
Make $headers protected and declare it as an empty array.
|
2009-07-25 00:27:56 +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 15209) New hook right after initialization
|
2009-08-03 22:31:52 +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
|
|
|
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
Update the Chinese conversion tables.
|
2009-07-31 05:59:06 +00:00 |