| .. |
|
api
|
Followup r77666, bug 26219
|
2010-12-04 00:36:33 +00:00 |
|
db
|
MySQL is the only database which quotes identifiers primarily using backticks. Move the backtick based addIdentifierQuotes implementation from the generic into DatabaseMysql and take the duplicated implementation used by oracle, sqlite, ibm_db2, postgresql, and mssql and remove it from all of them migrating it to the generic Database class as the default.
|
2010-12-04 15:35:36 +00:00 |
|
diff
|
Fixes bug 26163 - Missing categories and iw links on diff pages.
|
2010-12-01 00:12:43 +00:00 |
|
extauth
|
Cleanup r70571, more strict checks for getCookie() return values
|
2010-08-10 13:30:46 +00:00 |
|
filerepo
|
(bug 26125) prop=imageinfo&iiprop=size now returns the page count if the file is a multi-page file
|
2010-11-27 18:51:17 +00:00 |
|
installer
|
Followup to r77713, rename quote_ident to addIdentifierQuotes to follow naming conventions better. While I'm at it adding a missing addIdentifierQuotes implementation for Ibm_db2.
|
2010-12-04 15:14:08 +00:00 |
|
job
|
Revert r76174 and call directly UserMailer::send()
|
2010-11-06 16:22:18 +00:00 |
|
json
|
Get rid of PHP4-style constructors
|
2010-08-30 16:52:51 +00:00 |
|
libs
|
Fix typo in comment
|
2010-12-03 23:34:12 +00:00 |
|
media
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
normal
|
Use constants. Add spacing.
|
2010-11-30 23:46:14 +00:00 |
|
parser
|
Followup r77748, throw NEW MWException
|
2010-12-05 00:37:44 +00:00 |
|
resourceloader
|
Spaces to tabs in r77011
|
2010-12-03 13:04:01 +00:00 |
|
revisiondelete
|
Followup r77679, 1 more for bug 23332
|
2010-12-04 00:13:56 +00:00 |
|
search
|
Move storing of $db down to SearchEngine
|
2010-11-22 16:08:12 +00:00 |
|
specials
|
Partial workaround for bug 6220: at least make files on shared repositories show up as (struck-out) bluelinks instead of redlinks on Special:WantedFiles. Also change the query slightly to join on the image table instead of page, since that would seem to make more sense.
|
2010-12-04 16:10:51 +00:00 |
|
templates
|
Optional feature to login through HTTPS and come back to HTTP.
|
2010-10-27 21:17:03 +00:00 |
|
upload
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
zhtable
|
Update the Chinese conversion tables.
|
2010-10-02 06:49:52 +00:00 |
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
Revert r70960 "AjaxDispatcher, now ~30 lines shorter and not using $_GET or $_POST"
|
2010-08-13 21:39:51 +00:00 |
|
AjaxFunctions.php
|
* Standardised file description headers
|
2010-08-08 14:23:14 +00:00 |
|
AjaxResponse.php
|
Fix s-max-age to s-maxage
|
2010-09-11 09:18:51 +00:00 |
|
Article.php
|
More useful debug output
|
2010-12-05 05:14:41 +00:00 |
|
AuthPlugin.php
|
* Standardised file description headers
|
2010-08-14 17:42:40 +00:00 |
|
AutoLoader.php
|
Followup r77679, 1 more for bug 23332
|
2010-12-04 00:13:56 +00:00 |
|
Autopromote.php
|
Follow up r67073 : add curly to if statement
|
2010-10-21 18:26:17 +00:00 |
|
BacklinkCache.php
|
Reverted r70151 and re-did what it was intended to do in a proper way: instead of just quietly serializing a crippled connection, fix the caller and receive nice exceptions when something else is broken instead of bug-hunting later.
|
2010-10-23 11:16:44 +00:00 |
|
BagOStuff.php
|
typo (fu r77320)
|
2010-12-03 19:56:08 +00:00 |
|
Block.php
|
Fix indentation in Block::infinity()
|
2010-11-25 15:12:04 +00:00 |
|
CacheDependency.php
|
Assignment in loop conditions suck
|
2010-10-13 23:11:40 +00:00 |
|
Category.php
|
Update comment in Category.php
|
2010-09-08 18:11:28 +00:00 |
|
Categoryfinder.php
|
Assignment in loop conditions suck
|
2010-10-13 23:11:40 +00:00 |
|
CategoryPage.php
|
Few braces and spaces
|
2010-11-30 19:06:28 +00:00 |
|
Cdb.php
|
CDB support: never refer to it as just "DB" in messages, it confuses people
|
2010-11-03 17:04:56 +00:00 |
|
Cdb_PHP.php
|
CDB support: never refer to it as just "DB" in messages, it confuses people
|
2010-11-03 17:04:56 +00:00 |
|
ChangesFeed.php
|
Remove $wgContLanguageCode usage in core.
|
2010-09-07 22:37:55 +00:00 |
|
ChangesList.php
|
More reversion of r77297, 1 of 2 commits to keep it readable in CR (hopefully)
|
2010-11-25 22:24:11 +00:00 |
|
ChangeTags.php
|
bug 25517 Assignment in conditions should be avoided/ http://www.mediawiki.org/wiki/Manual:Coding_conventions#Assignment_expressions
|
2010-11-01 00:07:17 +00:00 |
|
ConfEditor.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
Credits.php
|
* Standardised file description headers
|
2010-08-08 14:23:14 +00:00 |
|
DefaultSettings.php
|
Followup r77793, documentation for icon as a string was missing.
|
2010-12-05 11:16:47 +00:00 |
|
Defines.php
|
Per CR r77020, followup to r77046: add a constant so that extensions can more easily support versions of MediaWiki without $wgResourceModules. But note that the ClickTracking style of registration would have worked as well, since an array index write works even if the variable is unset.
|
2010-11-20 07:05:02 +00:00 |
|
DistributionRepository.php
|
Big attack on unused variables...
|
2010-10-14 20:53:04 +00:00 |
|
DjVuImage.php
|
Followup r72238, remove &
|
2010-09-03 16:00:58 +00:00 |
|
EditPage.php
|
Add a new method 'spamPageWithContent' to class EditPage. User can be allowed to view his/her diff and submitted text when hit the spam-filter. The changes to extension SpamBlacklist will be followed up soon.
|
2010-11-26 07:48:41 +00:00 |
|
Exception.php
|
Fix potential html injection when the database server isn't available (bug 26164).
|
2010-11-29 16:34:28 +00:00 |
|
Exif.php
|
Get rid of PHP4-style constructors
|
2010-08-30 16:52:51 +00:00 |
|
Export.php
|
Switch last few uses of while loops to foreach in phase3
|
2010-10-31 23:08:38 +00:00 |
|
ExternalEdit.php
|
* Standardised file description headers
|
2010-08-14 17:42:40 +00:00 |
|
ExternalStore.php
|
And one error suppression opertator less (per bug 24159)
|
2010-07-02 19:10:36 +00:00 |
|
ExternalStoreDB.php
|
Make $wgExternalBlobCache a local static variable.
|
2010-08-12 18:25:04 +00:00 |
|
ExternalStoreHttp.php
|
|
|
|
ExternalUser.php
|
* Standardised file description headers
|
2010-08-14 17:42:40 +00:00 |
|
FakeTitle.php
|
|
|
|
Feed.php
|
The default value of isPermaLink is true, not including it does nothing.
|
2010-11-16 17:44:08 +00:00 |
|
FeedUtils.php
|
Avoid PHP notice about undefined variable $diffText if $wgFeedDiffCutoff is 0
|
2010-04-04 12:01:42 +00:00 |
|
FileDeleteForm.php
|
Update deprecated method calls
|
2010-10-31 16:20:48 +00:00 |
|
FileRevertForm.php
|
Update deprecated method calls
|
2010-10-31 16:20:48 +00:00 |
|
ForkController.php
|
Removal of unused globals
|
2010-07-24 19:11:52 +00:00 |
|
FormOptions.php
|
* Standardised file description headers
|
2010-10-23 14:16:26 +00:00 |
|
GlobalFunctions.php
|
pipe does not look nice in doxygen. fu r77499
|
2010-12-02 19:33:15 +00:00 |
|
HistoryBlob.php
|
Get rid of PHP4-style constructors
|
2010-08-30 16:52:51 +00:00 |
|
HistoryPage.php
|
Revert r77297, Won't be reverting MimeMagic
|
2010-11-25 22:22:53 +00:00 |
|
Hooks.php
|
Remove some unreachable code (usually returns after throwing exceptions)
|
2010-08-24 22:03:18 +00:00 |
|
Html.php
|
Add missing credits from r75975
|
2010-11-06 15:10:18 +00:00 |
|
HTMLCacheUpdate.php
|
Removed single-purpose HTMLCacheUpdate::doUpdate hook, now unused
|
2010-10-07 18:12:27 +00:00 |
|
HTMLFileCache.php
|
* (bug 25175) HTML file cache now honor $wgCacheDirectory if $wgFileCacheDirectory is not set
|
2010-11-08 11:32:40 +00:00 |
|
HTMLForm.php
|
Allow the submit callback function to return a Status object (will use this later for other forms)
|
2010-12-03 11:29:55 +00:00 |
|
HttpFunctions.old.php
|
Followup r76566
|
2010-11-12 14:20:10 +00:00 |
|
HttpFunctions.php
|
(Bug 25872) Rename HttpRequest class to MWHttpRequest to avoid conflict with php extension.
|
2010-11-12 07:32:09 +00:00 |
|
ImageFunctions.php
|
* Moving wfGetSVGSize() and wfScaleSVGUnit() into a seperate SVGMetadataExtractor.
|
2010-11-01 23:57:09 +00:00 |
|
ImageGallery.php
|
Give image <gallery>s fluid width
|
2010-11-29 00:11:19 +00:00 |
|
ImagePage.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
ImageQueryPage.php
|
|
|
|
Import.php
|
Remove comment related to no longer supported PHP versions.
|
2010-10-02 22:41:44 +00:00 |
|
ImportXMLReader.php
|
Big attack on unused variables...
|
2010-10-14 20:53:04 +00:00 |
|
Interwiki.php
|
Big attack on unused variables...
|
2010-10-14 20:53:04 +00:00 |
|
IP.php
|
random w/s cleanup
|
2010-12-01 20:22:45 +00:00 |
|
Licenses.php
|
random w/s cleanup
|
2010-12-01 20:22:45 +00:00 |
|
LinkBatch.php
|
Assignment in loop conditions suck
|
2010-10-13 23:11:40 +00:00 |
|
LinkCache.php
|
Removal of unused globals
|
2010-07-24 19:11:52 +00:00 |
|
Linker.php
|
* (bug 21364) External links using link= attribute on images now respect $wgExternalLinkTarget
|
2010-11-09 12:25:57 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
Assignment in loop conditions suck
|
2010-10-13 23:11:40 +00:00 |
|
LocalisationCache.php
|
Followup to r72349: fix database error caused by update.php indirectly (via LocalisationCache::recache() and MessageBlobStore::clear()) trying to clear out the msg_resource table before it's even created it.
|
2010-09-04 07:54:55 +00:00 |
|
LogEventsList.php
|
Remove a few more unused variables
|
2010-10-31 23:19:40 +00:00 |
|
LogPage.php
|
(bug 25839) Set class="blockExpiry" and dir="ltr" (bug suggested direction: ltr; in CSS, but that doesn't work in this case) on the <span> containing the block expiry in Special:Log. It seems strange to unconditionally set dir="ltr" on something that may contain text in an RTL language, but it seems to leave the latter alone while fixing the display of ISO 8601 timestamps. It's definitely possible there's another issue with dir="ltr" that I overlooked here, so if this does break display of other expiries in RTL, please revert.
|
2010-11-08 15:23:42 +00:00 |
|
MacBinary.php
|
Fixed some doxygen warnings
|
2010-05-22 16:14:28 +00:00 |
|
MagicWord.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
Math.php
|
Removed some error suppression operators
|
2010-11-08 10:22:54 +00:00 |
|
memcached-client.php
|
Few braces and spaces
|
2010-11-30 19:06:28 +00:00 |
|
MemcachedSessions.php
|
Document functions
|
2010-08-20 21:20:18 +00:00 |
|
Message.php
|
(bug 25273) Message::params() triggers a fatal error.
|
2010-09-23 19:15:58 +00:00 |
|
MessageBlobStore.php
|
* Introduced Xml::encodeJsCall(), to replace the awkward repetitive code that was doing the same thing throughout the resource loader with varying degrees of security and correctness.
|
2010-11-04 07:53:37 +00:00 |
|
MessageCache.php
|
Assignment to $messages ($message = $this->escapeForScript($message);) seemed wrong
|
2010-11-30 18:37:56 +00:00 |
|
Metadata.php
|
Spaces
|
2010-11-01 13:27:22 +00:00 |
|
mime.info
|
Add support to upload WebP files. Disabled by default and no thumbnailing support.
|
2010-10-20 14:50:30 +00:00 |
|
mime.types
|
Add support to upload WebP files. Disabled by default and no thumbnailing support.
|
2010-10-20 14:50:30 +00:00 |
|
MimeMagic.php
|
revert r76464
|
2010-11-25 20:01:34 +00:00 |
|
Namespace.php
|
Remove some unreachable code (usually returns after throwing exceptions)
|
2010-08-24 22:03:18 +00:00 |
|
ObjectCache.php
|
Seems I forgot to commit this file with r71078
|
2010-08-14 17:52:00 +00:00 |
|
OutputHandler.php
|
* Standardised file description headers
|
2010-08-14 17:42:40 +00:00 |
|
OutputPage.php
|
Fixes r77696 where a few mistakes were made. Also improves on r77693 by using actual group names rather than trying to divine the group from the module name...
|
2010-12-04 00:48:37 +00:00 |
|
PackageRepository.php
|
Error message tweaks
|
2010-08-15 16:42:43 +00:00 |
|
PageQueryPage.php
|
Few braces and spaces
|
2010-11-30 19:06:28 +00:00 |
|
Pager.php
|
Return type documentation
|
2010-12-03 01:43:23 +00:00 |
|
PatrolLog.php
|
|
|
|
PoolCounter.php
|
Big attack on unused variables...
|
2010-10-14 20:53:04 +00:00 |
|
Preferences.php
|
* Converted UserMailer stuff to return a Status object instead of true-or-WikiError
|
2010-12-04 13:27:05 +00:00 |
|
PrefixSearch.php
|
Lame documentation, code style
|
2010-10-27 21:11:36 +00:00 |
|
Profiler.php
|
Revert r74913, caused many problems, and was only likely to cause more in the future
|
2010-10-17 21:18:04 +00:00 |
|
ProfilerSimple.php
|
Revert r74913, caused many problems, and was only likely to cause more in the future
|
2010-10-17 21:18:04 +00:00 |
|
ProfilerSimpleText.php
|
Revert r74913, caused many problems, and was only likely to cause more in the future
|
2010-10-17 21:18:04 +00:00 |
|
ProfilerSimpleTrace.php
|
Remove a couple of unused variables, add spaces, wrap some long lines
|
2010-11-30 18:33:59 +00:00 |
|
ProfilerSimpleUDP.php
|
Revert r74913, caused many problems, and was only likely to cause more in the future
|
2010-10-17 21:18:04 +00:00 |
|
ProfilerStub.php
|
Revert r74913, caused many problems, and was only likely to cause more in the future
|
2010-10-17 21:18:04 +00:00 |
|
ProtectionForm.php
|
A couple of Xml::hidden calls left by r75723
|
2010-10-31 18:17:56 +00:00 |
|
proxy_check.php
|
* Standardised file description headers
|
2010-08-08 14:23:14 +00:00 |
|
ProxyTools.php
|
Mark wfParseCIDR(), was moved to IP::parseCIDR() in r16625; also tag for removal, no use in core or extensions.
|
2010-11-07 15:51:56 +00:00 |
|
QueryPage.php
|
Partial workaround for bug 6220: at least make files on shared repositories show up as (struck-out) bluelinks instead of redlinks on Special:WantedFiles. Also change the query slightly to join on the image table instead of page, since that would seem to make more sense.
|
2010-12-04 16:10:51 +00:00 |
|
RawPage.php
|
Per r72349 CR, bring gen=js behavior back, at least for now. It'd be nasty to serve weird stuff to people still hitting gen=js with old code.
|
2010-10-23 15:42:19 +00:00 |
|
RecentChange.php
|
Comment return types, some explicit class variable declaration
|
2010-10-09 00:01:45 +00:00 |
|
Revision.php
|
Fixup some more documentation
|
2010-11-13 00:47:51 +00:00 |
|
Sanitizer.php
|
Remove duplicate occurrence of 'u' from $htmlpairsStatic in Sanitizer::removeHTMLtags(). Reported by Dan Bolser on IRC
|
2010-11-13 22:12:39 +00:00 |
|
SeleniumWebSettings.php
|
Follow up to r74780. Set default for . did some sanity check around testSuiteNames. Some more code cleanup
|
2010-10-18 18:15:13 +00:00 |
|
Setup.php
|
Implement $wgFooterIcons to replace copyrightico and poweredbyico with a flexible list of icons that can be customized by extensions, hosting, farms, wikimedia, etc...
|
2010-12-04 20:55:23 +00:00 |
|
SiteConfiguration.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
SiteStats.php
|
Made active users concept have some meaning by decoupling it from recent changes length.
|
2010-07-18 07:15:27 +00:00 |
|
Skin.php
|
Make footerLink a public method, this method is useful for hooks now that r77732 allows a hook to add new footer links in this style.
|
2010-12-05 11:01:34 +00:00 |
|
SkinTemplate.php
|
Revert r77760, broken, and do what it intended correctly with strtok().
|
2010-12-05 10:30:04 +00:00 |
|
SpecialPage.php
|
white space fix v2 (follow-up r77671)
|
2010-12-03 19:23:12 +00:00 |
|
SquidPurgeClient.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
SquidUpdate.php
|
Assignment in loop conditions suck
|
2010-10-13 23:11:40 +00:00 |
|
Status.php
|
* Converted UserMailer stuff to return a Status object instead of true-or-WikiError
|
2010-12-04 13:27:05 +00:00 |
|
StreamFile.php
|
Remove some unused variables and globals
|
2010-11-28 16:13:13 +00:00 |
|
StringUtils.php
|
Fixed a doxygen warning
|
2010-10-02 14:23:26 +00:00 |
|
StubObject.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
Explicitally do function documentation, rather than "see somewhere else"
|
2010-12-04 23:42:25 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
* Converted UserMailer stuff to return a Status object instead of true-or-WikiError
|
2010-12-04 13:27:05 +00:00 |
|
UserArray.php
|
|
|
|
UserMailer.php
|
php4 access declarations are silly
|
2010-12-05 04:14:39 +00:00 |
|
UserRightsProxy.php
|
Assignment in loop conditions suck
|
2010-10-13 23:11:40 +00:00 |
|
WatchedItem.php
|
Assignment in loop conditions suck
|
2010-10-13 23:11:40 +00:00 |
|
WatchlistEditor.php
|
Revert r77297, Won't be reverting MimeMagic
|
2010-11-25 22:22:53 +00:00 |
|
WebRequest.php
|
Drop silly $_ prefix from 4.x days
|
2010-11-05 12:59:37 +00:00 |
|
WebResponse.php
|
* Standardised file description headers
|
2010-08-14 17:42:40 +00:00 |
|
WebStart.php
|
Add MW_CONFIG_FILE support to load a separate config file instead of LocalSettings.php, similar functionality to MW_CONFIG_CALLBACK but works in some cases that it doesn't.
|
2010-12-05 06:43:15 +00:00 |
|
Wiki.php
|
random w/s cleanup
|
2010-12-01 20:22:45 +00:00 |
|
WikiError.php
|
* Converted UserMailer stuff to return a Status object instead of true-or-WikiError
|
2010-12-04 13:27:05 +00:00 |
|
WikiMap.php
|
Braces and spaces
|
2010-09-04 03:43:33 +00:00 |
|
Xml.php
|
Clarify doc, per r63675 CR.
|
2010-11-06 15:14:04 +00:00 |
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
Braces and spaces
|
2010-09-04 03:43:33 +00:00 |
|
ZhConversion.php
|
Update the Chinese conversion tables.
|
2010-10-02 06:49:52 +00:00 |