Dotclear

Dotclear News

Entries feed - Comments feed

2024 Feb 13

Dotclear 2.29

After several complicated versions for plugins and themes, this version 2.29 does not break compatibility for everything that was adapted for 2.28.

There are quite a few new features, but they are lighter than in previous versions. Of particular note is a new dashboard dedicated entirely to managing updates, which will help to better separate update-related processes from the rest of the code and avoid a complete multi-blog crash. You'll see it in action in the next version.

New features :

  • Dashboard dedicated to update management.
  • Switch from JQuery to Vanilla for various javascript functions,
  • Ability to modify theme .php files,
  • Addition of behaviors (adminPostAfterButtons, adminPageAfterButtons),
  • Overhaul of image attributes (accessibility) inserted via editors,
  • Changes to styles on the admin side (particularly the buttons),
  • Numerous UI/UX/a11y tweaks (see CHANGELOG)

2023 Nov 19

Dotclear 2.28.1

Inevitably, we look everywhere, test a thousand times, and then a small typing error creeps into the well-oiled cogs and so this morning a small maintenance version with some light visible effect.

Yes, again :-)

PS: You should use safe-mode (as described in previous post) if you upgrade from 2.27.3 or lower version.

2023 Nov 15

Dotclear 2.28

The new version for the festive season.

Be careful before updating!!!

We strongly recommend that you perform the update in rescue mode, which will then allow you to update the plugins that need updating.

If some plugins have no updates available, we advise you to temporarily deactivate them (in rescue mode) and then check their operation one by one (one re-activation at a time) in normal mode.

If you have trouble logging in after the update, delete the associated cookies before refreshing the login page.

What's changed

It's essentially the internal code (the engine) that has been modernized, something we had already started with the latest Dotclear 2.27 and which is now complete, at least for the PHP code. We'll now be able to concentrate on new functionalities; more on that when the time comes.

On the visible side, we've added full support for the Avif format for images, alongside the already-supported JPEG, WebP, PNG and Gif, and we've fixed a number of small, more or less annoying bugs.

Don't forget the forum if you have any difficulties (comments are not for that), and in the case of more technical problems we may advise you to open a ticket.

2023 Aug 31

Dotclear 2.27.3

A new version that corrects a few problems encountered with installation, plugin and theme dependency management, the password recovery procedure, flat export and when certain widget settings were incorrect.

2023 Aug 22

Dotclear 2.27.2

A new maintenance release that includes a few fixes for errors encountered with previous versions 2.27 and 2.27.1.

2023 Aug 14

Dotclear 2.27.1

Inevitably, we look everywhere, test a thousand times, and then a small typing error creeps into the well-oiled cogs and so this morning a small maintenance version with no visible effect.

2023 Aug 13

Dotclear 2.27

As is often the case, we'd planned for the best, but along the way we've become reasonable again, given our respective availabilities, with a few visible improvements and, above all, a lot of invisible work to modernize the code and get rid of old stuff.

This quarter, version 2.27 introduces theme previews with the blog's current content, which can be useful for a visual check before activating a theme, and we've added and completed (with the help of translation engines) a few languages; but above all, this version is the last to support PHP 7.4 and PHP 8.0.

We therefore advise you to switch to PHP 8.1 or PHP 8.2 if you wish to continue upgrading in the future. Note that not doing so will not prevent you from using 2.27 for a long time to come - it's up to you.

Finally, we'd like to wish DotClear a happy 20th birthday with a capital C, as Olivier wrote in his announcement post (in French)!

2023 Jun 4

Dotclear 2.26.1

A small maintenance release, as is customary after a major release, to resolve a few problems encountered since then.

The next major release (2.27) is scheduled for mid-August, which will also be the occasion to celebrate Dotclear's 20th anniversary, and you should know that this version will be the last to still support PHP 7.4.

Starting with 2.28, which will be released at the end of the year (mid-November a priori), you'll need at least PHP 8.1 to run.

You can already prepare for this by switching to this version, or even better to 8.2, as Dotclear has been supporting it well for several versions now!

2023 May 13

Dotclear 2.26

A new version which update should pass without major problem for most of you.

Nothing extraordinary this time, mostly small improvements here and there, and it is especially on the side of the code that the main thing has been done because for the first time since the first version of Dotclear 2, the Clearbricks library is no longer part of it, or rather has been integrated directly into the code of Dotclear.

It was also the occasion to reinforce the unit tests and the static analysis of the code (with PHPStan, PSalm and Rector) which will continue to be progressively modernized (there is quite a lot left).

A new theme is under development and it should, if possible, be part of the next major release — which will also mark Dotclear's 20th anniversary —, but as we've often said here: "It will be when it is ready!".

