Deprecated
Table of Contents
adsense.php
| Line | Element | Reason |
|---|---|---|
| 294 | EasyBlogAdsense::stripAdsenseCode() |
comment.php
| Line | Element | Reason |
|---|---|---|
| 606 | EasyBlogComment::getCommentHTML() |
easyblog.php
| Line | Element | Reason |
|---|---|---|
| 309 | EB::minifyCSS() | |
| 368 | EB::isBloggerMode() | |
| 378 | EB::getLanguageTag() | |
| 388 | EB::getJoomlaLanguages() | |
| 398 | EB::getLanguages() | |
| 438 | EB::isMultiLingual() | |
| 1143 | EB::getConfig() | |
| 1164 | EB::showSiteName() | |
| 1174 | EB::isFromAdmin() | |
| 1184 | EB::isSiteAdmin() | |
| 1255 | EB::removeGallery() | |
| 1285 | EB::formatMicroblog() | |
| 1404 | EB::isFeatured() | |
| 1619 | EB::loadModuleCss() | |
| 1895 | EB::getLikesAuthors() | |
| 2499 | EB::getJoomlaVersion() | |
| 2509 | EB::isJoomla31() | |
| 2519 | EB::isJoomla4() | |
| 2530 | EB::isJoomla40() | |
| 2699 | EB::getBloggerTheme() | |
| 3156 | EB::isRegistrationEnabled() | |
| 3364 | EB::getTwoFactorMethods() | |
| 3434 | EB::getTemplate() | |
| 3479 | EB::checkToken() | |
| 3919 | EB::normalize() | |
| 3971 | EB::isSiteMultilingualEnabled() | |
| 4081 | EB::hasTwoFactor() |
base_facebook.php
| Line | Element | Reason |
|---|---|---|
| 254 | EasyBlogBaseFacebook::setApiSecret() | |
| 276 | EasyBlogBaseFacebook::getApiSecret() |
post.php
| Line | Element | Reason |
|---|---|---|
| 534 | EasyBlogPost::getIcon() | |
| 5130 | EasyBlogPost::displayCommentCount() |
readability.php
| Line | Element | Reason |
|---|---|---|
| 384 | Readability::dump_dbg() | since Monolog gather log, we don't need it |
Aws.php
| Line | Element | Reason |
|---|---|---|
| 100 | Aws::enableFacades() | "Facades" are being removed in version 3.0 of the SDK. |
AbstractClient.php
| Line | Element | Reason |
|---|---|---|
| 112 | AbstractClient::getEndpoint() | This function will no longer be updated to work with new regions. |
ClientOptions.php
| Line | Element | Reason |
|---|---|---|
| 31 | ClientOptions::KEY | Use "credentials" instead. |
| 38 | ClientOptions::SECRET | Use "credentials" instead. |
| 45 | ClientOptions::TOKEN | Use "credentials" instead. |
| 101 | ClientOptions::BASE_URL | Use the "endpoint" option instead. |
Facade.php
| Line | Element | Reason |
|---|---|---|
| 26 | Facade | "Facades" are being removed in version 3.0 of the SDK. |
FacadeInterface.php
| Line | Element | Reason |
|---|---|---|
| 26 | FacadeInterface | "Facades" are being removed in version 3.0 of the SDK. |
S3SignatureInterface.php
| Line | Element | Reason |
|---|---|---|
| 24 | S3SignatureInterface |
Collection.php
| Line | Element | Reason |
|---|---|---|
| 399 | Collection::inject() |
Client.php
| Line | Element | Reason |
|---|---|---|
| 460 | Client::getDefaultHeaders() | |
| 469 | Client::setDefaultHeaders() | |
| 486 | Client::preparePharCacert() | |
| 27 | Client::REQUEST_PARAMS | Use [request.options][params] |
EntityBody.php
| Line | Element | Reason |
|---|---|---|
| 147 | EntityBody::calculateMd5() | This will be deprecated soon |
AbstractMessage.php
| Line | Element | Reason |
|---|---|---|
| 134 | AbstractMessage::getTokenizedHeader() | Use $message->getHeader()->parseParams() |
| 156 | AbstractMessage::setTokenizedHeader() | |
| 166 | AbstractMessage::getCacheControlDirective() | |
| 180 | AbstractMessage::hasCacheControlDirective() | |
| 194 | AbstractMessage::addCacheControlDirective() | |
| 211 | AbstractMessage::removeCacheControlDirective() |
Header.php
| Line | Element | Reason |
|---|---|---|
| 155 | Header::hasExactHeader() | |
| 165 | Header::raw() |
PostFile.php
| Line | Element | Reason |
|---|---|---|
| 111 | PostFile::getCurlString() |
Request.php
| Line | Element | Reason |
|---|---|---|
| 465 | Request::isResponseBodyRepeatable() | Use getResponseBody()->isSeekable() |
| 607 | Request::canCache() | Use Guzzle\Plugin\Cache\DefaultCanCacheStrategy |
| 622 | Request::setIsRedirect() | Use the history plugin (not emitting a warning as this is built-into the RedirectPlugin for now) |
Response.php
| Line | Element | Reason |
|---|---|---|
| 966 | Response::getPreviousResponse() | |
| 976 | Response::setRequest() | |
| 986 | Response::getRequest() |
MonologLogAdapter.php
| Line | Element | Reason |
|---|---|---|
| 11 | MonologLogAdapter |
Zf1LogAdapter.php
| Line | Element | Reason |
|---|---|---|
| 12 | Zf1LogAdapter |
UrlParser.php
| Line | Element | Reason |
|---|---|---|
| 12 | UrlParser | Just use parse_url. UTF-8 characters should be percent encoded anyways. |
CurlAuthPlugin.php
| Line | Element | Reason |
|---|---|---|
| 13 | CurlAuthPlugin | Use $client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'Basic|Digest'); |
Client.php
| Line | Element | Reason |
|---|---|---|
| 293 | Client::enableMagicMethods() |
ResourceIteratorApplyBatched.php
| Line | Element | Reason |
|---|---|---|
| 16 | ResourceIteratorApplyBatched | Will be removed in a future version and is no longer maintained. Use the Batch\ abstractions instead. |
Event.php
| Line | Element | Reason |
|---|---|---|
| 76 | Event::setDispatcher() | since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call. |
| 88 | Event::getDispatcher() | since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call. |
| 102 | Event::getName() | since version 2.4, to be removed in 3.0. The event name is passed to the listener call. |
| 116 | Event::setName() | since version 2.4, to be removed in 3.0. The event name is passed to the listener call. |
composer.php
| Line | Element | Reason |
|---|---|---|
| 21 | EasyBlogThemesHelperComposer::field() |
dashboard.php
| Line | Element | Reason |
|---|---|---|
| 40 | EasyBlogThemesHelperDashboard::heading() |
themes.php
| Line | Element | Reason |
|---|---|---|
| 339 | EasyBlogThemes::getNouns() |
InstalledVersions.php
| Line | Element | Reason |
|---|---|---|
| 247 | InstalledVersions::getRawData() | Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. |
Client.php
| Line | Element | Reason |
|---|---|---|
| 224 | Client::authenticate() | |
| 263 | Client::refreshTokenWithAssertion() | |
| 560 | Client::getAuth() | See UPGRADING.md for more information |
| 570 | Client::setAuth() | See UPGRADING.md for more information |
| 943 | Client::setAuthConfigFile() |
CredentialsLoader.php
| Line | Element | Reason |
|---|---|---|
| 219 | CredentialsLoader::getUpdateMetadataFunc() |
ClientInterface.php
| Line | Element | Reason |
|---|---|---|
| 31 | ClientInterface::VERSION | Will be removed in Guzzle 7.0.0 |
CookieJar.php
| Line | Element | Reason |
|---|---|---|
| 76 | CookieJar::getCookieValue() |
functions.php
| Line | Element | Reason |
|---|---|---|
| 34 | queue() | queue will be removed in guzzlehttp/promises:2.0. Use Utils::queue instead. |
| 49 | task() | task will be removed in guzzlehttp/promises:2.0. Use Utils::task instead. |
| 63 | promise_for() | promise_for will be removed in guzzlehttp/promises:2.0. Use Create::promiseFor instead. |
| 78 | rejection_for() | rejection_for will be removed in guzzlehttp/promises:2.0. Use Create::rejectionFor instead. |
| 92 | exception_for() | exception_for will be removed in guzzlehttp/promises:2.0. Use Create::exceptionFor instead. |
| 106 | iter_for() | iter_for will be removed in guzzlehttp/promises:2.0. Use Create::iterFor instead. |
| 127 | inspect() | inspect will be removed in guzzlehttp/promises:2.0. Use Utils::inspect instead. |
| 146 | inspect_all() | inspect will be removed in guzzlehttp/promises:2.0. Use Utils::inspectAll instead. |
| 167 | unwrap() | unwrap will be removed in guzzlehttp/promises:2.0. Use Utils::unwrap instead. |
| 187 | all() | all will be removed in guzzlehttp/promises:2.0. Use Utils::all instead. |
| 210 | some() | some will be removed in guzzlehttp/promises:2.0. Use Utils::some instead. |
| 225 | any() | any will be removed in guzzlehttp/promises:2.0. Use Utils::any instead. |
| 244 | settle() | settle will be removed in guzzlehttp/promises:2.0. Use Utils::settle instead. |
| 270 | each() | each will be removed in guzzlehttp/promises:2.0. Use Each::of instead. |
| 295 | each_limit() | each_limit will be removed in guzzlehttp/promises:2.0. Use Each::ofLimit instead. |
| 317 | each_limit_all() | each_limit_all will be removed in guzzlehttp/promises:2.0. Use Each::ofLimitAll instead. |
| 332 | is_fulfilled() | is_fulfilled will be removed in guzzlehttp/promises:2.0. Use Is::fulfilled instead. |
| 344 | is_rejected() | is_rejected will be removed in guzzlehttp/promises:2.0. Use Is::rejected instead. |
| 356 | is_settled() | is_settled will be removed in guzzlehttp/promises:2.0. Use Is::settled instead. |
| 370 | coroutine() | coroutine will be removed in guzzlehttp/promises:2.0. Use Coroutine::of instead. |
functions.php
| Line | Element | Reason |
|---|---|---|
| 31 | str() | str will be removed in guzzlehttp/psr7:2.0. Use Message::toString instead. |
| 51 | uri_for() | uri_for will be removed in guzzlehttp/psr7:2.0. Use Utils::uriFor instead. |
| 94 | stream_for() | stream_for will be removed in guzzlehttp/psr7:2.0. Use Utils::streamFor instead. |
| 111 | parse_header() | parse_header will be removed in guzzlehttp/psr7:2.0. Use Header::parse instead. |
| 126 | normalize_header() | normalize_header will be removed in guzzlehttp/psr7:2.0. Use Header::normalize instead. |
| 153 | modify_request() | modify_request will be removed in guzzlehttp/psr7:2.0. Use Utils::modifyRequest instead. |
| 170 | rewind_body() | rewind_body will be removed in guzzlehttp/psr7:2.0. Use Message::rewindBody instead. |
| 190 | try_fopen() | try_fopen will be removed in guzzlehttp/psr7:2.0. Use Utils::tryFopen instead. |
| 209 | copy_to_string() | copy_to_string will be removed in guzzlehttp/psr7:2.0. Use Utils::copyToString instead. |
| 227 | copy_to_stream() | copy_to_stream will be removed in guzzlehttp/psr7:2.0. Use Utils::copyToStream instead. |
| 248 | hash() | hash will be removed in guzzlehttp/psr7:2.0. Use Utils::hash instead. |
| 263 | readline() | readline will be removed in guzzlehttp/psr7:2.0. Use Utils::readLine instead. |
| 277 | parse_request() | parse_request will be removed in guzzlehttp/psr7:2.0. Use Message::parseRequest instead. |
| 291 | parse_response() | parse_response will be removed in guzzlehttp/psr7:2.0. Use Message::parseResponse instead. |
| 311 | parse_query() | parse_query will be removed in guzzlehttp/psr7:2.0. Use Query::parse instead. |
| 332 | build_query() | build_query will be removed in guzzlehttp/psr7:2.0. Use Query::build instead. |
| 346 | mimetype_from_filename() | mimetype_from_filename will be removed in guzzlehttp/psr7:2.0. Use MimeType::fromFilename instead. |
| 361 | mimetype_from_extension() | mimetype_from_extension will be removed in guzzlehttp/psr7:2.0. Use MimeType::fromExtension instead. |
| 415 | get_message_body_summary() | get_message_body_summary will be removed in guzzlehttp/psr7:2.0. Use Message::bodySummary instead. |
Header.php
| Line | Element | Reason |
|---|---|---|
| 52 | Header::normalize() | Use self::splitList() instead. |
SlackbotHandler.php
| Line | Element | Reason |
|---|---|---|
| 25 | SlackbotHandler | According to Slack the API used on this handler it is deprecated. Therefore this handler will be removed on 2.x Slack suggests to use webhooks instead. Please contact slack for more information. |
SlackHandler.php
| Line | Element | Reason |
|---|---|---|
| 179 | SlackHandler::getAttachmentColor() | Use underlying SlackRecord instead |
| 196 | SlackHandler::stringify() | Use underlying SlackRecord instead |
Normalizer.php
| Line | Element | Reason |
|---|---|---|
| 19 | Normalizer::NONE | since ICU 56 and removed in PHP 8 |
blog.php
| Line | Element | Reason |
|---|---|---|
| 2387 | EasyBlogModelBlog::approveBlog() |
category.php
| Line | Element | Reason |
|---|---|---|
| 387 | EasyBlogTableCategory::getRSS() | |
| 468 | EasyBlogTableCategory::getPostCount() | |
| 585 | EasyBlogTableCategory::getActiveBloggers() |
oauth.php
| Line | Element | Reason |
|---|---|---|
| 42 | EasyBlogTableOauth::loadSystemByType() |
profile.php
| Line | Element | Reason |
|---|---|---|
| 612 | EasyBlogTableProfile::getParam() | |
| 668 | EasyBlogTableProfile::getRSS() |
teamblog.php
| Line | Element | Reason |
|---|---|---|
| 300 | EasyBlogTableTeamBlog::getMemberCount() |
teamblogusers.php
| Line | Element | Reason |
|---|---|---|
| 34 | EasyBlogTableTeamBlogUsers::exists() |
scripts.php
| Line | Element | Reason |
|---|---|---|
| 311 | Scripts::load() | since 1.1.3. Please use FD.require().script() instead in order to load the script. |
view.html.php
| Line | Element | Reason |
|---|---|---|
| 1031 | EasyBlogViewDashboard::revisions() | |
| 1042 | EasyBlogViewDashboard::pending() |