| .. |
|
actions
|
Use getPageTitle() to set the page title instead of doing it manually
|
2011-07-11 08:17:26 +00:00 |
|
api
|
Call doMarkPatrolled() on the RecentChange object instead of calling RecentChange::markPatrolled() that will create a second instance
|
2011-07-09 18:57:33 +00:00 |
|
cache
|
Removed ampersand in HTMLFileCache constructor
|
2011-07-01 22:01:48 +00:00 |
|
conf
|
And even more documentation
|
2011-05-28 18:58:51 +00:00 |
|
db
|
* DatabaseOracle.php binds variables, so using $val = 'NULL' breaks certain maint. scripts
|
2011-07-08 12:28:59 +00:00 |
|
diff
|
Moving skins/common/diff.css to mediawiki.action.history.diff.css and updating some old comments in the process. Also moved one vendor-prefixed attribute in fron of the standard one. Extension follow in a second
|
2011-07-08 17:59:42 +00:00 |
|
extauth
|
Revert the dbname -> dbName part of r90430. dbname actually dates back to r32578 and is referenced in the documentation for $wgDBservers, so it can't be easily changed. We can still kill tablename though, it's not too late.
|
2011-06-20 07:40:07 +00:00 |
|
filerepo
|
Fix whitespace, documentation
|
2011-07-09 03:49:25 +00:00 |
|
installer
|
Localisation updates for core and extension messages from translatewiki.net (2011-07-11 19:26:00 UTC)
|
2011-07-11 19:37:00 +00:00 |
|
interwiki
|
Allow rows missing iw_trans or iw_local to be considered valid.
|
2011-04-23 03:10:57 +00:00 |
|
job
|
* Follow-up r84397: make sure that mysql uses the job_id index even with the job_cmd clause
|
2011-06-30 20:32:41 +00:00 |
|
json
|
Fix the non-PEAR alternative for Services_JSON_Error to be less useless. bug 29278 shows an error related to this class not being stringifiable
|
2011-06-06 09:41:33 +00:00 |
|
libs
|
Followup r83885: add JSMin+ 1.3 to use its parser to verify output of JavaScriptMinifierTest unit test cases. Had to change some of the test cases because they were not valid JavaScript programs -- one of the quoting tests was incorrectly quoted in the PHP sources, and several tests around return, continue, and break keywords failed due to not using them in the contexts that they require.
|
2011-07-06 20:02:10 +00:00 |
|
media
|
Bunch of error suppression operator fixes (bug
|
2011-07-06 21:57:44 +00:00 |
|
normal
|
Swap else if for elseif
|
2011-06-17 16:05:05 +00:00 |
|
objectcache
|
Removed usage of error suppression operator
|
2011-07-06 16:29:27 +00:00 |
|
parser
|
ping r91875
|
2011-07-11 18:05:32 +00:00 |
|
profiler
|
Removed usage of error suppression operator
|
2011-07-07 17:25:35 +00:00 |
|
resourceloader
|
Followup to r91608: reduce impact of bug 29784 (high jsmin+ memory usage during parsing) by skipping JS validation on modules backed by files. Unless you're developing them, these will usually be stable, and large individual files like the pre-bundled jQuery can hit memory limits much sooner than we like.
|
2011-07-11 21:39:06 +00:00 |
|
revisiondelete
|
* Changed dynamic calls to Linker methods into static ones
|
2011-07-10 18:12:11 +00:00 |
|
search
|
Fix whitespace, documentation
|
2011-07-09 03:49:25 +00:00 |
|
specials
|
Added explicit parse() call to wfMessage object
|
2011-07-11 22:17:15 +00:00 |
|
templates
|
Bunch of error suppression operator fixes (bug
|
2011-07-06 21:57:44 +00:00 |
|
upload
|
public static
|
2011-07-06 17:15:04 +00:00 |
|
zhtable
|
Update Chinese conversion tables.
|
2011-06-19 18:10:24 +00:00 |
|
.htaccess
|
|
|
|
Action.php
|
* Changed action=revert to use a subclass of Action
|
2011-07-01 20:07:21 +00:00 |
|
AjaxDispatcher.php
|
|
|
|
AjaxFunctions.php
|
Removed code2utf() and replaced with codepointToUtf8() to reduce code duplication since they do exactely the same thing
|
2011-06-29 09:22:15 +00:00 |
|
AjaxResponse.php
|
|
|
|
Article.php
|
Revert r91870, r91873 -- seems to be trying to remove the 'view' action on diff views; diffs are a subset of regular page views, like old page views, and don't have a separate action.
|
2011-07-11 23:41:49 +00:00 |
|
AuthPlugin.php
|
Add/remove/tweak method documentation
|
2011-05-19 00:03:31 +00:00 |
|
AutoLoader.php
|
Followup r83885: add JSMin+ 1.3 to use its parser to verify output of JavaScriptMinifierTest unit test cases. Had to change some of the test cases because they were not valid JavaScript programs -- one of the quoting tests was incorrectly quoted in the PHP sources, and several tests around return, continue, and break keywords failed due to not using them in the contexts that they require.
|
2011-07-06 20:02:10 +00:00 |
|
Autopromote.php
|
Follow-up r90819: made XOR only work on two conditions per CR. Give a warning if three or more given.
|
2011-06-28 02:56:45 +00:00 |
|
BacklinkCache.php
|
(Follow-up r91059) Make backlinks query do both null or "" to potentially account for old rows that havn't been updated
|
2011-06-29 23:09:00 +00:00 |
|
Block.php
|
(bug 29797) Error: "Tried to load block with invalid type" when subpages are disabled for user pages.
|
2011-07-11 16:53:31 +00:00 |
|
Category.php
|
|
|
|
Categoryfinder.php
|
Add/remove/tweak method documentation
|
2011-05-19 00:03:31 +00:00 |
|
CategoryPage.php
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
Cdb.php
|
And even more documentation
|
2011-05-28 18:58:51 +00:00 |
|
Cdb_PHP.php
|
And some more....
|
2011-05-28 17:51:33 +00:00 |
|
ChangesFeed.php
|
(bug 29485) For rss feed of the RC, it groups consecutive edits by same user, but then links
|
2011-06-19 05:45:40 +00:00 |
|
ChangesList.php
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
ChangeTags.php
|
Fix for r91651: don't escape HTML
|
2011-07-09 09:01:50 +00:00 |
|
Collation.php
|
(Follow-up r90759 per CR) Use a hook to register new Collations instead of just taking the collation name as a class name
|
2011-07-05 05:30:04 +00:00 |
|
ConfEditor.php
|
Removed some usage of error suppression operator
|
2011-06-09 19:52:07 +00:00 |
|
Cookie.php
|
Add some doc comments on Cookie::validateCookieDomain() and Http::isValidUri(), which both have some failing test cases and are incomplete
|
2011-06-01 22:35:03 +00:00 |
|
DefaultSettings.php
|
Added $wgAutopromoteOnceLogInRC variable (bug 29655)
|
2011-07-12 00:09:37 +00:00 |
|
Defines.php
|
Move $wgFeedClasses to DefaultSettings where they belong. This has been bothering me for years.
|
2011-06-30 18:16:45 +00:00 |
|
DjVuImage.php
|
Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely.
|
2011-05-17 22:03:20 +00:00 |
|
EditPage.php
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
Exception.php
|
* Remove Exception.php's reliance on wfDie(), as well as the awful constant MEDIAWIKI_INSTALL (holdover from old installer)
|
2011-06-28 19:46:23 +00:00 |
|
Export.php
|
Uncommited documentation from my working copy
|
2011-06-25 16:15:44 +00:00 |
|
ExternalEdit.php
|
Removed raw Article->field accessing
|
2011-06-28 14:10:55 +00:00 |
|
ExternalStore.php
|
Even more documentation in various files
|
2011-05-29 14:24:27 +00:00 |
|
ExternalStoreDB.php
|
|
|
|
ExternalStoreHttp.php
|
|
|
|
ExternalUser.php
|
More documentation tweaks/additions
|
2011-05-26 19:52:56 +00:00 |
|
FakeTitle.php
|
It's not just for < 5.1!
|
2011-05-26 20:38:05 +00:00 |
|
Fallback.php
|
And even more documentation
|
2011-05-28 18:58:51 +00:00 |
|
Feed.php
|
And some more parameter documentation!!
|
2011-05-28 16:31:00 +00:00 |
|
FeedUtils.php
|
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
|
2011-07-01 02:25:19 +00:00 |
|
FileDeleteForm.php
|
Follow-up r90482: escape some more wikitext
|
2011-06-22 14:59:05 +00:00 |
|
ForkController.php
|
And even more documentation
|
2011-05-28 18:59:42 +00:00 |
|
FormOptions.php
|
|
|
|
GenderCache.php
|
More documentation tweaks/additions
|
2011-05-26 20:26:51 +00:00 |
|
GlobalFunctions.php
|
Fix r91685: add space at the right place.
|
2011-07-07 21:07:51 +00:00 |
|
HistoryBlob.php
|
Revert r89925, setting disable_functions in php.ini is definitely the wrong way to fix hash mismatches.
|
2011-06-14 06:07:20 +00:00 |
|
HistoryPage.php
|
Override Pager::getTitle() in core subclasses of ReverseChronologicalPager that don't have it
|
2011-07-06 14:10:24 +00:00 |
|
Hooks.php
|
Swap else if for elseif
|
2011-06-17 16:03:52 +00:00 |
|
Html.php
|
* used Html static functions instead og Xml. (r89260#c17418)
|
2011-06-01 14:18:12 +00:00 |
|
HTMLForm.php
|
use tab name, not tab index for anchors on Special:Preferences. Bug 29672 . Patch by Jarry1250. Ping r91757
|
2011-07-11 09:54:40 +00:00 |
|
HttpFunctions.old.php
|
More parameter documentation!!
|
2011-05-28 15:59:57 +00:00 |
|
HttpFunctions.php
|
Reverting r91642 per CR and pending review need-patch/patch in bug 29755
|
2011-07-08 17:45:26 +00:00 |
|
ImageFunctions.php
|
Even more documentation in various files
|
2011-05-29 14:24:27 +00:00 |
|
ImageGallery.php
|
refixing bug 27338 with all parser test fixes, reverts r91557
|
2011-07-06 18:07:31 +00:00 |
|
ImagePage.php
|
BetterDirectionality fixes:
|
2011-07-11 00:39:41 +00:00 |
|
ImageQueryPage.php
|
Param documentation updates/added
|
2011-05-26 19:21:50 +00:00 |
|
Import.php
|
Fixes for r88113 and some realted changes:
|
2011-06-30 15:26:26 +00:00 |
|
Init.php
|
Minor doc fix to r84741
|
2011-06-16 23:40:13 +00:00 |
|
IP.php
|
* (bug 28798) Set $wgServer in the default LocalSettings.php
|
2011-06-15 07:35:47 +00:00 |
|
Licenses.php
|
Swap else if for elseif
|
2011-06-17 16:03:52 +00:00 |
|
Linker.php
|
Reverted r91195, this isn't needed ;)
|
2011-06-30 18:45:48 +00:00 |
|
LinkFilter.php
|
Remove some stuff marked as deprecated <= 1.16 unused
|
2011-05-06 20:59:58 +00:00 |
|
LinksUpdate.php
|
Fix whitespace, documentation
|
2011-07-09 03:49:25 +00:00 |
|
LocalisationCache.php
|
(see bug 29712) Removing the defaultUserOptionOverrides in MessagesXx.php because it is broken (and has been for a long time) and secondly, it is only used for things that can be done otherwise:
|
2011-07-05 01:26:49 +00:00 |
|
LogEventsList.php
|
* Changed dynamic calls to Linker methods into static ones
|
2011-07-10 18:12:11 +00:00 |
|
LogPage.php
|
* Changed dynamic calls to Linker methods into static ones
|
2011-07-10 18:12:11 +00:00 |
|
MagicWord.php
|
* Use Preprocessor_Hash by default in compiled mode, it is faster
|
2011-05-31 06:10:23 +00:00 |
|
Message.php
|
Follow up r89585. Clean up after the test, expand inContentLanguage() comment.
|
2011-06-06 21:24:23 +00:00 |
|
MessageBlobStore.php
|
Refactor MessageBlobStore::updateModule() to remove the multi-language update behavior. Instead of updating all language's blobs at once, it now only updates the requested language. This, in combination with the bug fixed in r89001, was what caused the UploadWizard timeouts on the cluster
|
2011-05-27 22:42:20 +00:00 |
|
Metadata.php
|
* Split off WikiPage class from Article, WikiFilePage class from ImagePage, and WikiCategoryPage from CategoryPage.
|
2011-06-29 22:09:51 +00:00 |
|
mime.info
|
Per CR, revert non debugging stuff from r82436. (KML uploads)
|
2011-06-29 20:31:43 +00:00 |
|
mime.types
|
Per CR, revert non debugging stuff from r82436. (KML uploads)
|
2011-06-29 20:31:43 +00:00 |
|
MimeMagic.php
|
More documentation in various files
|
2011-05-29 14:01:47 +00:00 |
|
MWFunction.php
|
|
|
|
Namespace.php
|
More adding, updating and tweaking of documentation
|
2011-05-21 19:07:24 +00:00 |
|
OutputHandler.php
|
And more documentation. Yaaaay
|
2011-05-28 17:18:50 +00:00 |
|
OutputPage.php
|
Selfrevert r91759. Messed up working-copy
|
2011-07-08 21:28:54 +00:00 |
|
PageQueryPage.php
|
|
|
|
Pager.php
|
(bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionality (and dependent wfUILang) in core, as most or all work is finished.
|
2011-07-06 02:26:06 +00:00 |
|
PatrolLog.php
|
* Changed dynamic calls to Linker methods into static ones
|
2011-07-10 18:12:11 +00:00 |
|
PHPVersionError.php
|
Followup r91602, forgot svn add
|
2011-07-06 21:05:29 +00:00 |
|
PoolCounter.php
|
And even more documentation, the last of this batch
|
2011-05-28 19:00:01 +00:00 |
|
Preferences.php
|
HTMLForm: Add option to output a title for a fieldset & activate it for Special:Pref. Preliminary work for Bug 29672
|
2011-07-08 21:12:10 +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
|
* Split off WikiPage class from Article, WikiFilePage class from ImagePage, and WikiCategoryPage from CategoryPage.
|
2011-06-29 22:09:51 +00:00 |
|
ProxyTools.php
|
Moved wfIsLocallyBlockedProxy() to User::isLocallyBlockedProxy() to put it near other proxy checks. No other call to that function in core or extension.
|
2011-06-19 12:57:31 +00:00 |
|
QueryPage.php
|
Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()
|
2011-07-01 02:25:19 +00:00 |
|
RawPage.php
|
Reverted part of r91246, fixes: Fatal error: Call to undefined method RawPage::getSkin() in C:\wamp\www\MW_trunk\includes\RawPage.php on line 156
|
2011-07-05 21:28:27 +00:00 |
|
RecentChange.php
|
Pass the User object to RecentChange::doMarkPatrolled() instead of relying on $wgUser
|
2011-07-09 09:17:35 +00:00 |
|
RequestContext.php
|
Added Request::setLang() and RequestContext::setSkin(); the latter will clone the object and set the context on it.
|
2011-07-09 19:38:58 +00:00 |
|
Revision.php
|
Removed some error suppression operators
|
2011-07-08 18:17:02 +00:00 |
|
RevisionList.php
|
Added filterByIds() function to Rev_List and made ID based filtering optional. It's still mandatory for RevDel_List however.
|
2011-07-02 09:30:55 +00:00 |
|
Sanitizer.php
|
Followup to r86061: add parser test case to confirm that '&apos' in wikitext doesn't make it to output.
|
2011-06-07 20:11:24 +00:00 |
|
SeleniumWebSettings.php
|
coding style tweaks + removed some PHP4-isms
|
2011-06-25 23:27:05 +00:00 |
|
Setup.php
|
* Don't create a WebRequest obhject in CLI mode but a FauxRequest; avoids some useless notices about headers already sent (I know this is more a PHP silliness, but anyway)
|
2011-07-05 15:05:14 +00:00 |
|
SiteConfiguration.php
|
Followup r91224: stupid syntax error
|
2011-06-30 21:32:55 +00:00 |
|
SiteStats.php
|
Fix trailing whitespace
|
2011-06-29 23:46:39 +00:00 |
|
Skin.php
|
Followup r91833 -- use Sanitizer::escapeId's 'noninitial' option when generating sanitized ID for a sidebar entry; the actual id is prefixed with 'n-'; this fix makes the items behave like the folder sections ('p-', already escaped this way)
|
2011-07-12 00:25:20 +00:00 |
|
SkinLegacy.php
|
(see bug 29712) Removing the defaultUserOptionOverrides in MessagesXx.php because it is broken (and has been for a long time) and secondly, it is only used for things that can be done otherwise:
|
2011-07-05 01:26:49 +00:00 |
|
SkinTemplate.php
|
Removed print and render actions from the check:
|
2011-07-11 07:56:22 +00:00 |
|
SpecialPage.php
|
* Fixed comment
|
2011-07-07 20:17:55 +00:00 |
|
SpecialPageFactory.php
|
(Follow-up r87705) per CR add docs to function. No code changes.
|
2011-06-30 22:47:41 +00:00 |
|
SquidPurgeClient.php
|
More documentation tweaks and updates
|
2011-05-21 19:54:24 +00:00 |
|
Status.php
|
Follow-up r81536: Fix misleading comment in Status and add a comment to LocalFileRestoreBatch::cleanupFailedBatch.
|
2011-05-26 18:41:06 +00:00 |
|
StreamFile.php
|
Removed some error suppression operators
|
2011-07-08 18:17:02 +00:00 |
|
StringUtils.php
|
More documentation tweaks and updates
|
2011-05-21 19:54:24 +00:00 |
|
StubObject.php
|
Fix for r89474: added missing () to function call
|
2011-06-04 20:28:59 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
(Bug 19725) Do not include suppressed edits in the "View X deleted edits" message, and when doing prefix search of special:undelete.
|
2011-07-06 16:47:29 +00:00 |
|
TitleArray.php
|
More parameter documentation!!
|
2011-05-28 15:59:57 +00:00 |
|
User.php
|
Added $wgAutopromoteOnceLogInRC variable (bug 29655)
|
2011-07-12 00:09:37 +00:00 |
|
UserArray.php
|
More parameter documentation!!
|
2011-05-28 15:59:57 +00:00 |
|
UserMailer.php
|
Fixes Bug#17866
|
2011-07-07 19:11:25 +00:00 |
|
UserRightsProxy.php
|
|
|
|
ViewCountUpdate.php
|
Fix comment from r79430; pointed out by Emufarmers
|
2011-06-25 19:13:40 +00:00 |
|
WatchedItem.php
|
And even more documentation, the last of this batch
|
2011-05-28 19:00:01 +00:00 |
|
WebRequest.php
|
More return documentation and trimming trailing whitespace
|
2011-06-30 02:59:43 +00:00 |
|
WebResponse.php
|
Per Brion, fix for r91460: make this a bit more robust
|
2011-07-05 16:40:12 +00:00 |
|
WebStart.php
|
Added some GPL headers
|
2011-06-28 18:21:59 +00:00 |
|
Wiki.php
|
Moved action=rollback to an Action subclass
|
2011-07-02 13:46:56 +00:00 |
|
WikiCategoryPage.php
|
* Marked WikiCategoryPage::hasViewableContent() as "public"
|
2011-06-30 19:44:06 +00:00 |
|
WikiError.php
|
Kill some more long deprecated unused functions
|
2011-05-06 21:09:34 +00:00 |
|
WikiFilePage.php
|
* Changed action=revert to use a subclass of Action
|
2011-07-01 20:07:21 +00:00 |
|
WikiMap.php
|
Call Linker::link() statically instead of getting a Skin object from $wgUser
|
2011-07-01 08:24:32 +00:00 |
|
WikiPage.php
|
(Follow-up r91414) Also take the page name in account when considering how much of page to put in auto-summary.
|
2011-07-06 00:24:59 +00:00 |
|
Xml.php
|
Follow up r91072. This is indeed not needed.
|
2011-06-29 22:37:11 +00:00 |
|
XmlTypeCheck.php
|
More comment updates, addition of some braces also
|
2011-05-21 19:36:03 +00:00 |
|
ZhClient.php
|
And even more documentation in various files
|
2011-05-29 14:25:20 +00:00 |
|
ZhConversion.php
|
Update Chinese conversion tables.
|
2011-06-19 18:10:24 +00:00 |
|
ZipDirectoryReader.php
|
Fix unused variables
|
2011-05-13 16:16:44 +00:00 |