XenForo 2.0.12 Nulled By XenForo.Info

XenForo 2.0.12 Nulled By XenForo.Info 2.0.12

Нет прав для скачивания
XenForo 2.0.12 теперь доступен для скачивания. Мы рекомендуем, всем пользователям, работающие с предыдущими версиями XenForo 2.0, обновиться до данной версии, чтобы повысить стабильность.

Эта версия вносит ряд изменений для улучшения совместимости с PHP 7.3.0. Однако в настоящее время мы не рекомендуем использовать PHP 7.3.0 в работе , что может привести к потере данных. Мы верим и надеемся, что эта ошибка будет исправлена в PHP 7.3.1.

  • Improve PHP 7.3 compatibility.
  • If available and different from the server version, grab a more detailed version for the Server environment report.
  • If the $_SERVER['SERVER_SOFTWARE'] value isn't available or valid then just don't display that entry in the report, because it's mostly not essential.
  • Adds some additional phrases for the "Server environment report"
  • Fix an issue which affects building add-on releases on Windows where local paths included a leading slash.
  • Incrementally update the job state of the Sitemap job so that a fatal error shouldn't disrupt the process and introduce corrupted/duplicate items.
  • Adjust error message given when attempting to edit a user's permissions for a content type without a valid user_id.
  • Standardize the locale information used by PHP.
  • Use a different approach to loading icons on the add-ons list in the Admin CP. To avoid issues with multiple database connections, the icon image data is instead converted to a data URI.
  • User upgrades should not check canPurchase() before processing a payment that has been received, as this method is really only for limiting the UI/purchase setup.
  • Add some additional trusted IP ranges for Google.
  • Ensure 'nullable' entity property is reflected in generated code
  • Ensure node navigation entries use their assigned title
  • Ignore custom field errors during admin edit and include custom field title with errors
  • Convert warning notes field to structured text
  • Correctly apply admin user message leave options
  • Prevent new messages being duplicated in Firefox
  • Ensure multi quote quotes are inserted into the correct editor
  • Hide 'Start a new conversation' link if visitor doesn't have permission to start conversations.
  • Allow permanent redirects to be stickied and unstickied.
  • Ensure xf:pagenav tags use correct router.
  • Remove extra save call when ignoring member
  • Remove UTC check from server environment report and link PHP version to phpinfo page
  • Prevent loading of Setup.php if addon.json requirements aren't met
  • Make xf-dev:entity-class-properties CLI command correctly handle subdirectories
  • Return 'complete' response from UserGroupPromotion job if no active promotions are found.
  • Ensure 'From name' and 'From email' fields are applied when batch emailing users
  • Hide editor draft menu from guests
  • Ensure cron entries run at zero valued time units if multiple time values are selected.
  • Check for missing hash in IPSForums3x authentication handler.
  • Add missing hint parameter to discouraged checkbox on user edit page
  • Remove invalid relation from SpamTriggerLog entity
  • Use content type phrase when rebuilding the search index
  • Fix incorrect URL on conversation message likes list
  • Fix broken 'Delay duration' option for floating notices
  • Allow invalid users to be unfollowed
  • Re-add explain text in the user_edit form to clarify non-valid user states behaviour.
  • Include table name in message for any exception occurring in SchemaManager methods.
  • Implement custom stack trace builder to mask passwords in method arguments
  • Add deleted item styling to news feed items
  • When restoring spam cleaned threads, ensure threads which were originally moved are restored back to the correct forum.
  • Return an error phrase upon invalid callback validation when performing spam clean actions. Note that the method name switches to ucfirst(\XF\Util\Php::camelCase($action)) in XF 2.1 but remains as ucfirst($action) in XF 2.0.
  • When handling a Stripe webhook that is missing required metadata, when attempting to find a previous related log, ensure said log actually contains a purchase_request_key.
  • Improve BB code parsing of incomplete tags within plain-child tags.
  • Migrate user field criteria during upgrade from XF 1.x to 2.x
  • By default, do not allow cookies to be retrieved as arrays to prevent unexpected behavior. (Array support can now be opted into explicitly.)
  • Prevent an error when trying to delete a payment profile when there is an invalid purchasable definition.
  • Track when a preview is pending to prevent multiple simultaneous preview loads.
  • Prevent a PHP notice when deleting a poll for a thread started by a guest
  • Include breadcrumb in edit history view and compare templates.
  • Pass unused $ellipsis variable into wholeWordTrim.
  • Prevent long select options from causing overflow on iOS.
  • Enable the HTML to BB code simplification process to handle additional situations
  • Resolve some situations where the new messages indications while composing a reply wouldn't take you to the expected location.
  • Validate advertisement html before saving.
  • Prevent tel/sms links being converted to bbcode
  • Remove the insert icode option when extended text formatting is disabled. Allow end user modification to the "allow this BB code in signatures" option on add-on-defined custom BB codes.
  • Call the canPurchase method instead of can_purchase in UserUpgrade::getFilteredUserUpgradesForList.
  • Correctly combine multiple custom field-related limits to the user and thread searchers.
  • Correctly apply the "not in secondary groups" user search condition (users cannot be in any of the listed groups).
  • When building a release and testing a JSON, only consider an error if decoding the build.json does not return an array.
  • When submitting spammers to StopForumSpam, convert binary IP address to readable string.
  • When saving style templates through the admin UI, force version/last_edit_date to be updated like XF 1.x
  • When merging threads, always redirect to the target thread.
  • Fix currency code for Belarusian Ruble (BYR => BYN)
  • No longer cache the preview container object in the PreviewClick handler. If there are multiple handlers per page, the cached container becomes incorrect if using different handlers.
  • When form filling, if the control is a textarea with a textarea-handler, trigger its update method to ensure the textarea is resized appropriately.
  • Prevent an array-to-string conversion when throwing a bulkInsert exception if a missing column is detected.
  • Ensure that the user following cache cannot include your own user ID.
  • Add missing mod_log.thread_poll_reset phrase.
  • Attempt to exclude dot files/directories from our vendor dependencies.
  • Number boxes are too wide and cause units to overflow their container, fixed with max-width.
  • Add "Please do not reply to this message" text to outgoing conversation emails.
  • Reassign user group changes when merging users
  • Ensure PasswordChange service errors on any UserAuth error.
  • Fetch more threads for new threads widget
  • Ensure exceptions in sub-processes stop execution, and always exit with non-zero error code on error.
  • Make Disabler system compatible with select options.
  • Ensure FieldAdder handles Disabler elements correctly
  • Ensure prefix of destination thread is shown in moved post alert.
  • Trigger change event on select when prefix selected
  • Remove the "mixed" stuff from CodeMirror's PHP mode so that the opening tag is no longer required.
  • Update broken link to Apple support in cookie help page text (and in XF 1.5).
  • Adjust top border radii of blocks within overlays.
  • Allow non-user selectable styles to be used for the email style. Also, add several email-related style properties to allow email colors to be overridden more directly, without creating a new style.
  • Implement a "notice watcher" system for bottom fixed notices. This calculates the total visible notice height in the bottom fix location and adds a footer margin to the same value so that no content can be covered by the notice(s).
  • Adjust how we parse search query modifiers to be more strict. (- and + require whitespace before and none after, | requires whitespace on both sides. Don't parse doubled up modifiers.)
  • Adjust trophies phrase capitalization
  • Include no_date_limit in the rel=canonical link for forums when needed
  • Attempt to reduce cases where conversation reply_count values could potentially get out of sync. Allow the reply count and other parts to be rebuilt via the conversation rebuild tool.
  • By default, reject email addresses as invalid if there are no dots in the domain part.
  • Add a bit of left padding on contentRow-suffix elements.
  • Include the forum a thread is in in the RSS feeds (only for global feeds)
  • Fix add-on development data not being removed as expected when the last entry of a type has been removed. (The metadata JSON file must still exist.)
  • Relax URL validation a tiny bit, notably don't block adjacent path separators in the path section.
  • Ensure phrase is escaped in HTML attribute.
  • Ensure usage of phrase within HTML attribute is escaped.
  • In the AbstractSearcher ensure that the day end value is converted properly to the end of the day.
  • Never allow the XF add-on to appear in add-on lists.
  • Handle avatar deletes via the spam cleaner for gravatars too.
  • Make add-on action finalization more robust when uninstalling legacy add-ons.
  • When importing dev output, ignore any invalid columns.
  • Add some block border radius to the member header block so that it fits within its parent block.
  • Ensure permissions are rebuilt on add-on active change.
  • Update child navigation entries directly when the parent ID changes to ensure dev output is written correctly.
  • Use the correct maxlength value for the public navigation structure. Additionally, bump AdminNavigation ID lengths up to 50 from 25.
  • Add support for partial indexes to schema manager conflict resolution system
  • Fix multiple issues that make it hard to use XF\Import\Data\AbstractEntityData
  • Consistently use code paths which result in the canView method of the report entity (rather than the handler) being used.
Следующие публичные шаблоны были изменены:
  • account_upgrades
  • core_contentrow.less
  • core_input.less
  • core_overlay.less
  • editor_base.less
  • edit_history_compare
  • edit_history_view
  • forum_view
  • PAGE_CONTAINER
  • quick_reply_macros
  • thread_save_draft
  • warning_info
XenForo 2.0 - это значительное обновление с 1.x. Плагины и изменения, сделанные в XenForo 1.x, не совместимы. Настройки стилей должны быть отменены и не будет поддерживаться после обновления. Мы настоятельно рекомендуем сделать резервную копию перед попыткой обновления.

Системные требования:
Обратите внимание, что XenForo 2.0 имеет более высокие требования к системе, чем XenForo 1.x. В ближайшее время мы обновим скрипт проверки совместимости. Ниже приведены минимальные требования:
  • PHP 5.4 или новее
  • MySQL 5.5 и новее
  • Все официальные плагины требуют XenForo 2.0.
  • Enhanced Search требует последнюю версию Elasticsearch 2.0.
XenForo 2.1.x, уже требует:
  • PHP 5.6 или новее
  • MySQL 5.5 и новее
Примечание:
Здесь изменены только требования к версии PHP. Однако, даже если вы используете PHP 5.6, мы настоятельно рекомендуем обновить до PHP 7.2 при первой возможности для улучшения скорости, безопасности и стабильности. Мы также рекомендуем MySQL 5.7 / 8.0 (или эквивалент).
Автор
Mirovinger
Скачивания
591
Просмотры
5,263
Первый выпуск
Обновление
Оценка
0.00 звёзд 0 оценок

Другие ресурсы пользователя Mirovinger

Поделиться ресурсом

Назад
Сверху Снизу