| .. |
|
api
|
Start better utalizing OutputPage as the focal point for things related to the output of the page. Like getTitle use $out->get{User,Skin} instead of $wgUser and $wgUser->getSkin() for things where the user or skin is being used for output generation back to $out instead of using globals with bad structure.
|
2011-04-03 03:59:47 +00:00 |
|
db
|
Removed useless definition of $wgOut
|
2011-04-03 19:49:50 +00:00 |
|
diff
|
Use Html::element() to generate the element; the url and the title attribute are now build only when really necessary
|
2011-03-12 13:45:12 +00:00 |
|
extauth
|
Remove false related to failfunction...
|
2011-02-02 11:38:25 +00:00 |
|
filerepo
|
(bug 28348) Don't call wfTimestamp() twice really fast in recordUpload2() and expect the values to be the same. Previously the file prop cache value for the upload timestamp could fall out of sync for a while due to this (like being off by one second).
|
2011-04-02 16:49:47 +00:00 |
|
installer
|
Cleaned up the mess of message text being passed instead of keys to wfMsg() and friends by CLI installer. No surprise we had to remove angle brackets from the resulting output
|
2011-04-02 07:34:07 +00:00 |
|
job
|
Add/update/improve various bits of documentation
|
2011-03-25 11:21:53 +00:00 |
|
json
|
Revert r83647, was based on the inability to read the function signature
|
2011-03-10 12:04:38 +00:00 |
|
libs
|
removing another use of the vertical tab & form feed escapes, which are not available in production php5.2.4
|
2011-03-15 04:41:15 +00:00 |
|
media
|
Add some documentation in w/c
|
2011-03-26 18:51:33 +00:00 |
|
normal
|
Memory stress test for UtfNormal issue re bug 28146
|
2011-04-01 21:14:52 +00:00 |
|
objectcache
|
Add/tweak/update documentation and add some explicit defintions with type descriptions
|
2011-03-25 10:56:54 +00:00 |
|
parser
|
Add a getSkin that returns a dummy linker for BC with extensions still abusing it to access the linker.
|
2011-04-03 23:32:52 +00:00 |
|
resourceloader
|
Added charset property to HTTP Content-Type fields when serving CSS and JavaScript via ResourceLoader - resolves bug #28208.
|
2011-04-01 20:48:50 +00:00 |
|
revisiondelete
|
Do the filearchive updates too; index is there now
|
2011-03-12 11:51:33 +00:00 |
|
search
|
Respect $wgScriptExtension in SearchEngine::getOpenSearchTemplate() and SearchEngine::getMWSuggestTemplate()
|
2011-04-02 09:50:20 +00:00 |
|
specials
|
Followup r85228; Small fix for ()> syntax error that should have been ()->
|
2011-04-03 08:49:16 +00:00 |
|
templates
|
Fix mention of needing 5.1.X or higher in PHP4 file
|
2011-03-15 12:03:14 +00:00 |
|
upload
|
change the name of UploadBase::verifyPermissions() to verifyTitlePermissions() for clarity. A wrapper function is left for extensions that rely on the old method
|
2011-03-25 20:37:26 +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
|
Start better utalizing OutputPage as the focal point for things related to the output of the page. Like getTitle use $out->get{User,Skin} instead of $wgUser and $wgUser->getSkin() for things where the user or skin is being used for output generation back to $out instead of using globals with bad structure.
|
2011-04-03 03:59:47 +00:00 |
|
AuthPlugin.php
|
|
|
|
AutoLoader.php
|
Partial revert of r85236: __autoload() is needed for HipHop interpreted mode support.
|
2011-04-04 01:12:22 +00:00 |
|
Autopromote.php
|
|
|
|
BacklinkCache.php
|
BacklinkCache: explicit properties visibility
|
2011-03-18 18:16:38 +00:00 |
|
Block.php
|
Use class name Html in canonical form.
|
2011-03-24 21:35:14 +00:00 |
|
CacheDependency.php
|
|
|
|
Category.php
|
More documentation and class definitions
|
2011-03-08 20:17:48 +00:00 |
|
Categoryfinder.php
|
|
|
|
CategoryPage.php
|
Merge r83652 from 1.17wmf1 to trunk: add backwards compatibility from &from= and &until= on category pages to keep things like alphabet templates working
|
2011-03-09 01:13:17 +00:00 |
|
Cdb.php
|
|
|
|
Cdb_PHP.php
|
|
|
|
ChangesFeed.php
|
Pass the url to ChangesFeed::getFeedObject() instead of grabbing it from $wgTitle
|
2011-02-17 19:26:38 +00:00 |
|
ChangesList.php
|
Followup r85229; Drop this unnecessary reference on the user from ChangesList::newFromUser.
|
2011-04-03 11:33:10 +00:00 |
|
ChangeTags.php
|
Remove sneaky space in class-> method() call
|
2011-03-22 22:26:58 +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 |
|
Cookie.php
|
coding style tweaks, doc updates, marked some public functions as such
|
2011-03-22 20:23:52 +00:00 |
|
Credits.php
|
|
|
|
DefaultSettings.php
|
Revert r64853 (add $wgLogAutocreatedAccounts to enable/disable account autocreation logging, bug 19161). Per the *extremely lengthy* discussion that is still ongoing, this fails to solve the underlying problem and has undesired side-effects.
|
2011-04-01 15:57:20 +00:00 |
|
Defines.php
|
Update doc: Image:: -> File::
|
2011-03-15 16:58:06 +00:00 |
|
DjVuImage.php
|
Stop after replaceing the first instance
|
2011-03-27 17:18:52 +00:00 |
|
EditPage.php
|
Follow-up r85020 per CR - use strict comparison
|
2011-03-30 18:06:05 +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
|
Moving deletion hooks into doArticleDelete so that other code can sanely delete articles. Fixed other core code that was wrapping the calls with hook calls.
|
2011-03-23 21:54:59 +00:00 |
|
FileRevertForm.php
|
|
|
|
ForkController.php
|
Follow up r83140. Add a clear() method to ObjectCache so that it can be used by ForkController.
|
2011-03-06 23:07:36 +00:00 |
|
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
|
Expand wfShowMaxLagError() into index.php. It was only being called from here and it's pretty non-portable. Doing so reveals that it's safe to move the declaration of $mediaWiki below the maxlag test, which will fractionally improve performance in that instance (partly compensating for having to parse OutputPage as introduced in r85278).
|
2011-04-03 20:43:50 +00:00 |
|
HistoryBlob.php
|
|
|
|
HistoryPage.php
|
Follow-up r84249: reimplement isAllowedAny(), and restore isAllowed() to only-accepting-one-parameter mode for the time being.
|
2011-03-18 21:07:05 +00:00 |
|
Hooks.php
|
* Drop 5.1 compat code
|
2011-04-03 09:44:50 +00:00 |
|
Html.php
|
misc w/s cleanups, “svn diff -x-w” clean
|
2011-03-08 18:12:17 +00:00 |
|
HTMLCacheUpdate.php
|
Update doc: Image:: -> File::
|
2011-03-15 16:58:06 +00:00 |
|
HTMLFileCache.php
|
Documentation and explicit variable definitions
|
2011-03-07 14:45:11 +00:00 |
|
HTMLForm.php
|
Follow-up r85025: fix the you're-trying-to-block-yourself-you-twit warning, and make it an actual checkbox confirmation. Also use said confirmation for reblocks, and HideUser (bug 18678). Mark a static function from HTMLForm which is called from SpecialBlock as explicitly public.
|
2011-04-01 23:13:15 +00:00 |
|
HttpFunctions.old.php
|
|
|
|
HttpFunctions.php
|
* (bug 27924) PhpHttpRequest doesn't return response body if HTTP != 200
|
2011-03-17 15:14:09 +00:00 |
|
ImageFunctions.php
|
|
|
|
ImageGallery.php
|
Followup r85244; Define all methods as static, implement a DummyLinker to forward calls for passing to hooks and finish off anything in the way.
|
2011-04-03 12:04:04 +00:00 |
|
ImagePage.php
|
ImagePage.php: add missing braces + other code style tweaks
|
2011-04-02 14:50:31 +00:00 |
|
ImageQueryPage.php
|
|
|
|
Import.php
|
Followup r83536 to address Jack Phoenix's comments about the bogus w/s “cleanup”
|
2011-03-18 20:58:12 +00:00 |
|
Interwiki.php
|
coding style tweaks, doc updates, marked some public functions as such
|
2011-03-22 20:23:52 +00:00 |
|
IP.php
|
Move Block::normaliseRange() to IP.php, then reduce it to 4 lines by using the existing functionality in that class.
|
2011-03-18 23:28:23 +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
|
Followup r85244; Define all methods as static, implement a DummyLinker to forward calls for passing to hooks and finish off anything in the way.
|
2011-04-03 12:04:04 +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
|
* Avoid adding DISTINCT if possible
|
2011-03-22 13:11:28 +00:00 |
|
LogPage.php
|
Fix mistake in r80248 and restructure a bit
|
2011-01-15 12:46:37 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.php
|
Moved constant initialisation to class definition instead of constructor
|
2011-04-01 09:35:39 +00:00 |
|
Math.php
|
|
|
|
MemcachedSessions.php
|
* When CACHE_ANYTHING is requested, return the cached instance, don't construct a new object for each use.
|
2011-03-03 15:24:51 +00:00 |
|
Message.php
|
Per Hashar, fix for r83673: only accept StubContLang and StubUserLang for stub objects
|
2011-03-19 12:53:56 +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
|
Update profiling.
|
2011-04-03 10:52:54 +00:00 |
|
Metadata.php
|
|
|
|
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
|
Some braces, and also return type documentation
|
2011-03-13 22:26:56 +00:00 |
|
MWFunction.php
|
coding style tweaks, doc updates, marked some public functions as such
|
2011-03-22 20:23:52 +00:00 |
|
Namespace.php
|
Remove unreachable return
|
2011-02-27 00:29:21 +00:00 |
|
OutputHandler.php
|
|
|
|
OutputPage.php
|
Instead of creating an OutputPage and then setting a context start initializing OutputPages 'with' a context and send depreciated calls to extensions directly creating OutputPage instances.
|
2011-04-04 00:37:42 +00:00 |
|
PageQueryPage.php
|
|
|
|
Pager.php
|
(bug 19942) remove deprecated HTML attributes (cellpadding, align, valign) from TablePager.
|
2011-03-30 17:37:25 +00:00 |
|
PatrolLog.php
|
|
|
|
PoolCounter.php
|
Don't refuse to do work just because the pool counter server is down. This seemed like a good idea at the time, but in practice is rather fragile.
|
2011-03-19 12:55:48 +00:00 |
|
Preferences.php
|
Fix Bug#24308 where, on some platforms the date_create() function fails when the timezone isn't specified.
|
2011-04-02 04:49:29 +00:00 |
|
PrefixSearch.php
|
coding style tweaks, doc updates, marked some public functions as such
|
2011-03-22 20:23:52 +00:00 |
|
Profiler.php
|
Move the overhead computation to another function.
|
2011-02-10 16:54:51 +00:00 |
|
ProfilerSimple.php
|
|
|
|
ProfilerSimpleText.php
|
|
|
|
ProfilerSimpleTrace.php
|
|
|
|
ProfilerSimpleUDP.php
|
|
|
|
ProfilerStub.php
|
|
|
|
ProtectionForm.php
|
Follow-ups to r84258
|
2011-03-18 22:28:39 +00:00 |
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
|
|
|
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
|
Get ride of extract() calls in RecentChange::getIRCLine()
|
2011-03-15 18:35:32 +00:00 |
|
RequestContext.php
|
Instead of creating an OutputPage and then setting a context start initializing OutputPages 'with' a context and send depreciated calls to extensions directly creating OutputPage instances.
|
2011-04-04 00:37:42 +00:00 |
|
Revision.php
|
Fixup a couple of parameter documentation bits
|
2011-02-11 22:06:46 +00:00 |
|
Sanitizer.php
|
Normalize named entities to numeric
|
2011-03-11 20:50:17 +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
|
Update index.php and Wiki.php to make better use of the context.
|
2011-04-04 00:18:33 +00:00 |
|
SiteConfiguration.php
|
|
|
|
SiteStats.php
|
Swap "or" to ||
|
2011-01-31 16:41:19 +00:00 |
|
Skin.php
|
Remove a dead patch of Skin code that was migrated completely into SkinLegacy and SkinTemplate already.
|
2011-04-04 00:42:52 +00:00 |
|
SkinLegacy.php
|
* Use OutputPage::getSyndicationLinks() to build feed links
|
2011-02-19 14:40:56 +00:00 |
|
SkinTemplate.php
|
Continue with r85240; Move getSkin from User to RequestContext, do it without globals, strip out the non-functional $title related stuff, and update Skin to use a RequestContext.
|
2011-04-03 12:46:36 +00:00 |
|
SpecialPage.php
|
Instead of creating an OutputPage and then setting a context start initializing OutputPages 'with' a context and send depreciated calls to extensions directly creating OutputPage instances.
|
2011-04-04 00:37:42 +00:00 |
|
SquidPurgeClient.php
|
Commit some uncommited documentation from my w/c
|
2011-02-28 16:37:34 +00:00 |
|
SquidUpdate.php
|
Set $wgInternalServer to false by default, and fall back to $wgServer in the referring code. This avoids having squid updates break when $wgServer is set in configuration but $wgInternalServer is neglected. For immediate deployment, tested locally.
|
2011-03-08 06:38:15 +00:00 |
|
Status.php
|
Remove some trailing whitespace
|
2011-03-24 00:43:27 +00:00 |
|
StreamFile.php
|
|
|
|
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
|
Followup r85278, remove duplication of userlang code.
|
2011-04-03 23:56:15 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
(bug 15641) tweak Title::checkUserBlock() so that Title::getUserPermissionsErrors() more comprehensively prevents blocked users from performing various actions; particularly prevents blocked admins from protecting or deleting their own talk page.
|
2011-03-30 12:53:13 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Continue with r85240; Move getSkin from User to RequestContext, do it without globals, strip out the non-functional $title related stuff, and update Skin to use a RequestContext.
|
2011-04-03 12:46:36 +00:00 |
|
UserArray.php
|
|
|
|
UserMailer.php
|
Tweak some documentation
|
2011-02-27 00:40:06 +00:00 |
|
UserRightsProxy.php
|
|
|
|
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 |
|
WebRequest.php
|
Per Platonides, fix for r82686: make ApiUploadTest work again
|
2011-03-02 12:52:47 +00:00 |
|
WebResponse.php
|
Drop 5.1 compatibility calls to session_set_cookie_params() and setcookie() since we require 5.2.3+ now
|
2011-04-01 09:50:09 +00:00 |
|
WebStart.php
|
Fixes Bug #28214 - When page not found, sends malformed HTTP/1.x instead of HTTP/1.1 in header of respons
|
2011-03-25 03:36:18 +00:00 |
|
Wiki.php
|
Update index.php and Wiki.php to make better use of the context.
|
2011-04-04 00:18:33 +00:00 |
|
WikiError.php
|
|
|
|
WikiMap.php
|
|
|
|
Xml.php
|
Null -> null, reorder docs to match signature
|
2011-02-26 10:55:44 +00:00 |
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
coding style tweaks, doc updates, marked some public functions as such
|
2011-03-22 20:23:52 +00:00 |
|
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 |