Dotclear

source: CHANGELOG @ 1209:5d1a3e1e40a4

Revision 1209:5d1a3e1e40a4, 16.6 KB checked in by franck <carnet.franck.paul@…>, 12 years ago (diff)

Minor CSS adjustment, changelog of 2.5.1

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

Sites map