| .. |
|
api
|
Whitespace fixes for r61761, r61779
|
2010-02-01 15:36:14 +00:00 |
|
db
|
Fixed as per Tim's comments on r61179:
|
2010-01-28 14:58:45 +00:00 |
|
diff
|
Refactored duplication into revisionDeleteLink()
|
2010-01-11 21:35:31 +00:00 |
|
extauth
|
* Added new doxygen group "ExternalUser"
|
2010-01-10 21:39:47 +00:00 |
|
filerepo
|
Typo in comment, no such thing as wfGetFile()
|
2010-01-23 14:25:10 +00:00 |
|
json
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
media
|
Removed unused globals
|
2010-01-03 04:10:26 +00:00 |
|
normal
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
parser
|
fixes problem on PHP 5.1 where titles are displayed as "Object":
|
2010-02-01 02:45:23 +00:00 |
|
search
|
Follow up r60742, r60743, r60764, r60766, r61214, r61390. Split stripForSearch into wordSegmentation and normalizeForSearch. So the wordSegmentation could be called by search engines separately.
|
2010-02-02 15:09:01 +00:00 |
|
specials
|
* (bug 21593) Special:UserRights now lists automatic groups membership
|
2010-02-02 20:45:35 +00:00 |
|
templates
|
Follow-up r60043. Add accidently deleted strong
|
2009-12-14 20:11:01 +00:00 |
|
upload
|
follow up r61779 - anyone who writes "!$x == null" is an idiot
|
2010-02-03 02:19:25 +00:00 |
|
zhtable
|
Fix a bug found in Makefile.py.
|
2010-02-01 20:39:17 +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
|
Rm some unneeded $wgParser globals
|
2010-01-22 16:10:52 +00:00 |
|
AuthPlugin.php
|
Fix some doxygen warnings
|
2010-01-05 21:24:23 +00:00 |
|
AutoLoader.php
|
Parser tests now working under phpunit
|
2010-01-27 07:00:07 +00:00 |
|
Autopromote.php
|
|
|
|
BacklinkCache.php
|
Fix some doxygen warnings
|
2010-01-05 21:24:23 +00:00 |
|
BagOStuff.php
|
MediaWikiBagOStuff -> SqlBagOStuff in comment, both are the same since r55079
|
2010-01-16 14:44:29 +00:00 |
|
Block.php
|
Changed sequence names to a standard <table>_<field>_seq form.
|
2009-10-28 16:17:16 +00:00 |
|
CacheDependency.php
|
Fix some doxygen warnings
|
2010-01-05 21:24:23 +00:00 |
|
Category.php
|
Changed sequence names to a standard <table>_<field>_seq form.
|
2009-10-28 16:17:16 +00:00 |
|
Categoryfinder.php
|
Fix a bunch of really weird spacing, other style fixes
|
2010-02-02 13:20:26 +00:00 |
|
CategoryPage.php
|
|
|
|
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
|
* Document a bit
|
2010-01-09 21:59:40 +00:00 |
|
ChangesList.php
|
Attempt at normalistion of comparison styles - empty string on left and right hand side normalised to it being on the rhs
|
2010-01-06 19:59:42 +00:00 |
|
ChangeTags.php
|
coding style tweaks
|
2009-10-04 13:32:48 +00:00 |
|
ConfEditor.php
|
Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme command
|
2009-12-15 21:26:58 +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
|
Bump $wgStyleVersion for r61700
|
2010-01-30 12:07:40 +00:00 |
|
Defines.php
|
Add new define for localisation cache support
|
2009-10-30 01:51:21 +00:00 |
|
DjVuImage.php
|
if available, use iconv because it requires less memory (fixes bug 21809) (follow up to r55768 and r55843)
|
2010-01-19 17:23:29 +00:00 |
|
DoubleRedirectJob.php
|
* Added some basic doc for the DoubleRedirectJob class
|
2010-01-07 21:44:06 +00:00 |
|
EditPage.php
|
Rm some unneeded $wgParser globals
|
2010-01-22 16:10:52 +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
|
|
|
|
Exif.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
Export.php
|
Attempt at normalistion of comparison styles - empty string on left and right hand side normalised to it being on the rhs
|
2010-01-06 19:59:42 +00:00 |
|
ExternalEdit.php
|
|
|
|
ExternalStore.php
|
* Document a bit
|
2010-01-08 21:35:25 +00:00 |
|
ExternalStoreDB.php
|
* Document a bit
|
2010-01-08 21:35:25 +00:00 |
|
ExternalStoreHttp.php
|
* Document a bit
|
2010-01-08 21:35:25 +00:00 |
|
ExternalUser.php
|
* Added new doxygen group "ExternalUser"
|
2010-01-10 21:39:47 +00:00 |
|
FakeTitle.php
|
* Fix E_STRICT errors about functions not having same signature
|
2010-01-22 18:43:59 +00:00 |
|
Feed.php
|
Add <guid> to RSS to avoid duplicates
|
2010-01-15 18:00:56 +00:00 |
|
FeedUtils.php
|
__FUNCTION__ -> __METHOD__
|
2010-01-10 18:36:26 +00:00 |
|
FileDeleteForm.php
|
* Document a bit
|
2010-01-13 21:25:03 +00:00 |
|
FileRevertForm.php
|
* Document a bit
|
2010-01-13 21:25:03 +00:00 |
|
ForkController.php
|
* add ForkController class to Maintenance group
|
2010-01-15 18:12:13 +00:00 |
|
FormOptions.php
|
|
|
|
GlobalFunctions.php
|
Followup r61655, add sys_get_temp_dir() support to wfTempDir(), use this in HttpTest rather than duplicating code
|
2010-01-29 23:52:06 +00:00 |
|
HistoryBlob.php
|
|
|
|
HistoryPage.php
|
Followup r61181, put @return nothing back on history(). Some people like it.
|
2010-01-28 19:46:12 +00:00 |
|
Hooks.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
Html.php
|
Use isset() instead of array_key_exists()
|
2010-01-27 19:14:18 +00:00 |
|
HTMLCacheUpdate.php
|
Fix for r60809: wrong argument name
|
2010-01-16 15:02:58 +00:00 |
|
HTMLFileCache.php
|
* (bug 21161) Changing $wgCaCacheEpoch now always invalidates file cache
|
2009-10-21 11:42:10 +00:00 |
|
HTMLForm.php
|
Tweak 'HMTL 5' -> 'HTML5' per suggestion on translatewiki: http://translatewiki.net/wiki/Thread:Support/HTML5
|
2009-12-30 07:08:52 +00:00 |
|
HttpFunctions.php
|
follow up r61357
|
2010-01-29 07:25:09 +00:00 |
|
IEContentAnalyzer.php
|
|
|
|
ImageFunctions.php
|
|
|
|
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
|
* Document a bit
|
2010-01-23 20:07:17 +00:00 |
|
Import.php
|
Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme command
|
2009-12-15 21:26:58 +00:00 |
|
Interwiki.php
|
|
|
|
IP.php
|
Code cleanup, covert leading spaces into tabs per coding style
|
2009-11-14 21:27:13 +00:00 |
|
JobQueue.php
|
*coding style cleanup
|
2009-12-13 17:57:21 +00:00 |
|
JSMin.php
|
Remove trailing ?>
|
2010-01-29 11:50:58 +00:00 |
|
Licenses.php
|
Fixed certain cases where license construction would be incorrect.
|
2009-12-19 21:23:04 +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
|
Bug 18784 - Internal links like [[File:Foo|caption]] should read 'caption', not 'File:Foo' when Foo is not an image
|
2010-02-01 20:43:24 +00:00 |
|
LinkFilter.php
|
* document a bit
|
2010-01-19 22:02:20 +00:00 |
|
LinksUpdate.php
|
Add accessor to LinksUpdate::mImages
|
2009-11-06 16:22:56 +00:00 |
|
LocalisationCache.php
|
Made Special:Allmessages many times faster for a typical installation, by taking advantage of the message name list available from LocalisationCache to avoid unnecessary message loads. Now it only loads messages that are on the current page being displayed.
|
2010-01-06 05:48:05 +00:00 |
|
LogEventsList.php
|
provided option for showLogExtract to wrap result. Added log for create protected page
|
2010-01-16 11:24:23 +00:00 |
|
LogPage.php
|
* (bug 9794) User rights log entries for foreign user now links to the foreign user's page if possible
|
2010-01-09 15:23:27 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.php
|
Fix for r61710. Changing subst: to subst:$1 would cause huge problems with localisation
|
2010-01-30 12:46:16 +00:00 |
|
Math.php
|
$fname -> __METHOD__
|
2010-01-08 01:39:14 +00:00 |
|
MediaTransformOutput.php
|
|
|
|
memcached-client.php
|
Added configuration option for memcached timeout based on comments on r58185
|
2010-01-21 05:49:49 +00:00 |
|
MemcachedSessions.php
|
|
|
|
MessageCache.php
|
follow up 61775 -- REVERT REVERT
|
2010-02-01 04:57:42 +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
|
follow up 61775 -- REVERT REVERT
|
2010-02-01 04:57:42 +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
|
(bug 22034) use wfClientAcceptsGzip() in wfGzipHandler instead of reimplementing it.
|
2010-01-14 16:35:35 +00:00 |
|
OutputPage.php
|
Follow-up r61806: also escape tag in getPageTitle()
|
2010-02-02 16:26:52 +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
|
Fixed some doxygen warnings
|
2010-01-22 19:58:13 +00:00 |
|
PoolCounter.php
|
|
|
|
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
|
* Fixed some doxygen warnings
|
2010-01-20 21:06:22 +00:00 |
|
Profiler.php
|
fix some doxygen errors
|
2009-12-11 22:19:37 +00:00 |
|
ProfilerSimple.php
|
|
|
|
ProfilerSimpleText.php
|
* (bug 20388) ProfilerSimpleText no longer outputs comments on action=raw so that the result is valid CSS/JS and don't interfere with wikitext
|
2009-12-18 21:21:51 +00:00 |
|
ProfilerSimpleTrace.php
|
|
|
|
ProfilerSimpleUDP.php
|
|
|
|
ProfilerStub.php
|
|
|
|
ProtectionForm.php
|
Attempt at normalistion of comparison styles - empty string on left and right hand side normalised to it being on the rhs
|
2010-01-06 19:59:42 +00:00 |
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
fix some doxygen errors
|
2009-12-11 22:19:37 +00:00 |
|
QueryPage.php
|
* Document a bit
|
2010-01-23 20:07:17 +00:00 |
|
RawPage.php
|
PageHistory class renamed to HistoryPage
|
2009-12-18 21:44:41 +00:00 |
|
RecentChange.php
|
* Fix some doxygen warnings
|
2010-01-21 22:01:38 +00:00 |
|
RefreshLinksJob.php
|
|
|
|
Revision.php
|
Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme command
|
2009-12-15 21:26:58 +00:00 |
|
Sanitizer.php
|
Require $wgHtml5 for $wgExperimentalHtmlIds
|
2010-02-01 01:43:07 +00:00 |
|
Setup.php
|
Fix for r61582: if $wgDebugPrintHttpHeaders is false, don't construct the header string and then throw it away, skip the whole code block and save a few microseconds.
|
2010-01-29 04:29:26 +00:00 |
|
SiteConfiguration.php
|
|
|
|
SiteStats.php
|
$fname -> __METHOD__
|
2009-11-07 14:23:09 +00:00 |
|
Skin.php
|
Skin class: documentation and spacing tweaks, shortened some long lines, added braces
|
2010-02-01 13:52:55 +00:00 |
|
SkinTemplate.php
|
Revert r61005, r61047 (show copyright message on special pages). Maybe this could be configurable and off by default, but I'd be just as happy with an idiosyncratic change like this being a local patch.
|
2010-01-26 03:10:44 +00:00 |
|
SpecialPage.php
|
Tabs to spaces in the middle of the line
|
2010-01-15 17:28:40 +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
|
|
|
|
StreamFile.php
|
|
|
|
StringUtils.php
|
Revert r61528, r61527, r61526, r61525, r61519, r61515, r61053, r61052 (Parser::doQuotes() rewrite). Lots of issues to discuss, needs more review than I have time to give it pre-1.16. I'll split it out to a branch.
|
2010-01-27 02:41:22 +00:00 |
|
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
|
Follow up r60742, r60743, r60764, r60766, r61214, r61390. Split stripForSearch into wordSegmentation and normalizeForSearch. So the wordSegmentation could be called by search engines separately.
|
2010-02-02 15:09:01 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Check $this not $wgUser in canSendEmail()
|
2010-01-30 16:20:54 +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
|
document a bit
|
2010-01-12 21:49:47 +00:00 |
|
WatchedItem.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
WatchlistEditor.php
|
|
|
|
WebRequest.php
|
New tests for LanguageConverter->getPreferredVariant()
|
2010-01-06 03:50:59 +00:00 |
|
WebResponse.php
|
|
|
|
WebStart.php
|
|
|
|
Wiki.php
|
Follow-up to r60744: one more const != $var <--> $var != const switch
|
2010-01-17 18:25:44 +00:00 |
|
WikiError.php
|
|
|
|
WikiMap.php
|
Fix undefined variable
|
2010-01-22 21:37:29 +00:00 |
|
Xml.php
|
Use Html::element() for Xml::submitButton()
|
2010-01-27 18:59:52 +00:00 |
|
XmlFunctions.php
|
|
|
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
Fix a bug found in Makefile.py.
|
2010-02-01 20:39:17 +00:00 |