A new release which fixes:
- saving of files in theme editor when using syntaxic coloration;
- video insertion with the two editors
- badge position for dashboard modules counters
2019 Oct 1
By Franck on Tuesday 1 October 2019, 10:23
A new release which fixes:
2019 Aug 29
By Franck on Thursday 29 August 2019, 13:25
A small update that should fix the problem of modifying pages and posts in a language different from the interface language, when using CKEditor. It should also solve the problem encountered when updating 2.15 by users of PostgreSQL databases.
2019 Aug 12
By Franck on Monday 12 August 2019, 11:14
A very new version of Dotclear, focusing on code robustness, there is no more inline javasript and it's better for security; the backend is a little bit more comfortable with responsives lists and tables. It will be easier to cope with list of comments on your smartphone.
Note that the audio and video Flash players have been removed from this release — but they are not deleted during update.
Dashboard speaking you will be able to organize at will the position of differents "blocks" (icons, news, …); the WebP format is now supported — as far as your server is configured for ; some new codes have been added to the wiki syntax (subscript, superscript).
Check the « CHANGELOG » ;-)
Have fun and enjoy and happy birthday, tomorrow, to our favourite blog engine \o/
2018 Sep 26
By Franck on Wednesday 26 September 2018, 11:26
A little update which fix a configuration problem, experienced at least on some 1&1 servers, with a memory_limit
value (in PHP.ini) set to -1 (unlimited).
2018 Sep 4
By Franck on Tuesday 4 September 2018, 15:26
A little update which fixes some problems as:
Note: Some web browser extensions, as ad blocker, may block some features of the backend of your installation, as the wysiwyg editors. You should use their white list of those extension is this case.
2018 Aug 17
By Franck on Friday 17 August 2018, 09:43
A little update which fixes some problems as:
2018 Aug 14
By Franck on Tuesday 14 August 2018, 10:01
Some of you reported me some problems with this new release of Dotclear on servers running PHP 5.5 (which is obsolete).
So I recommend to switch to the 5.6 version of PHP or even better to the 7.1 or 7.2
2018 Aug 13
By Franck on Monday 13 August 2018, 10:07
Codename: Dark Crystal
Crystal because it's today the 15th anniversary of Dotclear which run on the best servers on this planet!
Dark because there is a new dark mode in the administration interface!
Dark Crystal because I do like this animation movie published 35 years ago :-)
Otherwise, it's business as usual…
Enjoy!
2018 Jan 27
By Franck on Saturday 27 January 2018, 07:48
A small update that fixes two annoying bugs in the theme editor (when syntax coloration is enabled) and with the traditional Dotclear editor, in XHTML mode.
2018 Jan 13
By Franck on Saturday 13 January 2018, 12:08
Some few words:
Enjoy!
The new encryption system for password does not require any migration procedure. This will be done only once at the very next user authentication.
The new password system implies two backward incompatibilities:
$core->auth->checkPassword($_POST['your_pwd'])
rather than $core->auth->checkPassword($core->auth->crypt($_POST['your_pwd']))
.If you need a unique UID/key, use http::browserUID(DC_MASTER_KEY.$core->auth->userID().$core->auth->cryptLegacy($core->auth->userID()))
(may be refined in future).
2017 Aug 13
By Franck on Sunday 13 August 2017, 04:49
A little update to fix a bug with the mustek default template set, used by a lot of themes. This release fixes also a small bug with media title during upload.
Do not forget to empty the cache of the templates (Maintenance plugin) as well as the cache of your browser after having made an update. In case you have opted for a manual update, do not forget to disconnect and reconnect, some updates (concerning the database) are made at this time.
2017 Jul 27
By Franck on Thursday 27 July 2017, 10:38
Tiny but eventually not so tiny update as the CHANGELOG shows. Anyway there is no new functionality, only improvements and bug fixes.
As the team is reduced since a lot of months/years, I decided to reduced the scope in terms of development as I'm the only dev still in activity and I have not more much courage to start (relatively) big projects[1] — yes, we have a bus factor of 1 in Dotclear.
So exit the REST API I wish to develop — but a third party plugin is in development to provide this feature —, exit also the integration of the Twig template engine, exit also a lot of tickets which stayed opened without anybody to take care of them.
I will continue to maintain Dotclear, indeed, in order to add some tiny missing features as UTF8-MB4 support for MySQL, a more robust password management and this will be included in the next 2.13 release which will need, at least, PHP 5.5 version — it's time to forget the older PHP 5.3 not more maintained now.
[1] First it's not funny at all to develop alone, second the lack of code review is as far as I know dangerous
2016 Dec 29
By Franck on Thursday 29 December 2016, 15:30
A new small update today that fixes some annoying bugs with PHP 5.3 and PHP 5.4; It also solves the problem of previewing the posts and pages being edited.
Do not forget to empty the cache of the templates (Maintenance plugin) as well as the cache of your browser after having made an update. In case you have opted for a manual update, do not forget to disconnect and reconnect, some updates (concerning the database) are made at this time.
2016 Dec 28
By Franck on Wednesday 28 December 2016, 14:21
A small update that fixes a problem when using a version of PHP earlier than 5.5.
This problem prevents the administration menu (left column) from being displayed with most plugins, or even prevents their access.
By Franck on Wednesday 28 December 2016, 10:00
A new version that deviates from our habits, since it is not published a 13, and ahead of schedule, since it was planned mid-February 2017. It also derogates with the habit of having a copious CHANGELOG (list of modifications / corrections).
Indeed, this version does not bring anything extraordinary except that it facilitates the use of Dotclear, and it corrects some bugs sometimes annoying on a daily basis:
The general aspect of the administration also changes because the 2.11 uses the system font available on your machine rather than the usual Helvetica Neue. It also changes because it implements a font size that fits, between two thresholds, the space available on your screen. You can change the general font size in your preferences (3 settings are available).
Note that we have dropped the support of old browsers, especially old versions of Internet Explorer, up to version 9 included; It makes it possible to use a little more easily some innovations of CSS 3, in particular the flex system.
But I let you discover this at home, once you have made the awaited update!
PS: This version requires PHP 5.3 a minimum, but I advise you to use PHP 5.6 or even PHP 7 without waiting - the latter offers a speed gain very appreciable. It is quite possible that the next version of Dotclear requires a newer version than the already obsolete 5.3.
Some technical details for plugin developers and blog administrators:
The new version 2.11 introduces a new system that allows to define and find the different places where a plugin may have settings.
It is necessary to define in the file _define.php of the plugin an additional property, named settings and which is constructed in the following way:
'settings' => array ( 'self' => '', 'blog' => '#params.id', 'pref' => '#user-options.id' )
The line with 'self' indicates that there are settings on the main page of the plugin (that is, for developers, in the index.php file).
The line with 'blog' indicates that there are settings in the blog settings, normally on the 'Settings' tab (#params is used for this) and at the first item id equal to the plugin id (you can for example position this id on the title element, h4 or h5, which precedes the options of the plugin).
The line with 'pref' indicates that there are settings in the user preferences, normally on the 'My options' tab (the #user-options is used for this) and at the first item id equal to the plugin id.
You can, and even must, specify only the lines that are relevant.
It is not obligatory to specify the id, in this case it is enough to simply specify the tab. It is also not necessary to specify the tab, in this case simply leave an empty string (").
The links will be displayed in the order in which they are defined in the 'settings' property.
Note: To this link list will be added first, if it exists, the link to the plugin's _config.php file.
Antispam plugin
'settings' => array ( 'self' => '', 'blog' => '#params.antispam_params' )
Tags plugin
'settings' => array ( 'pref' => '#user-options.tags_prefs' )
Maintenance plugin
'settings' => array ( 'self' => '#settings' )
The setting URLs are displayed in two places:
If you need more information on these technical developments, use the forum and/or development mailing list, or even the IRC channel #dotclear (irc.freenode.net) ...
« previous entries - page 4 of 8 - next entries »