Dotclear

source: CHANGELOG @ 372:cb84f40f1f4b

Revision 372:cb84f40f1f4b, 12.8 KB checked in by Dsls <dsls@…>, 14 years ago (diff)

Merge with latests bugfixes from 2.3.1

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

Sites map