| .. |
|
api
|
Added bitwise operations to DatabaseBase and overloaded in DatabaseOracle.
|
2009-06-13 06:31:38 +00:00 |
|
cbt
|
|
|
|
db
|
Use parentheses for bit* to be on the safe side
|
2009-06-14 20:13:17 +00:00 |
|
diff
|
* follow-up to r51301: also add separated date and time as parameters for 'currentrev-asof' for consistency
|
2009-06-06 15:09:19 +00:00 |
|
filerepo
|
Added bitwise operations to DatabaseBase and overloaded in DatabaseOracle.
|
2009-06-13 06:31:38 +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
|
|
|
|
parser
|
Regression in r51797, anon signature links where prefixed with contributions/ because default value changed from '' to null
|
2009-06-15 15:17:40 +00:00 |
|
specials
|
Fix incorrect index usage. Without a condition on the namespace, the use of new_name_timestamp causes a full table scan. This was the primary cause of the recent post-scap downtime.
|
2009-06-15 14:44:28 +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 |
|
zhtable
|
Update the Chinese conversion tables.
|
2009-06-01 05:25:22 +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
|
Added bitwise operations to DatabaseBase and overloaded in DatabaseOracle.
|
2009-06-13 06:31:38 +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
|
Put actual location of these two classes.
|
2009-06-12 19:24:03 +00:00 |
|
Autopromote.php
|
|
|
|
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
|
|
|
|
Block.php
|
(bug 17093) Separate date and time in Special:BlockList
|
2009-05-25 18:02:58 +00:00 |
|
CacheDependency.php
|
|
|
|
Category.php
|
Proper casing for getDBkey()
|
2009-05-24 08:29:10 +00:00 |
|
Categoryfinder.php
|
|
|
|
CategoryPage.php
|
(bug 19126) Follow-up to r51559: replace a period with a comma to get expected results.
|
2009-06-08 12:46:03 +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
|
Sanitize class names applied by change tagging -- was not anticipating multi-word, ugly tag names
|
2009-05-01 12:55:29 +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
|
Added patrolmarks blurb
|
2009-06-04 13:14:19 +00:00 |
|
Defines.php
|
Web installation support for Oracle.
|
2009-06-08 18:30:27 +00:00 |
|
DjVuImage.php
|
store djvu text layer in img_metadata. fetch it in proofreadpage
|
2009-06-04 09:16:25 +00:00 |
|
DoubleRedirectJob.php
|
|
|
|
EditPage.php
|
Fix up r51559: Linker::link() expects Title objects, not strings
|
2009-06-15 13:50:05 +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
|
* (bug 18289) Database connection error page now returns correct HTML
|
2009-04-02 20:38:25 +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
|
Remove $resultset->free() calls, as in live hack. The calls are unnecessary, removing probably fixes some bug.
|
2009-06-15 06:54:40 +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
|
Changes related to update.php:
|
2009-06-09 17:04:16 +00:00 |
|
HistoryBlob.php
|
|
|
|
Hooks.php
|
* (bug 18009) $wgHooks and $wgExtensionFunctions now support closures
|
2009-04-06 12:41:20 +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
|
* Avoid double output on filecache failover
|
2009-03-13 20:15:16 +00:00 |
|
HTMLForm.php
|
Reimplement Special:MoveThread with the new HTMLForm interface, fixing several bugs in the process:
|
2009-05-27 16:11:23 +00:00 |
|
HttpFunctions.php
|
|
|
|
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
|
Follow-up to r51543: Fix another syntax error in ImageGallery.php. Sorry.
|
2009-06-06 17:07:17 +00:00 |
|
ImagePage.php
|
Fix regression probably from r50975 - link was not parsed
|
2009-06-15 13:20:40 +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
|
Tweak brackets from r49012
|
2009-03-30 23:16:13 +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
|
|
|
|
LinkBatch.php
|
|
|
|
LinkCache.php
|
|
|
|
Linker.php
|
* deprecated makeMediaLink() to makeMediaLinkObj
|
2009-06-13 13:41:48 +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 |
|
LogEventsList.php
|
Fix double escaping issues. Related to r51559 and friends.
|
2009-06-15 12:32:59 +00:00 |
|
LogPage.php
|
Proper casing for getDBkey()
|
2009-05-24 08:29:10 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.php
|
Revert r51200, r51253, r51254, addition of {{NUMBEROFCONTRIBS:...}} parser function. See CodeReview r51200. Not very well implemented and probably a bad idea anyway.
|
2009-06-06 02:49:32 +00:00 |
|
Math.php
|
|
|
|
MediaTransformOutput.php
|
(bug 16912) Tooltips on images with link= disappear
|
2009-05-15 19:43:09 +00:00 |
|
memcached-client.php
|
|
|
|
MemcachedSessions.php
|
|
|
|
MessageCache.php
|
General fix for trailing whitespace in messages, so that we don't have to put bugfix hacks at hundreds of places in the code to preserve HTML entities in messages that are formally plain text. Based on discussion with Nikerabbit.
|
2009-06-04 07:26:46 +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
|
|
|
|
OutputHandler.php
|
|
|
|
OutputPage.php
|
Fix double escaping issues. Related to r51559 and friends.
|
2009-06-15 12:32:59 +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
|
Revert r49941 and r50013: hackish attempted use of mIsFirst before initialisation.
|
2009-06-04 06:17:03 +00:00 |
|
PatrolLog.php
|
* replace some use of deprecated makeKnownLinkObj() by link() in core
|
2009-06-07 15:02:12 +00:00 |
|
Preferences.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 |
|
PrefixSearch.php
|
|
|
|
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
|
Kill some E_NOTICE when protecting a non-existing page
|
2009-06-12 18:31:07 +00:00 |
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
Fix for r51774, r51784: set '127.0.0.1' as IP for CLI, but with explicit check for $wgCommandLineMode so that the exception "Unable to determine IP" is not thrown in this case.
|
2009-06-12 09:34:49 +00:00 |
|
QueryPage.php
|
* replace deprecated makeBrokenLinkObj() by LinkHolderArray.php()
|
2009-06-13 12:39:00 +00:00 |
|
RawPage.php
|
|
|
|
RecentChange.php
|
|
|
|
RefreshLinksJob.php
|
Wait for slaves after each page (from live patch).
|
2009-04-30 05:34:50 +00:00 |
|
Revision.php
|
In Special:RevisionDelete:
|
2009-06-01 11:37:06 +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
|
[[Special:Search]] now could search terms in all variant-forms. ONLY apply on wikis with LanguageConverter.
|
2009-06-09 19:19:14 +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
|
* (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 |
|
SiteConfiguration.php
|
Pass the SiteConfiguration object as a parameter to fullLoadCallback.
|
2009-06-12 04:11:15 +00:00 |
|
SiteStats.php
|
|
|
|
Skin.php
|
(bug 19202) Follow-up to r51819: fix incorrect conversion. Put wfMsgForContent back.
|
2009-06-15 11:27:48 +00:00 |
|
SkinTemplate.php
|
Fix double escaping issues. Related to r51559 and friends.
|
2009-06-15 12:32:59 +00:00 |
|
SpecialPage.php
|
Grammar? English doesn't use {{GRAMMAR}} :o
|
2009-05-23 10:16:47 +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
|
* (bug 17537) Disable bad zlib.output_compression output on HTTP 304 responses
|
2009-03-18 21:26:57 +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
|
Kill some E_NOTICE when protecting a non-existing page
|
2009-06-12 18:31:07 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Fix fatal error in r49790, remaining usage of User::encodeOptions()
|
2009-06-02 12:42: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
|
Move wfDebug() call about use of PHP mail() function to _before_ we mess around with warning/error reporting.
|
2009-05-18 19:08:53 +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
|
|
|
|
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
|
|
|
|
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
|
Branch merge of preferences work branch. Includes fixes for several bugs. WARNING: Breaks some extensions which have not been adapted to use it properly (basically anything not used on Wikimedia).
|
2009-04-24 01:31:17 +00:00 |
|
XmlFunctions.php
|
|
|
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
Update the Chinese conversion tables.
|
2009-06-01 05:25:22 +00:00 |