Release Notes

Version 2.6.0 ( 2008) CODENAME: FAITH

New Features

  • #230 Debugger Event Tracing Log & Panel, you can now keep track of executing requests and their profilers.
  • #268 cookiestorage plugin - New settings 'cookiestorage_encryption_seed' , so value encryption/decryption will be used.
  • #305 flash persist values can now be selected in session or client storages.
  • #307 security interceptor - A new interceptor to help you secure your applications.
  • #313 Application & Session storage plugins now work off a structure in scope. You can now even clear the entire storage if necessary without affecting the entire scope. New Methods: clearAll(), getStorage()
  • #319 ColdBoxProxy - Verify that incoming event is passed, else throw appropriate exception
  • #341 Cache Manager - udpate its internal structure to adapt to the concurrent JDK 5 package if running it.
  • #348 Messagebox - When setting new messages, ability to add an array of messages
  • #350 SES interceptor - Custom routes can now distinguish between numeric and alphanumeric placeholders just add :varname-numeric
  • #359 Interceptor Service - new method, getInterceptor(). So you can interact with loaded interceptors
  • #363 Autowire Interceptor - Add dynamic method injection so the interceptor can inject dependencies via private methods
  • #364 ColdBoxProxy - Ability to get objects from the IOC container
  • #365 ColdBoxProxy - Ability to get plugin objects.
  • #369 ioc update - LightWire ConfigBean update to use mixin injector for injecting the ColdBox controller.
  • #370 ColdBoxProxy - Ability to declare and load ANY coldbox application
  • #379 CacheManager - expireByKeySnippet(), clearByKeySnippet() two new versatile purging mechanisms
  • #380 CacheManager - Enhance the purging mechanism to accept regex, not only snippets
  • #382 RequestContext - GetTrimValue?() new method to get a value already trimmed
  • #386 Event Caching - 0 or eternal timeout protection.
  • #387 New convention: default event on a handler called 'index', if no action is defined for an event handler, it will fire this convetion.
  • #388 Custom Application Conventions now configurable from the coldbox.xml
  • #390 Messagebox Plugin - Application can override storage via application custom setting: messagebox_storage_scope.
  • #393 environment interceptor - Added the ability to override any setting in the configuration structure, even if nested
  • #394 Complex Variables on Config File are now based off JSON syntax, create nested arrays,structs,queries and much more.
  • #395 New json Plugin: serializing/deserializing JSON
  • #396 New Plugin: MethodInjector, you can mixin/remove methods and call private methods on any CFC
  • #397 BeanFactory - populateFromJSON(), populateFromStruct() new methods
  • #398 Super Type new facade method: htmlhead(content), due to the increase usage of JS and CSS
  • #401 ColdBoxFactory - new method getInterceptor()
  • #402 baseTest - new method getInterceptor()
  • #403 New base mxunit test case for mxunit integration.
  • #404 ColdBoxProxy - Ability to get an interceptor
  • #405 Cache - Now uses java soft references for non-eternal objects. It now becomes a memory sensing cache too
  • #406 Utilties - serialization helpers: _serialize(), _serializeToFile() and _deserialize(), _deserializeFromFile()
  • #409 View-Layouts are now stored in order as declared in the configuration file
  • #410 CacheManager - clearView() ability to clear views with view name snippets.
  • #412 renderView() now includes explicit caching parameters. You can now cache and render at the same time
  • #413 Ability to execute private events via RunEvent?()
  • #415 Messagebox - New methods: append() and appendArray()
  • #417 LightWire upate - You can now declare a bean xml file in the configuration file with no need to create a LightWire config bean object.
  • #419 onMissingAction() convention - Create virtual events if necessary on a per handler basis
  • #420 Framework Reinitialize Button on Info Panel, it even asks you for your reinitialize password if set.
  • #421 New event method: buildLink() create your event or route links automatically

