DokuWiki

It's better when it's simple

Инструменты пользователя

Инструменты сайта


ru:changes

Это старая версия документа!


Журнал изменений

:!: Часть текста на странице не переведена.

Эта статья содержит обзор изменений в официальных релизах «ДокуВики». Здесь упомянуты только крупные изменения. Полный и детальный журнал всех изменений доступен на «ГитХабе».

Журнал изменений более старых, чем перечисленные здесь, релизов доступен в статье «Предыдущие версии» (англ.). Разработчики плагинов и шаблонов должны прочитать и подписаться на подробный журнал изменений (англ.).

Изменения, отмеченные знаком :!:, требуют внимания при обновлении.

Release 2013-05-10a “Weatherwax”

  • Introduction of Auth Plugins :!: If you used an authentication backend, you will need to adjust your authtype configuration by prefixing it with auth. Eg mysql becomes authmysql and plain becomes authplain. A compatibility mechanism will smooth upgrade, but care should be given to update your settings and test your wiki after the upgrade. NOTE: the deprecation message suggests wrong key ( $conf['authconfig'] correct is $conf['authtype']), it is fixed in the development version
  • This release finalizes our jQuery migration and the deprecated compatibility functions were removed. :!: this might break plugins that have not been updated for the last year
  • Various updates and fixes to the new template introduced in Adora Belle, especially to mobile mode
  • Refactored email subscriptions
  • Upgrade to jQuery 1.9.0 and jQuery-UI 1.9.2
  • Refactored tar file library
  • A security enhancement for fetch to reduce its susceptibility to DDOS attacks. :!: Plugins which use fetch to display images and construct their own urls maybe be incompatible with the change - list of affected plugins
  • removal of ~~INFO:version~~

The hotfix released 2013-06-16 contains the following fixes

  • Several fixes related to the new Auth-Plugins (especially LDAP, AD and MySQL)
  • Improvements to the random password generator and introduction of AUTH_PASSWORD_GENERATE
  • Better password reset tokens
  • A fix for image rescaling (Precondition failed problem)
  • A fix related to Internet Explorer's compatibility mode

Release 2012-10-13 “Adora Belle”

Usage enhancements

  • A new default dokuwiki template is distributed with this release. This new template is HTML5 compliant and comes with sidebar and mobile support. The old template is still available with this release, but will be deprecated. :!: The new template is activated by default. Special thanks to Clarence Lee for the initial design.
  • The TOC and the search results have been rewritten and improved. This impacts templates: :!: all templates need to be adjusted to work properly. See d5acc30d and 91b05b6b for details of the changes and what needs to be done in each template.
  • Several fixes and enhancements have been made to the media manager
  • RTL has been given some particular attention
  • Several fixes of the subscription mechanism have been integrated

Setup & Administration

  • Multiple LDAP servers is now available
  • Wiki farms is in the core of DokuWiki: all the farm code is grouped in a farm.php file which can be included through the preload.php to activate farming
  • ACL now support a %GROUP% wildcard. This works like the %USER% wildcard, but for groups. :!: %USER% and %GROUP% cannot be mixed on an ACL line
  • Notification mail are now sent as HTML formatted mails. :!: This feature is enabled by default.
  • Resending password has been reworked. :!: Now DokuWiki honors the autopasswd setting: passwords are resent if $conf['autopasswd'] is enabled. If $conf['autopasswd'] is disabled a token is sent allowing password reset. Theses tokens are valid only during a limited time.
  • XMLRPC settings in the config file are renamed: xmlrpc and xmlrpcuser become remote and remoteuser. :!: You *must* rename these settings in your local.php config file if you were using them.
  • Added support for local style.inis

Integration & Development

  • Several fixes when using Active Directory as backend
  • DokuWiki now uses PHPUnit as its test framework
  • Sidebar inclusion is now provided in the new default template. (The Release Candidate included a tpl_sidebar() which was removed again to avoid conflicts with many popular templates.)
  • The DOKU_TPL* constants are deprecating: :!: template authors are encouraged to integrate that change.
  • More details about changes related to programmers.

And also

Release 2012-01-25c “Angua”

