It is a small, but long overdue update. The original idea was to jump to 2.0 with a brand new admin. But our employee at the time left the company. I'll make a post about this later, but at this point, I need to get someone to create the HTML for me. Donations would be greatly appreciated to get this part started.
This update has some bug fixes, including a fix to the file explorer for ColdFusion 10 sponsored by Vin Collins.
Some of the changes:
In order to allow for more contributors to send fixes and updates, I've moved Mango to Github.
There is now the main repository at: https://github.com/asfusion/mango
The plugins are at: https://github.com/asfusion/mango-plugins
You are welcome to fork the project, make changes and then make a pull request.
Mango Blog is proud to announce that is has become one of the Open CFML Foundation projects. The Open CFML Foundation wishes to promote the growth and awareness of the CFML language and a variety of related open source projects (projects that use CFML or CFML engines).
It is my belief that such a foundation was needed for CFML to become more widely used.
I'll be giving an online presentation on how to get started with Mango. It will mostly be an introduction to Mango, how to get started, and some of its capabilities.
I hope you can join me on March 14, 8AM PST. Register here.
I've released version 1.6, along with the automatic update, which you can find in your administration.
Important: this update transfered most of the settings in the config file to the database. When you run the update, it is possible that some of the values are not correctly transferred. You just need to open the database, table setting, and check that the slashes in values in the "value" column are correct for all of the paths starting with "system/".
The changes in the config files aimed at making it easier to run blogs in the cloud and in load balanced environments. It also makes it possible to install multiple blogs under the same directory (ie: userA.mydomain.com, userB.mydomain.com).
What the update includes:
At CFUnited I finally met Adam Tuttle, who has helped me with Mango and created tons of plugins. He has a post with a photo with the two of us so that you can get a more human feeling of who is behind this engine.
If you use Mango (or are thinking about it) and are attending CFUnited, you should come to the Birds of a Feather session on Wednesday night. Adam Tuttle will be there too, so we'll be able to help out with any question you may have.
Session description:
If you are using Mango Blog or curious about it, this is your opportunity to get together with other users to share experiences, tips and tricks. Laura Arguello, the creator of Mango Blog, will moderate this session and you'll be able to ask any beginner or advanced question.
Last week, Mango Blog version 1.5 was released. You can find the update in your administration.
It includes bug fixes, leaner error logs and more:
Mango Blog had logs to output information about failing plugins. These logs were publicly available, and some users pointed out that it may help hackers find out information about the blog install. They were mostly an aid to plugin developers (the logs only included information when plugins failed). To be honest, the logs where kind of put together rather quickly, so I decided to revamp the way they work.
The logging mechanism is now much more flexible, allowing you to add your own loggers and allowing plugins to add custom loggers and logs. I've written some documentation on how to use it, so if you are interested, you can read more there. In addition, all logs are also stored in the database and no publicly accessible file is written unless you set up a new logger for that. I haven't added the log management to the administration, but that will come soon. In the meantime, you can use Adam Tuttle's LogViewer plugin, which has been updated to work with the new logs.