wiki.techinc.nl/includes
Tim Starling 4c63ef444a Some HipHop fixes:
* Scan the C++ for volatile classes and show a warning with a list of them
* Fixed volatile classes Revision, CoreLinkFunctions and FileRepoStatus, made them non-volatile by patching the referring code
* Added some configuration for the build process to DefaultSettings.php. 
* Split a few functions off MakeHipHop::execute()
* Only include UtfNormalDefines.php in interpreted mode, since in compiled mode, the constants exist from startup
* Apparently HipHop does not support set_exception_handler(). Added a try/catch block around the main part of index.php instead.
* Fixed ini_get() dependencies in Special:Upload. Upload now works, if you disable ZipDirectoryReader.
2011-05-27 06:25:21 +00:00
..
actions Rewrote the article counting code and related: 2011-05-14 17:11:32 +00:00
api Fixed api=compare example to use existing parameters 2011-05-24 16:16:00 +00:00
cache Param documentation updates/added 2011-05-26 19:21:50 +00:00
conf db -> dbw 2011-05-17 00:18:00 +00:00
db Param documentation updates/added 2011-05-26 19:21:50 +00:00
diff Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely. 2011-05-17 22:03:20 +00:00
extauth More documentation tweaks/additions 2011-05-26 20:26:51 +00:00
filerepo Some HipHop fixes: 2011-05-27 06:25:21 +00:00
installer More documentation tweaks/additions 2011-05-26 20:26:51 +00:00
interwiki Allow rows missing iw_trans or iw_local to be considered valid. 2011-04-23 03:10:57 +00:00
job Merge r86398 into the old wfWaitForSlaves. Update core calls. 2011-04-20 00:12:06 +00:00
json Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely. 2011-05-17 22:03:20 +00:00
libs * (bug 25262) Fix for minification of hardcoded data: URIs in CSS 2011-05-10 20:14:30 +00:00
media More documentation tweaks/additions 2011-05-26 20:26:51 +00:00
normal Followup r87468: remove refs to CleanUpTest from Makefile 2011-05-25 15:59:30 +00:00
objectcache Fix function level comments that start with /* not /** 2011-05-21 19:35:16 +00:00
parser Some HipHop fixes: 2011-05-27 06:25:21 +00:00
profiler unbreak ProfilerSimpleTrace, some Profile refactoring made it not worky :( Also, add it to AutoLoader 2011-05-16 12:50:02 +00:00
resourceloader (bug 28840) URLs with dots break because of IE6 security check 2011-05-26 09:49:45 +00:00
revisiondelete Remove unused variables/globals 2011-05-26 19:20:35 +00:00
search Moved MediaWiki::articleFromTitle() to Article::newFromTitle(), this has nothing to do in the MediaWiki class 2011-05-22 18:38:04 +00:00
specials Some HipHop fixes: 2011-05-27 06:25:21 +00:00
templates (bug 13015, bug 18347, bug 18996, bug 20473, bug 23669, bug 28244) separate the password-reset request dialogue from SpecialUserlogin. 2011-04-20 15:27:09 +00:00
upload Some HipHop fixes: 2011-05-27 06:25:21 +00:00
zhtable
.htaccess
Action.php Revert r86872: Breaks LiquidThreads page moves with the below failure. Threads are lost and nowhere to be found any more. 2011-04-25 18:20:53 +00:00
AjaxDispatcher.php
AjaxFunctions.php (bug 10154) Don't allow user to specify days beyond $wgRCMaxAge 2011-05-13 16:21:39 +00:00
AjaxResponse.php
Article.php Remove unused variables/globals 2011-05-26 19:20:35 +00:00
AuthPlugin.php Add/remove/tweak method documentation 2011-05-19 00:03:31 +00:00
AutoLoader.php * (bug 29144) Move action=dublincore and action=creativecommons to extensions 2011-05-26 00:08:16 +00:00
Autopromote.php
BacklinkCache.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
Block.php * (bug 29116) Fix regression breaking CheckUser extension 2011-05-24 21:04:50 +00:00
Category.php More documentation and class definitions 2011-03-08 20:17:48 +00:00
Categoryfinder.php Add/remove/tweak method documentation 2011-05-19 00:03:31 +00:00
CategoryPage.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
Cdb.php More parameter and return type hints 2011-04-25 22:41:54 +00:00
Cdb_PHP.php
ChangesFeed.php Fix function level comments that start with /* not /** 2011-05-21 19:35:16 +00:00
ChangesList.php Misc EOL w/s and spaces-instead-of-tabs fixes. One day I'll get around to nagging people for this stuff, but for now, I'll JFDI myself. 2011-05-25 15:39:47 +00:00
ChangeTags.php Remove sneaky space in class-> method() call 2011-03-22 22:26:58 +00:00
Collation.php Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all 2011-04-21 00:07:09 +00:00
ConfEditor.php Fix function level comments that start with /* not /** 2011-05-21 19:35:16 +00:00
Cookie.php coding style tweaks, doc updates, marked some public functions as such 2011-03-22 20:23:52 +00:00
DefaultSettings.php Some HipHop fixes: 2011-05-27 06:25:21 +00:00
Defines.php Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHop support. 2011-05-15 13:21:16 +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 More documentation tweaks/additions 2011-05-26 20:26:51 +00:00
Exception.php $wgArticle is deprecated! Possible removal in 1.20 or 1.21! 2011-05-22 17:59:47 +00:00
Export.php Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHop support. 2011-05-15 13:21:16 +00:00
ExternalEdit.php Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globals 2011-05-06 22:09:47 +00:00
ExternalStore.php The beginnings of HipHop compiled mode support. It works now for parser cache hits. 2011-04-04 12:59:55 +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 * (bug 28511) Use [] syntax instead of {} for string offset access 2011-04-17 07:59:58 +00:00
Feed.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
FeedUtils.php
FileDeleteForm.php Tidy up some unused variables and such 2011-04-23 21:40:52 +00:00
FileRevertForm.php
ForkController.php Follow up r83140. Add a clear() method to ObjectCache so that it can be used by ForkController. 2011-03-06 23:07:36 +00:00
FormOptions.php FormOptions: adds doc & tests 2011-02-28 20:58:34 +00:00
GenderCache.php More documentation tweaks/additions 2011-05-26 20:26:51 +00:00
GlobalFunctions.php * (bug 29140) FirePHP debugging assist extension 2011-05-25 22:01:08 +00:00
HistoryBlob.php
HistoryPage.php Merge r81448 from REL1_17: reverting RevisionMove feature back out until somebody has the time to work on it again. Reverts r67094 and its followups in trunk: r67099, r67111, r67112, r67115, r67398, r81425, r81427 2011-04-15 23:28:13 +00:00
Hooks.php use string as callback when possible (since PHP 5.2.3) 2011-05-18 20:33:47 +00:00
Html.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
HTMLForm.php Misc EOL w/s and spaces-instead-of-tabs fixes. One day I'll get around to nagging people for this stuff, but for now, I'll JFDI myself. 2011-05-25 15:39:47 +00:00
HttpFunctions.old.php
HttpFunctions.php Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHop support. 2011-05-15 13:21:16 +00:00
ImageFunctions.php
ImageGallery.php some coding style tweaks 2011-05-16 13:04:57 +00:00
ImagePage.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
ImageQueryPage.php Param documentation updates/added 2011-05-26 19:21:50 +00:00
Import.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
Init.php Some HipHop fixes: 2011-05-27 06:25:21 +00:00
IP.php Move Block::normaliseRange() to IP.php, then reduce it to 4 lines by using the existing functionality in that class. 2011-03-18 23:28:23 +00:00
Licenses.php
Linker.php Misc EOL w/s and spaces-instead-of-tabs fixes. One day I'll get around to nagging people for this stuff, but for now, I'll JFDI myself. 2011-05-25 15:39:47 +00:00
LinkFilter.php Remove some stuff marked as deprecated <= 1.16 unused 2011-05-06 20:59:58 +00:00
LinksUpdate.php Revert r85799 2011-04-11 18:37:29 +00:00
LocalisationCache.php clean up eol w/s 2011-04-25 02:20:04 +00:00
LogEventsList.php Use WebRequest::getQueryValues() to get all query strings parameters instead of $_GET 2011-05-26 16:18:35 +00:00
LogPage.php Param documentation updates/added 2011-05-26 19:21:50 +00:00
MacBinary.php More documentation tweaks and updates 2011-05-21 19:54:24 +00:00
MagicWord.php More documentation tweaks/additions 2011-05-26 19:52:56 +00:00
Message.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
MessageBlobStore.php
Metadata.php Remove unused variables/globals 2011-05-26 19:20:35 +00:00
mime.info (bug 18803) JPEG2000 images can no longer be uploaded as JPEG image. Done by adding the relevant mime info to mime.types and mime.info 2011-05-14 14:41:31 +00:00
mime.types (bug 18803) JPEG2000 images can no longer be uploaded as JPEG image. Done by adding the relevant mime info to mime.types and mime.info 2011-05-14 14:41:31 +00:00
MimeMagic.php Fix function level comments that start with /* not /** 2011-05-21 19:35:16 +00:00
MWFunction.php coding style tweaks, doc updates, marked some public functions as such 2011-03-22 20:23:52 +00:00
Namespace.php More adding, updating and tweaking of documentation 2011-05-21 19:07:24 +00:00
OutputHandler.php More adding, updating and tweaking of documentation 2011-05-21 19:07:24 +00:00
OutputPage.php Removed comment about the usage $wgTitle which is no longer true 2011-05-26 16:11:47 +00:00
PageQueryPage.php
Pager.php Use WebRequest::getQueryValues() to get all query strings parameters instead of $_GET 2011-05-26 16:18:35 +00:00
PatrolLog.php (bug 28992) Revision numbers in the patrol log are transformed in the user language. 2011-05-16 23:36:39 +00:00
PoolCounter.php * ammend class comment 2011-05-12 20:06:00 +00:00
Preferences.php Follow-up r88190: coding style 2011-05-16 09:59:23 +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 More documentation updates and additions 2011-05-21 20:06:57 +00:00
ProxyTools.php Removed more functions marked for removal in 1.19: wfParseCIDR(), wfRFC822Phrase() and userMailer(). 2011-05-06 18:22:37 +00:00
QueryPage.php Call $wgRequest->getLimitOffset() directly instead of wfCheckLimits() 2011-04-23 15:51:21 +00:00
RawPage.php More documentation tweaks and updates 2011-05-21 19:54:24 +00:00
RecentChange.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
RequestContext.php added since tag for people that care about compat 2011-04-29 21:29:20 +00:00
Revision.php Misc EOL w/s and spaces-instead-of-tabs fixes. One day I'll get around to nagging people for this stuff, but for now, I'll JFDI myself. 2011-05-25 15:39:47 +00:00
Sanitizer.php More documentation updates and additions 2011-05-21 20:06:57 +00:00
SeleniumWebSettings.php
Setup.php Some HipHop fixes: 2011-05-27 06:25:21 +00:00
SiteConfiguration.php More documentation updates and additions 2011-05-21 20:06:57 +00:00
SiteStats.php We check self::$pageCount, then assign it to another array, and return it from that array 2011-05-25 20:57:15 +00:00
Skin.php * Simplify message existence checks by using wfMessage() instead of wfMsg() with wfEmptyMsg() 2011-05-23 16:32:52 +00:00
SkinLegacy.php Fix fixme: r87340: Remove slashes from double quote escape in single quote string. 2011-05-09 17:51:17 +00:00
SkinTemplate.php More documentation tweaks/additions 2011-05-26 19:52:56 +00:00
SpecialPage.php Misc EOL w/s and spaces-instead-of-tabs fixes. One day I'll get around to nagging people for this stuff, but for now, I'll JFDI myself. 2011-05-25 15:39:47 +00:00
SpecialPageFactory.php Use WebRequest::getQueryValues() to get all query strings parameters instead of $_GET 2011-05-26 16:18:35 +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 More documentation updates and additions 2011-05-21 20:06:57 +00:00
StringUtils.php More documentation tweaks and updates 2011-05-21 19:54:24 +00:00
StubObject.php Follow-up r86775: restub $wgLang. Not because it's a good idea, but because I can't see how to avoid the circular dependencies on it *without* stubbing it. Probably easier to just continue the drive to deprecate the global variable altogether. 2011-04-24 10:50:51 +00:00
tidy.conf
Title.php Revert r87964: destroyed standard segregation of non-view action links outside of $wgArticlePath, which would have created huge extra search spider traffic to sites and put more bogus URLs into indexes. 2011-05-23 19:03:17 +00:00
TitleArray.php Type hinting 2011-04-25 21:25:45 +00:00
User.php Simplify message existence checks by using wfMessage() instead of wfEmptyMsg() 2011-05-24 17:28:21 +00:00
UserArray.php More comment updates, addition of some braces also 2011-05-21 19:36:03 +00:00
UserMailer.php More comment updates, addition of some braces also 2011-05-21 19:36:03 +00:00
UserRightsProxy.php
ViewCountUpdate.php
WatchedItem.php
WebRequest.php (bug 28840) URLs with dots break because of IE6 security check 2011-05-26 09:49:45 +00:00
WebResponse.php Drop 5.1 compatibility calls to session_set_cookie_params() and setcookie() since we require 5.2.3+ now 2011-04-01 09:50:09 +00:00
WebStart.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
Wiki.php Fix for r88898: fix variable name 2011-05-26 19:56:42 +00:00
WikiError.php Kill some more long deprecated unused functions 2011-05-06 21:09:34 +00:00
WikiMap.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
Xml.php More documentation 2011-05-21 19:22:01 +00:00
XmlTypeCheck.php More comment updates, addition of some braces also 2011-05-21 19:36:03 +00:00
ZhClient.php coding style tweaks, doc updates, marked some public functions as such 2011-03-22 20:23:52 +00:00
ZhConversion.php
ZipDirectoryReader.php Fix unused variables 2011-05-13 16:16:44 +00:00