wiki.techinc.nl/includes
Alexandre Emsenhuber 2be3042a35 * Do magic word parsing after parameter replacement in MediaWiki:Enotif_body and MediaWiki:Enotif_subject
* Fix link to Special:EmailUser in case $wgEnotifUseRealName was true and the user defined a real name, link was pointing to Special:EmailUser/Real_Name instead of Special:EmailUser/User_Name
* Simplified the code of EmailNotification::composeCommonMailtext()
2011-10-16 09:53:41 +00:00
..
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 (bug 31674) Can't edit watchlist if it contains special pages 2011-10-15 21:06:34 +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 (bug 31361) broken messages on Special:GlobalBlock. 2011-10-15 17:59:42 +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 Update some deprecated code 2011-10-14 21:18:38 +00:00
filerepo Refactored cleanupDeletedBatch() by splitting out the file usage check functions 2011-10-15 17:07:53 +00:00
installer Fixup some assignments in conditionals 2011-10-16 03:27:12 +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 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 Update some deprecated code 2011-10-14 21:18:38 +00:00
logging Followup r97138 - could not reproduce myself 2011-10-03 03:35:18 +00:00
media Per bug 28135, disable $wgMaxImageArea check when transforming using a hook, and enable the check for non IM scalers. 2011-10-15 20:36:02 +00:00
normal Followup r93921: missed something from testing 2011-08-04 22:06:05 +00:00
objectcache Fixup some assignments in conditionals 2011-10-16 03:27:12 +00:00
parser Update some deprecated code 2011-10-14 21:18:38 +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 Documentation 2011-10-14 08:06:54 +00:00
revisiondelete Documentation 2011-10-13 18:44:26 +00:00
search Fixup some assignments in conditionals 2011-10-16 03:27:12 +00:00
specials Fixup some assignments in conditionals 2011-10-16 03:27:12 +00:00
templates Followup r98707: apply this logic to signupend too, per a bug comment. 2011-10-02 21:07:54 +00:00
upload Update some deprecated code 2011-10-14 21:18:38 +00:00
zhtable Update Chinese conversion tables. 2011-10-08 13:01:41 +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 Kill AjaxFunctions.php. The only thing using this was FCKEditor, so I moved js_unescape() over to it. 2011-07-14 20:38:28 +00:00
AjaxResponse.php Kill AjaxFunctions.php. The only thing using this was FCKEditor, so I moved js_unescape() over to it. 2011-07-14 20:38:28 +00:00
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 Follow-up r99911: fix tests 2011-10-15 21:38:53 +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 Update some deprecated code 2011-10-14 21:18:38 +00:00
Category.php
Categoryfinder.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
CategoryPage.php * restored category page (some references to Title object were missing) 2011-10-15 18:14:25 +00:00
CategoryViewer.php Move CategoryViewer to it's own file 2011-10-15 17:37:05 +00:00
Cdb.php Kill weird leading semi colon from jquery.form.js 2011-10-06 14:26:35 +00:00
Cdb_PHP.php And some more.... 2011-05-28 17:51:33 +00:00
ChangesFeed.php Couple more pieces of wikia upstreaming 2011-08-19 23:30:12 +00:00
ChangesList.php Made the arrow point in the correct direction according to the user's language, which may be different from the wiki language. 2011-10-13 13:43:02 +00:00
ChangeTags.php Fix for r91651: don't escape HTML 2011-07-09 09:01:50 +00:00
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 Removed some usage of error suppression operator 2011-06-09 19:52:07 +00:00
Cookie.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
DefaultSettings.php Per r97671, add $wgEnableAutoRotation setting that can be used to explicitly disable auto-rotation. 2011-10-15 20:30:37 +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 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 Fixup some assignments in conditionals 2011-10-16 03:27:12 +00:00
Exception.php Fixup some assignments in conditionals 2011-10-16 03:27:12 +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 Even more documentation in various files 2011-05-29 14:24:27 +00:00
ExternalStoreDB.php Fix for r98756: $wgDefaultExternalStore can also be a string 2011-10-04 16:51:37 +00:00
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 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 Fix whitespace, braces 2011-10-15 22:58:42 +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 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 Swap else if for elseif 2011-06-17 16:03:52 +00:00
Html.php * (bug 12130) Initial newlines are now preserved correctly during editing 2011-09-30 22:50:48 +00:00
HTMLForm.php * Use the context when building the preferences form descriptor 2011-10-09 11:43:06 +00:00
HttpFunctions.old.php More parameter documentation!! 2011-05-28 15:59:57 +00:00
HttpFunctions.php Documentation 2011-10-13 18:44:26 +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 Revert unrelated changes from r99916 2011-10-15 21:40:30 +00:00
ImageQueryPage.php Param documentation updates/added 2011-05-26 19:21:50 +00:00
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 Fixup some assignments in conditionals 2011-10-16 03:27:12 +00:00
LinkFilter.php Remove some stuff marked as deprecated <= 1.16 unused 2011-05-06 20:59:58 +00:00
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 * Added User paremeter to Revision::userCan(), Revision::userCanBitfield(), LogEventsList::userCan(), LogEventsList::userCanBitfield(), File::userCan() and its subclasses so that they can check against any user instead of always $wgUser. 2011-10-12 15:09:04 +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 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 * 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 More documentation in various files 2011-05-29 14:01:47 +00:00
MWFunction.php
Namespace.php Fix typo 2011-08-20 12:47:17 +00:00
OutputHandler.php And more documentation. Yaaaay 2011-05-28 17:18:50 +00:00
OutputPage.php Fixup some assignments in conditionals 2011-10-16 03:27:12 +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 Revert 2 from r92498 2011-07-18 23:04:09 +00:00
PoolCounter.php Documentation 2011-08-17 17:11:49 +00:00
Preferences.php Self revert r99899....I HATE YOU PHPUNIT YOU @#Q**#(#@(#@@#(!!! 2011-10-15 19:06:31 +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 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 * Moved wfViewPrevNext() to Language::viewPrevNext() so that it can be used in the context and not always relying on $wgLang 2011-10-14 14:57:06 +00:00
RawPage.php Update some deprecated code 2011-10-14 21:18:38 +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 * Added User paremeter to Revision::userCan(), Revision::userCanBitfield(), LogEventsList::userCan(), LogEventsList::userCanBitfield(), File::userCan() and its subclasses so that they can check against any user instead of always $wgUser. 2011-10-12 15:09:04 +00:00
RevisionList.php Use local context instead of global variables 2011-10-15 09:43:30 +00:00
Sanitizer.php Fixup some assignments in conditionals 2011-10-16 03:27:12 +00:00
SeleniumWebSettings.php coding style tweaks + removed some PHP4-isms 2011-06-25 23:27:05 +00:00
Setup.php Per r97671, add $wgEnableAutoRotation setting that can be used to explicitly disable auto-rotation. 2011-10-15 20:30:37 +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 CSS clean up 2011-10-15 23:33:47 +00:00
SkinLegacy.php * Factorise calls to getTitle() and getSkin() 2011-10-10 18:05:59 +00:00
SkinTemplate.php Fix up makeLinkItem and makeLink: 2011-10-09 19:39:54 +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 Fixed getUsablePages() to account for the fact that getPage() can return null 2011-10-08 00:16:31 +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 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 Fixup some assignments in conditionals 2011-10-16 03:27:12 +00:00
TitleArray.php More parameter documentation!! 2011-05-28 15:59:57 +00:00
User.php (bug 31674) Can't edit watchlist if it contains special pages 2011-10-15 21:06:34 +00:00
UserArray.php Documentation and type hinting. 2011-10-06 13:22:53 +00:00
UserMailer.php * Do magic word parsing after parameter replacement in MediaWiki:Enotif_body and MediaWiki:Enotif_subject 2011-10-16 09:53:41 +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 And even more documentation, the last of this batch 2011-05-28 19:00:01 +00:00
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 * restored category page (some references to Title object were missing) 2011-10-15 18:14:25 +00:00
WikiError.php Kill some more long deprecated unused functions 2011-05-06 21:09:34 +00:00
WikiFilePage.php Update some deprecated code 2011-10-14 21:18:38 +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 Fix whitespace, braces 2011-10-15 22:58:42 +00:00
Xml.php Small cleanups to XmlSelect 2011-10-08 11:41:10 +00:00
XmlTypeCheck.php More wikia upstreaming 2011-08-17 22:42:49 +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-10-08 13:01:41 +00:00
ZipDirectoryReader.php Fix unused variables 2011-05-13 16:16:44 +00:00