Dotclear

source: CHANGELOG @ 1114:ef0f1835e041

Revision 1114:ef0f1835e041, 16.3 KB checked in by franck <carnet.franck.paul@…>, 12 years ago (diff)

Update changelog for next 2.5

Line 
1Dotclear 2.5.0 - 2013-03-12
2===========================================================
3* Security fix: XSS vulnerabilities in swfupload.swf (media enhanced uploader)
4* Ductile theme may now use webfont (from Google, Adobe and similar providers)
5* daInstaller plugin is now included in the official distribution
6* The media enhanced uploader may now be temporarily enabled or disabled
7* Add mass expand on posts and comments lists
8* Allow wildcard for IP address on comments filters
9* Add ability to delete non empty category (and move its content to another category)
10* Every types of entries may be used to inserted an entry link in current edited post
11* Add (none) option to image insertion title pattern
12* Smileys are not more converted in image in pre,code,kbd,script and math contents
13* Notes' title can be now enclosed in h4 (default), h3 or p HTML tag
14* Now display translated name and desc of plugins
15* Add publication date validation on post and page editing forms
16* Add description to widgets
17* Add syntax color option to theme editor plugin
18* Add delete button on media item page
19* Add/complement display modes (all pages, home page only, except on home page) for all widgets
20* {{tpl:Widgets}} without type attribute set displays now all widgets (from nav, extra and custom)
21* Add {{tpl:else}}, {{tpl:TagCount}}, <tpl:TagIf>, {{tpl:CategoryEntriesCount}} template tags
22* Add cat_only, no_tag and content_only attributes to {{tpl:EntryFirstImage}} tag
23* Add capitalize attribute to template filters' list
24* Enhance links lookup anti spam filter
25* Add hidden optional attribute for pages
26* Adaptative compression rate for thumbnails generation
27* Add timestamp on admin information messages
28* Update to jQuery 1.8.3 and jQuery-UI 1.9.2 (custom)
29* Add default favicon.ico
30* Add default attributes settings for image,mp3,flv insertion
31* Various bug fixes
32* Various cosmetic updates and contrast adjustments
33
34Dotclear 2.4.4 - 2012-08-13
35===========================================================
36* Bugfix: Programmed entries works again.
37* Compatibility fix: widgets are now fully php >=5.3 compliant
38* Security fix: potential CSRF in user management
39* has_tag now part of dotclear core, moved from tag plugin.
40* empty title fixed on rss reader widget
41
42Dotclear 2.4.3 - 2012-05-18
43===========================================================
44* Admin: My favorites menu can be hidden
45* Admin: Fix wordpress importer
46* Admin: about:config and user:pref tables are now more readable
47* Ductile theme: Blog logo can be changed
48* New lithuanian language (thanks to Paulius Černakauskas)
49* Various bug fixes
50
51Dotclear 2.4.2 - 2012-02-11
52===========================================================
53* Security fix release
54* 4 XSS vulnerabilities fixed, discovered by High-Tech Bridge
55
56Dotclear 2.4.1.2 - 2011-12-24
57===========================================================
58* Happy Christmas!
59* Security: fixed one SQL injection vulnerability in Clearbricks, thanks to Adjaya
60* New behaviour: publicGetURLFor
61* New behaviour: publicRegisterURL
62* New behaviour: templatePrepareParams
63* Changed the way to get artefacts URLs, through $core->url->getURLFor calls, instead of $core->url->getBase()
64* new/updated parameter sql_only in $core->blog->getPosts and $core->blog->getComments
65
66Dotclear 2.4.0 - 2011-11-13
67===========================================================
68* Admin: new iconset from Thomas Daveluy
69* Admin: Accessibility enhancements
70* Added a custom widget sidebar
71* Added a new theme (Ductile)
72* Added a new plugin (simpleMenu)
73* handling of postgres non default schemas (db_prefix = 'schema.prefix')
74* New iconset mechanism
75* New behaviour: coreBlogBeforeGetPosts
76* Security fix: Spam comments feed now checks for blog permission. Thanks to Romuald Brunet.
77* Various bug fixes
78
79Dotclear 2.3.1 - 2011-06-14
80===========================================================
81* Updated makefile for cleaner distrib.
82* Better localization handling for prefs and shortcuts.
83* Misc JS & CSS cleaning.
84* Import/Export preferences-related bugfix.
85* Administrative mail address is now configurable.
86* Security: one minor fix and changes for two potential problems. Thanks to Jeremie Boutoille
87
88Dotclear 2.3.0 - 2011-05-16
89===========================================================
90* Admin: Major backend redesign
91* Admin: Customizable Dashboard
92* Admin: New Favourites admin submenu
93* Admin: New user preferences backend
94* Admin: Accessibility enhancements
95* Admin: Inline help extended
96* Templates: Default theme templates moved to inc/public/default-templates
97* Clearbricks: External libraries relocated to inc/libs
98* Clearbricks: fixed utf-8 and mysql strict mode problems
99* Added a safe mode connection, disabling all plugins
100* Mysqli support (config.php may need to be updated manually)
101* Fixed dcLog bug with pgsql
102* Fixed comment/trackbacks counters reset.
103* Several other bug fixes
104
105
106Dotclear 2.2.3 - 2011-04-01
107===========================================================
108* Security fix in media manager. Thx to Raphaël
109* Bugfix : 2.2.2 was preventing manual thumbnail regeneration.
110* Database handling bugfixes
111
112Dotclear 2.2.2 - 2011-01-17
113===========================================================
114* Bugfix: 2.2.1 was blocking new installations
115* Autoupdate procedure should now be "bad ftp client configuration"-proof.
116* Several other small bugfixes
117
118Dotclear 2.2.1 - 2011-01-15
119===========================================================
120* ExternalMedia is not part of the core distribution anymore
121* New attribute to tpl:SysIf: blog_id
122* New behaviour: adminMediaItemForm
123* Several bugfixes
124* Several code optimizations
125* Several typos corrected
126* Security fix in Clearbricks. Thx to François Pierre-Doray for pointing it out.
127
128Dotclear 2.2 - 2010-07-01
129===========================================================
130* New installation wizard.
131* Several new behaviours:
132     - adminCommentHeaders
133     - adminCommentsActionsCombo
134     - adminCommentsActions
135     - adminCommentsActionsContent
136     - adminBeforeCommentDelete
137     - adminPostsActionsHeaders
138     - adminUsersActionsCombo
139     - coreBeforeCategoryCreate & coreAfterCategoryCreate
140     - coreBeforeCategoryUpdate & coreAfterCategoryUpdate
141     - coreBeforeLogCreate & coreAfterLogCreate
142     - coreBeforePostCreate & coreAfterPostCreate
143     - coreBeforePostUpdate & coreAfterPostUpdate
144     - coreMediaConstruct
145     - templateCustomSortByAlias
146     - urlHandlerGetArgsDocument
147* New methods for several core classes.
148* Metadata integration to the core.
149* Error handlers can now be extended.
150* Templates: blocks can now be recursive.
151* Templates: Entries & Comments tags can now be sorted.
152* Templates: The template subsystem is quicker, linier, and ready to be extended.
153* Complete reworking of the settings system
154* Correct handling of postgresql non default schemas.
155* Admin: Autocompletion and further enhancing to tags handling.
156* Admin: Accessibility & ergonomic tweaks.
157* Admin: Administrator tag in users list.
158* Comment cookies are now specific to the blog rather than to the domain.
159* Password changes can now be mandatory.
160* jQuery updated to 1.4.2.
161* And way too many bugfixes and typos squashes to be listed.
162
163
164Dotclear 2.1.7 - 2010-05-25
165===========================================================
166* Auto-update procedure fix
167
168Dotclear 2.1.6 - 2009-10-01
169===========================================================
170* Install procedure fixes
171* Admin: Page managers can now create pages
172* Admin: several typos corrected.
173* Admin: Widgets now work in IE8.
174* Admin: Password protected posts can now be previewed.
175* Templates: tpl:Meta* are now tpl:Tags*.
176* Templates: <tpl:Entries lastn="0"> now display all posts.
177* new behavior: adminPageHTMLHead
178* DB schema: new blog_id field in log table
179* Media manager: Pubic folder can now be set on a different host.
180* WordPress import fixes
181* Dailymotion insertion fix
182* Upgrade procedure: CRLF removed in files that were bugging the upgrade.
183* JQuery updated to 1.3
184* IE7-js update
185* security: Full Path Disclosure protection. Thx to Karim Ayad for pointing it out.
186* and way too many bugfixes to be listed.
187
188Dotclear 2.1.5 - 2009-02-05
189===========================================================
190* Security release
191* Youtube insertion update
192
193Dotclear 2.1.4 - 2008-12-21
194===========================================================
195* Security flaw fix
196* WordPress import refining
197* XML-RPC improvements
198
199Dotclear 2.1.3 - 2008-11-19
200===========================================================
201* Admin: New upgrade procedure
202* Admin: Fixed video insertion bug
203* Template: New attributes
204  * url on EntryIf
205  * only_category on Blogroll
206  * no_context on Pagination
207* Template: New tag
208  * BlogID
209* Admin: escaped blog_id on authentication page
210
211Dotclear 2.1.1 - 2008-11-07
212===========================================================
213* Admin: Automatic Update bug fixes
214* Admin: Disable Automatic Update if no digests file
215* Admin: Javascript fixes in authentication page
216* Admin: Fixed errors with categories select boxes
217* Template: Added level attribute in tpl:Categories
218* Media: Added H.264/MPEG-4 AVC for mp4 files
219
220Dotclear 2.1 - 2008-11-01
221===========================================================
222* Subcategories
223* Admin: Automatic Update
224* Admin: Flash 10 support for uploader
225* Admin: mailto link in comment details
226* Admin: Embedded video size selection
227* Admin: Restrict session cookie path to admin
228* Media: H.264/MPEG-4 AVC (HD) support with m4v files
229* Inherited themes
230* WordPress XML-RPC methods support
231* True unicode URLs
232* Plugin: Widgets as template tags
233* Plugin: Filters in entries widgets and Blogroll
234* Plugin: Added vimeo.com in external media
235* Template: New tags
236  * LoopPosition
237  * CommentAuthorDomain
238  * CommentAuthorMD5
239  * EntryFirstImage
240  * EntryCategoryShortURL
241  * CategoryIf
242  * CategoryFirstChildren
243  * CategoryParents
244  * EntryCategoriesBreadcrum
245  * MediaURL
246
247Dotclear 2.0.2 - 2008-09-05
248===========================================================
249* New installation procedure
250* Plugin: WordPress import fixes
251* Plugin: Plain text export as downloadable files
252* Plugin: Message about URLs in Dotclear 1.2 import
253* Public: Display a message if search returns no result
254* Admin: Fixed some CSS bugs
255* Admin: Batch select/unselect entries
256* Admin: In a media item, find entries containing it
257
258Dotclear 2.0.1 - 2008-08-16
259===========================================================
260* Plugin: Fixed a bug with Dotclear 1.2 URLs import.
261* Plugin: Fixed a l10n bug in Pages
262* Admin: Enhanced plugins resources loading and cache
263
264Dotclear 2.0 - 2008-08-01
265===========================================================
266* Public: Atom becomes the default feed format. RSS 2 is always available.
267* Admin: design enhancements and new Dotclear logo
268* Admin: entries preview in blog context
269* L10N: New language manager with zip files support
270* Plugin: Import/Export plugin version 2.0 with import from Dotclear 1.2 and WordPress
271* Plugin: Pages enhancements (preview, sorting)
272* Plugin: support for jamendo and deezer in External Media
273* JSMin on JavaScript files instead of JS packing
274* SQLite 3 only support (PDO based)
275* Many bug fixes and major performances improvements
276
277Dotclear 2.0 RC2 - 2008-06-21
278===========================================================
279* FairTrackback spam filter
280* Language pack infrastructure
281* Bug fix on comment search with author "0"
282* Javascript fixes
283* dcAuth::sessionExists and dcAuth::checkSession new methods
284* Right management in dcAuth::sudo
285* Media File sorting options in media manager
286* CandyUpload, new uploader tool based on SWFUpload
287* New search engine robots options
288* New image options
289* L10N: Japanese and Portugues (Brazil) language packs
290* Many bug fixes and enhancements
291
292Dotclear 2.0 RC1 - 2008-05-01
293===========================================================
294* New: Pages plugin
295* New: Theme editor plugin
296* Entries: Text and WYSIWYG enhancements
297* Entries: Markup validator
298* Entries: Insertion of links to other entries from toolbar
299* Entries: External media insertion (dailymotion, youtube, google video)
300* Tags: Same list for new and existing entries
301* Tags: Tags can be removed on all associated entries
302* Tags: Tags can be removed on a post selection
303* Admin: Ask password for user management tasks, theme upload and plugin upload
304* Admin: New contextual help viewer
305* Media manager: Recreate thumbnails option
306* Media manager: Custom medium thumbnail size (per blog)
307* Media manager: Zip files extract support
308* Media manager: Zip file download of directory
309* Media manager: File exclusion pattern option
310* Themes and plugins: Zip as new package format
311* Themes and plugins: Upload
312* Themes and plugins: Upgrade within administration interface
313* Themes and plugins: Deletion
314* Public: New default theme: Blowup (fully customizable)
315* Public: Changed the way commenter cookie is handled
316* Themes: Template files moved to tpl/ directory
317* L10N: Polish, Catalan and Spanish translations
318* Misc: jQuery upgraded to 1.2.3
319* Misc: Crushed png files
320* Fixed many bugs
321
322Dotclear 2.0 beta 7 - 2007-07-12
323===========================================================
324* New way to display comments and trackbacks on entries in backend
325* Dashboard visual improvements
326* Default cache dir created by installation process
327* Option to limit posts and comments in feeds
328* Introduced UDBS for installation and upgrade
329* Changed handling of XML-RPC URLs
330* New option to force HTTPS redirect if wanted
331* Enforced cookies security (directory and ssl support)
332* Added Plugin auto-install and auto-upgrade support
333* Added trackbacks ttl and moderation preferences
334* Added an Internal search engine
335* FLV support in backend with Neolao player
336* Added nice messages if database is broken or Dotclear not installed
337* upgrade jQuery to 1.1.3
338* Fixed many bugs
339* Fixed security issues in backend
340
341Dotclear 2.0 beta 6 - 2007-02-19
342===========================================================
343* New antispam plugin, with a set of filters (rbl, ipblacklist, spamwords, akismet)
344* New admin dashboard page
345* Fixed unwanted logout bug
346* Added settings to disable template caching and allow PHP code
347* Blog preferences panel bug fix
348* New XML-RPC Client and Server
349* Comment posting permissions bug fix
350
351Dotclear 2.0 beta 5.4 - 2007-01-19
352===========================================================
353* Minor change on spam display in comments.php
354* Command line upgrade script and fix in load_plugin_file.php
355* Make akismet configurable only by superadmin with DC_AKISMET_SUPER
356* SQL optimisations
357* New comments view in post
358
359Dotclear 2.0 beta 5.2 - 2007-01-11
360===========================================================
361* Fixed a bug with imageMeta::getMeta
362* Enhanced dynamic file uploader
363* Move clearbricks files to their own repository
364* Fixed a bug with auto_br in wikiSimpleComment
365* Support for language restriction in feeds
366* Default theme structure changes
367* Fixed a PHP 5.0 compatibility issue
368* Installation Wizard
369
370Dotclear 2.0 beta 4 - 2006-12-26
371===========================================================
372* Performances enhancements.
373* Administration UI enhancements.
374* More user-friendly Widgets (version 1.5).
375* Switch to jQuery <http://jquery.com>.
376* Added jQuery in default theme.
377* Major changes in HTTP client and Feed Parser based on a
378  generic socket handler.
379* PHP 5.2 compatibility.
380* Code documentation (all core and most of clearbricks).
381* Many bug fixes.
382
383Dotclear 2.0 beta 3 - 2006-11-05
384===========================================================
385* Disallow special wrappers for fopen like functions.
386* XML/RPC improvements.
387* Read IPTC and EXIF metadata in uploaded pictures.
388* MySQL 4.1 support only.
389* Metadata import from Dotclear 1.2.x.
390* Akismet plugin.
391* Pings plugin.
392* Added a priority setting for plugins.
393* Many bug fixes.
394
395Dotclear 2.0 beta 2 - 2006-08-09
396===========================================================
397* DC_PLUGIN_ROOT can handle more than one path.
398* OPML/XBEL import in blogroll plugin.
399* Fixed a security issue in html::absoluteURLs().
400* Fixed issues with timezone on scheduled entries.
401* Multiple categories selection in tpl:Entries.
402* Improved dbLayer.
403* Changed category feed URL.
404* Feeds for tags (entries and comments).
405* Added attachments count on backend and frontend.
406* New settings code design. Can now handle wide system settings.
407* Memory usage improvements with autoloader.
408* Some code cleanup.
409* Feed parser improvements.
410* Themes can be configured if needed.
411* XMP support on JPEG files.
412* Media manager improvements.
413* Spamplemousse now uses DNSBL (and the guy who left the bug was fired).
414* Javascript editor and toolbar improvements.
415* RDS support (XML/RPC API discovery).
416* Added a theme with user stylesheet.
417* Plugins manager
Note: See TracBrowser for help on using the repository browser.

Sites map