| .. |
|
api
|
* removed plain-text output because IE is retarded treats plain-text as html (in fact no mime type I have found lets you send text to IE and have it treat it like text :( ....
|
2009-08-15 22:38:01 +00:00 |
|
db
|
config/index.php:
|
2009-08-15 21:29:58 +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
|
* 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
|
Revert image crop for now:
|
2009-08-19 02:07:00 +00:00 |
|
normal
|
Fix up r45749: do is_string() check in the caller instead
|
2009-01-21 09:26:48 +00:00 |
|
parser
|
(bug 20274) Strict standards issue in 5.3.
|
2009-08-16 20:56:48 +00:00 |
|
search
|
Move search related includes to includes/search/
|
2009-07-30 22:45:38 +00:00 |
|
specials
|
$wgMaximumMovedPages should only count moved pages
|
2009-08-18 23:25:36 +00:00 |
|
templates
|
Remove all usage of projection stylesheets
|
2009-08-18 21:22:59 +00:00 |
|
upload
|
* made wgMaxUploadSize check work with js2/firefogg uploading interface.
|
2009-08-06 22:25:47 +00:00 |
|
zhtable
|
Update the Chinese conversion tables.
|
2009-08-10 06:10:08 +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
|
* 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 |
|
AuthPlugin.php
|
(bug 9691) Add type parameter to ModifyUITemplate function calls
|
2009-07-27 23:53:23 +00:00 |
|
AutoLoader.php
|
Follow-up to http://www.mediawiki.org/wiki/Special:Code/MediaWiki/54561: use the class autoloader.
|
2009-08-19 05:41:42 +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
|
(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
|
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
|
For HTML 5, drop type="" attributes for CSS/JS
|
2009-08-11 00:09:24 +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
|
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
|
Add doc comment for JS2 dependency in live preview enhancements from r55239
|
2009-08-19 11:06:13 +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
|
Rewrite JS-based Live Preview to use jQuery, was 200 lines, now less than 35. TODO: LiquidThreads support, some sort of progress indicator.
|
2009-08-18 17:27:19 +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
|
* 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
|
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
|
* 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 |
|
HistoryBlob.php
|
|
|
|
HistoryPage.php
|
Fix PHP4-ism
|
2009-08-17 13:41:23 +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
|
Cleanup from r54770 "Add Html::input() convenience function"
|
2009-08-19 01:39:05 +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
|
Support script loader
|
2009-08-09 16:20:14 +00:00 |
|
HttpFunctions.php
|
Followup r53884, use wfSuppressWarnings/wfRestoreWarnings instead of @
|
2009-08-19 01:55:13 +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
|
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
|
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
|
|
|
|
LinkBatch.php
|
|
|
|
LinkCache.php
|
|
|
|
Linker.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 |
|
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
|
* 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 |
|
LogEventsList.php
|
Rewrite some spaghetti code in Special:Log to fix invalid HTML, now uses proper Xml:: methods
|
2009-08-10 17:36:57 +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
|
* 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 |
|
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
|
|
|
|
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
|
Re-revert r46344 because of crossing commits (r46346)
|
2009-01-27 15:20:31 +00:00 |
|
OutputPage.php
|
Remove all usage of projection stylesheets
|
2009-08-18 21:22:59 +00:00 |
|
PageQueryPage.php
|
|
|
|
Pager.php
|
* Renamed PageHistory to HistoryPage. Brion gave me permission to do this a couple of years ago, I thought it was about time. Provides naming consistency with ImagePage, RawPage, etc.
|
2009-08-17 05:09:36 +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
|
Revert r54585 "Fix bug 19261 by saving the username as the signature if it is submitted empty"
|
2009-08-19 02:33:04 +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
|
* Fixed XSS vulnerability introduced by r49833. Only pre-release versions of MediaWiki were affected.
|
2009-08-17 13:23:45 +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
|
Fix comment to note return type on error
|
2009-08-18 20:14:23 +00:00 |
|
Sanitizer.php
|
Allow <abbr> in wikitext
|
2009-08-02 22:15:28 +00:00 |
|
Setup.php
|
Always define mwEmbed i18n file. Was not compatible with manual recaching and the performance impact should not matter.
|
2009-08-11 18:26:14 +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
|
* remove unused Skin::copyrightLink()
|
2009-08-18 08:42:08 +00:00 |
|
SkinTemplate.php
|
Follow-up to r54556: fix login/logout links in core
|
2009-08-17 20:28:24 +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 20090) BCP 47 issues
|
2009-08-14 15:41:48 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
Untested equivalent of r55262 ("When moving a page to a subpage of itself, don't move the root page twice") for Title::moveSubpages(). SpecialMovepage should be refactored to use Title::moveSubpages() some day.
|
2009-08-18 20:28:26 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Revert r35877, early commit that can only be explained by a complete naivete. Nobody ever used this because they weren't idiots.
|
2009-08-11 21:47:55 +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
|
* Fixed XSS vulnerability introduced by r49833. Only pre-release versions of MediaWiki were affected.
|
2009-08-17 13:23:45 +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
|
* Renamed PageHistory to HistoryPage. Brion gave me permission to do this a couple of years ago, I thought it was about time. Provides naming consistency with ImagePage, RawPage, etc.
|
2009-08-17 05:09:36 +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-08-10 06:10:08 +00:00 |