| .. |
|
actions
|
* Use local context instead of global variables, made static function in CreditsAction non-static so that they can use the context
|
2011-10-07 17:49:45 +00:00 |
|
api
|
Follow-up r84765, use timestampOrNull
|
2011-10-07 19:11:08 +00:00 |
|
cache
|
FU r98405: ObjectFileCache doesn't need to be abstract
|
2011-10-06 21:13:38 +00:00 |
|
conf
|
Deleted incorrect svn:executable properties
|
2011-09-05 21:01:39 +00:00 |
|
context
|
Separate RequestContext.php into separate files inside of context/
|
2011-09-15 17:42:17 +00:00 |
|
db
|
Followup r96930: also remove the documentation that describes the reverted behavior
|
2011-10-02 19:35:07 +00:00 |
|
diff
|
Revert r93246: besides the problems pointed out at CR, it also causes bug 31403, wreaking havoc on large wikis
|
2011-10-07 13:58:16 +00:00 |
|
extauth
|
|
|
|
filerepo
|
(bug 31363) Expand description URLs for thumbnails to canonical form
|
2011-10-05 10:16:49 +00:00 |
|
installer
|
Localisation updates for core and extension messages from translatewiki.net
|
2011-10-06 21:34:11 +00:00 |
|
interwiki
|
Back out r95396 and friends
|
2011-09-29 22:08:00 +00:00 |
|
job
|
* (bug 31081) $wgEnotifUseJobQ causes many unnecessary jobs to be queued
|
2011-09-22 12:14:21 +00:00 |
|
json
|
|
|
|
libs
|
* (bug 31187) Fix for user JavaScript validation to allow identifiers with valid Unicode letter characters
|
2011-09-27 22:51:36 +00:00 |
|
logging
|
Followup r97138 - could not reproduce myself
|
2011-10-03 03:35:18 +00:00 |
|
media
|
(bug 31487) Don't specify -auto-orient, but specify image rotations ourselves
|
2011-10-07 18:48:36 +00:00 |
|
normal
|
Followup r93921: missed something from testing
|
2011-08-04 22:06:05 +00:00 |
|
objectcache
|
Per Domas, reinstate <1e9 check that was dropped in r94199. Also document what these checks are all about in more detail.
|
2011-10-06 14:07:57 +00:00 |
|
parser
|
Fix for bug 31374: reintroduce recursive unstrip as in r27667, somehow omitted during the refactor in r82645. StripState::merge() is still wrong, but it's currently unused on Wikimedia, so this will do as a temporary patch.
|
2011-10-06 00:07:45 +00:00 |
|
profiler
|
* Fixed notices issued from ProfilerSimpleUDP which were due to ProfilerSimple::profileOut() not adding a complete entry to $this->mCollated for a profile error.
|
2011-09-20 11:06:46 +00:00 |
|
resourceloader
|
Merge r97670, r98206
|
2011-10-03 13:41:50 +00:00 |
|
revisiondelete
|
Improve r97239 with comments from Aaron. Also fixed another typo that was lurking there.
|
2011-09-16 06:23:48 +00:00 |
|
search
|
Refactor deferrable updates into classes & interfaces, also add helper method for the most common use case:
|
2011-09-10 06:50:30 +00:00 |
|
specials
|
Follow-up r98430, use dedicated error message for filename too long error. Adds 'filename-toolong' message.
|
2011-10-07 18:20:55 +00:00 |
|
templates
|
Followup r98707: apply this logic to signupend too, per a bug comment.
|
2011-10-02 21:07:54 +00:00 |
|
upload
|
Follow-up r98430, use dedicated error message for filename too long error. Adds 'filename-toolong' message.
|
2011-10-07 18:20:55 +00:00 |
|
zhtable
|
Update zh conversion tables, remove unused/incorrect rules.
|
2011-09-03 13:41:17 +00:00 |
|
.htaccess
|
|
|
|
Action.php
|
* Use local context instead of global variables, made static function in CreditsAction non-static so that they can use the context
|
2011-10-07 17:49:45 +00:00 |
|
AjaxDispatcher.php
|
|
|
|
AjaxResponse.php
|
|
|
|
Article.php
|
Add/update documentation
|
2011-10-05 13:43:32 +00:00 |
|
AuthPlugin.php
|
Adding support for domains in SpecialPasswordReset.php.
|
2011-09-08 19:54:32 +00:00 |
|
AutoLoader.php
|
FileCache:
|
2011-10-02 17:53:33 +00:00 |
|
Autopromote.php
|
Moved wfGetIP() to WebRequest::getIP():
|
2011-08-18 20:03:30 +00:00 |
|
BacklinkCache.php
|
Back out r95396 and friends
|
2011-09-29 22:08:00 +00:00 |
|
Block.php
|
Fix r91886 thanks to johnduhart: check if it is an IP *before* stripping subpages, otherwise IP range blocking does not work
|
2011-08-12 14:32:05 +00:00 |
|
Category.php
|
|
|
|
Categoryfinder.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
CategoryPage.php
|
Remove unused variable and update code comment per r96888.
|
2011-09-12 20:08:23 +00:00 |
|
Cdb.php
|
Kill weird leading semi colon from jquery.form.js
|
2011-10-06 14:26:35 +00:00 |
|
Cdb_PHP.php
|
|
|
|
ChangesFeed.php
|
Couple more pieces of wikia upstreaming
|
2011-08-19 23:30:12 +00:00 |
|
ChangesList.php
|
Followup to r98839 and r98851 according to Nikerabbit's suggestions: Xml -> Html and some whitespace.
|
2011-10-05 06:45:11 +00:00 |
|
ChangeTags.php
|
|
|
|
Collation.php
|
(bug 30722) Add an identity collation that sorts things based on what the unicode code point is (aka pre-1.17 behaviour).
|
2011-09-11 01:13:08 +00:00 |
|
ConfEditor.php
|
|
|
|
Cookie.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
DefaultSettings.php
|
Merge r97771, r97775
|
2011-10-03 13:37:47 +00:00 |
|
DeferredUpdates.php
|
Add @since to the Deferred stuff, ping r96716
|
2011-09-10 17:16:41 +00:00 |
|
Defines.php
|
Followup r96437: actually define PROTO_INTERNAL
|
2011-09-07 14:17:42 +00:00 |
|
DjVuImage.php
|
|
|
|
EditPage.php
|
Solve the FIXME set in r99025.
|
2011-10-06 21:43:31 +00:00 |
|
Exception.php
|
* Added HttpError exception as replacement for wfHttpError(); changed alls core calls to it except AjaxDispatcher.php
|
2011-09-16 18:50:13 +00:00 |
|
Export.php
|
remove cruft that didn't all get cleaned up before commit in r95260, addressing fixme.
|
2011-09-22 07:03:25 +00:00 |
|
ExternalEdit.php
|
Use canonical URLs in sitemaps, diff stuff and external edit stuff
|
2011-08-19 17:33:41 +00:00 |
|
ExternalStore.php
|
|
|
|
ExternalStoreDB.php
|
Fix for r98756: $wgDefaultExternalStore can also be a string
|
2011-10-04 16:51:37 +00:00 |
|
ExternalStoreHttp.php
|
|
|
|
ExternalUser.php
|
|
|
|
FakeTitle.php
|
|
|
|
Fallback.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
Feed.php
|
Rename $wgVaryOnXFPForAPI (introduced in r93818) to $wgVaryOnXFP and extend it to also apply to HTTP redirects. The previous name was overly specific for what has become a more generic setting, and we can still change it now that it's not in any release yet.
|
2011-10-03 13:15:28 +00:00 |
|
FeedUtils.php
|
* Added HttpError exception as replacement for wfHttpError(); changed alls core calls to it except AjaxDispatcher.php
|
2011-09-16 18:50:13 +00:00 |
|
FileDeleteForm.php
|
Allow LogEventsList::showLogExtract() to get a Title object instead of having to do Title -> string -> Title conversion
|
2011-09-24 17:52:53 +00:00 |
|
ForkController.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
FormOptions.php
|
|
|
|
GenderCache.php
|
Partial solution for bug 30972 to avoid query flood.
|
2011-09-19 09:04:39 +00:00 |
|
GlobalFunctions.php
|
Added wfShellMaintenanceCmd() for Het Deploy support
|
2011-09-23 20:42:22 +00:00 |
|
HistoryBlob.php
|
|
|
|
HistoryPage.php
|
Removed call to OutputPage::setSyndicated( true ) just before calling OutputPage::setFeedAppendQuery(); the former is useless when calling the latter
|
2011-10-03 14:21:20 +00:00 |
|
Hooks.php
|
|
|
|
Html.php
|
* (bug 12130) Initial newlines are now preserved correctly during editing
|
2011-09-30 22:50:48 +00:00 |
|
HTMLForm.php
|
* (bug 31089) Fix regression in Special:Block reasons list (MediaWiki:Ipbreason-dropdown parsing)
|
2011-09-22 22:10:41 +00:00 |
|
HttpFunctions.old.php
|
|
|
|
HttpFunctions.php
|
Use wfParseUrl() instead of parse_url() in MWHttpRequest::__construct(), and check the return value for false
|
2011-09-08 13:53:18 +00:00 |
|
ImageFunctions.php
|
Move wfFixBoxImage() out of ImageFunctions and into MediaHandler. It's only used by ImageHandler and OggHandler.
|
2011-07-28 00:07:08 +00:00 |
|
ImageGallery.php
|
Cleanup to r84610 per CR: changed BeforeParserMakeImageLinkObj hook to use a RepoGroup style param array that also excepts a 'broken' parameter. This new parameter replaces the odd "use timestamp '0' to make a broken thumbnail' convention. No other callers are using this hook other than FR, so the old time/sha1 params where removed.
|
2011-09-06 18:11:53 +00:00 |
|
ImagePage.php
|
* Move <small> styling from message to shared.css
|
2011-09-12 12:46:20 +00:00 |
|
ImageQueryPage.php
|
|
|
|
Import.php
|
(bug 23057) Importers can 'edit' or 'create' a fully-protected page by importing a new revision into it
|
2011-09-06 00:01:06 +00:00 |
|
Init.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
IP.php
|
Tweak r98602: keep the other IP normalization for non-ranges, such as upper case for v6. This keeps it a bit more consistent.
|
2011-10-01 05:11:21 +00:00 |
|
Licenses.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
Linker.php
|
Back out r95396 and friends
|
2011-09-29 22:08:00 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
Back out r95396 and friends
|
2011-09-29 22:08:00 +00:00 |
|
LocalisationCache.php
|
Add support for Number grouping(commafy) based on CLDR number grouping patterns like ##,##,###.
|
2011-09-22 05:01:19 +00:00 |
|
LogEventsList.php
|
Revert r93246: besides the problems pointed out at CR, it also causes bug 31403, wreaking havoc on large wikis
|
2011-10-07 13:58:16 +00:00 |
|
LogPage.php
|
Converted patrol log to the new system
|
2011-09-19 14:21:05 +00:00 |
|
MagicWord.php
|
Trim trailing whitespace
|
2011-09-04 21:40:17 +00:00 |
|
Message.php
|
Whitespace/documentation
|
2011-09-14 15:07:20 +00:00 |
|
MessageBlobStore.php
|
|
|
|
Metadata.php
|
* Added HttpError exception as replacement for wfHttpError(); changed alls core calls to it except AjaxDispatcher.php
|
2011-09-16 18:50:13 +00:00 |
|
mime.info
|
Merged Wikia change.
|
2011-09-14 00:27:48 +00:00 |
|
mime.types
|
Merged in mime-type from Wikia (for Sawfish Window Manager).
|
2011-09-14 00:19:32 +00:00 |
|
MimeMagic.php
|
|
|
|
MWFunction.php
|
|
|
|
Namespace.php
|
Fix typo
|
2011-08-20 12:47:17 +00:00 |
|
OutputHandler.php
|
|
|
|
OutputPage.php
|
Fix comment in r98374
|
2011-10-03 14:59:56 +00:00 |
|
PageQueryPage.php
|
Call Linker method statically; also changed it to linkKnown()
|
2011-09-05 20:48:14 +00:00 |
|
Pager.php
|
Documentation and type hinting.
|
2011-10-06 13:22:53 +00:00 |
|
PHPVersionError.php
|
|
|
|
PoolCounter.php
|
Documentation
|
2011-08-17 17:11:49 +00:00 |
|
Preferences.php
|
(bug 31283) Made ChangeEmail check $wgAuth->allowPropChange( 'emailaddress' ). Fix for r92924. Mark beat me to committing the rest of the fix in r98558, which just hid the link to the special page.
|
2011-09-30 20:43:45 +00:00 |
|
PrefixSearch.php
|
|
|
|
ProtectionForm.php
|
clean up Html::inlineScript usage
|
2011-09-28 22:47:05 +00:00 |
|
ProxyTools.php
|
Expand some more URLs: for feeds, referers and the proxy script
|
2011-08-19 17:31:40 +00:00 |
|
QueryPage.php
|
More whitespace and comments
|
2011-10-03 22:51:38 +00:00 |
|
RawPage.php
|
FU r97978: removed more raw page file cache code
|
2011-09-24 00:55:49 +00:00 |
|
RecentChange.php
|
* (bug 30245) Use the correct way to construct a log page title
|
2011-09-21 09:41:40 +00:00 |
|
Revision.php
|
Back out r95396 and friends
|
2011-09-29 22:08:00 +00:00 |
|
RevisionList.php
|
Use IContextSource instead of RequestContext inside type hints and instanceof checks. All we need is something that implements IContextSource and it's possible we may want to implement types of RequestContext that don't directly extend RequestContext but are perfectly valid to be passed to classes.
|
2011-09-15 15:19:49 +00:00 |
|
Sanitizer.php
|
Followup r94465 and r94465; Add phpunit tests for Sanitizer::fixDeprecatedAttributes and fix bugs related to clear="all" and mixed/uppercase attributes and values.
|
2011-09-25 04:08:23 +00:00 |
|
SeleniumWebSettings.php
|
|
|
|
Setup.php
|
Followup r98135
|
2011-09-28 20:28:40 +00:00 |
|
SiteConfiguration.php
|
Remove no-op initialise from configuration. Nothing outside of Ext:Configure needs/uses it
|
2011-08-04 20:55:20 +00:00 |
|
SiteStats.php
|
Refactor deferrable updates into classes & interfaces, also add helper method for the most common use case:
|
2011-09-10 06:50:30 +00:00 |
|
Skin.php
|
Revert r93246: besides the problems pointed out at CR, it also causes bug 31403, wreaking havoc on large wikis
|
2011-10-07 13:58:16 +00:00 |
|
SkinLegacy.php
|
Fix undefined $title
|
2011-10-05 00:49:53 +00:00 |
|
SkinTemplate.php
|
Followup r98210; Add an ugly hack to support old extensions using the SkinTemplateToolboxEnd hook, erm... 'thanks' Tim.
|
2011-09-27 07:58:23 +00:00 |
|
SpecialPage.php
|
* (bug 31374) Pass relevant additional parameters for action=raw on Special:Mypage redirects
|
2011-10-06 01:10:39 +00:00 |
|
SpecialPageFactory.php
|
Back out r95396 and friends
|
2011-09-29 22:08:00 +00:00 |
|
SquidPurgeClient.php
|
Expand URLs in SquidPurgeClient too
|
2011-10-05 20:04:34 +00:00 |
|
Status.php
|
w/s
|
2011-08-11 22:35:49 +00:00 |
|
StreamFile.php
|
Move wfStreamFile() into a class, update all callers in core (only 3 extensions use it afaict), leave wfStreamFile() as a b/c alias for now.
|
2011-08-13 19:03:51 +00:00 |
|
StringUtils.php
|
|
|
|
StubObject.php
|
|
|
|
tidy.conf
|
|
|
|
Title.php
|
Solve the FIXME set in r99025.
|
2011-10-06 21:43:31 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Made addNewUserLogEntry() return the ID of the new log entry to be more useful
|
2011-09-30 17:31:36 +00:00 |
|
UserArray.php
|
Documentation and type hinting.
|
2011-10-06 13:22:53 +00:00 |
|
UserMailer.php
|
* (bug 31081) $wgEnotifUseJobQ causes many unnecessary jobs to be queued
|
2011-09-22 12:14:21 +00:00 |
|
UserRightsProxy.php
|
|
|
|
ViewCountUpdate.php
|
Refactor deferrable updates into classes & interfaces, also add helper method for the most common use case:
|
2011-09-10 06:50:30 +00:00 |
|
WatchedItem.php
|
|
|
|
WebRequest.php
|
Followup r95921, clearer PHPDoc and better variable names per CR
|
2011-09-29 20:21:32 +00:00 |
|
WebResponse.php
|
Followup r94211
|
2011-08-11 00:17:58 +00:00 |
|
WebStart.php
|
Additional register_globals vulnerability check. Merged in from big Wikia merge: http://www.mediawiki.org/wiki/Wikia_code
|
2011-09-16 20:31:37 +00:00 |
|
Wiki.php
|
Also catch Special:Badtitle to display the "Bad title" error message since this is now how it is passed in the context object. When such error occured, the user was redirected to Special:Badtitle and got the "Special page does not exist" message.
|
2011-10-03 14:04:43 +00:00 |
|
WikiCategoryPage.php
|
Fixed WikiPage::newFromId to use the factory() function
|
2011-09-14 17:51:37 +00:00 |
|
WikiError.php
|
|
|
|
WikiFilePage.php
|
Fixed WikiPage::newFromId to use the factory() function
|
2011-09-14 17:51:37 +00:00 |
|
WikiMap.php
|
(bug 31320) CentralAuth uses http URLs for autologin images when logging in over https.
|
2011-10-03 10:27:23 +00:00 |
|
WikiPage.php
|
Call loadPageData() with 'fromdbmaster' in doEdit() to avoid old slave data
|
2011-10-04 18:40:13 +00:00 |
|
Xml.php
|
Fix fail from r94473
|
2011-08-14 19:50:08 +00:00 |
|
XmlTypeCheck.php
|
More wikia upstreaming
|
2011-08-17 22:42:49 +00:00 |
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
Update zh conversion tables, remove unused/incorrect rules.
|
2011-09-03 13:41:17 +00:00 |
|
ZipDirectoryReader.php
|
|
|