Bug Fixes

  • #248 ColdFusion & BlueDragon 6.X Support will be deprecated
  • #254 Deprecate completely fileUtilities.cfc for utilities.cfc Plugin
  • #270 Remove MessageBoxStyleClass setting from config.xsd
  • #317 Document return types on loose typed returns and arguments
  • #318 Strong Type old code that was left off as loose
  • #355 Problem with Layout Folders, when calling setView(), it will grab the first match instead of the right folder.
  • #357 applicationstorage plugin exist() method was left as private, when it should have been public.
  • #360 EnvironmentControl - Not loading file if its already an absolute path
  • #362 Logger Plugin - Not detecting the absolute path of a logs location. It creates logs on the root instead.
  • #366 LightWire var scope issue
  • #367 Debug panel output interferes with page js
  • #371 ColdBoxProxy - Update code throw's to adapt to complex cfcatch structures.
  • #372 ioc plugin - update how it reads the coldspring file by using the internal appmapping path. This will solve issues with unit testing.
  • #373 ioc plugin - Added the ability to override the instantiation paths of the object factories, for loading custom factories.
  • #374 LightWire baseconfig object not initializing dependency structures for beans coming from a bean factory
  • #375 LightWire calling init methods when objects might not even have an init method.
  • #376 LightWire - fails on creating a factory bean because there is not InitMethod? property for it on the config.
  • #377 applicationstorage plugin has no locking. Needs locking for race conditions
  • #381 RequestContextDecorator? - Will now maintain states across decorations
  • #385 EventCaching? - Not removing all framework URL actions from the key. This just creates a duplicate cache entry
  • #389 ses interceptor - unusual behavior when intercepting proxy calls, needs to be disabled on proxy calls.
  • #392 sessionstorage plugin has been mistyped on several areas, this causes conflict and errors on case sensitive OS's
  • #416 Environment Interceptor - running twice if using fire on init.

Version 2.5.2 (February 2008) CODENAME: Gálatas 5:1

This is an important update that will fix several bugs and some new updates.

New Features

  • #322 Two new interception points: afterPluginCreation, afterHandlerCreation
  • #323 Lightwire - Additon of containsBean method
  • #324 Expose the persistVariables method on the controller and supertype to permit flash memory of the request collection on demand.
  • #326 new autowire interceptor for autowiring handlers/plugins/interceptors with ioc beans
  • #327 Utilities new method isSSL, a very useful utility method

Bug Fixes

  • #321 ColdBoxProxy? - bug on empty structures, cfparam the form and url structures
  • #325 Bluedragon cfthreading issue over names
  • #328 Bug on environmentControl interceptor not calculating the path of the config file correctly
  • #329 Update relative instantiation paths to full via coldbox.system, cf doesn't likey
  • #330 getDebugMode on super type not returning correct value
  • #332 ApplicationTemplate? - Remove hard ses rewrite rules, moved to install folder.
  • #334 CacheManager? - expireAll is expiring eternal objects as well, when it shouldn't
  • #335 CacheManager? - If clearKey fires and no object is removed, interceptor still fires when it should not
  • #336 CacheManager? - metadata needs to be same as pool, or weird side effects occur on wrong case insensitive namings!!
  • #337 sessionstorage naming is wrong for case sensitive OS's in several areas
  • #338 ses interceptor - some unusual behavior on unique urls, when using custom routes.
  • #339 ses interceptor - need to test if the path info has a leading "/" before stripping it, else it truncates it anyway
  • #342 If AppMapping? = "/" the handler registration will fail.
  • #343 ses interceptor - still placing appMapping on path even if blank. This produces a // path
  • #344 CacheManager? - Eviction Counts are not being reported correctly
  • #345 Debugging - Forgot to display the cache evictions
  • #347 Environment Control Interceptor should fire on init

Version 2.5.1 (December 20 2007) CODENAME: Romans 8:32

  • #314 Serious bug fix for SES + Event Caching. SES was not setting the cacheable entry.