Usage enhancements

  • Version handling of media files, just like pages. Old versions are saved and change history available in «recent changes» list as well as in RSS. This and the new media manager are the result of the Google Summer of Code project of Kate Arzamastseva. :!: Be careful when upgrading, some directories need be created (see upgrade)
  • Drag & drop support in media manager to speed up adding new files (only works in Firefox and Chrome). And improved multiple file upload (only works in Firefox, Chrome and Safari). This was made possible by replacing the old flash uploader with valums Ajax Upload.
  • A powerful, AJAX-enhanced [:[fullscreen_mediamanager|fullscreen media manager]] is introduced in addition to the standard pop-up manager. :!: All templates must be updated to support the new manager. :!: Template authors need to add a media manager button and CSS.

Setup & Administration

  • Better farming with cascading configuration for plugin enabling/disabling, this was developed as part of the new extension manager Google Summer of Code project of Piyush Mishra. (see farm & config)
  • Performance enhancement by using data uris. This will transfer small images together with the CSS, thus reducing the number of needed HTTP requests and avoiding the HTTP header overhead. Turn on cssdatauri for a more efficient install.

Integration & Development

  • The core code now uses the jQuery JavaScript framework offering powerful features to plugin & template developers. The old, now deprecated JavaScript API is kept for plugin compatibility. Plugin and template authors are encouraged to migrate their JavaScript code to use jQuery instead of the old API (jQuery FAQ).
  • XML-RPC has been polished fixing some auth & login issues.
  • More details about changes related to programmers.

Finally

  • 25 issues reported in http://bugs.dokuwiki.org/ were fixed.
  • Various smaller bug fixes and enhancements.
  • Thank you Kate and Piyush for their GSoC work and to Google for sponsoring it!

Hotfixes

  • XSS security issue 2561
  • XSS security issue 2487

Release 2012-01-25b “Angua”

  • Hotfix, released 2012/07/13
  • Fixes/changes: XSS security issue 2561

Release 2012-01-25a “Angua”

  • Hotfix, released 2012/04/19
  • Fixes/changes: XSS security issue 2487

Release 2011-05-25c “Rincewind”

  • Hotfix, released 2012/04/19
  • Fixes/changes: XSS security issue 2487

Релиз 2012-01-25 «Игла»

Оригинальное название — Release 2012-01-25 “Angua” (язык о. Аруба)

  • Код ядра теперь использует JQuery, но поддерживает прежний javascript API для совместимости с плагинами
  • Медиаконтент имеет версии, как и страницы
  • Введён мощный медиаменеджер на AJAX, прежний flash-загрузчик удалён
  • Исправлено 25 присланных ошибок
  • Различные мелкие правки и улучшения
  • Каскадная конфигурация makes farming easier
  • XML-RPC отполировано

(Полный список изменений (англ.))

Релиз 2011-05-25а «Танцующий ветер»

