====== Changelog ====== 公式にリリースされた[[DokuWiki]]バージョンの主な変更点をこのページにまとめてあります。[[http://dev.splitbrain.org/darcsweb/darcsweb.cgi?r=dokuwiki;a=summary|Darcs Repository Browser]]. で完全な詳しい変更ログを見ることができます。[[Old Changes]]により古いものの変更ログがあります。 「:!:」マークはアップグレード時に注意が必要な変更点です。 ===== Release Candidate rc2008-03-31 ===== * RSS [[syndication]]의 개선。diff의 표시・전HTML표시・검색결과의 서포트((Improved RSS [[syndication]], now supports diff views and full HTML, search results are available as RSS)) * [[Index]]뷰의 AJAX를 추가((Added AJAX to the [[index]] view)) * 임의의 버전간[[diffs|diff]]표시((Show [[diffs]] between arbitrary page revisions)) * 검색결과의 하이라이트의 개선((Improved search and result highlighting)) * DokuWiki의 폼을 변경하는 플러그인의 서포트。:!: *FORM_INJECTION이벤트의 삭제((Better plugin support for modifying DokuWiki forms :!: removes *FORM_INJECTION events)) * [[TOC]]를 템플릿의 임의의 위치에 배치 가능하게。((Separation of [[TOC]] from content for more template flexibility)) * [[wp>CSRF]]공격에 대한 시큐러티 측정((Security measurements against [[wp>CSRF]] attacks)) * X-Sendfile의 서포트((X-Sendfile support for supporting Webservers)) * [[XMLRPC]] API * 디폴트 템플릿에 [[http://www.aboutus.org/UniversalWikiEditButton|UniversalWikiEditButton]]를 채용 * [[ACL]]매니저를 완전하게 리라이트 * spelling checker를 코어로부터 플러그인에 이동 * 깊은 [[namespace templates]] 의 서포트 * 디폴트의 플러그 인에[[plugin:Popularity]]를 추가 -- DokuWiki의 개선을 돕기 위해서, 당신의 데이터를 보내 주세요.。 * [[phpfn>date]]대신에[[phpfn>strftime]]를 채용。:!:플러그인 작성자는, 코드의 변경이 필요하게 될지도 모릅니다。((Using locale aware [[phpfn>strftime]] instead of [[phpfn>date]] :!: Plugin authors may need to fix their plugins)) * 미디어 파일의 검색에 전문 인덱스를 사용 ((Use fulltext index for media file usage scan for better scalability)) * 그 외, 버그의 수정이나 퍼포먼스의 개선 ===== Release 2007-06-26 ===== * Revert Manager added to mass revert spam attacks * OpenSearch Support * DOMlib removed (smaller JavaScript footprint) :!: * Improved index method for the search :!: Upgraders make sure to have ''data/index'' directory * Improved page meta data support * Added a manager option to open certain admin functions to a given group * Pluggable renderers * TOC now can be separated from the content * MIME type heuristics to work around IE security flaws * include and include_once support for JavaScript files * A bucket load of smaller and bigger bugfixes and improvements * Some more bugfixes since RC1 ===== Release 2006-11-06 ===== * automatic background [[draft]] saving * improved caching behaviour for CSS, JavaScript and RSS, with correct IMS handling * various performance improvements including the [[changelog]] mechanism redesign * support for storing page metadata * improvements on the UTF-8 handling when no mb_string extension is available * improvements on the default management plugins * URL [[rewrite]] support for export formats * ATOM 1.0 suport for [[syndication]] * better feed aggregation with [[http://www.simplepie.org|SimplePie]] * [[Action Plugins]] * optional gzip output compression if browsers support it * namespace restricted [[searchs]] added * completely rewritten [[mediamanager]] :!: template designer need to update their templates * [[namespace]] links * possibility to disable certain DokuWiki actions, when using it in a CMS-like environment * made password resetting a two-stage process with confirmation emails * webbased install wizard for first time setup * many many bug fixes, smaller improvements and language updates ===== Release 2006-03-09 ===== * Hotfix Release * Fixes various bugs ([[bug>736]] [[bug>732]] [[bug>731]] and others) * some language updates ===== Release 2006-03-05 ===== * JavaScript made unobstrusive * JavaScript and CSS compression, CSS variable replacements * New [[Toolbar]] * Fixes for the search indexer [[bug>563]] [[bug>575]], commandline index updater added * [[search]] for word parts and other search fixes[[bug>552]] [[bug>632]] [[bug>653]] * Completely reworked auth backend system :!: backend config may need to be adjusted * stricter XHTML compliance :!: Templates need to be adjusted * fixes for the HTTP library [[bug>626]] * Google [[Sitemap]] generation * Admin plugins for managing users, configuration and plugins added * Pagelockrefresh through background AJAX * simple [[romanization]] support * optional hierarchical breadcrumbs added (aka. "You are here") * simplified permission setting of files * ACL now works with user and groupnames which are not valid pagenames (for some auth backends) * XSS security fix for handling EXIF data in the mediamanager ===== Release 2005-09-22 ===== * various bugs fixed [[bug>550]], [[bug>548]], [[bug>529]], "basedir" problem * GeSHi and language updates ===== Release 2005-09-19 ===== * page template support [[bug>104]] * added support for local configuration files [[bug>349]] * [[Image]] metadata support (EXIF/IPTC) and detailpage added * insitu footnotes * removed 2MB limit in fetch.ph [[bug>506]] * personal wordlist for spellchecker [[bug>488]] * [[syndication|feed]] caching * email subscription for pagechanges * commandline utilities for scripting * a new index based [[search]] * :!: Template editors need to add the [[http://dev.splitbrain.org/reference/dokuwiki/nav.html?inc/template.php.html#tpl_indexerwebbug|tpl_indexerWebBug()]] function to their main template * Upgraders should read [[search#Some Background on the searchindex]] * URL rewriting for media files * :!: Users of rewrite mode 1 need to adjust their .htaccess * [[experimental]] [[plugin:Plugin Manager]] * Support for admin plugins added * Proxy support added * Optional ImageMagick support added * New options for [[image]] inclusion ===== Release 2005-07-13 ===== * Security fix for [[ACL]] handling [[bug>456]] * some fixes for the [[safemodehack]] option [[bug>179]] * some spellchecker fixes [[bug>448]] ===== Release 2005-07-01 ===== * Style fixes * TOC Translation Problem fixed [[bug>309]] * Various fixes for the getBaseURL autodetection * ACL: The password crypting method is configurable through [[config:passcrypt]], defaults to salted MD5 * ACL: The admin can create new users if [[config:openregister]] is disabled * ACL: Users can set their own password ([[config:autopasswd]]) * ACL: Added DELETE permission for media files :!: * fixed problems with footnote numbering * Various [[auth_mysql]] changes, support for adding Users :!: * Hide IP for logged in users * Various [[auth_ldap]] changes :!: * Fixed logout [[bug>319]] * AJAX pagename [[search]] added * Experimental syntax [[Plugin]] support added * Fix for mode syntax * [[devel:dirlayout|Directory layout]] was changed :!: * Experimental [[Spell Checker]] added * Fix for Sessionlocking [[bug>364]] * Removed short_opentag requirement * Fixed problem with ZendOptimizer [[bug>377]] [[bug>378]]