Version 2.5.0 (December 17 2007) CODENAME: Romans 8:32

  • A major upgrade to our ColdBox engine, lots of fixes and upgrades.
  • #127 Plugin Upgrade to JavaLoader 0.5
  • #132 SES Pretty URL support thanks to Coldcourse. SES out of the box!
  • #135 Application.cfc Support, Application.cfm + index.cfm combo still supported but will be deprecated by the 2.7 version. Please update your apps to use the included Application.cfc.
  • #163 Project Interceptors : You can now intercept calls in over 12 execution points of a user request, even the ColdBox cache. Not only that, but you can also create your own observable execution points and use the API to announce your own interceptions. http://ortus.svnrepository.com/coldBox/trac.cgi/wiki/cbInterceptorsGuide
  • #164 onSessionStart/onSessionEnd Support added. You now have two new settings in your configuration file: SessionStartHandler and SessionEndHandler. You can now easily create events to be fired for these execution points or use interceptions.
  • #183 ColdBox.cfm * Migration to Application.cfc support, however Application.cfm is still supported.
  • #186 Custom Bug Report * Users can define the bug report to email out within the configuration file.
  • #199 Messagebox Custom CSS and Layout Update (messageboxstyleclass setting deprecated) You now have a new setting: MessageboxStyleOverride [boolean]. You can now just tell the framework that you will be overriding the styles of the messagebox. You can look at the guides or the messagebox.cfm file to see how to override the styles. (ColdBox.system.includes.messagebox.cfm)
  • #202 Code Optimization and better encapsulation. This has caused a side effect on even more stable framework code.
  • #203 Update Samples Gallery Content
  • #222 Request Collection Persistance via SetNextEvent. You can now pass a comma delimmited list to the setnextevent method of the keys in the request collection that you would like to persist across the relocation. The framework will then reload them in the relocated request collection.
  • #223 Renderer Plugin * fixes on local naming.
  • #224 New Convention * Plugins. You can now create your custom plugins with no configuration declaration. Just create a folder called plugins on your application root. The framework will pick this path up for your getMyPlugin() calls. As always, you can change the conventions via the framework settings.xml file or the dashboard.
  • #225 GetMyPlugin * add new argument = 'newInstance', this was a fix of a missing argument on the facade.
  • #226 configAutoReload flag not resetting the appstart handler. Now it correctly reinits it.
  • #227 CF8 support for renderer plugin.
  • #228 white *space control, what is white space? no more with ColdBox 2.5
  • #229 Enhanced Event Registration System
  • #232 HandlersIndexAutoReload was cleaning cache, not anymore, its fixed now.!!
  • #233 Debugger Style & Usability Enhancements
  • #234 ColdBox base service created, so future internal services can be expanded.
  • #235 Logger Critical Error on Bug Reports, not being able to send them fixed.
  • #236 DumpVar url action can now dump request collection variables, just pass in the request collection key(s)
  • #238 New CFEclipse snippets.
  • #239 New Facades: getDebugMode() setDebugMode() on SuperType, all plugins,handlers, and interceptors inherit this.
  • #240 Cache Panel overflow and row highlighting
  • #241 getMyPlugin on Controller deprecated, not needed any more. No more controller.getMyPlugin(), use getPlugin with the correct arguments.
  • #242 Application Template Unit Test Updates
  • #243 DebuggerService update of internal properties.
  • #244 New Plugin Service * More encapsulation and registration algorithms. It now stores metadata for quicker lookups.
  • #245 Tracer method updated to be able to persist values. You can now use the tracer method on the logger plugin accross multiple requests. Awesome!! You can have tracers anywhere now and until the debugger panel gets rendered you will see the messages.
  • #246 sessionstorage syntax updates
  • #247 clientstorage syntax updates
  • #249 DefaultView contains .cfm on application template, when it should not have. Fixed
  • #250 toStruct toArray new methods on the Utilities plugin, for converting convention strings to structs and arrays.
  • #253 fileUtilities renamed to utilities : Compatibility plugin left for this release. Will be deprecated by 2.7 please update your code.
  • #255 LoaderService addition of new methods and delegations.
  • #256 Framework now includes more unit tests.
  • #258 FileWriter plugin deprecated, now found in contributed plugins page.
  • #259 onInvalidEvent redirection, remove queryString that was appended that included the invalid event. Now it can be found on the request collection.
  • #261 Event object has a new noRender() and isNoRender() method that you can use to tell the framework to just execute but not render any content. Silent execution.
  • #262 Updates to guides and docs.
  • #263 XMLParser.cfc : break up the parseConfig method into several internal blocks and cleanup.
  • #264 New FrameworkSuperType Method: relocate() facade to cflocation
  • #265 New Feature: Decorate your Request Context via the RequestContextDecorator. You can now decorate the internal request collection object (requestContext) and enhance its functionality following a very simple decorator pattern.
  • #266 New Plugin: cookie storage plugin by Sana Ullah for permanent cookie storage access.
  • #267 Debugger Cache Panel * Cache Key Viewer/Dumper. You can now click on the name of a cache key in the debugger panel and it will open a window to dump the contents of the cache key. You can now dig into the cache and verify your data.
  • #269 Cookiestorage now can store complex variables via wddx.
  • #273 Integration of interceptors to unit testing.
  • #275 ColdBoxFactory added the ability to create datasource beans and mail setting beans.
  • #276 New Plugin: application storage plugin by Sana Ullah for permanent application storage access.
  • #278 Logger Plugin fix of not creating the correct directory structure. New setting created: ExpandedColdBoxLogLocation
  • #281 BlueDragon Support for interceptors
  • #283 New Setting for ColdBox Proxy: ProxyReturnCollection [boolean] this determines if the proxy returns a structure or the return values of the handlers.
  • #284 New cache metadata for objects: cacheLastAccessTimeout, you can use this on event or object caching.
  • #285 Broken link on samples updates
  • #288 New method on Event context: getSelf() to retrieve: index.cfm?event= or whatever event name you use.
  • #289 View Caching using the event.setView() method. You can also purge views via the renderer plugin
  • #290 A very awesome event caching system. You can set it via metadata and the framework will cache events and its permutations.
  • #291 Flex/Air integration via the ColdBox Proxy.
  • #292 New MultiThreaded logger plugin for ColdFusion 8 and BlueDragon 7: MTLogger.
  • #293 New Cache MultiThreaded reaping and purging for ColdFusion 8 and BlueDragon 7.
  • #296 New Setting :HandlersExternalLocation For using external handlers in your application
  • #297 New Cache Setting: UseLastAccessTimeouts, so you can tell the cache to use or not default last access timeouts.
  • #298 New Cache Setting: EvictionPolicy, you can choose from LFU or LRU as your eviction policies.
  • #300 !XMLValidate now shows detailed errors about your configuration file