Moreover, the redesign of the administration architecture is under study, in particular to benefit from the latest HTML and CSS possibilities. There might be some breakage, but we'll try to limit the damage, as usual.

Have a good update!

2023 Feb 25

Dotclear 2.25.3

An update that fixes some bugs encountered with the last 2.25.2.

2023 Feb 19

Dotclear 2.25.2

An update that fixes some bugs encountered with the last 2.25.1.

2023 Feb 18

Dotclear 2.25.1

An update that fixes some bugs encountered with the last 2.25.

2023 Feb 13

Dotclear 2.25

A new version of Dotclear for which you should encounter fewer problems, if any, than at the time of the update to 2.24.

This version essentially incorporates a code modernization - a modernization that should continue for a few more quarters.

It is possible that in the near future the required PHP version will change, especially to allow us to focus on code modernization. For now it is still PHP 7.4, but the 2.25 administration interface will tell you, if you are still using this version, that it is time to consider switching to PHP 8.0 or PHP 8.1, or even PHP 8.2 for which we have worked hard to ensure compatibility.

A small note to plugin developers: It was optional until now to define the module type in the _define.php file; it is likely that the future 2.26 will require it, so add this line in the properties:

'type' => 'plugin',

Take example on one of the plugins distributed with Dotclear if necessary.

The changelog of the 2.25:

  • 🐘 PHP 7.4+ is required, PHP 8.0/8.1 compliance (and as far as we know PHP 8.2)
  • Core: New plugin/theme code structure (using a brand new autoloader), old plugins/themes remain compatibles
  • Core: Clearbricks is now included in Dotclear code, not more as a git sub-module
  • Core: Update last step will not redirect to the safe-mode login page
  • Core: No more need to add namespace (blog-settings) / workspace (user-preferences) before using them
  • Core: Add possible using of external db driver (Experimental)
  • Core: Add support of .mjs ECMAScript module files
  • Core: Remove unnecessary and weak protection code
  • Core: Move some legacy and proxy code in dcProxyV2 plugin
  • a11y: Some aria attributes have been set in backend
  • Theme: Merge default smilies and blog's smilies (the blog's smilies have a higher priority)
  • Theme: Merge plugin blowupConfig into theme Blowup
  • Admin: Some jQuery javascript scripts have been rewritten in pure ECMAScript
  • Admin: Add Atkinson Hyperlegible font (used by default in admin, may be disabled in user pref)
  • Admin: Add some shortcuts (CTRL+letter) to dcLegacyEditor toolbar
  • Admin: Add a specific warning message on update page if necessary (breaking changes)
  • Admin: Cope with no user TZ defined (use UTC in this case)
  • Admin: Fix admin permission management for blogroll and pages plugins
  • Admin: Cope with float/double values in about:config and user:pref
  • 🐛 → Various bugs, a11y concerns and typos fixed
  • 🌼 → Some locales and cosmetic adjustments
  • 📣 Warning: Next major release (2.26) may require PHP 8.0 (announced in backend) or PHP 8.1

2023 Jan 18

Dotclear 2.24.1

An update that fixes some bugs encountered with the 2.24 of last Christmas.

2022 Dec 24

Dotclear 2.24

The new version for the holidays. It is strongly recommended that you do the update in safe mode, which will then allow you to update the plugins that need to be updated.

If you have trouble logging in after the update, delete the associated cookies before refreshing the login page.

The 2.24 CHANGELOG:

  • 🐘 PHP 7.4+ is required, PHP 8.0/8.1 compliance
  • 🗑 Remove XML/RPC system (keep only minimum for Pingbacks)
  • New blog parameter to close comments/trackbacks after a period of inactivity on the blog
  • Core: Large code review has been done, may break old code (3rd party plugins and themes)
  • Admin UI: New default icons for media items
  • Admin UI: Message look reviewed
  • Admin UX: Preserve current dir and current view of media manager
  • Admin UX: Password strength use an entropy indicator
  • Admin UX: Improve navigation in about:config and user:preferences list
  • Admin UX: Allow activation and de-activation of plugins in safe mode
  • Admin UX: Allow update of disabled/activated plugins in safe mode/normal mode
  • Admin UX: Add folding capability to widgets group
  • Theme: Cope with theme defined widget container format
  • Theme: Smilies are available for every theme (Blowup theme not more mandatory)
  • Lib: Update CKEditor to 4.20.1
  • Lib: Update Codemirror to 5.65.10
  • 🐛 → Various bugs, a11y concerns and typos fixed
  • 🌼 → Some locales and cosmetic adjustments

- page 1 of 9

Sites map