PDA

View Full Version : Hotaru CMS 1.1.2 Released



Nick
03-14-2010, 06:37 AM
There have been a few fixes here and there since the last release and I wanted to get you all up-to-date, so here's Hotaru 1.1.2.

~~~~~~
If you're new here and wondering what exactly Hotaru CMS is, think of it as "Wordpress without blogging". If Wordpress didn't do blogging by itself, you'd need plugins to do it for you. And if you had to make plugins, you wouldn't be limited to just blogging. You could make plugins for any kind of site, whether a blog, a social network, an online shop, etc. That's Hotaru CMS, a framework for making websites customized to your needs. As an example, check out the demo (http://demo.hotarucms.org/). It showcases a Digg clone made with Hotaru plugins.
~~~~~~

Hotaru v.1.1.2 contains numerous bug fixes and new features since version 1.1.1 (http://hotarucms.org/showthread.php?464-Hotaru-CMS-1.1.1-Released).


Download Hotaru CMS 1.1.2 here (http://hotarucms.org/showthread.php?540-Download-Hotaru-CMS-1.1.2)

Here are some of the changes since Hotaru 1.1.1:

NOTE: Plugins are now updated independently of the core Hotaru system. Look for changes in the Plugin Downloads (http://hotarucms.org/forumdisplay.php?18-Plugin-Downloads) forum, or subscribe to individual plugin threads for email updates.

- [FIXED] Widgets with arguments appended to their functions names (e.g. RSS Show) were breaking the order when moving from one widget block to another.
- [FIXED] Blank space prior to RSS Show widgets was caused by junk characters in simplepie.inc.
- [FIXED] Unwanted DIV in the header moved to the footer.
- [FIXED] CSS/JS was still getting minified in debug mode.
- [FIXED] When allowing the underline "U" HTML tag in posts, comments, etc, it was still getting stripped.

- [CHANGED] *Moved CSS out of core siteClosed function into default theme CSS (#1283 (http://my-trac.assembla.com/HotaruCMS/changeset/1283)).
- [CHANGED] Added the -f parameter to the default mail function in the hope it will help emails reach their targets.

- [NEW] Built-in option to use SMTP email authentication.
- [NEW] *Added a "yellow" message color to the admin and default themes (#1295 (http://my-trac.assembla.com/HotaruCMS/changeset/1295)).
- [NEW] Added the ability to override the default "site closed for maintenance" screen with a custom template.
- [NEW] Plugin hook added to smartCacheSQL so plugins with their own database tables, e.g. Messaging, can use the smartCache functions.
- [NEW] File names added to merged CSS/JS file in debug mode.
- [NEW] cacheHTML function for basic caching without using database update checks like smartCache does.

* Theme designers! Please add these changes to your themes.

Outstanding issues are listed on Assembla here:
http://www.assembla.com/spaces/HotaruCMS/tickets?batch=false&tickets_report_id=1 (http://www.assembla.com/spaces/HotaruCMS/tickets?batch=false&tickets_report_id=1&ticket_id=)

Thank you to everyone who has reported bugs. Please continue to do so in the How-To and Troubleshooting (http://hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting) forum.

hangbowl
03-14-2010, 07:50 AM
aha, after install 1.1.1 this morning, now upgrading to 1.1.2 :D
great Nick. :D

baadier
03-14-2010, 08:55 PM
Could any of the 1.1.2 changes potentially break an older theme?

Nick
03-15-2010, 01:08 AM
Could any of the 1.1.2 changes potentially break an older theme?

No, but I've asterisked a couple of very minor CSS additions that you should put in style.css. If you're having layout problems, always clear your cache folders and hard refresh (CTRL + F5) the front page. That usually fixes them.

angolanmade
03-16-2010, 06:02 AM
Getting this notice when accessing the plugin management after upgrading to 1.1.2

Notice: Undefined offset: 1 in /libs/PluginManagement.php on line 231

angolanmade
03-16-2010, 06:06 AM
Also getting these warnings after upgrading to 1.1.2, which is causing an issue with login and logout, the warnings disappear if i disable or uninstall the sitemap plugin.

Warning: Cannot modify header information - headers already sent by (output started at /content/plugins/sitemap/sitemap.php:202) in /libs/UserAuth.php on line 234

Warning: Cannot modify header information - headers already sent by (output started at /content/plugins/sitemap/sitemap.php:202) in /libs/UserAuth.php on line 235

Warning: Cannot modify header information - headers already sent by (output started at /content/plugins/sitemap/sitemap.php:202) in
/content/plugins/user_signin/user_signin.php on line 78

Nick
03-16-2010, 07:28 AM
@angolanamde, this is our announcement of the new version which people read and say "Wow! This looks great! I want to try Hotaru!", but they're not likely to do that if you reply to it with bugs, bugs, bugs... none of which are bugs anyway, at least not in Hotaru. They are issues with plugins. Anyway, my point is...


Thank you to everyone who has reported bugs. Please continue to do so in the How-To and Troubleshooting (http://hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting) forum.

angolanmade
03-16-2010, 02:28 PM
Thanks i will move them over to the troubleshooting section.