Version 2.0.3 (August 2007) CODENAME: Acts 5:29-32

  • New Sample Apps: Lightwire Sample, CCTApp by Tom de Manincor
  • #169 Structure variable declarations in the config updated
  • #178 LightWire is now fully supported and included with ColdBox for out of the box IOC. Thanks to Aaron Roberson & Peter bell.
  • #200 queryHelper new methods: getColumnArray(), getCountDistinct(), getRowNumber()
  • #205 Critical Concurrency fix in the ColdBox.cfm template.
  • #206 Removal of client variable references.
  • #207 clientstorage plugin syntax updated
  • #208 sessionstorage plugin syntax updated
  • #209 ColdBoxFactory.cfc updated with new method * get!ColdBoxOCM(). To get a reference to the cache manager from within coldspring.
  • #210 Samples Gallery Content Updated.
  • #211 Var scoping optimizations
  • #212 Illidium Scaffolding Templates
  • #213 Configuration file now named: ColdBox.xml.cfm or config.xml.cfm
  • #214 Testcontroller * When unit testing relocations, the setnext event will now save the event and querystring in the request collection for assertions.
  • #215 Performance Optimizations
  • #217 Eclipse Dictionaries Updated
  • #218 ColdBox Cheat Sheet Updated
  • #219 JQuery updated to 1.1.3.1
  • #220 rc scope can now be found natively in all layouts and views. No need to declare it. This does not apply to handler/plugins.
  • #221 Logger plugin has been optmized and its 50% faster. You can also define the maximum number of archives to keep in the rotation.

Version 2.0.2 ( June 23, 2007 ) CODENAME: Proverbs 3:5 *6

  • Full Railo 2.0 Support
  • Full BlueDragon 7 support
  • Application Template updated with new Unit Testing Suites.
  • New and Updated Eclipse Snippets.
  • New and Updated online guides.
  • #172 Discovery of CFML engines, framework adapts to each engine : Railo, BD and Adobe.
  • #173 BlueDragon 7 Charting now enabled.
  • #182 Unit Testing Controller created, it now support setnextevent And Test Suites
  • #191 New config layout setting: DefaultView * You can now declare a default view to render if now view has been selected.
  • #184 New Request Context (Event) methods: get *setDefaultLayout, get *setDefaultView, get *setViewLayouts
  • #179 Logger compliance to coldfusion logs and viewable via CF8 eclipse plugins.
  • #180 Event name is now configurable via the config.xml and you can even change the convention framework wide via the settings.xml or ColdBox Dashboard.
  • #181 ExceptionService Fix * if custom bug report fails, error calling exception handler
  • #174 #175 Sample Applications Fix
  • #185 The BugReport has been updated to use the new request context methods.
  • #191 New Layout setting: DefaultView, you can now also choose a default view with no need to set it. This is an awesome tool for website prototypes.
  • #192 Updated method for handlers: includeUDF( udf_file ), this method was used internally by the framework to do method injections to event handlers. This is a great way to implement mix *ins and change the behavior of a handler by injection. You can now do injections at runtime for both event handlers and plugins.
  • #193 Critical Fix on Concurrency issues when reloading constantly or framed versions due to name locking.
  • #194 Concurency lock updates for the OCM.
  • #195 Introducing the ColdboFactory.cfc part of the extras folder. This factory is to be used via coldspring to create configBeans, plugins and a reference to the running application's ColdBox controller. For an in depth guide, please see the coldspring guide.
  • #197 A small fix on the setnextEvent method, where now it just relocates to the chosen front controller. This can be any file now: front.cfm, index.cfm, luis.cfm, anything.cfm

