wiki.techinc.nl/includes
2011-10-26 04:15:09 +00:00
..
actions * Removed $wgRCShowChangedSize check in sp:Contributions for size diffs since this isn't RC 2011-10-25 18:19:26 +00:00
api (bug 31345) document API Revisions parameters as enum 2011-10-20 14:28:41 +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 Fix fatal: Fatal error: func_get_args(): Can't be used as a function parameter in includes/context/ContextSource.php on line 121 2011-10-21 22:18:02 +00:00
db Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
diff More documentation! 2011-10-26 04:15:09 +00:00
extauth Update some deprecated code 2011-10-14 21:18:38 +00:00
filerepo Added temporary LocalFilePurgeThumbnails hook for bug 27641 2011-10-25 17:19:28 +00:00
installer Add user_former_groups table to PG updater 2011-10-24 19:55:01 +00:00
interwiki Back out r95396 and friends 2011-09-29 22:08:00 +00:00
job More documentation! 2011-10-26 04:15:09 +00:00
json More documentation! 2011-10-26 04:15:09 +00:00
libs More documentation! 2011-10-26 04:15:09 +00:00
logging Followup r100396, use is_string instead of !is_array 2011-10-21 20:24:03 +00:00
media Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
normal
objectcache Parse error (missing ';') in r99938. 2011-10-16 19:53:30 +00:00
parser If the page contains __NOEDITSECTION__, it will never have edit sections, so don't create markers. Follow-up r99250. 2011-10-25 22:18:33 +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 * Fixed undefined var $g error 2011-10-19 17:30:55 +00:00
revisiondelete * Call Linker methods statically 2011-10-21 16:54:25 +00:00
search Fixup some assignments in conditionals 2011-10-16 03:27:12 +00:00
specials Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
templates adding note to code snippet 2011-10-17 09:46:05 +00:00
upload Few bits of documentation 2011-10-16 22:01:10 +00:00
zhtable Revert unihan.zip's version to 5.2.0. 2011-10-19 14:13:41 +00:00
.htaccess
Action.php Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
AjaxDispatcher.php
AjaxResponse.php Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
Article.php Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
AuthPlugin.php Adding support for domains in SpecialPasswordReset.php. 2011-09-08 19:54:32 +00:00
AutoLoader.php * Changed action=history to use an Action subclass 2011-10-23 09:21:02 +00:00
Autopromote.php Moved wfGetIP() to WebRequest::getIP(): 2011-08-18 20:03:30 +00:00
BacklinkCache.php using real identity for hashar 2011-10-24 09:08:13 +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
ChangesFeed.php Couple more pieces of wikia upstreaming 2011-08-19 23:30:12 +00:00
ChangesList.php Follow up to r79085. Fixes bug 31408. 2011-10-22 19:50:43 +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 some eol w/s 2011-10-26 02:56:27 +00:00
DeferredUpdates.php Add @since to the Deferred stuff, ping r96716 2011-09-10 17:16:41 +00:00
Defines.php eol w/s 2011-10-20 15:12:13 +00:00
DjVuImage.php
EditPage.php Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modified versions of OutputPage::setPageTitle() and OutputPage::setHTMLTitle() that take an message name and its parameters; updated all calls in core that can use the two new functions 2011-10-24 17:24:38 +00:00
Exception.php Add, update, tweak documentation 2011-10-26 03:44:47 +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 Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modified versions of OutputPage::setPageTitle() and OutputPage::setHTMLTitle() that take an message name and its parameters; updated all calls in core that can use the two new functions 2011-10-24 17:24:38 +00:00
ForkController.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
FormOptions.php using real identity for hashar 2011-10-24 09:08:13 +00:00
GenderCache.php Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
GlobalFunctions.php (bug 31740) JpegMetadataExtractor and friends weren't checking for unexpected end of input properly 2011-10-24 02:19:11 +00:00
HistoryBlob.php
Hooks.php
Html.php makes HTML5 five only attributes a global property 2011-10-24 13:58:03 +00:00
HTMLForm.php Adding functions to HTMLForm for explicitly setting the content of the header and footer. 2011-10-23 18:38:22 +00:00
HttpFunctions.old.php
HttpFunctions.php Documentation 2011-10-13 18:44:26 +00:00
ImageFunctions.php
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 Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
ImageQueryPage.php
Import.php Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
Init.php Trim trailing whitespace 2011-09-04 21:40:17 +00:00
IP.php using real identity for hashar 2011-10-24 09:08:13 +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
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 * Call Linker methods statically 2011-10-21 16:54:25 +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 Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
PageQueryPage.php Call Linker method statically; also changed it to linkKnown() 2011-09-05 20:48:14 +00:00
Pager.php Moved contribs rev parent ID batch query into doBatchLookups() 2011-10-20 02:26:59 +00:00
PHPVersionError.php
PoolCounter.php Documentation 2011-08-17 17:11:49 +00:00
Preferences.php Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
PrefixSearch.php
ProtectionForm.php Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modified versions of OutputPage::setPageTitle() and OutputPage::setHTMLTitle() that take an message name and its parameters; updated all calls in core that can use the two new functions 2011-10-24 17:24:38 +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
RecentChange.php * (bug 30245) Use the correct way to construct a log page title 2011-09-21 09:41:40 +00:00
Revision.php Revision objects now always use the current name of users, loading it on demand if necessary (e.g. when given a $row with no user_name but rev_user is not 0) 2011-10-21 23:20:52 +00:00
RevisionList.php * Simplified r100286 by just using the field 'user_name' and removed the COALESCE 2011-10-20 03:03:45 +00:00
Sanitizer.php Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
SeleniumWebSettings.php
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
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 Use local context to get messages 2011-10-21 20:09:27 +00:00
SkinLegacy.php Don't reinvent the wheel in LegacyTemplate::pageStats(), just use them items from SkinTemplate 2011-10-19 14:52:26 +00:00
SkinTemplate.php Check first that $wgDisableLangConversion is false and we are not in a special page before doing the language variant check 2011-10-23 07:55:45 +00:00
SpecialPage.php Added a User parameter to SpecialPageFactory::getUsablePages() so that it does not need to depend on $wgUser; updated the only call to it 2011-10-17 14:33:04 +00:00
SpecialPageFactory.php Added a User parameter to SpecialPageFactory::getUsablePages() so that it does not need to depend on $wgUser; updated the only call to it 2011-10-17 14:33:04 +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 Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
tidy.conf
Title.php Remove global added in 2005 by vibber (r11563). There's a new one added in r99349. 2011-10-17 21:00:42 +00:00
TitleArray.php
User.php Revision objects now always use the current name of users, loading it on demand if necessary (e.g. when given a $row with no user_name but rev_user is not 0) 2011-10-21 23:20:52 +00:00
UserArray.php Documentation and type hinting. 2011-10-06 13:22:53 +00:00
UserMailer.php Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
UserRightsProxy.php Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
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 Add, update, tweak documentation 2011-10-26 03:45:13 +00:00
WebResponse.php
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 FU r100645: don't pass unused param 2011-10-24 22:19:02 +00:00
WikiCategoryPage.php * restored category page (some references to Title object were missing) 2011-10-15 18:14:25 +00:00
WikiError.php
WikiFilePage.php Add, update, tweak documentation 2011-10-26 03:45:13 +00:00
WikiMap.php Add, update, tweak documentation 2011-10-26 03:45:13 +00:00
WikiPage.php Add, update, tweak documentation 2011-10-26 03:45:13 +00:00
Xml.php Type hinting 2011-10-17 15:56:25 +00:00
XmlTypeCheck.php More wikia upstreaming 2011-08-17 22:42:49 +00:00
ZhClient.php Add, update, tweak documentation 2011-10-26 03:45:13 +00:00
ZhConversion.php Revert unihan.zip's version to 5.2.0. 2011-10-19 14:13:41 +00:00
ZipDirectoryReader.php Add, update, tweak documentation 2011-10-26 03:45:13 +00:00