Dotclear

source: CHANGELOG @ 3194:a4581dc92e47

Revision 3194:a4581dc92e47, 26.3 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

One tiny change to create 2.9 branch

Line 
1Dotclear 2.9 - 2016-02-29
2===========================================================
3* Additionnal menu items are now lexically sorted (default items and favorites order will be preserved)
4* Wiki syntax : Added ""marked text"" support (HTML5 only)
5* Session TTL are now adjustable (set DC_SESSION_TTL in inc/config.php)
6* Add behaviors for posts/pages/comments/users lists' columns → let 3rd party plugin playing with them
7* Blog and user lists are now lexically sorted
8* Some new filters have been added for post lists
9* Add a search engine in media manager (looking in filename, title and description metadata)
10* Add recent folders direct access mechanism for the media manager (setting in user prefs)
11* Add a another display mode (list) to the media manager
12* Details about currently selected thumbnail in media manager are now displayed
13* Shortcut access to the upload file form is now displayed on top on media page
14* Default insertion size (width and height) may now be defined for video media
15* Flash player fallback insertion is now optional for audio and video media
16* Modules may have dependencies on Dotclear core version too (using 'core' as module name)
17* Avoid mixed content (http vs https) for post/page preview: will open preview in another window if necessary
18* Finnish translation has been added
19* Content-length header is not more sent in HTTP response (should fix very long delays on some servers)
20* Template engine : add tpl:EntryAuthorEmailMD5 and tpl:EntryCategoryDescription tags
21* A new pref/setting array type is now available (JSON encoded in db)
22* Cope with sort of "un-attached" media → allows new features as "featured media" plugin
23* CKEditor library updated from 4.5.1 to 4.5.8
24* Update jQuery from 1.11.3 to 2.2.0, jQuery-migrate from 1.2.1 to 1.3.0, jQuery-ui-custom from 1.11.2 to 1.11.4
25* Provide jQuery 2.2.0 for public use (themes/plugins) - 1.4.2 (default) and 1.11.3 still provided
26* Some locales added or updated
27* PHP 7 compliance, PHP 5.3 min
28* Fix : Cope with "unknown" scheme in url (ie nor http: neither https: is defined in origin url)
29* Fix : Let select another theme even if theme folder is read-only
30* Fix : XML-RPC media uploaded are not more twice Base64 decoded
31* And plenty of other 🐛 🔫, various 🌼 adjustments, and also lot of 🍻 drunk
32
33Dotclear 2.8.2 - 2015-10-25
34===========================================================
35* Security fix : Fixed potential XSS on comments management page
36* Security fix : Enforce media exclusion control
37* Php 5.5 leaves NULL chars in unpack ==> add trim, fixed
38* Media title (in standard mode) is now taken into account on upload
39* Some 🐛 🔫
40
41Dotclear 2.8.1 - 2015-09-23
42===========================================================
43* Fix admin pager parameters escaping - thanks Keiko Yashiki from JPCERT/CC for reporting this XSS
44* Error on changing post author in entries' lists: fixed
45* Cope with unknown URL scheme in X-Frame-Options
46* One ot two of 🍻 drunk
47
48Dotclear 2.8 - 2015-08-13
49===========================================================
50* New module dependencies system (plugins)
51* Theme editor: Cope with css theme sub-folder
52* extension/heritage system applied to mustek templateset
53* installation wizard now allows SQLite engine
54* Legacy editor toolbar may now be displayed below textarea
55* Breadcrumb plugin added to the distribution, included in mustek/currywurst templatesets
56* Allow a fifth parameter (optional) for image to insert a legend using figure/figcaption tags (wiki)
57* XHTML validator removed from legacy editor
58* Update jQuery from 1.11.2 to 1.11.3
59* Add a blog parameter to disable internal search
60* Add some sort orders and filters criteria for posts and comments
61* Update CKEditor from 4.4.8 to 4.5.2
62* Add IP and antispam filter columns when displaying spams
63* Add actions to directly blacklist IP from comments list
64* Lexical sort order for tags and widgets
65* Use HTML5 audio tag for MP3 attachments
66* Bye the 🐈, welcome the 🐸
67* Lot of 🐛 🔫
68* Various 🌼 adjustments
69* Full of 🍻 drunk
70
71Dotclear 2.7.4 - 2015-02-13
72===========================================================
73* Berlin theme: resources usage has been optimized
74* currywurst templateset: head-linkrel block name fixed
75* Current editor syntax: now displayed near edited field (post/page/quick entry)
76* Some admin URLs were malformed: fixed
77* Post/page preview: anti-clickjacking system fixed
78* The cat is valid now
79
80Dotclear 2.7.3 - 2015-01-13
81===========================================================
82* Restore advanced edition of category description (as in 2.6)
83* Various bug fixes
84* Some cosmetic adjustments
85
86Dotclear 2.7.2 - 2014-12-25
87===========================================================
88* Dotclear wiki could not be used by standard user: fixed
89
90Dotclear 2.7.1 - 2014-12-25
91===========================================================
92* Various bug fixes
93* Some cosmetic adjustments
94
95Dotclear 2.7 - 2014-12-13
96===========================================================
97* Security : protection against clickjacking may be activated (see blog parameters)
98* Switch to HTML5 : backend, templatesets and themes
99* ARIA roles in da place (a11y)
100* Multiple templatesets : mustek (legacy) and currywurst
101* Themes may use extension/heritage template mechanisms
102* New theme (Berlin) based on currywurst templateset
103* New WYSIWYG editor (CKEditor)
104* Dotclear Wiki now produces HTML5 compatible markup
105* Video and audio HTML5 tags are now used (with fallback to flash if possible)
106* Copying default theme to user-defined theme folder is not more necessary
107* Preview of comment may be optional (see blog parameters)
108* Widgets may be put offline without deleting them
109* jQuery version may be choosen between 1.4.2 (default) and 1.11.1 (see blog parameters)
110* Number of posts listed on home page may be different than other pages (see blog parameters)
111* Hidden folders are now hidden in media manager (set DC_SHOW_HIDDEN_DIRS to true in config.php to display them)
112* User-defined template files may be reset (deleted) in theme editor
113* Drag'n'drop now enabled on touch screens
114* Alternative syntax may be set for comments by third-party plugins
115* A lot of bug fixes
116* Much more cosmetic adjustements and enhancements
117
118Dotclear 2.6.4 - 2014-08-18
119===========================================================
120* Security fix: Sanitize search request. Thanks to Takayuki Uchiyama
121* Security fix: Strenghened xmlrpc (see http://www.breaksec.com/?p=6362)
122
123Dotclear 2.6.3 - 2014-05-16
124===========================================================
125* Security fix: Strengthened xmlrpc auth. Thanks to Egidio Romano
126* Security fix: Strengthened categories ordering. Thanks to Egidio Romano
127
128Dotclear 2.6.2 - 2014-01-20
129===========================================================
130* Security fix: Fixed potential code injection on password protected post/page. Thanks to Charlie Briggs
131* Bugfix: cope with numeric module (plugin/theme) id
132* Bugfix: Bad SQL syntax when using SQLite
133* Bugfix: BlogParentThemeURL template value is back
134* Various bug fixes
135
136Dotclear 2.6.1 - 2013-11-22
137===========================================================
138* Bugfix: trackbacks/pingbacks post URL
139* Bugfix: short/full list of tags (post edition)
140* Bugfix: Toolbar not drawn on new comment form (administration)
141* Various bug fixes
142* Some cosmetic adjustments
143
144Dotclear 2.6 - 2013-11-13
145===========================================================
146* Various bug fixes
147* Various cosmetic adjustments
148
149Dotclear 2.6-RC - 2013-10-18
150===========================================================
151* PHP 5.2 required
152* jQuery upgraded to 1.10.2 (including jQuery migrate plugin 1.2.1)
153* mySQLi support (now proposed by default rather than mySQL)
154* Administration revamped, relooked, redesigned, new icons, new ergonomic's behaviours
155* Administration is now responsive (easier to cope with it on small devices)
156* Administration menu re-organized
157* a11y (accessibility) everywhere, with and whithout Js
158* Success, notice and warning messages have been harmonized
159* daInstaller has been dispatched in core (in plugins and blog themes management)
160* Global help is now available, contextual help is available on every page
161* Media manager enhanced
162* Maintenance plugin revamped and enhanced (now includes export features)
163* Categories management enhanced
164* Plugins and themes management revamped
165* New “Plumetis” variation for Blowup theme
166* Jasmine is now used for unit testing of js components
167* A lot of bug fixes
168* A lot of cosmetics adjustments
169* A lot of enhancements
170
171Dotclear 2.5.3 - 2013-09-13
172===========================================================
173* Bugfix: l10n Clearbricks library
174* Bugfix: post's comments and trackbacks counters
175* Check public and cache directories (existence and permissions)
176* Avoid Categorie's identical URL as far as possible
177* Cope with alpha layers in PNG images for thumbnails generation
178* Add password strength indicators
179* Fix permission form (checkboxes management)
180* Better management of antispam filters
181* Minor enhancements
182* Various bug fixes
183* Various cosmetic adjustments
184
185Dotclear 2.5.2 - 2013-08-14
186===========================================================
187* Security fix: Fixed potential XSS
188* Bugfix: l10n Clearbricks library
189* <tpl:LoopPosition> now works <tpl:Attachments>
190* Dotclear update check may now be forced (ignoring cache)
191* Enforce integration of daInstaller plugin
192* Tags link button is now available on page editor
193* Default cache age is now 1 week instead of 2 hours
194* Quick entry dashboard module is not activated by default on new installation
195* New template {{tpl:BlogParentThemeURL}} (return URL of parent theme of blog's theme if any, URL of blog's theme otherwise)
196* Fix post comments number on comments deletion
197* Fix order of backup files
198* Minor enhancements
199* Various bug fixes
200* Various cosmetic adjustments
201
202Dotclear 2.5.1 - 2013-07-20
203===========================================================
204* Security fix: Replacement of swfupload.swf by a jQuery plugin
205* Security enhancement: Strenghened lists display
206* Thumbnails quality improved
207* Minor enhancements
208* Various bug fixes
209* Various cosmetic adjustments
210
211Dotclear 2.5.0 - 2013-03-12
212===========================================================
213* Security fix: XSS vulnerabilities in swfupload.swf (media enhanced uploader)
214* Ductile theme may now use webfont (from Google, Adobe and similar providers)
215* daInstaller plugin is now included in the official distribution
216* The media enhanced uploader may now be temporarily enabled or disabled
217* Add mass expand on posts and comments lists
218* Allow wildcard for IP address on comments filters
219* Add ability to delete non empty category (and move its content to another category)
220* Every types of entries may be used to inserted an entry link in current edited post
221* Add (none) option to image insertion title pattern
222* Smileys are not more converted in image in pre,code,kbd,script and math contents
223* Notes' title can be now enclosed in h4 (default), h3 or p HTML tag
224* Now display translated name and desc of plugins
225* Add publication date validation on post and page editing forms
226* Add description to widgets
227* Add syntax color option to theme editor plugin
228* Add delete button on media item page
229* Add/complement display modes (all pages, home page only, except on home page) for all widgets
230* {{tpl:Widgets}} without type attribute set displays now all widgets (from nav, extra and custom)
231* Add {{tpl:else}}, {{tpl:TagCount}}, <tpl:TagIf>, {{tpl:CategoryEntriesCount}} template tags
232* Add cat_only, no_tag and content_only attributes to {{tpl:EntryFirstImage}} tag
233* Add capitalize attribute to template filters' list
234* Enhance links lookup anti spam filter
235* Add hidden optional attribute for pages
236* Adaptative compression rate for thumbnails generation
237* Add timestamp on admin information messages
238* Update to jQuery 1.8.3 and jQuery-UI 1.9.2 (custom)
239* Add default favicon.ico
240* Add default attributes settings for image,mp3,flv insertion
241* Various bug fixes
242* Various cosmetic updates and contrast adjustments
243
244Dotclear 2.4.4 - 2012-08-13
245===========================================================
246* Bugfix: Programmed entries works again.
247* Compatibility fix: widgets are now fully php >=5.3 compliant
248* Security fix: potential CSRF in user management
249* has_tag now part of dotclear core, moved from tag plugin.
250* empty title fixed on rss reader widget
251
252Dotclear 2.4.3 - 2012-05-18
253===========================================================
254* Admin: My favorites menu can be hidden
255* Admin: Fix wordpress importer
256* Admin: about:config and user:pref tables are now more readable
257* Ductile theme: Blog logo can be changed
258* New lithuanian language (thanks to Paulius Černakauskas)
259* Various bug fixes
260
261Dotclear 2.4.2 - 2012-02-11
262===========================================================
263* Security fix release
264* 4 XSS vulnerabilities fixed, discovered by High-Tech Bridge
265
266Dotclear 2.4.1.2 - 2011-12-24
267===========================================================
268* Happy Christmas!
269* Security: fixed one SQL injection vulnerability in Clearbricks, thanks to Adjaya
270* New behaviour: publicGetURLFor
271* New behaviour: publicRegisterURL
272* New behaviour: templatePrepareParams
273* Changed the way to get artefacts URLs, through $core->url->getURLFor calls, instead of $core->url->getBase()
274* new/updated parameter sql_only in $core->blog->getPosts and $core->blog->getComments
275
276Dotclear 2.4.0 - 2011-11-13
277===========================================================
278* Admin: new iconset from Thomas Daveluy
279* Admin: Accessibility enhancements
280* Added a custom widget sidebar
281* Added a new theme (Ductile)
282* Added a new plugin (simpleMenu)
283* handling of postgres non default schemas (db_prefix = 'schema.prefix')
284* New iconset mechanism
285* New behaviour: coreBlogBeforeGetPosts
286* Security fix: Spam comments feed now checks for blog permission. Thanks to Romuald Brunet.
287* Various bug fixes
288
289Dotclear 2.3.1 - 2011-06-14
290===========================================================
291* Updated makefile for cleaner distrib.
292* Better localization handling for prefs and shortcuts.
293* Misc JS & CSS cleaning.
294* Import/Export preferences-related bugfix.
295* Administrative mail address is now configurable.
296* Security: one minor fix and changes for two potential problems. Thanks to Jeremie Boutoille
297
298Dotclear 2.3.0 - 2011-05-16
299===========================================================
300* Admin: Major backend redesign
301* Admin: Customizable Dashboard
302* Admin: New Favourites admin submenu
303* Admin: New user preferences backend
304* Admin: Accessibility enhancements
305* Admin: Inline help extended
306* Templates: Default theme templates moved to inc/public/default-templates
307* Clearbricks: External libraries relocated to inc/libs
308* Clearbricks: fixed utf-8 and mysql strict mode problems
309* Added a safe mode connection, disabling all plugins
310* Mysqli support (config.php may need to be updated manually)
311* Fixed dcLog bug with pgsql
312* Fixed comment/trackbacks counters reset.
313* Several other bug fixes
314
315
316Dotclear 2.2.3 - 2011-04-01
317===========================================================
318* Security fix in media manager. Thx to Raphaël
319* Bugfix : 2.2.2 was preventing manual thumbnail regeneration.
320* Database handling bugfixes
321
322Dotclear 2.2.2 - 2011-01-17
323===========================================================
324* Bugfix: 2.2.1 was blocking new installations
325* Autoupdate procedure should now be "bad ftp client configuration"-proof.
326* Several other small bugfixes
327
328Dotclear 2.2.1 - 2011-01-15
329===========================================================
330* ExternalMedia is not part of the core distribution anymore
331* New attribute to tpl:SysIf: blog_id
332* New behaviour: adminMediaItemForm
333* Several bugfixes
334* Several code optimizations
335* Several typos corrected
336* Security fix in Clearbricks. Thx to François Pierre-Doray for pointing it out.
337
338Dotclear 2.2 - 2010-07-01
339===========================================================
340* New installation wizard.
341* Several new behaviours:
342     - adminCommentHeaders
343     - adminCommentsActionsCombo
344     - adminCommentsActions
345     - adminCommentsActionsContent
346     - adminBeforeCommentDelete
347     - adminPostsActionsHeaders
348     - adminUsersActionsCombo
349     - coreBeforeCategoryCreate & coreAfterCategoryCreate
350     - coreBeforeCategoryUpdate & coreAfterCategoryUpdate
351     - coreBeforeLogCreate & coreAfterLogCreate
352     - coreBeforePostCreate & coreAfterPostCreate
353     - coreBeforePostUpdate & coreAfterPostUpdate
354     - coreMediaConstruct
355     - templateCustomSortByAlias
356     - urlHandlerGetArgsDocument
357* New methods for several core classes.
358* Metadata integration to the core.
359* Error handlers can now be extended.
360* Templates: blocks can now be recursive.
361* Templates: Entries & Comments tags can now be sorted.
362* Templates: The template subsystem is quicker, linier, and ready to be extended.
363* Complete reworking of the settings system
364* Correct handling of postgresql non default schemas.
365* Admin: Autocompletion and further enhancing to tags handling.
366* Admin: Accessibility & ergonomic tweaks.
367* Admin: Administrator tag in users list.
368* Comment cookies are now specific to the blog rather than to the domain.
369* Password changes can now be mandatory.
370* jQuery updated to 1.4.2.
371* And way too many bugfixes and typos squashes to be listed.
372
373
374Dotclear 2.1.7 - 2010-05-25
375===========================================================
376* Auto-update procedure fix
377
378Dotclear 2.1.6 - 2009-10-01
379===========================================================
380* Install procedure fixes
381* Admin: Page managers can now create pages
382* Admin: several typos corrected.
383* Admin: Widgets now work in IE8.
384* Admin: Password protected posts can now be previewed.
385* Templates: tpl:Meta* are now tpl:Tags*.
386* Templates: <tpl:Entries lastn="0"> now display all posts.
387* new behavior: adminPageHTMLHead
388* DB schema: new blog_id field in log table
389* Media manager: Pubic folder can now be set on a different host.
390* WordPress import fixes
391* Dailymotion insertion fix
392* Upgrade procedure: CRLF removed in files that were bugging the upgrade.
393* JQuery updated to 1.3
394* IE7-js update
395* security: Full Path Disclosure protection. Thx to Karim Ayad for pointing it out.
396* and way too many bugfixes to be listed.
397
398Dotclear 2.1.5 - 2009-02-05
399===========================================================
400* Security release
401* Youtube insertion update
402
403Dotclear 2.1.4 - 2008-12-21
404===========================================================
405* Security flaw fix
406* WordPress import refining
407* XML-RPC improvements
408
409Dotclear 2.1.3 - 2008-11-19
410===========================================================
411* Admin: New upgrade procedure
412* Admin: Fixed video insertion bug
413* Template: New attributes
414  * url on EntryIf
415  * only_category on Blogroll
416  * no_context on Pagination
417* Template: New tag
418  * BlogID
419* Admin: escaped blog_id on authentication page
420
421Dotclear 2.1.1 - 2008-11-07
422===========================================================
423* Admin: Automatic Update bug fixes
424* Admin: Disable Automatic Update if no digests file
425* Admin: Javascript fixes in authentication page
426* Admin: Fixed errors with categories select boxes
427* Template: Added level attribute in tpl:Categories
428* Media: Added H.264/MPEG-4 AVC for mp4 files
429
430Dotclear 2.1 - 2008-11-01
431===========================================================
432* Subcategories
433* Admin: Automatic Update
434* Admin: Flash 10 support for uploader
435* Admin: mailto link in comment details
436* Admin: Embedded video size selection
437* Admin: Restrict session cookie path to admin
438* Media: H.264/MPEG-4 AVC (HD) support with m4v files
439* Inherited themes
440* WordPress XML-RPC methods support
441* True unicode URLs
442* Plugin: Widgets as template tags
443* Plugin: Filters in entries widgets and Blogroll
444* Plugin: Added vimeo.com in external media
445* Template: New tags
446  * LoopPosition
447  * CommentAuthorDomain
448  * CommentAuthorMD5
449  * EntryFirstImage
450  * EntryCategoryShortURL
451  * CategoryIf
452  * CategoryFirstChildren
453  * CategoryParents
454  * EntryCategoriesBreadcrum
455  * MediaURL
456
457Dotclear 2.0.2 - 2008-09-05
458===========================================================
459* New installation procedure
460* Plugin: WordPress import fixes
461* Plugin: Plain text export as downloadable files
462* Plugin: Message about URLs in Dotclear 1.2 import
463* Public: Display a message if search returns no result
464* Admin: Fixed some CSS bugs
465* Admin: Batch select/unselect entries
466* Admin: In a media item, find entries containing it
467
468Dotclear 2.0.1 - 2008-08-16
469===========================================================
470* Plugin: Fixed a bug with Dotclear 1.2 URLs import.
471* Plugin: Fixed a l10n bug in Pages
472* Admin: Enhanced plugins resources loading and cache
473
474Dotclear 2.0 - 2008-08-01
475===========================================================
476* Public: Atom becomes the default feed format. RSS 2 is always available.
477* Admin: design enhancements and new Dotclear logo
478* Admin: entries preview in blog context
479* L10N: New language manager with zip files support
480* Plugin: Import/Export plugin version 2.0 with import from Dotclear 1.2 and WordPress
481* Plugin: Pages enhancements (preview, sorting)
482* Plugin: support for jamendo and deezer in External Media
483* JSMin on JavaScript files instead of JS packing
484* SQLite 3 only support (PDO based)
485* Many bug fixes and major performances improvements
486
487Dotclear 2.0 RC2 - 2008-06-21
488===========================================================
489* FairTrackback spam filter
490* Language pack infrastructure
491* Bug fix on comment search with author "0"
492* Javascript fixes
493* dcAuth::sessionExists and dcAuth::checkSession new methods
494* Right management in dcAuth::sudo
495* Media File sorting options in media manager
496* CandyUpload, new uploader tool based on SWFUpload
497* New search engine robots options
498* New image options
499* L10N: Japanese and Portugues (Brazil) language packs
500* Many bug fixes and enhancements
501
502Dotclear 2.0 RC1 - 2008-05-01
503===========================================================
504* New: Pages plugin
505* New: Theme editor plugin
506* Entries: Text and WYSIWYG enhancements
507* Entries: Markup validator
508* Entries: Insertion of links to other entries from toolbar
509* Entries: External media insertion (dailymotion, youtube, google video)
510* Tags: Same list for new and existing entries
511* Tags: Tags can be removed on all associated entries
512* Tags: Tags can be removed on a post selection
513* Admin: Ask password for user management tasks, theme upload and plugin upload
514* Admin: New contextual help viewer
515* Media manager: Recreate thumbnails option
516* Media manager: Custom medium thumbnail size (per blog)
517* Media manager: Zip files extract support
518* Media manager: Zip file download of directory
519* Media manager: File exclusion pattern option
520* Themes and plugins: Zip as new package format
521* Themes and plugins: Upload
522* Themes and plugins: Upgrade within administration interface
523* Themes and plugins: Deletion
524* Public: New default theme: Blowup (fully customizable)
525* Public: Changed the way commenter cookie is handled
526* Themes: Template files moved to tpl/ directory
527* L10N: Polish, Catalan and Spanish translations
528* Misc: jQuery upgraded to 1.2.3
529* Misc: Crushed png files
530* Fixed many bugs
531
532Dotclear 2.0 beta 7 - 2007-07-12
533===========================================================
534* New way to display comments and trackbacks on entries in backend
535* Dashboard visual improvements
536* Default cache dir created by installation process
537* Option to limit posts and comments in feeds
538* Introduced UDBS for installation and upgrade
539* Changed handling of XML-RPC URLs
540* New option to force HTTPS redirect if wanted
541* Enforced cookies security (directory and ssl support)
542* Added Plugin auto-install and auto-upgrade support
543* Added trackbacks ttl and moderation preferences
544* Added an Internal search engine
545* FLV support in backend with Neolao player
546* Added nice messages if database is broken or Dotclear not installed
547* upgrade jQuery to 1.1.3
548* Fixed many bugs
549* Fixed security issues in backend
550
551Dotclear 2.0 beta 6 - 2007-02-19
552===========================================================
553* New antispam plugin, with a set of filters (rbl, ipblacklist, spamwords, akismet)
554* New admin dashboard page
555* Fixed unwanted logout bug
556* Added settings to disable template caching and allow PHP code
557* Blog preferences panel bug fix
558* New XML-RPC Client and Server
559* Comment posting permissions bug fix
560
561Dotclear 2.0 beta 5.4 - 2007-01-19
562===========================================================
563* Minor change on spam display in comments.php
564* Command line upgrade script and fix in load_plugin_file.php
565* Make akismet configurable only by superadmin with DC_AKISMET_SUPER
566* SQL optimisations
567* New comments view in post
568
569Dotclear 2.0 beta 5.2 - 2007-01-11
570===========================================================
571* Fixed a bug with imageMeta::getMeta
572* Enhanced dynamic file uploader
573* Move clearbricks files to their own repository
574* Fixed a bug with auto_br in wikiSimpleComment
575* Support for language restriction in feeds
576* Default theme structure changes
577* Fixed a PHP 5.0 compatibility issue
578* Installation Wizard
579
580Dotclear 2.0 beta 4 - 2006-12-26
581===========================================================
582* Performances enhancements.
583* Administration UI enhancements.
584* More user-friendly Widgets (version 1.5).
585* Switch to jQuery <http://jquery.com>.
586* Added jQuery in default theme.
587* Major changes in HTTP client and Feed Parser based on a
588  generic socket handler.
589* PHP 5.2 compatibility.
590* Code documentation (all core and most of clearbricks).
591* Many bug fixes.
592
593Dotclear 2.0 beta 3 - 2006-11-05
594===========================================================
595* Disallow special wrappers for fopen like functions.
596* XML/RPC improvements.
597* Read IPTC and EXIF metadata in uploaded pictures.
598* MySQL 4.1 support only.
599* Metadata import from Dotclear 1.2.x.
600* Akismet plugin.
601* Pings plugin.
602* Added a priority setting for plugins.
603* Many bug fixes.
604
605Dotclear 2.0 beta 2 - 2006-08-09
606===========================================================
607* DC_PLUGIN_ROOT can handle more than one path.
608* OPML/XBEL import in blogroll plugin.
609* Fixed a security issue in html::absoluteURLs().
610* Fixed issues with timezone on scheduled entries.
611* Multiple categories selection in tpl:Entries.
612* Improved dbLayer.
613* Changed category feed URL.
614* Feeds for tags (entries and comments).
615* Added attachments count on backend and frontend.
616* New settings code design. Can now handle wide system settings.
617* Memory usage improvements with autoloader.
618* Some code cleanup.
619* Feed parser improvements.
620* Themes can be configured if needed.
621* XMP support on JPEG files.
622* Media manager improvements.
623* Spamplemousse now uses DNSBL (and the guy who left the bug was fired).
624* Javascript editor and toolbar improvements.
625* RDS support (XML/RPC API discovery).
626* Added a theme with user stylesheet.
627* Plugins manager
Note: See TracBrowser for help on using the repository browser.

Sites map