| .. |
|
api
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
db
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
diff
|
Update break notation to self enclosed and properly spaced
|
2009-11-14 20:59:15 +00:00 |
|
extauth
|
Add rudimentary MediaWiki support to ExternalAuth
|
2009-12-10 01:51:22 +00:00 |
|
filerepo
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
json
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
media
|
generic method to extract text layer of a document
|
2009-09-23 12:28:19 +00:00 |
|
normal
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
parser
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
search
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
specials
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
templates
|
Revert broken rewrite of login system; totally broken.
|
2009-09-26 00:49:32 +00:00 |
|
upload
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
zhtable
|
Update the Chinese conversion tables.
|
2009-11-14 17:09:22 +00:00 |
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
AjaxFunctions.php
|
|
|
|
AjaxResponse.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
Article.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
AuthPlugin.php
|
Revert broken rewrite of login system; totally broken.
|
2009-09-26 00:49:32 +00:00 |
|
AutoLoader.php
|
Add rudimentary MediaWiki support to ExternalAuth
|
2009-12-10 01:51:22 +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
|
Fix bug in BacklinkCache: the lack of an ORDER BY clause in getLinks(), combined with the lack of sensible indexes on the categorylinks table, was causing partition() to return starts and ends scaterred randomly across the result set. For large jobs, many partitions end up being large, causing HTMLCacheUpdate::doPartialUpdate() to repartition, thus requeueing jobs in an infinite recursive loop.
|
2009-12-04 01:55:05 +00:00 |
|
BagOStuff.php
|
Eliminated deadlock during parser tests on SQLite
|
2009-12-05 10:33:09 +00:00 |
|
Block.php
|
Changed sequence names to a standard <table>_<field>_seq form.
|
2009-10-28 16:17:16 +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
|
Changed sequence names to a standard <table>_<field>_seq form.
|
2009-10-28 16:17:16 +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 19391) Fix caching for Recent ChangesFeed. Patch by Mormegil.
|
2009-11-12 22:13:20 +00:00 |
|
ChangesList.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
ChangeTags.php
|
coding style tweaks
|
2009-10-04 13:32:48 +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 comments
|
2009-10-09 22:11:17 +00:00 |
|
DatabaseFunctions.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
DefaultSettings.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
Defines.php
|
Add new define for localisation cache support
|
2009-10-30 01:51:21 +00:00 |
|
DjVuImage.php
|
use UtfNormal::cleanUp() (r55768)
|
2009-09-05 06:45:38 +00:00 |
|
DoubleRedirectJob.php
|
|
|
|
EditPage.php
|
Fixes for comments on r59655
|
2009-12-08 17:17:24 +00:00 |
|
EmaillingJob.php
|
|
|
|
EnotifNotifyJob.php
|
Revert r55459, 55467, 55469, 55518 (Page creation notification email is sent when a watched page is deleted). Breaks current setups where enotif_body is customized. Sidenote: anyone looking to do this right should redo EmailNotification::notifyOnPageChange() to just use the params array from RC, rather than tacking more crap onto this function
|
2009-09-11 01:04:00 +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
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
Export.php
|
Fix PHP Notice: Undefined variable: text in /var/www/w/includes/Export.php on line 518 seen on translatewiki
|
2009-10-15 07:08:56 +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
|
Rename some extauth functions and fields
|
2009-12-08 19:32:17 +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
|
Fix a Fatal: Call to a member function isLoggedIn() on a non-object in /var/www/w/includes/FileDeleteForm.php on line 115
|
2009-11-27 17:46:35 +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
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
HistoryBlob.php
|
|
|
|
HistoryPage.php
|
Revert r59730 for now. Has some warnings and might be causing a weird regression I cant track down
|
2009-12-04 16:04:01 +00:00 |
|
Hooks.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
Html.php
|
Fix bugs in r59360, r59361, r59363
|
2009-12-11 19:01:16 +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
|
* (bug 21161) Changing $wgCaCacheEpoch now always invalidates file cache
|
2009-10-21 11:42:10 +00:00 |
|
HTMLForm.php
|
Removed JS2 work (has been moved to the js2-work branch). Has been lightly tested, should mostly work. Some of the more complicated associated changes are listed below.
|
2009-11-26 12:00:36 +00:00 |
|
HttpFunctions.php
|
Doxygen fixes:
|
2009-12-05 17:07:40 +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
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
ImageQueryPage.php
|
|
|
|
Import.php
|
Code cleanup, covert leading spaces into tabs per coding style
|
2009-11-14 21:27:13 +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
|
Code cleanup, covert leading spaces into tabs per coding style
|
2009-11-14 21:27:13 +00:00 |
|
JobQueue.php
|
Fixed parserTests to work with Oracle (added Anonymous user 0 to fix FK violations). Fixed a few bugs identified by parserTests fails.
|
2009-11-09 14:34:03 +00:00 |
|
Licenses.php
|
Followup to r57868: Fix two strict standards warnings
|
2009-10-18 20:06:22 +00:00 |
|
LinkBatch.php
|
|
|
|
LinkCache.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
Linker.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
LinkFilter.php
|
(bug 20275) Fixed LIKE queries on SQLite backend
|
2009-10-21 19:53:03 +00:00 |
|
LinksUpdate.php
|
Add accessor to LinksUpdate::mImages
|
2009-11-06 16:22:56 +00:00 |
|
LocalisationCache.php
|
Fixed variable name in error message
|
2009-11-13 11:16:42 +00:00 |
|
LogEventsList.php
|
Delete refs to variable removed in r59692
|
2009-12-11 19:43:04 +00:00 |
|
LogPage.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
Math.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +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
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
MemcachedSessions.php
|
|
|
|
MessageCache.php
|
(bug 20275) Fixed LIKE queries on SQLite backend
|
2009-10-21 19:53:03 +00:00 |
|
Metadata.php
|
|
|
|
mime.info
|
|
|
|
mime.types
|
Added MS Office 7 file types for downloads. This is a hack solution - addressing the whole mime.types issue need to be done in the future.
|
2009-09-25 17:22:27 +00:00 |
|
MimeMagic.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
Namespace.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
NamespaceCompat.php
|
|
|
|
ObjectCache.php
|
* (bug 21403) memcached class renamed to MWMemecached to avoid conflict with PHP's memcached extension
|
2009-11-20 15:37:28 +00:00 |
|
OutputHandler.php
|
Code cleanup, covert leading spaces into tabs per coding style
|
2009-11-14 21:27:13 +00:00 |
|
OutputPage.php
|
Add DTD to fix well-formedness errors in HTML5
|
2009-12-04 19:39:15 +00:00 |
|
PageQueryPage.php
|
|
|
|
Pager.php
|
Update break notation to self enclosed and properly spaced
|
2009-11-14 20:59:15 +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
|
Removed JS2 work (has been moved to the js2-work branch). Has been lightly tested, should mostly work. Some of the more complicated associated changes are listed below.
|
2009-11-26 12:00:36 +00:00 |
|
PrefixSearch.php
|
* (bug 20885) Search box no longer suggests unavailable special pages
|
2009-10-02 09:44:34 +00:00 |
|
Profiler.php
|
stop undefined variable notices
|
2009-12-07 16:50:36 +00:00 |
|
ProfilerSimple.php
|
|
|
|
ProfilerSimpleText.php
|
|
|
|
ProfilerSimpleTrace.php
|
|
|
|
ProfilerSimpleUDP.php
|
|
|
|
ProfilerStub.php
|
|
|
|
ProtectionForm.php
|
(bug 21455) Fixed "Watch this page" checkbox appearing on some special pages even to non-logged in users
|
2009-11-14 11:07:46 +00:00 |
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
$fname -> __METHOD__
|
2009-11-07 14:23:09 +00:00 |
|
QueryPage.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
RawPage.php
|
I LOVE OO PEOPLE <3 <3 <3
|
2009-08-27 16:28:48 +00:00 |
|
RecentChange.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
RefreshLinksJob.php
|
Wait for slaves after each page (from live patch).
|
2009-04-30 05:34:50 +00:00 |
|
Revision.php
|
Changed sequence names to a standard <table>_<field>_seq form.
|
2009-10-28 16:17:16 +00:00 |
|
Sanitizer.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
Setup.php
|
Removed JS2 work (has been moved to the js2-work branch). Has been lightly tested, should mostly work. Some of the more complicated associated changes are listed below.
|
2009-11-26 12:00:36 +00:00 |
|
SiteConfiguration.php
|
Pass the SiteConfiguration object as a parameter to fullLoadCallback.
|
2009-06-12 04:11:15 +00:00 |
|
SiteStats.php
|
$fname -> __METHOD__
|
2009-11-07 14:23:09 +00:00 |
|
Skin.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
SkinTemplate.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
SpecialPage.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
SquidUpdate.php
|
(bug 21551) Make Squid response limit configurable. Patch by Roi Aminoam
|
2009-11-17 19:04:48 +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
|
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
|
Partial revert r58111
|
2009-10-25 13:43:17 +00:00 |
|
Title.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
UserArray.php
|
|
|
|
UserMailer.php
|
Revert r55459, 55467, 55469, 55518 (Page creation notification email is sent when a watched page is deleted). Breaks current setups where enotif_body is customized. Sidenote: anyone looking to do this right should redo EmailNotification::notifyOnPageChange() to just use the params array from RC, rather than tacking more crap onto this function
|
2009-09-11 01:04:00 +00:00 |
|
UserRightsProxy.php
|
Missing commit for r56798
|
2009-09-23 03:42:18 +00:00 |
|
WatchedItem.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
WatchlistEditor.php
|
* replace some use of deprecated makeKnownLinkObj() by link() in core
|
2009-06-07 15:02:12 +00:00 |
|
WebRequest.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +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
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +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
|
Code cleanup, covert leading spaces into tabs per coding style
|
2009-11-14 21:27:13 +00:00 |
|
XmlFunctions.php
|
|
|
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
Update the Chinese conversion tables.
|
2009-11-14 17:09:22 +00:00 |