Hi Folks! I was just informed by my Trac host that I now have PDF generation on the wiki. So I just wanted to share the good news. You can find the trac site at the following address: ColdBox Trac Site So now you can download the content in PDF. Just scroll all the way down to the bottom of the page and you will see the "Download in other formats: Plain Text | PDF" Now you can archive the docs. Thanks.
...Blog
ColdBox 1.2.0 Beta Last Known issues Information
Below you can find a link to the last know issues for the 1.2.0 beta release: Last Known Issues And you can also subscribe to it via RSS through the link below: Last Know Issues RSS Feed Thanks again for your support and hope to hear some feedback from you guys. Please be patient with me as I update the docs for thi...
ColdBox: How long should the Debug Cookie last?
This is a question for you to answer. ColdBox supports the mode of being in debug mode or not. It does so, by placing a cookie on your browser so you can see the debugging panel only with that cookie set. The question is, how long should that cookie live? What should the expiration time be? Any suggestions?
...ColdBox 1.2.0 Beta Build 446 is now available.
I just updated the forums to include the latest beta build of ColdBox 1.2.0 - Build 446. So please Click Here To Get It All the know issues for the previous build have been resolved and more extra features have been added. The documentation has been rolling along and I have updated a major part of the Trac wiki. I will be updating a special guide on caching....
ColdBox 1.2.0: RequestContext name change to Event. What are your thoughts?
I think that a standard is arising on the way a method is injected with a request bus. My naming was requestContext and I believe mach-ii and fusebox use both event. I think it would be benefitial for developers for me to change this to event. What are your thoughts on this? This would help if a developer wants to switch from one framework to another or doing a transition, if some of the similar elements shared in an MVC framework can remain the same. I a...
ColdBox 1.1.0 Downloads Failing, Fixed.
I just realized that I had changed some of the files for the 1.1.0 download, and all were downloading zero byte downloads. I apologize for the inconvenience. The downloads are back online.
...ColdBox 1.2.0 Becomes 2.0.0 and License Change
Due to the significant enhancements on ColdBox, the 1.2.0 release now becomes 2.0.0. Why? Well, almost all of my planning for a major release have been done so that is why. I am migrating everything for this and I apologize for the confusions, but this release is deservant of its own version. You can read more on this release at the Trac Site Another important change with this release is a license change. I hav...
ColdBox Alternate Installation Methods
I have just updated the install guide for Coldbox in which I define some alternate installation methods. I know not everybody has the same server setups and people need options. So I have written a very detailed guide on how to alter the files in order to accomodate different server installs. If you find a mistake in the process or you have found an alternate way of installation, please let me know. I will be v...
ColdBox: More guides updated!!
Well, as promised, more documentation is now available to support the upcoming 2.0.0 release. Here is a breakdown of the updated guides:
- Coldbox Overview Guide
- Coldbox Features & Capabilities
- Coldbox System Requirements
- Coldbox FAQ
- Coldbox Compatibility Guide for 2.0.0
- Coldbox Install Guide
- Coldbox Settings Guide
- Coldbox Config.xml Guide
- Coldbox URL Actions Guide
Here is a l...
ColdBox 2.0 New Feature - Pre/Post Event Handlers
I am finalizing the latest beta for 2.0 and it will be available this week. One new feature that will be available is the addition of pre/post event handlers for a requested event. What does this mean? Well, once an event is requested to the framework, let's say its "ehTools.dspTree". Then the framework will execute the dspTree method in the ehTools event handler. Now, you can declare two new methods in the ehTools event handler: 1) preHandler 2)postHandler Inside of those two new methods...