Оригинальное название — Release 2011-05-25a “Rincewind” (использован ирландский язык)

  • Исправлено:
    • проблемы с безопасностью CSS
    • проблема с поиском/индексацией слов со смешанными регистрами букв в некоторых версиях PHP
    • Кодирование почтовых адресов, написанных не по ASCII
    • Для доступа к локальной папке (например file://c:\docs\myfile.txt) нужно добавить file в conf/scheme.local.conf

Релиз 2011-05-25 «Танцующий ветер»

Оригинальное название — Release 2011-05-25 “Rincewind” (использован ирландский язык)

  • :!: Безопасный метод для fnencode (англ.) changed; остерегайтесь обновлять вики с этой установкой (особенно на windows)
  • Поддержка IPv6
  • Встроенный показ различий
  • Больше форматов хэшей паролей (Wordpress, Django)
  • Настраиваемый префикс для заголовков писем
  • Повышение безопасности обращения с cookie
  • Представлен индекс metadata (англ.)
  • Улучшена поддержка азиатских языков
  • Различные мелкие правки и улучшения
  • :!: Ошибка в «Rincewind RC1» и последних разработках может повредить индекс поиска.
    Рекомендуется проверять добавлением ?do=check в URL. Индекс можно перестроить скриптом bin/indexer.php или плагином Search Index.

Релиз 2010-11-07a «Муравьед»

Оригинальное название — Release 2010-11-07a “Anteater”.

  • Улучшение алгоритма быстрого поиска.
  • Улучшения подписки по электронной почте.
    • :!: Авторы шаблонов должны проверить, что они добавили правильные кнопки.
  • Постоянная ссылка на просмотр изменений между ревизиями.
  • license clarification on various 3rd party libs
  • Название раздела указывается в поле сводки изменений, если редактируется только раздел, а не вся страница.
  • Выбор лицензии в установщике.
  • Исправление работы в IE7, IE8 и Chrome.
  • Передача параметров внутренними ссылками (полезно для плагинов).
  • Некоторые улучшения XML-RPC.
  • Настраиваемая кодировка имени файла.
  • Поддержка сторонних редакторов секций (plugins), например плагин редактирования таблиц
  • Централизованная загрузка библиотеки (library).
  • Исправления ошибок, незначительные улучшения.

Релиз 2009-12-25c «Лемминг»

Оригинальное название — Release 2009-12-25c “Lemming”.
Рабочее названия релиз-кандидата было — RC 2009-12-02 “Mulled Wine”.

  • :!: Для этого релиза необходим PHP 5.1.2 (или выше).
  • Множество улучшений в редакторе:
    • автоматические отступы при вводе списков;
    • улучшена система формирования заголовков;
    • мастер ссылок :!: Авторы шаблонов должны предоставить CSS.
  • Улучшена совместимость для IE8 и Chrome.
  • Исправлена поддержка PHP 5.3.
  • Поддержка объединения строк (row span) в таблицах.
  • Улучшен полнотекстовый поиск.
  • Добавлен поиск по имени файла в менеджере медиафайлов.
  • Новая функция — dformat :!: Авторы плагинов и шаблонов должны заменить вызовы «strftime» на эту функцию.
  • Кнопка быстрой откатки (one click revert button) для менеджеров :!: Авторы шаблонов должны добавить эту кнопку.
  • Улучшен вид раздела администратора :!: Авторы шаблонов должны предоставить CSS.
  • Улучшение XML-RPC.
  • Много небольших улучшений существующих возможностей.
  • Несколько новых событий (events) для плагинов.
  • Некоторая оптимизация производительности.
  • Небольшие улучшения безопасности.
  • Исправлено много ошибок.

Релиз 2009-02-14b

  • Флэшевый мультизагрузчик.
  • Выбор типа лицензий :!: Авторы шаблонов должны использовать tpl_license().
  • Исправления совместимости с Flash Player 10.
  • Внутренние изменения, облегчающие создание ферм.
  • Удалены старые плагины обновлений1) :!:
  • Более хорошая поддержка недефолтных бэк-эндов авторизации в менеджере ACL.
  • Переход к редактируемому разделу после сохраниеня.
  • Значительно улучшена японская романизация.
  • Улучшен интерфейс XML-RPC.
  • Улучшено отображение результатов поиска.
  • Много более мелких улучшений функциональности.
  • Больше событий плагинов.
  • Некоторая оптимизация производительности.
  • «Минорные» улучшения безопасности.
  • Исправление безопасности для проблемы с включением локальных файлов 1700 (CVE-2009-1960)
  • И много, много исправлений багов.

Релиз 2008-05-05

  • Улучшенный RSS syndication, теперь поддерживает diff views и full HTML, результаты поиска теперь доступны как RSS.
  • Добавлен AJAX в просмотр индекса .
  • Показывает diff’ы между произвольными ревизиями страницы.
  • Улучшенный поиск и подсветка результатов.
  • Улучшенная поддержка плагинов модификации форм «ДокуВики» :!: Удалены события *FORM_INJECTION.
  • Отделение TOC от контента для улучшения гибкости шаблонов.
  • Security measurements against CSRF attacks
  • Поддержка X-Sendfile для веб-серверов.
  • API XML-RPC.
  • Использование UniversalWikiEditButton в шаблоне по умолчанию.
  • Полностью переписан менеджер ACL.
  • Проверка синтаксиса перемещена из ядра в плагин.
  • Поддержка глубоких шаблонов пространств имён.
  • плагин «Popularity» добавлен по умолчанию — пожалуйста, помогите нам улучшить «ДокуВики» с вашими данными.
  • Использование дружественного к локали strftime вместо date :!: Авторам плагинов возможно потребуется исправить их.
  • Использование полнотестового индекса для медиафайлов для лучшей масштабируемости.
  • Появление каталога «tmp» :!: При обновлении убедитесь, что data/tmp существует и доступен для записи.
  • Множественные багфиксы, небольшие новшества и улучшение быстродействия.
1)
Если вы обновляетесь со старых версий, вначале обновитесь до промежуточной версии
ru/changes.1382530817.txt.gz · Последнее изменение: 2013-10-23 14:20 — Aleksandr

Если не указано иное, содержимое этой вики предоставляется на условиях следующей лицензии: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki