| .. |
|
api
|
Refactor out the duplication I left with a TODO in r79659
|
2011-02-27 21:31:47 +00:00 |
|
db
|
* forgot about those ...
|
2011-03-01 13:58:50 +00:00 |
|
diff
|
spaces, added some braces to DairikiDiff.php
|
2011-02-20 19:04:58 +00:00 |
|
extauth
|
Remove false related to failfunction...
|
2011-02-02 11:38:25 +00:00 |
|
filerepo
|
Tweak documentation
|
2011-02-27 21:11:45 +00:00 |
|
installer
|
Localisation updates for core and extension messages from translatewiki.net (2011-03-01 21:01:00 UTC)
|
2011-03-01 21:06:54 +00:00 |
|
job
|
Commit some uncommited documentation from my w/c
|
2011-02-28 16:37:34 +00:00 |
|
json
|
Follow up r82091, which uses the local file constant SERVICES_JSON_LOOSE_TYPE.
|
2011-02-19 16:59:34 +00:00 |
|
libs
|
(bug 27328) Redo r82218 properly, expanding URLs with absolute paths
|
2011-02-19 14:58:16 +00:00 |
|
media
|
Remove unneeded commented code, that I accidently added in r82461
|
2011-02-27 21:06:09 +00:00 |
|
normal
|
* (bug 25708) Update case mappings and normalization to Unicode 6.0.0
|
2011-01-09 12:04:28 +00:00 |
|
parser
|
Fixed fatal error in Preprocessor_Hash due to r82645
|
2011-02-28 02:40:39 +00:00 |
|
resourceloader
|
Add missing to mw.config
|
2011-02-21 21:24:09 +00:00 |
|
revisiondelete
|
More function documentation
|
2011-02-19 22:08:26 +00:00 |
|
search
|
Ununsed variables
|
2011-02-23 12:35:41 +00:00 |
|
specials
|
Rm nonstandard and redundant styles for Special:SpecialPages; really no need for them, plus using an out-of-order header level is bad for accessibility.
|
2011-02-28 18:43:05 +00:00 |
|
templates
|
(bug 1379) Installer directory conflicts with some hosts' configuration panel.
|
2011-02-26 12:35:23 +00:00 |
|
upload
|
Tweak documentation
|
2011-02-27 21:11:45 +00:00 |
|
zhtable
|
Follow r80973, fix a tiny error.
|
2011-01-25 17:28:15 +00:00 |
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
Yet more additions of wfProfileOut()
|
2011-02-10 16:39:53 +00:00 |
|
AjaxFunctions.php
|
|
|
|
AjaxResponse.php
|
|
|
|
Article.php
|
Followup r82727, improve comments, cast return value to bool
|
2011-02-24 16:00:06 +00:00 |
|
AuthPlugin.php
|
|
|
|
AutoLoader.php
|
* (bug 24230) Added JAR detection. ZIP archives containing a .class file will be rejected by default. Malformed ZIP archives will be rejected due to the danger of ambiguous parsing on the client side.
|
2011-02-25 04:51:17 +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
|
Adding more wfProfileOut()
|
2011-02-10 16:11:34 +00:00 |
|
Block.php
|
Followup r73348, r70608: move 'infinity' stuff to DB classes
|
2011-01-05 13:43:13 +00:00 |
|
CacheDependency.php
|
Assignment in loop conditions suck
|
2010-10-13 23:11:40 +00:00 |
|
Category.php
|
|
|
|
Categoryfinder.php
|
Assignment in loop conditions suck
|
2010-10-13 23:11:40 +00:00 |
|
CategoryPage.php
|
Revert r70418, r70959: direct use of $_GET is not needed anymore since we no longer use null characters as separators as of r80443.
|
2011-01-20 06:42:45 +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
|
Pass the url to ChangesFeed::getFeedObject() instead of grabbing it from $wgTitle
|
2011-02-17 19:26:38 +00:00 |
|
ChangesList.php
|
Ununsed variables
|
2011-02-23 12:35:41 +00:00 |
|
ChangeTags.php
|
* Added a third parameter to ChangeTags::buildTagFilterSelector() to pass the Title object instead of using $wgTitle, only used when the second parameter is true (no such call both in core and extensions)
|
2011-02-18 16:03:07 +00:00 |
|
Collation.php
|
Update comments to take into account r80443 and r80614 changes, per CR.
|
2011-01-28 22:27:52 +00:00 |
|
ConfEditor.php
|
w/s fixups
|
2011-02-12 04:06:22 +00:00 |
|
Credits.php
|
|
|
|
DefaultSettings.php
|
Disable $wgExperimentalHtmlIds again by default
|
2011-03-02 01:35:33 +00:00 |
|
Defines.php
|
Bug #26059 — Add support for KML/KMZ filetype
|
2011-02-19 03:22:03 +00:00 |
|
DjVuImage.php
|
Add profiling to DjVuImage::retrieveMetaData
|
2011-02-10 16:40:59 +00:00 |
|
EditPage.php
|
More member variable documentation
|
2011-02-24 17:04:49 +00:00 |
|
Exception.php
|
Partial revert of r79903, unstubbing needs localisation cache which might need database
|
2011-01-09 18:31:52 +00:00 |
|
Exif.php
|
Throw an exception instead of low-level PHP fatal error if something invokes the Exif() class when exif functions aren't actually present. (Discovered with PagedTiffHandler enabled on my test machine.)
|
2010-12-26 20:39:21 +00:00 |
|
Export.php
|
Yet more additions of wfProfileOut()
|
2011-02-10 16:39:53 +00:00 |
|
ExternalEdit.php
|
(bug 26716, well partially anyways. kind of second half of r80608) Add a comment to external editor ini control file explaining
|
2011-01-20 01:49:49 +00:00 |
|
ExternalStore.php
|
|
|
|
ExternalStoreDB.php
|
|
|
|
ExternalStoreHttp.php
|
|
|
|
ExternalUser.php
|
|
|
|
FakeTitle.php
|
|
|
|
Fallback.php
|
Move the include_path finding code to Fallback class.
|
2011-02-26 22:37:58 +00:00 |
|
Feed.php
|
Spell false with small latter
|
2011-01-11 14:28:35 +00:00 |
|
FeedUtils.php
|
|
|
|
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
|
|
|
|
FormOptions.php
|
FormOptions: adds doc & tests
|
2011-02-28 20:58:34 +00:00 |
|
GenderCache.php
|
Followup r82029 - typo in comment
|
2011-02-12 21:05:27 +00:00 |
|
GlobalFunctions.php
|
More explicit variable definitions, function documentation
|
2011-02-20 13:33:42 +00:00 |
|
HistoryBlob.php
|
Change old php4 style constructor
|
2010-12-15 22:41:06 +00:00 |
|
HistoryPage.php
|
Remove unused $wgContLang globals after refactoring at r81456 and r81456
|
2011-02-08 22:40:07 +00:00 |
|
Hooks.php
|
Hooks.php: trim trailing spaces, tweak docs, etc.
|
2011-01-26 16:50:31 +00:00 |
|
Html.php
|
Html::expandAttributes( array( 'foo' => null ) ); ' foo=""' -> ''
|
2011-02-05 20:28:04 +00:00 |
|
HTMLCacheUpdate.php
|
Misc whitespace changes, mostly EOL w/s and indention fixes so TAB = 4 spaces
|
2010-12-19 04:31:15 +00:00 |
|
HTMLFileCache.php
|
followup to r77843: fix off by one error
|
2010-12-06 00:36:54 +00:00 |
|
HTMLForm.php
|
revert r82283, loads of unrelated changes
|
2011-02-16 19:51:25 +00:00 |
|
HttpFunctions.old.php
|
Followup r76566
|
2010-11-12 14:20:10 +00:00 |
|
HttpFunctions.php
|
Moved stuff so the cURL class can be used to post files and added constants so you can check if the class allows for file posting
|
2011-02-27 20:48:52 +00:00 |
|
ImageFunctions.php
|
* Moving wfGetSVGSize() and wfScaleSVGUnit() into a seperate SVGMetadataExtractor.
|
2010-11-01 23:57:09 +00:00 |
|
ImageGallery.php
|
Gallery's perrow was overwriting the original style= attribute.
|
2011-02-20 21:31:15 +00:00 |
|
ImagePage.php
|
Partial revert my accidental revert of r82366 in r82445.
|
2011-02-19 16:25:02 +00:00 |
|
ImageQueryPage.php
|
Followup r78805, remove now unused function
|
2010-12-22 16:28:52 +00:00 |
|
Import.php
|
All functions of the importer have $title, origTitle, but processTitle() returned $title, origTitle.
|
2011-02-19 20:35:51 +00:00 |
|
Interwiki.php
|
Implement Message::isBlank and Message::isDisabled.
|
2011-01-14 10:51:05 +00:00 |
|
IP.php
|
Follow-up r82093: fixed comment :)
|
2011-02-13 23:30:26 +00:00 |
|
Licenses.php
|
Implement Message::isBlank and Message::isDisabled.
|
2011-01-14 10:51:05 +00:00 |
|
LinkBatch.php
|
* (bug 17160) Gender specific display text for User namespace
|
2011-02-12 20:40:40 +00:00 |
|
LinkCache.php
|
w/s fixups
|
2011-02-12 04:06:22 +00:00 |
|
Linker.php
|
fix typo from r83073
|
2011-03-02 10:59:30 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
Remove unused variables
|
2011-02-18 01:10:38 +00:00 |
|
LocalisationCache.php
|
Followup for r81340:
|
2011-02-28 03:15:39 +00:00 |
|
LogEventsList.php
|
We have a OutputPage object; so use it to get the Title object instead of $wgTitle
|
2011-02-19 12:31:50 +00:00 |
|
LogPage.php
|
Fix mistake in r80248 and restructure a bit
|
2011-01-15 12:46:37 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.php
|
* Fix for r81960: List the local magic word synonyms first, so that they will be returned by $magic->getSynonym( 0 ). Apply array_values() to fix up the keys, potentially corrupted by array_unique().
|
2011-02-16 07:24:36 +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
|
|
|
|
Message.php
|
Fixed two bugs in message parameter handling:
|
2011-02-10 09:10:47 +00:00 |
|
MessageBlobStore.php
|
(bug 26535) Variable naming collision in MessageBlobStore::updateMessage() caused exception ('Non-string key given' in MessageCache) when conflicted updates were retried.
|
2011-01-06 15:13:24 +00:00 |
|
MessageCache.php
|
revert r77452, r80492 and r82246.
|
2011-02-16 16:07:58 +00:00 |
|
Metadata.php
|
Spaces
|
2010-11-01 13:27:22 +00:00 |
|
mime.info
|
Add mime type/info for .eml files
|
2011-02-28 00:05:04 +00:00 |
|
mime.types
|
Add mime type/info for .eml files
|
2011-02-28 00:05:04 +00:00 |
|
MimeMagic.php
|
Cleanup MimeMagic: Add public identifier to functions; kill error operator; Cleanup function documentation; Manual stylize
|
2011-02-06 22:47:10 +00:00 |
|
MWFunction.php
|
Forcing array breaks MWFunction with <2 parameters
|
2011-01-04 01:51:48 +00:00 |
|
Namespace.php
|
Remove unreachable return
|
2011-02-27 00:29:21 +00:00 |
|
ObjectCache.php
|
Remove unreachable line in DifferenceEngine
|
2011-02-18 01:06:04 +00:00 |
|
OutputHandler.php
|
|
|
|
OutputPage.php
|
* (bug 27680) Fix for r82273: wgCanonicalSpecialPageName no longer false when requesting a special page with subpage parameter
|
2011-02-25 11:48:14 +00:00 |
|
PageQueryPage.php
|
Merge querypage-work2 branch from trunk. The most relevant changes are:
|
2010-12-22 14:16:25 +00:00 |
|
Pager.php
|
Follow-up r82391 per Nikerabbit's CR: Fix it in a better way
|
2011-02-18 15:14:08 +00:00 |
|
PatrolLog.php
|
|
|
|
PoolCounter.php
|
Big attack on unused variables...
|
2010-10-14 20:53:04 +00:00 |
|
Preferences.php
|
* (bug 22606) Follow-up r63059: don't send the "someone registred an account" message when setting email address (i.e. old one empty) in user preferences
|
2011-01-29 09:32:02 +00:00 |
|
PrefixSearch.php
|
* (bug 25675) Fix search suggestions for Special: pages with spaces
|
2011-02-14 00:32:13 +00:00 |
|
Profiler.php
|
Move the overhead computation to another function.
|
2011-02-10 16:54:51 +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
|
We have OutputPage::showPermissionsErrorPage() for that
|
2011-02-08 15:19:49 +00:00 |
|
proxy_check.php
|
|
|
|
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
|
Followup r82641, set default for 2nd param
|
2011-02-22 23:40:48 +00:00 |
|
RawPage.php
|
Implement Message::isBlank and Message::isDisabled.
|
2011-01-14 10:51:05 +00:00 |
|
RecentChange.php
|
Documentation format
|
2011-01-05 23:08:13 +00:00 |
|
Revision.php
|
Fixup a couple of parameter documentation bits
|
2011-02-11 22:06:46 +00:00 |
|
Sanitizer.php
|
(Bug 27539) Allow attributes beginning with a digit in wiktext tag parameters.
|
2011-02-19 20:16:54 +00:00 |
|
SeleniumWebSettings.php
|
Follow up to #79421. Cleaned up some globals and some typos. Going to follow up with some actual test changes
|
2011-01-11 00:36:36 +00:00 |
|
Setup.php
|
Merged retrieval of request URL and header from WebRequest and Setup.php to avoid duplicate code and reduced the number of wfDebug() calls in Setup.php.
|
2011-02-19 13:09:17 +00:00 |
|
SiteConfiguration.php
|
More unused variables
|
2010-11-30 18:44:50 +00:00 |
|
SiteStats.php
|
Swap "or" to ||
|
2011-01-31 16:41:19 +00:00 |
|
Skin.php
|
Per Reedy, fix for r82034: forgot to change a wfGetCacheNotice() call (and also changed a comment)
|
2011-03-01 08:52:38 +00:00 |
|
SkinLegacy.php
|
* Use OutputPage::getSyndicationLinks() to build feed links
|
2011-02-19 14:40:56 +00:00 |
|
SkinTemplate.php
|
Ununsed variables
|
2011-02-23 12:35:41 +00:00 |
|
SpecialPage.php
|
w/s fixups
|
2011-02-12 04:06:22 +00:00 |
|
SquidPurgeClient.php
|
Commit some uncommited documentation from my w/c
|
2011-02-28 16:37:34 +00:00 |
|
SquidUpdate.php
|
Assignment in loop conditions suck
|
2010-10-13 23:11:40 +00:00 |
|
Status.php
|
* (bug 24230) Added JAR detection. ZIP archives containing a .class file will be rejected by default. Malformed ZIP archives will be rejected due to the danger of ambiguous parsing on the client side.
|
2011-02-25 04:51:17 +00:00 |
|
StreamFile.php
|
Remove some unused variables and globals
|
2010-11-28 16:13:13 +00:00 |
|
StringUtils.php
|
(bug 27093, CVE-2011-0047): Fixed CSS injection vulnerability. The StringUtils.php patch is by Roan, the Sanitizer.php patch is by me.
|
2011-02-01 22:36:43 +00:00 |
|
StubObject.php
|
(bug 27094) fix path traversal vulnerability
|
2011-02-01 22:43:58 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
Missing line break in wfDebug() call
|
2011-03-01 08:55:13 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Disable the old conversion from Windows-1252 unless the wiki has $wgLegacyEncoding set.
|
2011-02-26 22:30:41 +00:00 |
|
UserArray.php
|
|
|
|
UserMailer.php
|
Tweak some documentation
|
2011-02-27 00:40:06 +00:00 |
|
UserRightsProxy.php
|
Assignment in loop conditions suck
|
2010-10-13 23:11:40 +00:00 |
|
ViewCountUpdate.php
|
Per Platonides, fix for r79430: removed debugging code
|
2011-01-01 21:57:32 +00:00 |
|
WatchedItem.php
|
Add profiling to removeWatch
|
2011-02-13 19:12:24 +00:00 |
|
WatchlistEditor.php
|
w/s fixups
|
2011-02-12 04:06:22 +00:00 |
|
WebRequest.php
|
Factorise common code:
|
2011-02-23 20:23:35 +00:00 |
|
WebResponse.php
|
|
|
|
WebStart.php
|
Tweak comment, we don't create LS in the conf dir anymore, you have to upload it
|
2011-02-26 12:56:32 +00:00 |
|
Wiki.php
|
* (bug 27761) Fix regression: pages with Esperanto titles containing convertible character sequences became unreachable
|
2011-03-01 21:20:40 +00:00 |
|
WikiError.php
|
* (bug 23119) WikiError class and subclasses are now marked as deprecated
|
2010-12-06 10:09:43 +00:00 |
|
WikiMap.php
|
|
|
|
Xml.php
|
Null -> null, reorder docs to match signature
|
2011-02-26 10:55:44 +00:00 |
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
Follow r80973, fix a tiny error.
|
2011-01-25 17:28:15 +00:00 |
|
ZipDirectoryReader.php
|
Minor fix in ZIP64 code from r82783. Note that this code is, before and after this fix, untested and unused. I only committed it because I thought it might be a helpful starting point for future development.
|
2011-02-28 02:26:47 +00:00 |