Dotclear

source: CHANGELOG @ 1046:24b905e118ac

Revision 1046:24b905e118ac, 16.2 KB checked in by franck <carnet.franck.paul@…>, 13 years ago (diff)

Add daInstaller plugin to the distribution, closes #1359

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

Sites map