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

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


wiki:changes

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Следующая версия
Предыдущая версия
wiki:changes [2024/08/15 02:00] – создано vladpolskiywiki:changes [2025/02/15 14:36] (текущий) – [Release 2015-08-10a “Detritus”] vladpolskiy
Строка 1: Строка 1:
 ====== Журнал изменений ====== ====== Журнал изменений ======
  
-Эта статья содержит обзор изменений в официальных релизах «[[wiki:wiki|ДокуВики]]». Здесь упомянуты только крупнейшие изменения. Полный и детальный журнал всех изменений доступен на «[[https://github.com/dokuwiki/dokuwiki/commits/master|ГитХабе]]»+Эта страница содержит сводку изменений между официальными выпусками «[[wiki:wiki|ДокуВики]]». Здесь перечислены только самые крупные изменения. Полный и подробный журнал всех изменений доступен через  «[[https://github.com/dokuwiki/dokuwiki/commits/master|ГитХабе]]». (Этот журнал на Github является авторитетным только для основных выпусков. Исправления часто содержат только одно или несколько исправлений безопасности.)
  
-Журнал изменений более старых, чем перечисленные здесь, релизов доступен в статье «[[:old_changes|Предыдущие версии]]» (англ.). Разработчики плагинов и шаблонов должны прочитать и подписаться на [[devel:releases|подробный журнал изменений]] (англ.)+Журналы изменений для релизов, более старых, чем перечисленные здесь, доступны в разделе «[[wiki:old_changes|Предыдущие версии]]». Разработчики плагинов и шаблонов должны прочитать и подписаться на [[wiki:devel:releases|подробный журнал изменений]] и подписаться на него.
  
-Здесь есть информация относительно тонкостей [[install:upgrade|обновления]]+Имеется некоторая информация о процессе [[wiki:install:upgrade|обновления]]
  
 Изменения, отмеченные знаком :!:, требуют внимания при обновлении! Изменения, отмеченные знаком :!:, требуют внимания при обновлении!
  
 +===== Выпуск 2024-02-06b “Kaos” =====
  
 +  * :!: DokuWiki теперь требует как минимум PHP 7.4
 +  * Дальнейшие исправления предупреждений в PHP8+
 +  * Полная переработка удаленного [[wiki:devel:Remote API]] и введение транспорта [[wiki:devel:JSONRPC]] (см. публикацию на [[https://www.patreon.com/posts/96036243|Patreon Post]]) )
 +  * Введение в [[wiki:devel:Authentication#Token Auth|аутентификацию токенов]]
 +  * Автоматическая очистка журналов (см. [[config:logretain|Configuration Setting: logretain|Настройка конфигурации: logretain]])
 +  * Авторы плагинов теперь могут настроить отображение сообщения об обновлении в менеджере расширений.
 +  * Измененная [[wiki:syndication|генерация фида]]
 +  * Лучшее обнаружение baseurl при работе через обратный прокси-сервер
 +  * :!: Теперь разработчикам необходимо устанавливать зависимости разработки через [[wiki:devel:composer|Composer]] 
 +  * Автоматическая загрузка [[wiki:devel:autoloader#vendor_autoload|vendor/autoload.php]] для плагинов
 +  * ''SameSite=Lax'' Атрибут cookie теперь установлен по умолчанию (см. [[config:samesitecookie|Настройка конфигурации: samesitecookie]])
 +  * [[wiki:template:dokuwiki|Шаблон dokuwiki]] по умолчанию теперь поддерживает логотип SVG. Высота логотипа теперь фиксирована ''64px'' :!:
 +  * Множество исправлений [[wiki:devel:coding style|стиля кодирования]]
 +  * Различные исправления ошибок и небольшие улучшения.
 +
 +=== Исправление ===
 +
 +  * 2024-02-06a
 +    * исправить проблему с разбором неравномерных столбцов таблицы [[issue>4186]]
 +    * исправить соотношение сторон логотипа в ''dokuwiki'' шаблоне при использовании логотипа PNG [[issue>4187]]
 +    * повторно добавить отсутствующее событие  [[wiki:devel:event:feed_data_process|FEED_DATA_PROCESS]] [[issue>4191]]
 +    * исправить обработку ошибок для плагинов с отсутствующей информацией [[issue>4193]]
 +    * исправить ошибку дважды объявленного ''cache'' класса [[issue>4200]]
 +    * исправить заголовок типа контента для каналов [[issue>4203]]
 +    * игнорировать ошибки дешифрования старых файлов cookie [[issue>4198]]
 +  * 2024-02-06b
 +    * исправить уязвимость XSS в экспорте метаданных [[issue>4305]]
 +===== Release 2023-04-04b “Jack Jackrum” =====
 +
 +  * A lot of fixes for warnings in PHP8+
 +    * A new feature flag [[config:hidewarnings]] will suppress the output of warnings, if PHP is configured to show warnings to the end user
 +  * The options to embed HTML and PHP have been **completely removed** for security reasons :!:
 +    * [[https://forum.dokuwiki.org/d/20628-after-igor-htmlok-and-phpok-will-no-longer-be-included-in-the-dokuwiki-core|Forum discussion]]
 +    * [[plugin:htmlok|Plugin alternative]]
 +  * Fixes
 +    * quicksearch with UTF-8 chars
 +    * basic auth header parsing
 +    * old revisions for pages with dots
 +    * feed titles
 +    * handling of unknown config options
 +    * relaxed media CSP headers for PDF and SVG handling
 +    * relaxed browseruid check for better browser compatibility
 +    * compatibility updates for mail sending
 +  * Unit Tests use php-dom-wrapper instead of phpquery now :!:
 +  * Improved error logging
 +  * Dependency Updates
 +
 +=== Hotfix ===
 +
 +  * Hotfix 2023-04-04a
 +    * fix an XSS security vulnerability in RSS handling [[issue>3967]]
 +  * Hotfix 2023-04-04b
 +    * fix XSS vulnerability in metadata export [[issue>4305]]
 +===== Release 2022-07-31b “Igor” =====
 +
 +  * Fix various errors in PHP8 support
 +  * Drop support for PHP versions earlier than 7.2
 +  * SVG-based smileys replace GIF versions
 +    * :!: may require template update [[pr>3344]]
 +    * :!: plugins directly embedding SVG may need CSS adjustments [[issue>3690]]
 +  * Allow "revert" action for logged in users only
 +  * Various translation updates
 +  * Add a class ''.logo'' to the ''h1'' title to let administrators remove the ''h1'' around the logo [[pr>3408]]
 +  * Use [[https://github.com/splitbrain/slika | Slika library]] for image resizing and cropping, with:
 +    * auto rotation based on EXIF tags
 +    * support for WEBP
 +  * Refactored logging mechanism [[pr>3230]], [[pr>3203]] and [[.:plugin:logviewer]]
 +  * Refactored media manager [[pr>3372]] and lazy loading of images
 +  * Support for SVG images
 +  * New form events used. :!: Plugins should implement them, because the old form events are not triggered anymore
 +  * Some smaller security fixes
 +  * :!: On [[farms|farm setups]] a log dir needs to be created manually in animals
 +
 +=== Hotfix ===
 +
 +  * Hotfix 2022-07-31a
 +    * fix an XSS security vulnerability [[issue>3761]]
 +  * Hotfix 2022-07-31b
 +    * fix an XSS security vulnerability in RSS handling [[issue>3967]]
 +
 +===== Release 2020-07-29a “Hogfather” =====
 +
 +  * Lots of internal refactoring to make the code base more modern and robust. You can read a bit [[https://www.patreon.com/posts/18685665|more on the background here]].
 +  * Defer the loading of JavaScript to improve initial page loads :!: (Some plugins needs to temporary disable the [[config:defer_js]] feature flag)
 +  * PHP 7.4 compatibility and some preparations for the upcoming PHP8
 +  * New [[config:trustedproxy]] setting for installations behind a reverse proxy :!:
 +  * New [[plugin:extension#command_line_interface|command line script]] for managing extensions
 +  * [[syndication#show_new_items_only|RSS Feed]] can now show new items only
 +  * A whole ton of smaller bug fixes and improvements
 +  * Lots of translation upgrades
 +
 +:!: Note: because of various internal changes, not all plugins or templates may be compatible with this release. It is recommended to check the documentation of the plugins you use before upgrading. As always a backup is recommended before upgrading. :!:
 +
 +Please also read:
 +
 +  * [[https://www.patreon.com/posts/38090834|Hogfather Plugin Compatibility]]
 +  * [[https://forum.dokuwiki.org/d/17863-quick-reminder-what-to-do-when-a-plugin-doesnt-work-on-hogfather|Quick Reminder: What to do when a plugin doesn't work on Hogfather]]
 +  * [[https://www.patreon.com/posts/19048874|DokuWiki Recovery Script]]
 +
 +And please also ;
 +  * Search the [[https://forum.dokuwiki.org|Forum]] when you encounter problems, chances are high that there are already solutions available
 +  * If you have no clue where the issue originates, check the [[bugs#server_php_error_logs|log files of your webserver]].
 +
 +=== Hotfix ===
 +
 +  * Hotfix 2020-07-29a
 +    * fix an XSS security vulnerability [[issue>3761]]
 +
 +===== Release 2018-04-22c “Greebo” =====
 +
 +  * This release requires **PHP 5.6** at least! (Red Hat Enterprise Linux does not support beyond PHP 5.5)
 +  * PHP 7.2 Support and improvements for PHP 7.3 support
 +  * New form on search page with more search tools :!: Plugins which modified that page may need adjustments, e.g. [[plugin:tagging]] Plugin
 +    * ability to filter and sort results by time! 🎉
 +  * Sending now a ''manifest.json'' to let the user add DokuWiki to the homescreen
 +  * Re-factored section edit. :!: Plugins which insert own [[devel:section_editor|section edit buttons]] need adjustments, e.g. [[plugin:wrap]] Plugin
 +  * updated LESS compiler :!: [[devel:templates|Template]] authors may experience some incompatibilities
 +  * new Action Dispatcher :!: Plugin authors handling [[devel:event:ACTION_ACT_PREPROCESS]] may encounter slight differences
 +  * new [[https://www.patreon.com/posts/command-line-15335339|Command Line Plugins]]
 +  * new [[https://www.patreon.com/posts/menus-14160215|Menu system]] :!: template authors may want to integrate them (see [[devel:menus|Menu]])
 +  * improved features in bin/wantedpage.php CLI
 +  * better cursor handling when inserting multiple images from media popup
 +  * [[syntax_highlighting|additional options]] for GeShi syntax highlighting
 +
 +=== Hotfix ===
 +
 +  * Hotfix 2018-04-22a
 +    * fix missing "you are here" [[issue>2329]]
 +    * readd missing password reset interface [[issue>2349]]
 +    * fix page unlocking when canceling edits [[issue>2350]]
 +    * better support for creating pages from search [[issue>2355]]
 +    * problems with installing plugin zips on some systems [[issue>2361]]
 +    * fixed draft recovering
 +  * Hotfix 2018-04-22b
 +    * fix PHP 7.3 compatibility [[issue>2622]]
 +    * fix ACL check [[PR>2609]]
 +  * Hotfix 2018-04-22c
 +    * fix an XSS Vulnerability [[issue>3044]]
 +
 +===== Release 2017-02-19g “Frusterick Manners” =====
 +
 +  * new Admin screen with plugins being able to add their own icons :!: 3rd party templates need adjustments
 +  * jQuery 3 (IE Support for versions <9 dropped)
 +  * :!: some plugins may need an update. 
 +    * [[plugin:Gallery]]: Make sure to update the gallery plugin before you upgrade DokuWiki. Versions before 2016-12-22 render all pages in Frusterick Manners virtually unusable. This includes the login and the admin forms. (Rescue manoeuvre if you happened to fall into the trap: Use regular file tools to move the folder '$DOKUWIKIROOT/lib/plugins/gallery' out of the way.)
 +    * [[plugin:ODT]]: Versions before 2016-09-10 do not supply the file 'inc/ZipLib.class.php' which is required in Frusterick Manners.
 +  * better cache management and CDN support for jQuery
 +  * PHP 7.1 support and PHP 7.0 bugfixes
 +  * improvements to the internal Form mechanism
 +  * File usage list in media manager
 +  * Various improvements, language updates and bug fixes
 +  * :!: XMLRPC is only available for PHP 5.4 and higher due to [[issue>1947|usage of certain PHP syntax]]
 +
 +=== Hotfix ===
 +
 +  * Hotfix 2017-02-19a: fixes installation issue [[issue>1852]] and media overwrite issue [[issue>1853]].
 +  * Hotfix 2017-02-19b: fixes security token [[issue>1883]] and media manager overwrite issue [[issue>1864]].
 +  * Hotfix 2017-02-19c: fixes reflected XSS issue [[issue>2061]]
 +  * Hotfix 2017-02-19d: fixes sanitation of $language [[issue>2080]]; fixes RSS syntax XSS [[issue>2081]]
 +  * Hotfix 2017-02-19e: fixes rendering null $language going to GeSHi [[issue>2088]]
 +  * Hotfix 2017-02-19f: fixes PHP 7.3 compatibility [[issue>2622]] and ACL check [[PR>2609]]
 +  * Hotfix 2017-02-19g: fixes an XSS Vulnerability [[issue>3044]]
 +
 +===== Release 2016-06-26e “Elenor of Tsort” =====
 +
 +  * New [[plugin:authPDO]] plugin; [[plugin:authmysql]] and [[plugin:authpgsql]] are deprecated :!:
 +  * :!: Access check is performed before pages are shown in sidebars of recent templates. (e.g. dokuwiki, starter, writr) 
 +  * PHP 7 compatibility fixes
 +  * Internet Explorers 8 (and older) are no longer supported, workarounds have been removed
 +  * Improvements to the new [[devel:form]] class, [[devel:autoloader|auto loading]] of plugin classes and other improvements for plugin developers
 +  * Show size changes in recent changes
 +  * Better RTL (Arabic, Hebrew) support in Mediamanager
 +  * Support for PHP's builtin web server
 +  * Various improvements, language updates and bug fixes
 +  * Old authentication configurations are not loaded anymore. Requires for some a manual update of configuration settings. (You need to change e.g. ''$conf['auth']['ldap']'' -> ''$conf['plugin']['authldap']'' and ''$conf['authtype'] = 'ldap''' -> ''$conf['authtype'] = 'authldap'''.) [[issue>1535]]
 +
 +=== Hotfix ===
 +
 +  * Hotfix 2016-06-26a: fixes [[issue>1616]] issue with authad.
 +  * Hotfix 2016-06-26b: fixes security issue [[issue>1883]], and adjusts session ID check to specification.
 +  * Hotfix 2016-06-26c: fixes reflected XSS issue [[issue>2061]]
 +  * Hotfix 2016-06-26d: What changed???
 +  * Hotfix 2016-06-26e: fix rendering null $language going to GeSHi [[issue>2088]]
 +
 +===== Release 2015-08-10a “Detritus” =====
 +
 +  * This release now requires PHP 5.3.3 at least
 +  * New [[plugin:styling|Style Manager]] to adjust template variables like colors
 +  * Experimental new Form class usable for plugin developers
 +  * Use [[https://getcomposer.org/|Composer]] to add third party libraries
 +  * Various deprecated code has been removed
 +  * The [[plugin:extension|Extension Manager]] can now remove old files when updating extensions
 +  * Allow [[issue>1158|unsetting default]] acronyms, schemes, entities, etc. in local config
 +  * PHP 7 compatibility fixes
 +  * Page titles now reflect the current action better
 +  * Add [[devel:event:plugin_popularity_data_setup|event to let plugin authors send their own popularity data]]
 +  * Changed all submit buttons from ''input'' to ''button'' to improve their stylability. :!:
 +  * Various improvements and bug fixes 
 +
 +=== Исправление ===
 +
 +  * Исправление 2015-08-10a: исправление проблемы [[issue>1296]] с Extension Manager, которая препятствовала установке tarball-файлов, и проблемы [[issue>1302]] которая препятствовала работе ссылок на общие ресурсы Windows.
 +
 +
 +
 +Предыдущие выпуски находятся в разделе **[[Old Changes]].**
 +=====Дополнения и Файлы=====
 +[[https://www.dokuwiki.org/changes|Ссылка на оригинальную статью]]
wiki/changes.1723676445.txt.gz · Последнее изменение: 2024/08/15 02:00 — vladpolskiy