{18} 2.6.0 Milestone (124 matches)

ColdBox Release 2.6.0

closed

Ticket Summary Component Version Type Owner Created Resolution
#230 Debugger Event Tracing Log & Panel Debugger enhancement lmajano 08/17/07 fixed
#248 ColdFusion & BlueDragon 6.X Support will be deprecated Architecture enhancement lmajano 09/05/07 fixed
#254 Deprecate completely fileUtilities.cfc for utilities.cfc Plugin Plugin Utilities enhancement lmajano 09/22/07 fixed
#268 cookiestorage plugin - New settings 'cookiestorage_encryption_seed' , so value encryption/decryption will be used. Plugin Cookiestorage enhancement sullah 10/17/07 fixed
#270 Remove MessageBoxStyleClass setting from config.xsd Coldbox.xml 2.5.0 task lmajano 10/17/07 fixed
#305 flash persist values can now be selected in session or client storages. ColdBox Controller 2.5.0 RC 2 enhancement lmajano 12/03/07 fixed
#307 security interceptor - A new interceptor to help you secure your applications. Architecture enhancement lmajano 12/08/07 fixed
#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() Plugins General 2.5.0 enhancement lmajano rgonda 12/19/07 fixed
#317 Document return types on loose typed returns and arguments Documentation 2.5.1 defect lmajano 01/02/08 fixed
#318 Strong Type old code that was left off as loose Architecture 2.5.1 enhancement lmajano 01/02/08 fixed
#319 ColdboxProxy - Verify that incoming event is passed, else throw appropriate exception Coldbox Proxy 2.5.1 enhancement lmajano 01/04/08 fixed
#341 Cache Manager - udpate its internal structure to adapt to the concurrent JDK 5 package if running it. ColdBox Cache 2.5.1 enhancement lmajano 01/28/08 fixed
#346 Refactor the MT usage on the plugin service. Architecture enhancement lmajano 02/03/08 fixed
#348 Messagebox - When setting new messages, ability to add an array of messages Plugin Messagebox enhancement lmajano 02/13/08 fixed
#350 SES interceptor - Custom routes can now distinguish between numeric and alphanumeric placeholders just add :varname-numeric Interceptors - SES 2.5.2 task lmajano 02/15/08 fixed
#351 Roles-Based Security Plugin Architecture 2.5.1 ideas lmajano 02/15/08 duplicate
#353 Addition of several cfscript utility functions to the Utilities Plugin. Plugin Utilities 2.5.2 task lmajano 02/15/08 fixed
#355 Problem with Layout Folders, when calling setView(), it will grab the first match instead of the right folder. Layouts & Views 2.5.2 enhancement lmajano 02/19/08 fixed
#357 applicationstorage plugin exist() method was left as private, when it should have been public. Plugin Applicationstorage 2.5.2 ideas lmajano 02/22/08 fixed
#359 InterceptorService - new method, getInterceptor(). So you can interact with loaded interceptors Service - InterceptorService 2.5.2 defect lmajano 02/29/08 fixed
#360 EnvironmentControl - Not loading file if its already an absolute path Interceptors - EnvironmentControl 2.5.2 defect lmajano 03/01/08 fixed
#361 Update Cheat Sheet as per version 2.6 Documentation task lmajano 03/01/08 fixed
#362 Logger Plugin - Not detecting the absolute path of a logs location. It creates logs on the root instead. Plugin Logger 2.5.2 defect lmajano 03/02/08 fixed
#363 Autowire Interceptor - Add dynamic method injection so the interceptor can inject dependencies via private methods Interceptors - Autowire 2.5.2 defect lmajano 03/04/08 fixed
#364 ColdBoxProxy - Ability to get objects from the IOC container Coldbox Proxy 2.5.2 enhancement lmajano 03/04/08 fixed
#365 ColdBoxProxy - Ability to get plugin objects. Coldbox Proxy 2.5.2 enhancement lmajano 03/04/08 fixed
#366 lightwire var scope issue Extras 2.5.2 defect lmajano 03/05/08 fixed
#367 Debug panel output interferes with page js Debugger 2.5.2 enhancement lmajano 03/05/08 fixed
#368 Dynamic Injector - A new framework class to permit mixin udf's into any cfc. Utilities enhancement lmajano 03/05/08 fixed
#369 ioc update - LightWire ConfigBean update to use mixin injector for injecting the ColdBox controller. Extras enhancement lmajano 03/05/08 fixed
#370 ColdBoxProxy - Ability to declare and load ANY coldbox application Coldbox Proxy enhancement lmajano 03/06/08 fixed
#371 ColdBoxProxy - Update code throw's to adapt to complex cfcatch structures. Coldbox Proxy 2.5.2 defect lmajano 03/06/08 fixed
#372 ioc plugin - update how it reads the coldspring file by using the internal appmapping path. This will solve issues with unit testing. Plugin IoC 2.5.2 enhancement lmajano 03/07/08 fixed
#373 ioc plugin - Added the ability to override the instantiation paths of the object factories, for loading custom factories. Plugin IoC enhancement lmajano 03/12/08 fixed
#374 lightwire baseconfig object not initializing dependency structures for beans coming from a bean factory Extras 2.5.2 defect lmajano 03/12/08 fixed
#375 lightwire calling init methods when objects might not even have an init method. Extras 2.5.2 defect lmajano 03/12/08 fixed
#376 lightwire - fails on creating a factory bean because there is not InitMethod property for it on the config. Extras 2.5.2 defect lmajano 03/12/08 fixed
#377 applicationstorage plugin has no locking. Needs locking for race conditions Plugin Applicationstorage 2.5.2 defect lmajano 03/13/08 fixed
#378 frameworkSuperType new method: mixinUDF, to mixin a UDF FrameworkSuperType enhancement lmajano 03/13/08 wontfix
#379 CacheManager - expireByKeySnippet(), clearByKeySnippet() two new versatile purging mechanisms ColdBox Cache enhancement lmajano 03/13/08 fixed
#380 CacheManager - Enhance the purging mechanism to accept regex, not only snippets ColdBox Cache enhancement lmajano 03/13/08 fixed
#381 RequestContextDecorator - Will now maintain states across decorations RequestContext 2.5.2 enhancement lmajano 03/13/08 fixed
#382 RequestContext - GetTrimValue() new method to get a value already trimmed RequestContext enhancement lmajano 03/13/08 fixed
#384 utility services Architecture 2.5.2 ideas lmajano 03/15/08 invalid
#385 EventCaching - Not removing all framework URL actions from the key. This just creates a duplicate cache entry ColdBox Cache 2.5.2 defect lmajano 03/17/08 fixed
#386 Event Caching - 0 or eternal timeout protection. Service - HandlerService 2.5.2 enhancement lmajano 03/18/08 fixed
#387 New convention: default event on a handler called 'index', if no action is defined for an event handler, it will fire this convetion. Architecture enhancement lmajano 03/18/08 fixed
#388 Custom Application Conventions now configurable from the coldbox.xml Coldbox.xml enhancement lmajano 03/18/08 fixed
#389 ses interceptor - unusual behavior when intercepting proxy calls, needs to be disabled on proxy calls. Interceptors - SES 2.5.2 defect 03/20/08 fixed
#390 Messagebox Plugin - Application can override storage via application custom setting: messagebox_storage_scope. Plugin Messagebox enhancement lmajano 03/22/08 fixed
#392 sessionstorage plugin has been mistyped on several areas, this causes conflict and errors on case sensitive OS's Plugin Sessionstorage 2.5.2 defect lmajano 03/25/08 fixed
#393 environment interceptor - Added the ability to override any setting in the configuration structure, even if nested Interceptors - EnvironmentControl enhancement lmajano 03/26/08 fixed
#394 Complex Variables on Config File are now based off JSON syntax, create nested arrays,structs,queries and much more. Interceptors - EnvironmentControl 2.5.2 defect lmajano 03/26/08 fixed
#395 New json Plugin: serializing/deserializing JSON Plugin JSON 1.1.0 enhancement 03/26/08 fixed
#396 New Plugin: MethodInjector, you can mixin/remove methods and call private methods on any CFC Plugin MethodInjector enhancement 03/26/08 fixed
#397 BeanFactory - populateFromJSON(), populateFromStruct() new methods Plugin BeanFactory enhancement lmajano 03/26/08 fixed
#398 SuperType new facade method: htmlhead(content), due to the increase usage of JS and CSS FrameworkSuperType enhancement lmajano 03/27/08 fixed
#400 Update CFEclipse Dictionary Syntax Dictionaries task 03/28/08 fixed
#401 ColdBoxFactory - new method getInterceptor() ColdBox Factory enhancement 03/29/08 fixed
#402 baseTest - new method getInterceptor() Extras enhancement 03/29/08 fixed
#403 New base mxunit test case for mxunit integration. Unit Testing 2.5.2 enhancement lmajano 03/30/08 fixed
#404 ColdboxProxy - Ability to get an interceptor Coldbox Proxy enhancement 03/30/08 fixed
#405 Cache - Now uses java soft references for non-eternal objects. It now becomes a memory sensing cache too ColdBox Cache enhancement lmajano 03/30/08 fixed
#406 Utilties - serialization helpers: _serialize(), _serializeToFile() and _deserialize(), _deserializeFromFile() Plugin Utilities 2.5.2 enhancement lmajano 04/02/08 fixed
#409 View-Layouts are now stored in order as declared in the configuration file Coldbox.xml 2.5.2 defect lmajano 04/06/08 fixed
#410 CacheManager - clearView() ability to clear views with view name snippets. ColdBox Cache enhancement lmajano 04/07/08 fixed
#412 renderView() now includes explicit caching parameters. You can now cache and render at the same time Plugin Renderer enhancement lmajano 04/08/08 fixed
#413 Ability to execute private events via RunEvent() Architecture enhancement lmajano 04/08/08 fixed
#415 Messagebox - New methods: append() and appendArray() Plugin Messagebox enhancement lmajano 04/13/08 fixed
#416 Environment Interceptor - running twice if using fire on init. Interceptors - EnvironmentControl defect 04/15/08 fixed
#417 Lightwire upate - You can now declare a bean xml file only if needed. Plugin IoC enhancement lmajano 04/15/08 fixed
#419 onMissingAction() convention - Create virtual events if necessary on a per handler basis Architecture enhancement lmajano 04/15/08 fixed
#420 Framework Reinitialize Button on Info Panel Debugger enhancement lmajano 04/17/08 fixed
#421 New event method: buildLink() create your event or route links automatically RequestContext enhancement lmajano 04/17/08 fixed
#423 handler dictionary not clearing on reinitializations Service - HandlerService 2.6.0 Beta 1 defect 04/22/08 fixed
#424 Missing throw method ColdBox Factory 2.6.0 Beta 1 defect lmajano 04/23/08 fixed
#425 Elusive memory cleanup not scoped on cachemanager ColdBox Cache 2.6.0 Beta 1 defect lmajano 04/23/08 fixed
#426 Unecessary creations of request context objects that where not even used. Service - RequestService 2.5.2 defect lmajano 04/24/08 fixed
#427 codlbox reader autowire not defined. Sample Applications 2.6.0 Beta 1 defect lmajano 04/26/08 fixed
#428 flex tester error on coldbox.xml complex variable declarations Sample Applications 2.6.0 Beta 1 defect lmajano 04/26/08 fixed
#429 transfer sample error on coldbox.xml complex variable declarations Sample Applications 2.6.0 Beta 1 defect lmajano 04/26/08 fixed
#430 Request Context created 6 times instead of 1 Service - RequestService 2.5.2 defect lmajano 04/26/08 fixed
#431 Plugin/Hanlder Service new method of checking cache objects. Architecture 2.6.0 Beta 1 defect lmajano 04/26/08 fixed
#432 clearByKeySnippet syntax error on key snippet ColdBox Cache 2.6.0 Beta 2 defect lmajano 04/28/08 fixed
#433 Eclipse Snippets Revise Eclipse Snippets 2.6.0 Beta 2 defect lmajano 04/29/08 fixed
#434 Save timers on setnextevent and setnextroute, so they can be shown on monitor Debugger 2.6.0 Beta 2 task lmajano 04/30/08 fixed
#435 Add the tracers panel to the execution profiler monitor Debugger 2.6.0 Beta 2 enhancement lmajano 04/30/08 fixed
#436 logger plugin appending unecessary "/" on the path Plugin Logger 2.6.0 Beta 2 defect lmajano 04/30/08 fixed
#437 when using default index action, event caching is not executing Architecture 2.6.0 Beta 2 defect lmajano 04/30/08 fixed
#438 Request Capture when called on demand, not loading form/url again Service - RequestService