wiki.techinc.nl/includes
Sam Reed 39ece40f46 Followup r101449, just changing forceRecache isn't actually enough
Add a method to set force to true on the options array to RebuildLocalisationCache
2011-11-01 07:34:56 +00:00
..
actions Per Nikerabbit's comment on r100621: 2011-10-27 20:23:16 +00:00
api (bug 32051) Fix description for wlprop=sizes 2011-10-30 21:02:11 +00:00
cache More documentation 2011-10-29 01:53:28 +00:00
conf Deleted incorrect svn:executable properties 2011-09-05 21:01:39 +00:00
context More documentation updates 2011-10-28 18:11:47 +00:00
db Bug 30120 - Interwiki links error after upgrade 2011-11-01 06:17:40 +00:00
diff Remove more assignments in conditionals (while each to foreach) 2011-10-29 02:04:27 +00:00
extauth Update some deprecated code 2011-10-14 21:18:38 +00:00
filerepo Kill various unused variables 2011-10-29 01:17:26 +00:00
installer Followup r101449, just changing forceRecache isn't actually enough 2011-11-01 07:34:56 +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 Kill various unused variables 2011-10-29 01:17:26 +00:00
libs More documentation! 2011-10-26 04:15:09 +00:00
logging Kill various unused variables 2011-10-29 01:17:26 +00:00
media Kill various unused variables 2011-10-29 01:17:26 +00:00
normal Followup r93921: missed something from testing 2011-08-04 22:06:05 +00:00
objectcache Parse error (missing ';') in r99938. 2011-10-16 19:53:30 +00:00
parser Bug 31098: Template loop through MediaWiki: messages (int: function) not being detected. 2011-10-29 22:22:51 +00:00
profiler Rm unused parameter 2011-10-28 03:01:57 +00:00
resourceloader Follow-up r96261: remove the !important again, and then do the script defaults differently (so that those css rules are only for the default and don't affect when the user selected "never" or "always" underline) 2011-11-01 00:17:37 +00:00
revisiondelete Kill various unused variables 2011-10-29 01:17:26 +00:00
search Fixup some assignments in conditionals 2011-10-16 03:27:12 +00:00
specials Made some callers of getBlocker()->getName() just use getByName() 2011-10-31 23:37:14 +00:00
templates adding note to code snippet 2011-10-17 09:46:05 +00:00
upload Kill various unused variables 2011-10-29 01:17:26 +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 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 Add, update, tweak documentation 2011-10-26 03:44:47 +00:00
Article.php Followup r100995, missed the darn @private tag 2011-10-29 02:01:07 +00:00
AuthPlugin.php Adding support for domains in SpecialPasswordReset.php. 2011-09-08 19:54:32 +00:00
AutoLoader.php Reinstated r94289 et all - rev_sha1/ar_sha1 field for bug 21860 2011-10-27 18:44:10 +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 (bug 31739) Made Block code support ipb_by = 0 convention with for foreign users again, as it did pre 1.18. The byText param has been restored in the Block() constructor as CentralAuth still uses it. Some callers have been updated to reflect the fact that getBlocker() may be a local User or a string username. 2011-11-01 00:11:53 +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 More documentation 2011-10-29 01:53:28 +00:00
Cdb.php Kill weird leading semi colon from jquery.form.js 2011-10-06 14:26:35 +00:00
Cdb_PHP.php More documentation 2011-10-29 01:53:28 +00:00
ChangesFeed.php Couple more pieces of wikia upstreaming 2011-08-19 23:30:12 +00:00
ChangesList.php Followup to r101120, replaced hardcoded parentheses with the 'parentheses' message. 2011-10-28 08:04:58 +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 Reverted r84395,r98710: thumbnails must be purged on file deletion 2011-10-27 23:34:54 +00:00
DeferredUpdates.php More documentation updates 2011-10-28 18:11:47 +00:00
Defines.php Updated rc_type documentation 2011-10-29 09:53:55 +00:00
EditPage.php Per Nikerabbit's comment on r100621: 2011-10-27 20:23:16 +00:00
Exception.php FR r101442: forgot to replace another getBlocker()->getName() with getByName() 2011-11-01 00:16:35 +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 More documentation 2011-10-29 01:53:28 +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 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
Hooks.php Swap else if for elseif 2011-06-17 16:03:52 +00:00
Html.php makes HTML5 five only attributes a global property 2011-10-24 13:58:03 +00:00
HTMLForm.php On the preferences form, make preferences and other items at the top level of a section (e.g. with 'section' => 'foo') appear above rather than below subsections (e.g. stuff with 'section' => 'foo/bar'). This seems like natural behavior to me, but for some reason HTMLForm had it the other way around. I left the default behavior unchanged in HTMLForm and changed it only in PreferencesForm. 2011-10-31 14:41:02 +00:00
HttpFunctions.old.php Kill various unused variables 2011-10-29 01:17:26 +00:00
HttpFunctions.php More documentation 2011-10-29 01:53:28 +00:00
ImageFunctions.php * Allow passing in a blacklist into wfIsBadImage() 2011-10-27 00:23:23 +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 More documentation 2011-10-29 01:53:28 +00:00
ImageQueryPage.php Param documentation updates/added 2011-05-26 19:21:50 +00:00
Import.php More documentation 2011-10-29 01:53:28 +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 More documentation 2011-10-29 01:53:28 +00:00
LocalisationCache.php Followup r101161 having array() doesn't work so well with isset, changing to null 2011-10-28 19:17:44 +00:00
LogEventsList.php More documentation updates 2011-10-28 18:11:47 +00:00
LogPage.php Converted patrol log to the new system 2011-09-19 14:21:05 +00:00
MagicWord.php Remove more assignments in conditionals (while each to foreach) 2011-10-29 02:04:27 +00:00
Message.php Per Nikerabbit's comment on r100621: 2011-10-27 20:23:16 +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 Prevent notice in OutputPage by casting to an array. This already exists on the WMF cluster as a live hack 2011-10-31 18:27:35 +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 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 On the preferences form, make preferences and other items at the top level of a section (e.g. with 'section' => 'foo') appear above rather than below subsections (e.g. stuff with 'section' => 'foo/bar'). This seems like natural behavior to me, but for some reason HTMLForm had it the other way around. I left the default behavior unchanged in HTMLForm and changed it only in PreferencesForm. 2011-10-31 14:41:02 +00:00
PrefixSearch.php
ProtectionForm.php Per Nikerabbit's comment on r100621: 2011-10-27 20:23:16 +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 Kill various unused variables 2011-10-29 01:17:26 +00:00
Revision.php Fix r101294: newNullRevision isn't using selectField() or the like...it needs to specify sha1 2011-10-30 20:32:11 +00:00
RevisionList.php * Added pageJoinCond() and userJoinCond() to Revision and exposed them publicly 2011-10-27 19:55:00 +00:00
Sanitizer.php Add, update, tweak documentation 2011-10-26 03:44:47 +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 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 * Use local context to get messages 2011-10-28 12:39:20 +00:00
SpecialPage.php Followup to r86053 - fix special page cases 2011-10-27 05:57:14 +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 Removal of unused globals 2011-10-27 20:48:09 +00:00
TitleArray.php More parameter documentation!! 2011-05-28 15:59:57 +00:00
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 And even more documentation, the last of this batch 2011-05-28 19:00:01 +00:00
WebRequest.php More documentation updates 2011-10-28 18:11:47 +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 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 * Made mRedirectTarget, mLastRevision, mTimestamp, mTouched of WikiPage protected; no outside users. 2011-10-31 19:50:51 +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