choko
choko copied to clipboard
Choko Framework
As for today, when layout is parsing recursively through rows and columns it doesn't mind printing markup for regions that don't have content. This pull request changes that by recursively...
This is actually a problem when rendering a page after a redirect. I've started debugging this and could notice that when `mergePanels()` is called in `ApplicationController` the incoming panels are...
Styles loaded with context reaction addCSS not being unloaded when context changes.
We need to make sure our code is well documented, since this is a good thing in the first place and also to generate good API documentations. At least we...
In the long run we may need to be able to have a revisions history of changes made to resources for the types that enable this feature. To implement this...