Dotclear

source: CHANGELOG @ 3469:712559193a6e

Revision 3469:712559193a6e, 32.8 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

CHANGELOG 2.11

RevLine 
[3469]1Dotclear 2.11 - 2016-12-28
2===========================================================
3* 🐘 PHP 5.3+ is required
4* 🛡 Security : Prevents XSS injection in media title, thanks smarterbitbybit for report
5* Cope with locale for sorting order if possible (work in progress)
6* Rich-text-editor (xhtml) may be disabled for Blog/Category description, widget's textareas, …
7* Add direct access to module's settings from plugins management page (depends on _define.php of modules)
8* Menus (except favorites) are now lexically sorted (except "new post" item)
9* Add Entry date as sort order in comments list
10* Switch admin CSS to Sass/Compass (work in progress)
11* Add 'l' and 'm' accesskey for editor toolbars, respectively for 'insert link' and 'select media' buttons
12* Add new categories attribute to EntryIf template tag
13* Remove Dublin-core metadata from <head> in template-sets
14* ToolMan (js) not more used, thank's Tim Taylor for all this years together!
15* Soft redesign of administration pages using responsive font-size and OS system fonts (IE 10+)
16* Add a user preference to hide additional/secondary information
17* Add actions on blog list, new sort order: blog status
18* Update CKEditor to 4.6.1
19* Open trackbacks with behaviors and add basic Webmention support
20* Add First Publication mecanism and an option to auto-ping when fired
21* Berlin theme is now based on Dotty template-set
22* Move advanced and plugins blog’s prefs in two separate foldable sections
23* Add legend and title insertion option for image insertion in entry
24* Some notices and messages may be hidden
25* Add urls attribute to CategoryIf template tag
26* CSP: Move admin CSP admin/csp_report.txt to DC_VAR/csp/csp_report.json
27* CSP: Violations are now stored only once in report if repeated
28* a11y: Remove empty link (href=#) from admin
29* Fix: Proxies may use standard HTTP(S) ports and SSL may now run through a proxy
30* Fix: Prevents precondition failed during activated theme update
31* 🐛 → Various bugs and typos fixed
32* 🌼 → A lot of locales and cosmetic adjustments
33* 🚽 → Housecleaning of no more used scripts, images, resources, IE 9- :-)
34
[3385]35Dotclear 2.10.4 - 2016-11-02
36===========================================================
37* PostgreSQL < 9.1 fix
38
[3377]39Dotclear 2.10.3 - 2016-11-01
40===========================================================
41* Security: Fix CVE-2016-7903: Password Reset Address Spoof — Thank's Hongkun Zeng for report
42* Security: Fix CVE-2016-7902: Media Manager, unrestricted File Upload — Thank's Hongkun Zeng for report
43* CSP: Cope with external sources used in editor's iframe to preview public external content
44* Fix: Cope with post.post_position field during flat import
45* Fix: Prevents precondition failed during currently activated theme update
46* Fix: Remove unecessary header (cope by dotclear) in page plugin
47* Fix: Let some proxies playing with standard http and https ports
48* Fix: Let SSL runs through a proxy, it may be ok, sometimes
49* 🐛 → Various bugs and typos fixed
50
[3316]51Dotclear 2.10.2 - 2016-08-17
52===========================================================
53* Update fails with PostgreSQL db support → fixed
54
[3309]55Dotclear 2.10.1 - 2016-08-15
56===========================================================
57* CSP (Content-Security-Policies) :
58  * Fix default directive for new installation
59  * Cope with media public URL for media manager
60  * Cope with blog public URL for post/page preview
61* Codemirror lib is now packed as the other Javascript lib are
62
[3296]63Dotclear 2.10 - 2016-08-13
64===========================================================
65* Security: Prevents .htaccess upload, thanks wiswat
66* Security: Prevents download of a zip media folder outside root media folder, thanks wiswat
67* Security: Prevents sort of SSRF/XSPA vulnerability in feed import, thanks wiswat
68* Security: Prevents reflected XSS in meda manager, thanks Chen Ruiqi
[3297]69* Security: Fix somes vulnerabilities in blogroll plugin, thanks Onur Yılmaz - Netsparker (https://www.netsparker.com)
[3296]70* Fix mix-content preview
71* Pure CSS3 sticky footer for admin pages (aka « footer de merde »)
72* Add missing breadcrumb styles for blowup theme
73* Currently logged super-admin may now change it's id wihtout loosing access at next login
74* The favorites icons may now be hidden from dashboard in user preferences
75* Number of posts/pages/comments are now displayed at top of lists, including quick filters depending on their status
76* Search widget has now a placeholder option (HTML5 only)
77* Add Apache 2.4+ directives in .htaccess
78* New favorites media folders (displayed at the top of recent folder list) in media manager
79* New pure HTML5 template set named dotty cloned from currywurst templateset
80* Codemirror lib updated (2.35.0 → 5.15.2) and moved to core:
81  * 40+ Codemirror themes are available — set in user preferences
82  * Fullscreen mode has been added (F11 switching key)
83  * 3rd party plugins may now load and run it with dcPage::jsLoadCodeMirror() and dcPage::jsRunCodeMirror(), see themeEditor plugin for example
84* New mark button for legacy editor (HTML5 only)
85* New with_category attribute for tpl:Entries
86* Add a /var directory:
87  * Set with DC_VAR constant in inc/config.php
88  * Admin URL of a var file should be retrieve with dcPage::getVF()
89  * Public URL of a var file should be retrieve with dcBlog::getVF()
90  * 3rd party plugins should create their own folder inside /var (aka DC_VAR) to keep it correctly organized
91* Emails and web site have been added to the comments filters' list
92* Some columns for posts and pages lists are now optional — set in user preferences
93* Add Post URL sample in blog parameters
94* CKEditor lib update (4.5.8 → 4.6.0)
[3300]95* Wiki syntax: new ") <text>" mark to generate aside blocks
[3296]96* CSP (Content Security Policies) have been implemented on admin pages:
97  * settings may be adjusted in system settings / about:config → system (see csp_admin… values)
98  * violation reports will be stored in admin/csp_report.txt (PHP 5.4+ only)
99  * new behaviour adminPageHTTPHeaderCSP may be used by 3rd party to adjust CSP directives
100* New behaviour adminPageHTTPheaders
101* New "Go Top" button displayed for long admin pages
[3299]102* 🐛 → Various bugs and typos fixed
[3296]103* 🌼 → Some locales and cosmetic adjustments
104
[3234]105Dotclear 2.9.1 - 2016-03-27
106===========================================================
[3296]107* Security: Add shtml extension to default media exclusion extension control, thanks Nitin Venkatesh for report
[3234]108* Changing theme is now allowed even with read-only theme folder
109* Audio media are not more preloaded in media manager pages
110* Array settings/prefs are stored with 'array' type rather than 'string'
111* 🐛 → Various bug fixes
112* 🌼 → Some cosmetic adjustments
113
[3173]114Dotclear 2.9 - 2016-02-29
115===========================================================
116* Additionnal menu items are now lexically sorted (default items and favorites order will be preserved)
117* Wiki syntax : Added ""marked text"" support (HTML5 only)
118* Session TTL are now adjustable (set DC_SESSION_TTL in inc/config.php)
119* Add behaviors for posts/pages/comments/users lists' columns → let 3rd party plugin playing with them
120* Blog and user lists are now lexically sorted
121* Some new filters have been added for post lists
122* Add a search engine in media manager (looking in filename, title and description metadata)
123* Add recent folders direct access mechanism for the media manager (setting in user prefs)
124* Add a another display mode (list) to the media manager
125* Details about currently selected thumbnail in media manager are now displayed
126* Shortcut access to the upload file form is now displayed on top on media page
127* Default insertion size (width and height) may now be defined for video media
128* Flash player fallback insertion is now optional for audio and video media
129* Modules may have dependencies on Dotclear core version too (using 'core' as module name)
130* Avoid mixed content (http vs https) for post/page preview: will open preview in another window if necessary
131* Finnish translation has been added
132* Content-length header is not more sent in HTTP response (should fix very long delays on some servers)
133* Template engine : add tpl:EntryAuthorEmailMD5 and tpl:EntryCategoryDescription tags
134* A new pref/setting array type is now available (JSON encoded in db)
135* Cope with sort of "un-attached" media → allows new features as "featured media" plugin
[3176]136* CKEditor library updated from 4.5.1 to 4.5.8
[3179]137* Update jQuery from 1.11.3 to 2.2.0, jQuery-migrate from 1.2.1 to 1.3.0, jQuery-ui-custom from 1.11.2 to 1.11.4
138* Provide jQuery 2.2.0 for public use (themes/plugins) - 1.4.2 (default) and 1.11.3 still provided
[3194]139* Some locales added or updated
[3173]140* PHP 7 compliance, PHP 5.3 min
141* Fix : Cope with "unknown" scheme in url (ie nor http: neither https: is defined in origin url)
142* Fix : Let select another theme even if theme folder is read-only
143* Fix : XML-RPC media uploaded are not more twice Base64 decoded
144* And plenty of other 🐛 🔫, various 🌼 adjustments, and also lot of 🍻 drunk
145
[3123]146Dotclear 2.8.2 - 2015-10-25
[3122]147===========================================================
148* Security fix : Fixed potential XSS on comments management page
149* Security fix : Enforce media exclusion control
150* Php 5.5 leaves NULL chars in unpack ==> add trim, fixed
151* Media title (in standard mode) is now taken into account on upload
152* Some 🐛 🔫
153
[3095]154Dotclear 2.8.1 - 2015-09-23
155===========================================================
156* Fix admin pager parameters escaping - thanks Keiko Yashiki from JPCERT/CC for reporting this XSS
157* Error on changing post author in entries' lists: fixed
158* Cope with unknown URL scheme in X-Frame-Options
159* One ot two of 🍻 drunk
160
[3067]161Dotclear 2.8 - 2015-08-13
162===========================================================
163* New module dependencies system (plugins)
164* Theme editor: Cope with css theme sub-folder
165* extension/heritage system applied to mustek templateset
166* installation wizard now allows SQLite engine
167* Legacy editor toolbar may now be displayed below textarea
168* Breadcrumb plugin added to the distribution, included in mustek/currywurst templatesets
169* Allow a fifth parameter (optional) for image to insert a legend using figure/figcaption tags (wiki)
170* XHTML validator removed from legacy editor
171* Update jQuery from 1.11.2 to 1.11.3
172* Add a blog parameter to disable internal search
173* Add some sort orders and filters criteria for posts and comments
174* Update CKEditor from 4.4.8 to 4.5.2
175* Add IP and antispam filter columns when displaying spams
176* Add actions to directly blacklist IP from comments list
177* Lexical sort order for tags and widgets
178* Use HTML5 audio tag for MP3 attachments
[3070]179* Bye the 🐈, welcome the 🐸
180* Lot of 🐛 🔫
181* Various 🌼 adjustments
182* Full of 🍻 drunk
[3067]183
[2958]184Dotclear 2.7.4 - 2015-02-13
185===========================================================
186* Berlin theme: resources usage has been optimized
187* currywurst templateset: head-linkrel block name fixed
188* Current editor syntax: now displayed near edited field (post/page/quick entry)
189* Some admin URLs were malformed: fixed
190* Post/page preview: anti-clickjacking system fixed
191* The cat is valid now
192
[2913]193Dotclear 2.7.3 - 2015-01-13
[2897]194===========================================================
195* Restore advanced edition of category description (as in 2.6)
196* Various bug fixes
[2898]197* Some cosmetic adjustments
[2897]198
[2879]199Dotclear 2.7.2 - 2014-12-25
200===========================================================
201* Dotclear wiki could not be used by standard user: fixed
202
[2874]203Dotclear 2.7.1 - 2014-12-25
204===========================================================
205* Various bug fixes
206* Some cosmetic adjustments
207
[2833]208Dotclear 2.7 - 2014-12-13
209===========================================================
210* Security : protection against clickjacking may be activated (see blog parameters)
211* Switch to HTML5 : backend, templatesets and themes
212* ARIA roles in da place (a11y)
213* Multiple templatesets : mustek (legacy) and currywurst
214* Themes may use extension/heritage template mechanisms
215* New theme (Berlin) based on currywurst templateset
216* New WYSIWYG editor (CKEditor)
217* Dotclear Wiki now produces HTML5 compatible markup
218* Video and audio HTML5 tags are now used (with fallback to flash if possible)
219* Copying default theme to user-defined theme folder is not more necessary
220* Preview of comment may be optional (see blog parameters)
221* Widgets may be put offline without deleting them
222* jQuery version may be choosen between 1.4.2 (default) and 1.11.1 (see blog parameters)
223* Number of posts listed on home page may be different than other pages (see blog parameters)
224* Hidden folders are now hidden in media manager (set DC_SHOW_HIDDEN_DIRS to true in config.php to display them)
225* User-defined template files may be reset (deleted) in theme editor
226* Drag'n'drop now enabled on touch screens
227* Alternative syntax may be set for comments by third-party plugins
228* A lot of bug fixes
229* Much more cosmetic adjustements and enhancements
230
[2732]231Dotclear 2.6.4 - 2014-08-18
232===========================================================
233* Security fix: Sanitize search request. Thanks to Takayuki Uchiyama
234* Security fix: Strenghened xmlrpc (see http://www.breaksec.com/?p=6362)
235
[2712]236Dotclear 2.6.3 - 2014-05-16
237===========================================================
[2718]238* Security fix: Strengthened xmlrpc auth. Thanks to Egidio Romano
239* Security fix: Strengthened categories ordering. Thanks to Egidio Romano
[2712]240
[2636]241Dotclear 2.6.2 - 2014-01-20
242===========================================================
243* Security fix: Fixed potential code injection on password protected post/page. Thanks to Charlie Briggs
244* Bugfix: cope with numeric module (plugin/theme) id
245* Bugfix: Bad SQL syntax when using SQLite
246* Bugfix: BlogParentThemeURL template value is back
247* Various bug fixes
248
[2578]249Dotclear 2.6.1 - 2013-11-22
250===========================================================
251* Bugfix: trackbacks/pingbacks post URL
252* Bugfix: short/full list of tags (post edition)
253* Bugfix: Toolbar not drawn on new comment form (administration)
254* Various bug fixes
255* Some cosmetic adjustments
256
[2536]257Dotclear 2.6 - 2013-11-13
258===========================================================
259* Various bug fixes
260* Various cosmetic adjustments
261
[2340]262Dotclear 2.6-RC - 2013-10-18
263===========================================================
[2480]264* PHP 5.2 required
265* jQuery upgraded to 1.10.2 (including jQuery migrate plugin 1.2.1)
266* mySQLi support (now proposed by default rather than mySQL)
267* Administration revamped, relooked, redesigned, new icons, new ergonomic's behaviours
268* Administration is now responsive (easier to cope with it on small devices)
269* Administration menu re-organized
270* a11y (accessibility) everywhere, with and whithout Js
271* Success, notice and warning messages have been harmonized
272* daInstaller has been dispatched in core (in plugins and blog themes management)
273* Global help is now available, contextual help is available on every page
274* Media manager enhanced
275* Maintenance plugin revamped and enhanced (now includes export features)
276* Categories management enhanced
277* Plugins and themes management revamped
278* New “Plumetis” variation for Blowup theme
279* Jasmine is now used for unit testing of js components
280* A lot of bug fixes
281* A lot of cosmetics adjustments
282* A lot of enhancements
[2340]283
[1791]284Dotclear 2.5.3 - 2013-09-13
285===========================================================
286* Bugfix: l10n Clearbricks library
287* Bugfix: post's comments and trackbacks counters
288* Check public and cache directories (existence and permissions)
289* Avoid Categorie's identical URL as far as possible
290* Cope with alpha layers in PNG images for thumbnails generation
291* Add password strength indicators
292* Fix permission form (checkboxes management)
293* Better management of antispam filters
294* Minor enhancements
295* Various bug fixes
296* Various cosmetic adjustments
297
[1350]298Dotclear 2.5.2 - 2013-08-14
299===========================================================
300* Security fix: Fixed potential XSS
301* Bugfix: l10n Clearbricks library
302* <tpl:LoopPosition> now works <tpl:Attachments>
303* Dotclear update check may now be forced (ignoring cache)
304* Enforce integration of daInstaller plugin
305* Tags link button is now available on page editor
306* Default cache age is now 1 week instead of 2 hours
307* Quick entry dashboard module is not activated by default on new installation
308* New template {{tpl:BlogParentThemeURL}} (return URL of parent theme of blog's theme if any, URL of blog's theme otherwise)
309* Fix post comments number on comments deletion
310* Fix order of backup files
311* Minor enhancements
312* Various bug fixes
313* Various cosmetic adjustments
314
[1209]315Dotclear 2.5.1 - 2013-07-20
316===========================================================
317* Security fix: Replacement of swfupload.swf by a jQuery plugin
318* Security enhancement: Strenghened lists display
319* Thumbnails quality improved
[1216]320* Minor enhancements
[1209]321* Various bug fixes
322* Various cosmetic adjustments
323
[1114]324Dotclear 2.5.0 - 2013-03-12
[1008]325===========================================================
[1114]326* Security fix: XSS vulnerabilities in swfupload.swf (media enhanced uploader)
[1083]327* Ductile theme may now use webfont (from Google, Adobe and similar providers)
[1046]328* daInstaller plugin is now included in the official distribution
[1044]329* The media enhanced uploader may now be temporarily enabled or disabled
330* Add mass expand on posts and comments lists
331* Allow wildcard for IP address on comments filters
332* Add ability to delete non empty category (and move its content to another category)
[1008]333* Every types of entries may be used to inserted an entry link in current edited post
334* Add (none) option to image insertion title pattern
335* Smileys are not more converted in image in pre,code,kbd,script and math contents
336* Notes' title can be now enclosed in h4 (default), h3 or p HTML tag
337* Now display translated name and desc of plugins
338* Add publication date validation on post and page editing forms
339* Add description to widgets
340* Add syntax color option to theme editor plugin
341* Add delete button on media item page
342* Add/complement display modes (all pages, home page only, except on home page) for all widgets
343* {{tpl:Widgets}} without type attribute set displays now all widgets (from nav, extra and custom)
344* Add {{tpl:else}}, {{tpl:TagCount}}, <tpl:TagIf>, {{tpl:CategoryEntriesCount}} template tags
345* Add cat_only, no_tag and content_only attributes to {{tpl:EntryFirstImage}} tag
346* Add capitalize attribute to template filters' list
347* Enhance links lookup anti spam filter
348* Add hidden optional attribute for pages
349* Adaptative compression rate for thumbnails generation
350* Add timestamp on admin information messages
[1083]351* Update to jQuery 1.8.3 and jQuery-UI 1.9.2 (custom)
[1008]352* Add default favicon.ico
353* Add default attributes settings for image,mp3,flv insertion
354* Various bug fixes
355* Various cosmetic updates and contrast adjustments
356
[868]357Dotclear 2.4.4 - 2012-08-13
358===========================================================
359* Bugfix: Programmed entries works again.
360* Compatibility fix: widgets are now fully php >=5.3 compliant
361* Security fix: potential CSRF in user management
362* has_tag now part of dotclear core, moved from tag plugin.
363* empty title fixed on rss reader widget
364
[824]365Dotclear 2.4.3 - 2012-05-18
366===========================================================
367* Admin: My favorites menu can be hidden
368* Admin: Fix wordpress importer
369* Admin: about:config and user:pref tables are now more readable
370* Ductile theme: Blog logo can be changed
371* New lithuanian language (thanks to Paulius Černakauskas)
372* Various bug fixes
373
[798]374Dotclear 2.4.2 - 2012-02-11
375===========================================================
376* Security fix release
377* 4 XSS vulnerabilities fixed, discovered by High-Tech Bridge
378
[787]379Dotclear 2.4.1.2 - 2011-12-24
[777]380===========================================================
[787]381* Happy Christmas!
[788]382* Security: fixed one SQL injection vulnerability in Clearbricks, thanks to Adjaya
[787]383* New behaviour: publicGetURLFor
384* New behaviour: publicRegisterURL
385* New behaviour: templatePrepareParams
[777]386* Changed the way to get artefacts URLs, through $core->url->getURLFor calls, instead of $core->url->getBase()
387* new/updated parameter sql_only in $core->blog->getPosts and $core->blog->getComments
388
[787]389Dotclear 2.4.0 - 2011-11-13
[331]390===========================================================
[737]391* Admin: new iconset from Thomas Daveluy
392* Admin: Accessibility enhancements
393* Added a custom widget sidebar
394* Added a new theme (Ductile)
395* Added a new plugin (simpleMenu)
[331]396* handling of postgres non default schemas (db_prefix = 'schema.prefix')
[761]397* New iconset mechanism
398* New behaviour: coreBlogBeforeGetPosts
399* Security fix: Spam comments feed now checks for blog permission. Thanks to Romuald Brunet.
[737]400* Various bug fixes
[331]401
[787]402Dotclear 2.3.1 - 2011-06-14
[332]403===========================================================
404* Updated makefile for cleaner distrib.
405* Better localization handling for prefs and shortcuts.
406* Misc JS & CSS cleaning.
407* Import/Export preferences-related bugfix.
[368]408* Administrative mail address is now configurable.
409* Security: one minor fix and changes for two potential problems. Thanks to Jeremie Boutoille
[332]410
[278]411Dotclear 2.3.0 - 2011-05-16
412===========================================================
413* Admin: Major backend redesign
414* Admin: Customizable Dashboard
415* Admin: New Favourites admin submenu
416* Admin: New user preferences backend
417* Admin: Accessibility enhancements
418* Admin: Inline help extended
419* Templates: Default theme templates moved to inc/public/default-templates
420* Clearbricks: External libraries relocated to inc/libs
421* Clearbricks: fixed utf-8 and mysql strict mode problems
422* Added a safe mode connection, disabling all plugins
423* Mysqli support (config.php may need to be updated manually)
424* Fixed dcLog bug with pgsql
425* Fixed comment/trackbacks counters reset.
426* Several other bug fixes
427
428
[3]429Dotclear 2.2.3 - 2011-04-01
430===========================================================
431* Security fix in media manager. Thx to Raphaël
432* Bugfix : 2.2.2 was preventing manual thumbnail regeneration.
433* Database handling bugfixes
434
[0]435Dotclear 2.2.2 - 2011-01-17
436===========================================================
437* Bugfix: 2.2.1 was blocking new installations
438* Autoupdate procedure should now be "bad ftp client configuration"-proof.
439* Several other small bugfixes
440
441Dotclear 2.2.1 - 2011-01-15
442===========================================================
443* ExternalMedia is not part of the core distribution anymore
444* New attribute to tpl:SysIf: blog_id
445* New behaviour: adminMediaItemForm
446* Several bugfixes
447* Several code optimizations
448* Several typos corrected
449* Security fix in Clearbricks. Thx to François Pierre-Doray for pointing it out.
450
451Dotclear 2.2 - 2010-07-01
452===========================================================
453* New installation wizard.
454* Several new behaviours:
455     - adminCommentHeaders
456     - adminCommentsActionsCombo
457     - adminCommentsActions
458     - adminCommentsActionsContent
459     - adminBeforeCommentDelete
460     - adminPostsActionsHeaders
461     - adminUsersActionsCombo
462     - coreBeforeCategoryCreate & coreAfterCategoryCreate
463     - coreBeforeCategoryUpdate & coreAfterCategoryUpdate
464     - coreBeforeLogCreate & coreAfterLogCreate
465     - coreBeforePostCreate & coreAfterPostCreate
466     - coreBeforePostUpdate & coreAfterPostUpdate
467     - coreMediaConstruct
468     - templateCustomSortByAlias
469     - urlHandlerGetArgsDocument
470* New methods for several core classes.
471* Metadata integration to the core.
472* Error handlers can now be extended.
473* Templates: blocks can now be recursive.
474* Templates: Entries & Comments tags can now be sorted.
475* Templates: The template subsystem is quicker, linier, and ready to be extended.
[2480]476* Complete reworking of the settings system
[0]477* Correct handling of postgresql non default schemas.
478* Admin: Autocompletion and further enhancing to tags handling.
479* Admin: Accessibility & ergonomic tweaks.
480* Admin: Administrator tag in users list.
481* Comment cookies are now specific to the blog rather than to the domain.
482* Password changes can now be mandatory.
483* jQuery updated to 1.4.2.
484* And way too many bugfixes and typos squashes to be listed.
485
486
487Dotclear 2.1.7 - 2010-05-25
488===========================================================
489* Auto-update procedure fix
490
491Dotclear 2.1.6 - 2009-10-01
492===========================================================
493* Install procedure fixes
494* Admin: Page managers can now create pages
495* Admin: several typos corrected.
496* Admin: Widgets now work in IE8.
497* Admin: Password protected posts can now be previewed.
498* Templates: tpl:Meta* are now tpl:Tags*.
499* Templates: <tpl:Entries lastn="0"> now display all posts.
500* new behavior: adminPageHTMLHead
501* DB schema: new blog_id field in log table
502* Media manager: Pubic folder can now be set on a different host.
503* WordPress import fixes
504* Dailymotion insertion fix
505* Upgrade procedure: CRLF removed in files that were bugging the upgrade.
506* JQuery updated to 1.3
507* IE7-js update
508* security: Full Path Disclosure protection. Thx to Karim Ayad for pointing it out.
509* and way too many bugfixes to be listed.
510
511Dotclear 2.1.5 - 2009-02-05
512===========================================================
513* Security release
514* Youtube insertion update
515
516Dotclear 2.1.4 - 2008-12-21
517===========================================================
518* Security flaw fix
519* WordPress import refining
520* XML-RPC improvements
521
522Dotclear 2.1.3 - 2008-11-19
523===========================================================
524* Admin: New upgrade procedure
525* Admin: Fixed video insertion bug
526* Template: New attributes
527  * url on EntryIf
528  * only_category on Blogroll
529  * no_context on Pagination
530* Template: New tag
531  * BlogID
532* Admin: escaped blog_id on authentication page
533
534Dotclear 2.1.1 - 2008-11-07
535===========================================================
536* Admin: Automatic Update bug fixes
537* Admin: Disable Automatic Update if no digests file
538* Admin: Javascript fixes in authentication page
539* Admin: Fixed errors with categories select boxes
540* Template: Added level attribute in tpl:Categories
541* Media: Added H.264/MPEG-4 AVC for mp4 files
542
543Dotclear 2.1 - 2008-11-01
544===========================================================
545* Subcategories
546* Admin: Automatic Update
547* Admin: Flash 10 support for uploader
548* Admin: mailto link in comment details
549* Admin: Embedded video size selection
550* Admin: Restrict session cookie path to admin
551* Media: H.264/MPEG-4 AVC (HD) support with m4v files
552* Inherited themes
553* WordPress XML-RPC methods support
554* True unicode URLs
555* Plugin: Widgets as template tags
556* Plugin: Filters in entries widgets and Blogroll
557* Plugin: Added vimeo.com in external media
558* Template: New tags
559  * LoopPosition
560  * CommentAuthorDomain
561  * CommentAuthorMD5
562  * EntryFirstImage
563  * EntryCategoryShortURL
564  * CategoryIf
565  * CategoryFirstChildren
566  * CategoryParents
567  * EntryCategoriesBreadcrum
568  * MediaURL
569
570Dotclear 2.0.2 - 2008-09-05
571===========================================================
572* New installation procedure
573* Plugin: WordPress import fixes
574* Plugin: Plain text export as downloadable files
575* Plugin: Message about URLs in Dotclear 1.2 import
576* Public: Display a message if search returns no result
577* Admin: Fixed some CSS bugs
578* Admin: Batch select/unselect entries
579* Admin: In a media item, find entries containing it
580
581Dotclear 2.0.1 - 2008-08-16
582===========================================================
583* Plugin: Fixed a bug with Dotclear 1.2 URLs import.
584* Plugin: Fixed a l10n bug in Pages
585* Admin: Enhanced plugins resources loading and cache
586
587Dotclear 2.0 - 2008-08-01
588===========================================================
589* Public: Atom becomes the default feed format. RSS 2 is always available.
590* Admin: design enhancements and new Dotclear logo
591* Admin: entries preview in blog context
592* L10N: New language manager with zip files support
593* Plugin: Import/Export plugin version 2.0 with import from Dotclear 1.2 and WordPress
594* Plugin: Pages enhancements (preview, sorting)
595* Plugin: support for jamendo and deezer in External Media
596* JSMin on JavaScript files instead of JS packing
597* SQLite 3 only support (PDO based)
598* Many bug fixes and major performances improvements
599
600Dotclear 2.0 RC2 - 2008-06-21
601===========================================================
602* FairTrackback spam filter
603* Language pack infrastructure
604* Bug fix on comment search with author "0"
605* Javascript fixes
606* dcAuth::sessionExists and dcAuth::checkSession new methods
607* Right management in dcAuth::sudo
608* Media File sorting options in media manager
609* CandyUpload, new uploader tool based on SWFUpload
610* New search engine robots options
611* New image options
612* L10N: Japanese and Portugues (Brazil) language packs
613* Many bug fixes and enhancements
614
615Dotclear 2.0 RC1 - 2008-05-01
616===========================================================
617* New: Pages plugin
618* New: Theme editor plugin
619* Entries: Text and WYSIWYG enhancements
620* Entries: Markup validator
621* Entries: Insertion of links to other entries from toolbar
622* Entries: External media insertion (dailymotion, youtube, google video)
623* Tags: Same list for new and existing entries
624* Tags: Tags can be removed on all associated entries
625* Tags: Tags can be removed on a post selection
626* Admin: Ask password for user management tasks, theme upload and plugin upload
627* Admin: New contextual help viewer
628* Media manager: Recreate thumbnails option
629* Media manager: Custom medium thumbnail size (per blog)
630* Media manager: Zip files extract support
631* Media manager: Zip file download of directory
632* Media manager: File exclusion pattern option
633* Themes and plugins: Zip as new package format
634* Themes and plugins: Upload
635* Themes and plugins: Upgrade within administration interface
636* Themes and plugins: Deletion
637* Public: New default theme: Blowup (fully customizable)
638* Public: Changed the way commenter cookie is handled
639* Themes: Template files moved to tpl/ directory
640* L10N: Polish, Catalan and Spanish translations
641* Misc: jQuery upgraded to 1.2.3
642* Misc: Crushed png files
643* Fixed many bugs
644
645Dotclear 2.0 beta 7 - 2007-07-12
646===========================================================
647* New way to display comments and trackbacks on entries in backend
648* Dashboard visual improvements
649* Default cache dir created by installation process
650* Option to limit posts and comments in feeds
651* Introduced UDBS for installation and upgrade
652* Changed handling of XML-RPC URLs
653* New option to force HTTPS redirect if wanted
654* Enforced cookies security (directory and ssl support)
655* Added Plugin auto-install and auto-upgrade support
656* Added trackbacks ttl and moderation preferences
657* Added an Internal search engine
658* FLV support in backend with Neolao player
659* Added nice messages if database is broken or Dotclear not installed
660* upgrade jQuery to 1.1.3
661* Fixed many bugs
662* Fixed security issues in backend
663
664Dotclear 2.0 beta 6 - 2007-02-19
665===========================================================
666* New antispam plugin, with a set of filters (rbl, ipblacklist, spamwords, akismet)
667* New admin dashboard page
668* Fixed unwanted logout bug
669* Added settings to disable template caching and allow PHP code
670* Blog preferences panel bug fix
671* New XML-RPC Client and Server
672* Comment posting permissions bug fix
673
674Dotclear 2.0 beta 5.4 - 2007-01-19
675===========================================================
676* Minor change on spam display in comments.php
677* Command line upgrade script and fix in load_plugin_file.php
678* Make akismet configurable only by superadmin with DC_AKISMET_SUPER
679* SQL optimisations
680* New comments view in post
681
682Dotclear 2.0 beta 5.2 - 2007-01-11
683===========================================================
684* Fixed a bug with imageMeta::getMeta
685* Enhanced dynamic file uploader
686* Move clearbricks files to their own repository
687* Fixed a bug with auto_br in wikiSimpleComment
688* Support for language restriction in feeds
689* Default theme structure changes
690* Fixed a PHP 5.0 compatibility issue
691* Installation Wizard
692
693Dotclear 2.0 beta 4 - 2006-12-26
694===========================================================
695* Performances enhancements.
696* Administration UI enhancements.
697* More user-friendly Widgets (version 1.5).
698* Switch to jQuery <http://jquery.com>.
699* Added jQuery in default theme.
700* Major changes in HTTP client and Feed Parser based on a
701  generic socket handler.
702* PHP 5.2 compatibility.
703* Code documentation (all core and most of clearbricks).
704* Many bug fixes.
705
706Dotclear 2.0 beta 3 - 2006-11-05
707===========================================================
708* Disallow special wrappers for fopen like functions.
709* XML/RPC improvements.
710* Read IPTC and EXIF metadata in uploaded pictures.
711* MySQL 4.1 support only.
712* Metadata import from Dotclear 1.2.x.
713* Akismet plugin.
714* Pings plugin.
715* Added a priority setting for plugins.
716* Many bug fixes.
717
718Dotclear 2.0 beta 2 - 2006-08-09
719===========================================================
720* DC_PLUGIN_ROOT can handle more than one path.
721* OPML/XBEL import in blogroll plugin.
722* Fixed a security issue in html::absoluteURLs().
723* Fixed issues with timezone on scheduled entries.
724* Multiple categories selection in tpl:Entries.
725* Improved dbLayer.
726* Changed category feed URL.
727* Feeds for tags (entries and comments).
728* Added attachments count on backend and frontend.
729* New settings code design. Can now handle wide system settings.
730* Memory usage improvements with autoloader.
731* Some code cleanup.
732* Feed parser improvements.
733* Themes can be configured if needed.
734* XMP support on JPEG files.
735* Media manager improvements.
736* Spamplemousse now uses DNSBL (and the guy who left the bug was fired).
737* Javascript editor and toolbar improvements.
738* RDS support (XML/RPC API discovery).
739* Added a theme with user stylesheet.
[787]740* Plugins manager
Note: See TracBrowser for help on using the repository browser.

Sites map