Version 2.0.1 ( May 28, 2007 ) CODENAME: Philippians 3:7-11

  • Mostly critical fixes and updates
  • #136 #137 *nix critical fixes on case sensitive operations
  • #139 Timer Plugin critical extension fix.
  • #140 Cache Panel monitor tab not expanded by default.
  • #148 Cache contents now sorted with expiration date/time
  • #141 Sample Gallery changelocale fix
  • #143 ColdboxReader invalid login fix.
  • #144 Config.xsd updated with xs:all not a sequence anymore.
  • #145 BlueDragon and CFMX 6.X XMLParser critical read file fix
  • #146 Logger plugin fix for standalone usage.
  • #147 BeanFactory was not populating dynamic cfc's via cfinvoke
  • #149 Debugger Panel Enhancements and HTML/CSS cleanup.
  • #150 Cache lock timeouts increased to 30 seconds.
  • #151 Debugger Timer fails when not initialized.
  • #152 Critical Error when using Cache JVM Thresholds 500 error
  • #153 MSSQL 2000 scripts for coldbox reader fixes thanks to Anabel Fernandes from http://www.cfempire.com
  • #155 Galleon Admin Sample * Paging is invalid
  • #156 Login sample App Updated
  • #157 Custom Conventions now added. You can decide what your conventions are for your handlers/layouts/views/config
  • #158 Refactor.xml * Errors on absolute prefixes.
  • #159 Finalize Memento's to ColdBox Bean Objects
  • #160 Bug Report/Debugger enhance to use request Context Methods
  • #161 Custom Exception Template Included in Application Template
  • #165 Transfer Sample, MSSQL script is invalid
  • #166 Config Override Variable * Choose your own config file at startup.
  • #167 Timer Include Fix Initial testing logic for determining application in debug mode.
  • #168 You can now do Event Handler Unit Tests!! Hooray!!
  • Code cleanup
  • New Dashboard with tons of fixes and additions, look at dashboard's readme.

Version 2.0.0 ( April 28, 2007 ) CODENAME: JOHN 4:14

  • License change to the Apache License, Version 2.0
  • New RequestContext bus. This is in order to enable caching and encapsulation of the request collection. Please see the compatibility guide. Your 1.1.0 and below code will have to be modified slightly to accomodate this. All event handler methods receive the requestContext bus object as an argument called 'event'.The object is also called 'event', for the layouts/views.
  • Addition of new Application Settings:
    • ReinitPassword: used to protect the fwreinit flag. Usage: fwreinit=password
    • onInvalidEvent: write the event to execute when an invalid event is detected, ehGeneral.dspHome
    • HandlerCaching: The framework will now cache your event handlers in application scope. Please turn off in development. This is also an intelligent cache. Look at documentation.
    • IOCFramework: You can now declare which framework you are using: coldspring or lightwire.
    • IOCDefinitionFile: Here is where you declare the configuration file to load onAppInit in conjunction with the IOCFramework declared.
  • AppMapping setting is now optional, if not set, framework auto calculates.
  • Deprecation of the AppDevMapping settings.
  • Addition of Complex Settings to the config.xml for Arrays and Structures
    • Arrays use [ ] notation: [1,2,3,4,5]
    • Structures use { } notation: {name:luis,country:el salvador,state:california}
  • Two new implicit methods for event handlers: PreHandler/PostHandler. If you create these methods in your handlers, then the framework will execute them accordingly.
  • Addition of an 'alias' property to the Datasource element, this is the alias to your name (dsn). This is a mandatory property so please update your XML.
    <Datasource alias="blog_dsn" name="myblog" dbtype="oracle" />
    
  • Addition of 'getHash()' method to your handlers and plugins. This will retrieve the unique UUID of the created instance.
  • Coldbox OCM (Object Cache Manager) : A facility for in *memory caching. This facility caches your event handlers, plugins, custom plugins and anything you want. Look at API for usage.
    • The framework has a reap frequency in which once every cycle, the framework will remove objects from the cache that have expired. This way, reaping is not performed on every request. A great way to balance cache access and reaping. Change in the framework's settings.xml
    • Metadata settings for caching for custom plugins and handlers via the cfcomponent tag. The cachetimeout is in minutes. The cache flag is by default set to true if not set. So if you do not set it explicitly to false, the framework will cache it at the default framework's timeout.
    • Cache settings override via config.xml.cfm, please see wiki config guide.
  • Plugins:
    • Beanfactory.cfc : Addition of the populateBean method. It can now populate a named or instantiated bean from the request collection. Great for setting a bean with form data. It follows the bean contract, thanks to Sanah Ullah
    • FileUtilities.cfc : new methods: getJVMFreeMemory(), getJVMTotalMemory(), isCFUUID()
    • IOC.cfc : Added Inversion Of Control support via coldspring or lightwire. Coldspring is the only one supported now. Lightwire will be added in the next version.
    • sessionstorage.cfc : New facade plugin to use session scope for permanent values
    • renderer.cfc: renderExternalview(). Will render an external view. Any type of view: js,gif,etc.
    • queryHelper.cfc : New plugin to help you sort and filter queries.
    • timer.cfc : New plugin to help you time your code.
    • New argument to plugin factory: NewInstance it will create a new instance of the specified plugin.
  • New debugging Panel with object Cache Monitor
  • Tons of bug fixes, look at trac site.
  • Sample Applications:
    • Updated the entire Illidium CFC Generator by Brian Rinaldi. (Pre Flex)
    • Galleon Forums updated to version 1.7.008
    • ColdBoxReader now moved to a service architecture using ColdSpring and ColdBox new IOC plugin.
    • Transfer Sample Application
  • The framework now supports multi *package handler layout. you can now define packages for all your handlers due to ColdBox's new event registration system.
  • The framework now supports for compiled code execution. Event multi-package compiled layouts.
  • New eclipse snippets.
  • Refactoring and code optimization.
  • New ANT scripts.
  • Addition of the framework pre-compiled: compiled_system

