We released the preview version of 1.30.0 today for testing and feedback. The official release of this version will be on January 15th, but we encourage folks to download and test the preview version and provide feedback.
If you are able to use the preview version to update a development version of your site, that would also be good. We do not recommend updating production sites with the preview release.
Read the release notes for a complete list of what to expect in this release.
https://github.com/backdrop/backdrop/releases/tag/1.30.0-preview
Recent comments
I‘ve recently tested DataTables and like it very much.
Views responsive tables
Maybe also worth exploring: https://github.com/backdrop-contrib/tabled https://github.com/backdrop-contrib/datatables
Views responsive tables
Sorry, but I have not had the chance to try the vhost fix yet. I'll post back after I do.
Question re RewriteBase and running in a sub-directory
The official guidance for that would be to put the preprocessing in template.php within your_theme_preprocess_node() and put the logic there to add to or change the variables, but you can do in...
Display modes and templating
Perfect. So if I work with the .tpl files for e.g. all nodes of type “books”, I can easily do something like this via PHP (nobody needs twig anyway): If field 'user' = ‘yorkshirepudding’, then...
Display modes and templating