Dotclear

source: CHANGELOG @ 1083:564b4948b219

Revision 1083:564b4948b219, 16.3 KB checked in by franck <carnet.franck.paul@…>, 13 years ago (diff)

Oops

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

Sites map