Dotclear

source: CHANGELOG @ 3234:cc51ad123b5f

Revision 3234:cc51ad123b5f, 26.7 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Prepare 2.9.1 (CHANGELOG)

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

Sites map