General
-
Create customisable Coldbox download
Similar to the customisable download of Jquery UI - http://jqueryui.com/download, create a configuration screen which would create a personalised download of Coldbox and extended functions.
20 votes -
I would like to see a coldbox connection presentation on testing coldbox apps. Unit/Integration/etc
I would like to see a coldbox connection presentation on testing coldbox apps. Unit/Integration/etc
13 votes -
what about integration with MemCached server technology?
what about integration with MemCached server technology? it would be nice to have an easy way to store data/objects/etc... into a memcached server. Could apply to cached views, code snippets, database, objects, session data, etc...
13 votesplanned ·
AdminLuis Majano
(Admin, ColdBox Platform)
responded
We have this planned for 3.0 so the ColdBox cache can use any back-end cache seamlessly.
Coming soon…
-
Create a more unified API for modules
At present, some methods require the "admin:" prefix while others require the "admin/" prefix and yet others require the additional "module" parameter and still others (setLayout() and setView()) do not require any prefix or additonal paramter at all. This can be very confusing.
I suggest that:
1) All of the event and request collection methods within the modules are context aware similar to setLayout() and setView(). For example, all of the following method calls within a module named "admin" would route to the appropriate view, handler or action within the "admin" module:
setView("product/edit"); - looks for /module/admin/views/product/edit.cfm
setLayout("layout.main"); - looks… more7 votes -
Convert your existing project to coldbox
I guess many of us really want to convert existing project to coldbox project but without any downtime.
6 votes -
Create a getting started video series like cfwheels has.
Create a getting started video series like cfwheels has.
5 votes -
Would you like the ColdBox Cache to be also Distributed?
There are several distributed caches out in the wild: ehCache, memcache, tangosol coherence, etc.
However, they are all not easy to install, configure and setup on existing applications. Would it make sense for the ColdBox cache to implement a distributed element to it?
It would be using technologies like JMS and a central storage database that will act as a LAN cache.
Also, would you be willing to donate for it? If so, how much?
5 votes -
4 votes
-
4 votes
-
1 vote
-
I would like to see a layout cache
It would be a good idea to cache a layout. Something like
event.setLayout(name="layoutName",cache=30)1 vote -
What LogBox Appenders would be cool?
Write your suggestions here
0 votes -
What new interception points do you want to see in ColdBox?
What new interception points do you want to see in ColdBox?
0 votes