| .. |
|
actions
|
Follow-up r86143: retain query parameters for quick-purge as well as for the full form.
|
2011-04-19 16:20:19 +00:00 |
|
api
|
Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all
|
2011-04-21 00:07:09 +00:00 |
|
db
|
Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all
|
2011-04-21 00:07:09 +00:00 |
|
diff
|
(bug 28610) unsegement is not a word
|
2011-04-19 14:04:00 +00:00 |
|
extauth
|
Remove false related to failfunction...
|
2011-02-02 11:38:25 +00:00 |
|
filerepo
|
Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all
|
2011-04-21 00:07:09 +00:00 |
|
installer
|
Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all
|
2011-04-21 00:07:09 +00:00 |
|
job
|
Merge r86398 into the old wfWaitForSlaves. Update core calls.
|
2011-04-20 00:12:06 +00:00 |
|
json
|
Remove debugging code accidentally committed in r86253
|
2011-04-17 10:49:27 +00:00 |
|
libs
|
Removed JavaScriptDistiller: unused
|
2011-04-19 10:13:25 +00:00 |
|
media
|
Remove the JPEG/TIFF specific metadata code from BitmapHandler and put it in JpegOrTiff handler
|
2011-04-20 23:15:13 +00:00 |
|
normal
|
* (bug 28511) Use [] syntax instead of {} for string offset access
|
2011-04-17 07:59:58 +00:00 |
|
objectcache
|
(Bug 28611) Don't die in SqlBagOStuff::incr() if there's a race condition.
|
2011-04-19 17:59:59 +00:00 |
|
parser
|
Fix Bug 25794: Disallow multiple table captions & only keep the first
|
2011-04-21 07:27:05 +00:00 |
|
profiler
|
Removed check whether memory_get_usage() exists; per manual it is always included since PHP 5.2.1 even without --enable-memory-limit
|
2011-04-19 06:26:30 +00:00 |
|
resourceloader
|
added wgCookiePrefix to exported variables
|
2011-04-21 00:06:21 +00:00 |
|
revisiondelete
|
Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all
|
2011-04-21 00:07:09 +00:00 |
|
search
|
Fixed SearchMySQL broken by r80856
|
2011-04-21 05:43:52 +00:00 |
|
specials
|
Follow-up r86048: fix fatal, and deprecated Skin static method call.
|
2011-04-20 17:34:29 +00:00 |
|
templates
|
(bug 13015, bug 18347, bug 18996, bug 20473, bug 23669, bug 28244) separate the password-reset request dialogue from SpecialUserlogin.
|
2011-04-20 15:27:09 +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
|
|
|
|
Action.php
|
Follow-up r86041: fix redirect in PurgeAction, and pass query parameters through the form so they can be put back on to the redirect at the end.
|
2011-04-15 22:11:33 +00:00 |
|
AjaxDispatcher.php
|
Yet more additions of wfProfileOut()
|
2011-02-10 16:39:53 +00:00 |
|
AjaxFunctions.php
|
|
|
|
AjaxResponse.php
|
|
|
|
Article.php
|
Use OutputPage::addWikiMsg() instead of OutputPage::addHTML() with wfMsgExt()
|
2011-04-20 11:44:01 +00:00 |
|
AuthPlugin.php
|
|
|
|
AutoLoader.php
|
Remove the JPEG/TIFF specific metadata code from BitmapHandler and put it in JpegOrTiff handler
|
2011-04-20 23:15:13 +00:00 |
|
Autopromote.php
|
|
|
|
BacklinkCache.php
|
BacklinkCache: explicit properties visibility
|
2011-03-18 18:16:38 +00:00 |
|
Block.php
|
Revert r85776, r85782 pending better solution
|
2011-04-12 20:27:26 +00:00 |
|
CacheDependency.php
|
|
|
|
Category.php
|
More documentation and class definitions
|
2011-03-08 20:17:48 +00:00 |
|
Categoryfinder.php
|
|
|
|
CategoryPage.php
|
(follow-up r86121) Use strict comparision.
|
2011-04-15 21:53:55 +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
|
Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all
|
2011-04-21 00:07:09 +00:00 |
|
ChangeTags.php
|
Remove sneaky space in class-> method() call
|
2011-03-22 22:26:58 +00:00 |
|
Collation.php
|
Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all
|
2011-04-21 00:07:09 +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 |
|
DefaultSettings.php
|
Follow-up r86482: patch to add an index on user_email. Not a problem if this is not run on WMF wikis as long as they don't enable the $wgPasswordResetRoutes['email'].
|
2011-04-20 15:33:04 +00:00 |
|
Defines.php
|
Followup to r85706 and friends: now that Math messages have been moved to extension, move out the settings list and constants.
|
2011-04-09 19:57:35 +00:00 |
|
DjVuImage.php
|
Workaround for bug 28146: running out of memory during Unicode validation/normalization when uploading DjVu file with lots of embedded page text
|
2011-04-04 20:59:04 +00:00 |
|
EditPage.php
|
Move edit.js stuff to mediawiki.action.edit.js, and remove wikibits dependency. Wrap publicly accessible functions inside mw.toolbar & provide legacy shortcuts to those. Make the traditional toolbar use $.fn.textSelection, to reduce code duplication. This fixes Bug 27116, Bug 15705, Bug 11011
|
2011-04-21 08:19:24 +00:00 |
|
Exception.php
|
Add ThrottledError to throw when the user hits a rate limit.
|
2011-04-18 22:29:23 +00:00 |
|
Export.php
|
Add support for importing/exporting files. This can be done by embedding the image as base64 in the XML stream or by copying the images directory manually and pointing the importer to the base images directory.
|
2011-04-12 19:25:56 +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
|
The beginnings of HipHop compiled mode support. It works now for parser cache hits.
|
2011-04-04 12:59:55 +00:00 |
|
ExternalStoreDB.php
|
|
|
|
ExternalStoreHttp.php
|
|
|
|
ExternalUser.php
|
|
|
|
FakeTitle.php
|
|
|
|
Fallback.php
|
* (bug 28511) Use [] syntax instead of {} for string offset access
|
2011-04-17 07:59:58 +00:00 |
|
Feed.php
|
Fix more botched something in r86457
|
2011-04-20 08:44:54 +00:00 |
|
FeedUtils.php
|
|
|
|
FileDeleteForm.php
|
r86001, now with less scariness :P I took out the delete action and did purge instead, which is a much more self-contained action-with-a-form. Also implement a few changes suggested by Brion on IRC last night.
|
2011-04-14 10:38:29 +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
|
Tweak wfDl() so it actually works properly in 5.3.x
|
2011-04-20 23:33:28 +00:00 |
|
HistoryBlob.php
|
Change old php4 style constructor
|
2010-12-15 22:41:06 +00:00 |
|
HistoryPage.php
|
Merge r81448 from REL1_17: reverting RevisionMove feature back out until somebody has the time to work on it again. Reverts r67094 and its followups in trunk: r67099, r67111, r67112, r67115, r67398, r81425, r81427
|
2011-04-15 23:28:13 +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
|
Look mum, no globals! Implement a RequestContext for HTMLForm, passed in the constructor. Currently this is optional with B/C; at a later date it should be made compulsory. Doing this removes the need to call $form->setTitle() on every single use; only when you want to set the title to something other than the page context title. Implemented the new syntax in a sample of forms. Also fix a few minor errors in HTMLForm.php that my IDE complained about.
|
2011-04-13 16:51:22 +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
|
Follow-up changes to r84610:
|
2011-04-04 01:22:08 +00:00 |
|
ImagePage.php
|
(bug 28583) chase down and beat to death external calls of functions marked /*private*/, and make those declarations actually binding. Patch by yuvipanda.
|
2011-04-18 19:03:14 +00:00 |
|
ImageQueryPage.php
|
Followup r78805, remove now unused function
|
2010-12-22 16:28:52 +00:00 |
|
Import.php
|
Remove some unused variables/globals
|
2011-04-16 11:28:35 +00:00 |
|
Init.php
|
Added missing file from r85327.
|
2011-04-04 14:40:36 +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
|
(bug 28583) chase down and beat to death external calls of functions marked /*private*/, and make those declarations actually binding. Patch by yuvipanda.
|
2011-04-18 19:03:14 +00:00 |
|
Linker.php
|
Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all
|
2011-04-21 00:07:09 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
Revert r85799
|
2011-04-11 18:37:29 +00:00 |
|
LocalisationCache.php
|
Followup to r85706 and friends: now that Math messages have been moved to extension, move out the settings list and constants.
|
2011-04-09 19:57:35 +00:00 |
|
LogEventsList.php
|
* Avoid adding DISTINCT if possible
|
2011-03-22 13:11:28 +00:00 |
|
LogPage.php
|
Some more documentation and replacing static Skin calls
|
2011-04-16 23:23:28 +00:00 |
|
MacBinary.php
|
* (bug 28511) Use [] syntax instead of {} for string offset access
|
2011-04-17 07:59:58 +00:00 |
|
MagicWord.php
|
Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all
|
2011-04-21 00:07:09 +00:00 |
|
MemcachedSessions.php
|
The beginnings of HipHop compiled mode support. It works now for parser cache hits.
|
2011-04-04 12:59:55 +00:00 |
|
Message.php
|
Followup rr86304
|
2011-04-18 14:02:13 +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
|
Followup rr86304
|
2011-04-18 14:02:13 +00:00 |
|
Metadata.php
|
|
|
|
mime.info
|
Revert r82922 (adding eml files to mime types). Per CR, these should be accompanied by appropriate sanity checks on upload
|
2011-04-16 00:16:02 +00:00 |
|
mime.types
|
Revert r82922 (adding eml files to mime types). Per CR, these should be accompanied by appropriate sanity checks on upload
|
2011-04-16 00:16:02 +00:00 |
|
MimeMagic.php
|
The beginnings of HipHop compiled mode support. It works now for parser cache hits.
|
2011-04-04 12:59:55 +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
|
The beginnings of HipHop compiled mode support. It works now for parser cache hits.
|
2011-04-04 12:59:55 +00:00 |
|
OutputHandler.php
|
|
|
|
OutputPage.php
|
Add ThrottledError to throw when the user hits a rate limit.
|
2011-04-18 22:29:23 +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
|
(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
|
Documentation, braces, and one update of the User email sanitisation call
|
2011-04-19 11:03:40 +00:00 |
|
PrefixSearch.php
|
Refactor the factory/i18n/list/etc static methods from SpecialPage into their own class; there's no reason we need to be parsing them in every single SpecialPage subclass. Leave all the methods as stubs in SpecialPage.php; if we required PHP 5.3 they could be replaced by a a __callStatic() magic method, but that doesn't work on PHP 5.2.
|
2011-04-17 11:31:11 +00:00 |
|
ProtectionForm.php
|
r86001, now with less scariness :P I took out the delete action and did purge instead, which is a much more self-contained action-with-a-form. Also implement a few changes suggested by Brion on IRC last night.
|
2011-04-14 10:38:29 +00:00 |
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
Fix some Notices:
|
2011-04-11 16:49:36 +00:00 |
|
QueryPage.php
|
Revert r86236
|
2011-04-18 19:00:48 +00:00 |
|
RawPage.php
|
Fix for bug 28235: IE6 looks for the file extension in the query string
|
2011-04-12 00:55:10 +00:00 |
|
RecentChange.php
|
Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all
|
2011-04-21 00:07:09 +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
|
* Made pageDataFromTitle protected (unused elsewhere)
|
2011-04-12 20:21:16 +00:00 |
|
Sanitizer.php
|
Move User::isValidEmailAddr() to Sanitizer.
|
2011-04-18 23:16:53 +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
|
Followup r85944, move UtfNormalDefins stuff out of extensions profiling area
|
2011-04-14 21:21:28 +00:00 |
|
SiteConfiguration.php
|
|
|
|
SiteStats.php
|
* Made SiteStatsInit::articles() give a correct result when $wgUseCommaCount is false (btw, do we really need to keep that variable?)
|
2011-04-20 11:58:00 +00:00 |
|
Skin.php
|
Refactor the factory/i18n/list/etc static methods from SpecialPage into their own class; there's no reason we need to be parsing them in every single SpecialPage subclass. Leave all the methods as stubs in SpecialPage.php; if we required PHP 5.3 they could be replaced by a a __callStatic() magic method, but that doesn't work on PHP 5.2.
|
2011-04-17 11:31:11 +00:00 |
|
SkinLegacy.php
|
Refactor the factory/i18n/list/etc static methods from SpecialPage into their own class; there's no reason we need to be parsing them in every single SpecialPage subclass. Leave all the methods as stubs in SpecialPage.php; if we required PHP 5.3 they could be replaced by a a __callStatic() magic method, but that doesn't work on PHP 5.2.
|
2011-04-17 11:31:11 +00:00 |
|
SkinTemplate.php
|
Use Profiler::instance() instead of $wgProfiler
|
2011-04-21 15:53:25 +00:00 |
|
SpecialPage.php
|
(bug 13015, bug 18347, bug 18996, bug 20473, bug 23669, bug 28244) separate the password-reset request dialogue from SpecialUserlogin.
|
2011-04-20 15:27:09 +00:00 |
|
SpecialPageFactory.php
|
(bug 13015, bug 18347, bug 18996, bug 20473, bug 23669, bug 28244) separate the password-reset request dialogue from SpecialUserlogin.
|
2011-04-20 15:27:09 +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
|
Followup r86367, don't make constructor protected just yet, few underlying callers still about
|
2011-04-19 10:40:32 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Follow-up r86364: Ctrl-S fail.
|
2011-04-18 23:18:16 +00:00 |
|
UserArray.php
|
|
|
|
UserMailer.php
|
HipHop fixes:
|
2011-04-05 04:43:54 +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
|
* (bug 28511) Use [] syntax instead of {} for string offset access
|
2011-04-17 07:59:58 +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
|
More profiler cleanup:
|
2011-04-16 19:00:54 +00:00 |
|
Wiki.php
|
Removed action=print; I can't find anything using this
|
2011-04-19 05:29:04 +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
|
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 |