Qcodo 0.2.6 Released
I'm happy to announce the release of v0.2.6, which includes quite a few changes:
* New *QWriteBox control which includes formatting options (actually, this Forums on qcodo.com is now using QWriteBox)
* *QRss and QEmailServer classes to help with emailing and creating RSS feeds. See the Examples Site <http://examples.qcodo.com/> for more inforrmation.
** templates for generated data objects and their subclasses have been changed a pretty good deal. All queries now go through a centralized query helper - this will keep data object query code a lot more organized. Also, this will make it a lot easier to write custom queries. And in fact, object_shell.tpl has been updated to have sample getter, setter, and loadarray methods (all commented out - but they are there as a “starting point” for any subclass customizations you will want to do)
* Smaller bug fixes include fixes for larger AJAX responses in Firefox and *QDateTime and QDateTimePicker fixes
The examples site has been updated with a few new examples.
Qcodo.com Updated!
<B>The other big news is that the Qcodo.com website has finally been updated!* The Forums now includes searching, RSS feeds, and AJAX-based posts and you can even modify your existing posts. Using the new QWriteBox, you can now stylize your posts, too, with bold, italics, bulleted lists, links, and even <code>:
<?php
function HelloWorld($strData) {
// Using the new QWriteBox...
echo "Note how you can now post code in your forum posts.";
}
?>
Donations / Contributions
People in the past have asked about making financial donations/contributions to Qcodo development. If you're interested in doing this, please go to the Support/Contribute section.
Other Tidbits
The Official Announcements forums has been removed... and instead, the Official Blog forum will be the main mechanism to report on official announcements. Note that Post New Message functionality has been removed in the blogs. You will only be able to post comments/questions against existing blog topics. <B>Any old non-blog topics that were posted in the Official Blog has been moved to the General Discussion forum.*
And finally, even though the Qcodo.com website has been restructured, the design is pretty much the same... it would be really nice to be able to get a nice visual design overhaul of qcodo.com. If there are any designers or information architects out there who would like to contribute, any ideas or even an entire new design would be greatly appreciated. Thanks!
Please post w/ any comments, questions, issues, etc.