XenForo 2.0.0 Developer Preview 4

XenForo 2.0.0 Developer Preview 4 2.0.0 Developer Preview 4

Нет прав для скачивания
Вот и долгожданная версия XenForo 2.0.0. :-) Правда она пока предназначена исключительно для разработчиков да и так - поиграться на локалке.

Это четвёртый релиз и в нём исправлены некоторые ошибки (
  • Scrollable notices have returned. They are now a separate notice type so you can have both block and scrollable notices simultaneously. Note that block notices will always display above the scrollable notices carousel.
  • The <xf:js> tag now supports several new attributes to aid development. "dev" and "prod" attributes can be used to identify which JS should be loaded in development and production environments respectively. If the "src" attribute is used with a "min" attribute present, production mode will automatically request the ".min.js" version of the file instead. Finally, if an "addon" attribute is present, the new js/devjs.php file will be used which can pull the development version of the JS file from within the add-on's _files directory.
  • The add-on release building process has changed significantly and support for a new build.json file has been added. The system now allows you to add specific commands to execute during the build process and can support minifying JS for you. Note that the additional_files option has moved to build.json.
  • The existing default watch option has been split into two more generic options, one for creating content (like starting a thread) and one for interacting with it (like replying to a thread). Additionally, because these are generic, add-ons should be able to more easily piggyback on them.
  • Widgets can now be assigned to multiple positions simultaneously. This can reduce repetition.
  • The main control panel dashboard page has been expanded with small statistics graphs and a table overview of several types of logs.
  • An option has been added to enforce URL canonicalization within XenForo based on the board URL option. This saves having to do it in .htaccess, for example. Note though that if your board URL is incorrect and this option is enabled, the forum won't be accessible. (You can still log into the control panel to resolve the issue.)
  • Finally, support for displaying custom BB code icons in the RTE has returned. The process is slightly different as using a Font Awesome icon is the preferred approach for consistency, but a separate image can be used if preferred.
As usual, this only scratches the surface of the changes.
).

До данной версии нельзя обновиться с предыдущей, она предназначена для чистой установки.
С данной версии нельзя будет обновиться до бета или RC версий.
Данная версия требует ручного создания и заполнения файла config.php.
Установка данной версии возможна только через терминал.

Что нового в данной версии для разработчиков (часть первая): Информация о XenForo 2.0
Что нового в данной версии для разработчиков (часть вторая): Информация о XenForo 2.0

Системные требования для XenForo 2.0:
PHP: 5.4.0+
MySQL: 5.5+
PHP расширения: MySQLi, GD (с поддержкой JPEG), PCRE, SPL, SimpleXML, DOM, JSON, iconv, ctype, cURL
Скачать скрипт проверки совместимости Вашего хостинга/сервера для корректной работы XenForo 2.0.

Установка:
Загрузите содержимое папки upload из архива в корневую директорию своего ФТП.
Перейдите в директорию src/ и создайте там файл config.php со следующим содержимым:
PHP:
<?php

$config['db']['host'] = 'localhost';
$config['db']['port'] = '3306';
$config['db']['username'] = 'root';
$config['db']['password'] = 'mypassword';
$config['db']['dbname'] = 'xf2';
Не забудьте необходимые данные заменить на свои.

Если Вы используете MySQL 5.5 и выше и хотите иметь полную поддержку unicode (например для поддержки emoji), то перед запуском установки всё в тот же файл config.php добавьте следующую строку: $config['fullUnicode'] = true;

Для запуска установки используйте следующую команду: $ php cmd.php xf:install в терминале и далее просто следуйте советам установщика и дождитесь завершения.
Автор
Hope
Скачивания
24
Просмотры
205
Первый выпуск
Обновление
Оценка
0.00 звёзд 0 оценок

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

  • Lazy Load [img]
    Lazy Load [img]
    Изначально будут загружаться только те изображения, которые пользователь способен увидеть.
  • Redis View Counters
    Redis View Counters
    Перемещает некоторые счетчики просмотров на Redis
  • Editor & BB Code Manager
    Настройте свои коды WYSIWYG-редактор и ББ коды.

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

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