Version 1.1.0 (October 2006) CODENAME: JOHN 3:16

  • Varscoper Checks, Code Optimization and cleanup.
  • Global Server Installation Method.
  • CFMX 6.X & BlueDragon are now fully Supported.
  • Datasources support via config.xml. You can now use the getDatasource("name") in the event handlers/plugins to retrieve a datsource bean.
  • Mail Settings bean support. You can now use the getMailSettings() to retreive it.
  • Messagebox.render(clearFlag) now has a clearFlag in order to clear or not, the message structure after rendering.
  • Eventhandler.cfc code optimization, no longer need of writing an init method. PLEASE REMOVE THEM unless you have any code that needs to be executed every time an event is called. Look at: http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbEventHandlersGuide
  • Renderview can now accept a view name as a parameter. You can then render a view anywhere you want, layouts, within views, event handlers, etc, and as content variables. renderView("myTags/main_menu")
  • New Plugins: FileWriter & StringBuffer
  • Framework/Application extensions via custom plugins, declared in config.xml.cfm
  • Coldbox Logging Facilities: ColdBox now provides you with a per application logging facility for errors and custom (error|fatal|information|warning) entries by simplify filling out two settings in your config.xml and using the logger plugin.
  • Event Handlers/Plugins now have a "rc" scope available, that is a direct line to the request collection.
  • New Method: paramValue("var name","default") same as cfparam but for the request collection.
  • cfcViewer plugin was revised. You can now use it to render documentation with any stylesheet.
  • New i18n and Resource Bundles Plugins based on Paul Hastings work.
  • ATTESORO JAVA RESOURCE BUNDLES UTILITY IS INCLUDED.
  • New Method: getSettingStructure( structure, deep_copy_flag ) Retrieves the entire configStruct or the fwSettingsStructure.
  • Mapping of Exception Types: http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbExceptionsList
  • Check out the latest API: http://www.coldboxframework.com/api
  • New Dashboard (Will be release later)
  • Eclipse Snippets
  • New sample applications: i18n Gallery, samples gallery, coldboxreader, Illidium CFC Generator

Version 1.0.2 (July 2006)

  • CustomHandler receives the ExceptionBean via the request collection.
  • Eliminated unused files, code cleanup.
  • JavaLoader 0.2 plugin integration (Could not wait to release this)
  • datasourceBean is in place, forgot to include it.

Version 1.0.1 (July 10, 2006)

  • Fixes for ApplicationStartHandler.

Version 1.0.0 (July 5, 2006)

  • First public beta version

Version 0.9.X (June 2006)

  • Version updated to 0.9.x due to the fact that I had a name change and complete rewrite of the app from my TeXtus framework that I developed last year for private use.


Copyright 2006 ColdBox Framework by Luis Majano