Исходники - xenForo 2.2.13 Released [2.2.13] | It's WORKER | End Way - форум программирования и сливов различных скриптов
  • Присоединяйтесь к нам в телеграм канал! EndWay канал | EndSoft канал | EWStudio канал
  • Хочешь поставить скрипт, но не умеешь?
    А может ты хочешь свой скрипт на основе слитого?

    Тогда добро пожаловать в нашу студию разработки!

    Телеграм бот: EWStudioBot
    Телеграм канал: EWStudio

Исходники xenForo 2.2.13 Released [2.2.13] | It's WORKER

Operator+REP

Что такое JavaScript?
Автор темы
5 Июл 2023
179
903
93
Источник: *click*
Для версий: 2.2
Документация: *click*
Ссылка на русификатор: *click*

XenForo 2.2.13 теперь доступен для скачивания.
Я рекомендуем всем пользователям, работающим с предыдущими версиями XenForo 2.2,
обновиться до данной версии, чтобы повысить стабильность и безопасность работы форума.

В дополнение к перечисленным ниже исправлениям, на этот раз у нас есть еще несколько новшеств.


Полная совместимость с iOS PWA с поддержкой push-уведомлений
iOS 16.4
наконец-то представила push-уведомления для iOS-устройств.
Для этого вашим пользователям необходимо установить ваш сайт как PWA (используя функцию "Добавить на главный экран" в Safari).

XenForo 2.2.13 теперь удовлетворяет всем необходимым условиям для поддержки push-уведомлений, которые могут быть включены вашими пользователями, как только они войдут на сайт через PWA и включат push-уведомления в своих предпочтениях.

PWA (прогрессивное веб-приложение) теперь дополнено дополнительными элементами управления на основе жестов или пользовательского интерфейса, в том числе кнопкой "вниз" для обновления и плавающей кнопкой "назад".



Улучшения метаданных структурированных данных
Благодаря Райану Леверингу из Google разработчики внесли ряд улучшений в метаданные структурированных данных.

Структурированные данные обогащают выводимые нами страницы дополнительной информацией, которая позволяет Google и другим поисковым системам лучше понять структуру выводимой информации. Это помогает Google предоставлять более богатые результаты поиска и обеспечивает дополнительный контекст для пользователей, которые могут найти ваш контент во время поиска в Google.



Поддержка аутентификации OAuth для учетных записей электронной почты Microsoft 365 для бизнеса.
Компания Microsoft отказалась от возможности отправлять электронные письма по протоколу SMTP с использованием традиционной аутентификации по имени пользователя/паролю. Это похоже на то, что сделал Google какое-то время назад. В свете этого мы добавили дополнительную опцию при настройке почтового транспорта или автоматических обработчиков почты (автоматическая отписка/обработка отказов), которая позволит вам аутентифицироваться с помощью OAuth.

Примечание: Настройка для этого довольно сложна и требует создания приложения Azure Active Directory на портале разработчика Azure. При настройке есть ссылка на документацию.

Так же было исправлено ряд серьёзных ошибок, более подробно на английском под спойлером.

  • Adjust several cookie third party identifiers
  • Fix simple cookie notice flash for guests
  • Update thread creation latest activity items when merging threads
  • Add null checks when we're inspecting the result of the getPhraseGroup method of the Phrase entity.
  • Add context to node permission list with node type icons.
  • Don't attempt to access getCookieThirdParties on payment providers which may no longer exist.
  • Update enable push option to reflect better browser support.
  • Check search permissions when displaying the 'Your content' link in the visitor menu
  • Restore "notes" phrase that was inadvertently deleted in the previous release
  • Avoid leaking the email address linked to an account that is using email two-step verification
  • Don't show the view more link on a member's recent content page for users who have no permissions to search
  • Ensure wrapper display HTML value has whitespace trimmed
  • Properly set custom titles when batch updating users
  • When adding/editing nodes, the description for the URL portion field now refers to nodes rather than forums
  • Fix a typo in the cookie_consent.cookie_description_dbWriteForced phrase
  • Replace MaxCDN with jsDelivr as the CDN for Twemojis
  • Ensure emojis are properly displayed in the chosen style
  • More consistently set content key across different content types
  • Fix error thrown when xf_consent cookie has an invalid value
  • Escape backslashes when escaping SQL like clauses
  • Do not prepare member stat results prior to caching
  • Fix some entity collection return type hints
  • Clamp input filterer float values
  • Attempt to prevent browsers from autofilling credentials in the find member widget
  • Rebuild permissions in batches to limit memory usage
  • Display an error when an invalid URL is used to test URL unfurling
  • Display content vote scores in LTR orientation
  • Make stream closing attempts more robust when working with abstract files
  • Fix type hint in Oembed subcontainer
  • Gracefully handle Redis mget failures
  • Only display flash message once when tags are edited
  • Fix max length attribute of custom warning title input
  • Perform validation on email address options
  • Allow restricting forum RSS results by prefix IDs
  • Do not attempt to decrement alert counters when a new alert is inserted
  • Fix behavior of falsy code event listener hints
  • Perform validation on error reply values
  • Always include search query arguments when building search links
  • Retain previous selection when changing poll votes
  • Improve notice controller/action criteria validation
  • Include support for embedding YouTube Live URLs
  • Check thread visibility before redirecting for invalid post links
  • Improve user IP lookup query performance
  • Make user entity timezone verification more robust
  • Remove dead code from vBulletin 5 authentication handler
  • currencyFormat was changed to allow figures with no decimals to show without decimal places, but to show the decimals if any were present. In doing so, we managed to kill the ability to specify the number of decimals. Oopsie. So now you can do that again, and you can also now specify -1 precision in order to prevent number_format from limiting or artificially extending the decimal places at all.
  • Update the intl-tl-input JS library
  • Fix CSS border radius shifting for RTL styling
  • Increase entropy of temporary directory name generation to reduce the likelihood of race conditions
  • Improve performance of \XF\Extension::resolveExtendedClassToRoot using an inverse lookup table
  • Correctly replace urlencoded CSRF token values before returning cached pages to fix an issue with Advanced cookie management.
  • Ensure that unsubscribing from emails also unsubscribes the user from activity summary emails
  • Support embedding YouTube videos from youtube-nocookie.com
  • Fix incorrect type hints in prefix and prompt group entities


  • PAGE_CONTAINER
  • account_confirm_resend
  • account_connected_associate
  • Детали учетной записи
  • Адрес электронной почты
  • account_request_password
  • account_two_step_authy_config
  • account_visitor_menu
  • app_body.less
  • app_content_vote.less
  • application_item_user
  • утверждениеочередимакросов
  • connected_account_macros
  • Форма обратной связи
  • content_vote_macros
  • без ядра
  • core_button.less
  • core_list.less
  • custom_fields_macros
  • editor_base.less
  • email_stop_confirm
  • Гугл Аналитика
  • helper_js_global
  • утерянныйпарольподтвердить
  • member_about
  • member_recent_content
  • member_view
  • member_warn
  • message_macros
  • note_confirm_email
  • уведомление_email_bounce
  • poll_macros
  • post_macros
  • post_question_macros
  • register_confirm
  • register_connected_account
  • security_lock_resend
  • security_lock_reset
  • spam_cleaner
  • tag_macros
  • tel_box.less
  • two_step_email
  • widget_find_member


---------------------------------------------------------
Текущие системные требования:

  1. PHP 7.0 или новее (я рекомендую PHP 8.0)
  2. MySQL 5.5 и новее (так же совместимо с MariaDB/Percona и т.д. )
  3. Все официальные плагины требуют для своей работы XenForo 2.2
  4. Enhanced Search требует последнюю версию Elasticsearch 2.0.

 
Like
  • 14
Реакции: 13 users
Активность:
Пока что здесь никого нет