0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 16, 2025 — Jun 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated reloading of the framework More... over 13 years ago
Updated check on application.getApplicationSettings().ormEnabled More... over 13 years ago
Renamed super to parentSection More... over 13 years ago
Merge pull request #3 from rotts/master More... over 13 years ago
changing variables.super to variables.parentSection More... over 13 years ago
railo did not like Framework.cfc xml = replace(xml, "<!---->", "", "all") so changed to xml = replace(xml, "#ch(60)#!----#chr(62)#", "", "all"); Ini.cfc railo also did not like if (variables.super != "") { changed to if (!isinstanceOf(variables.super, "config.Ini")) { More... over 13 years ago
Merge pull request #2 from ryanricard/master More... about 14 years ago
Resolved issue with getValues() erroring when iterating elements. More... about 14 years ago
Added support for escapeLabel and escapeValue More... over 14 years ago
Updated building of params to handle file uploads More... over 14 years ago
Added params and requestContext to custom assertion execution More... over 14 years ago
Updated form.getValues() to accept a list of element names More... over 14 years ago
Updated json response format More... over 14 years ago
Updated reloading of the framework More... over 14 years ago
Remove unnecessary unnamed arguments from helpers More... over 14 years ago
Updated rendering assets to include arbitrary attributes to be passed in More... over 14 years ago
Added insertBreadcrumb(index, url, text) More... over 14 years ago
Added configurable breadcrumbs divider More... over 14 years ago
Added logic to ignore duplicate roles and resources More... over 14 years ago
Added the params tag. More... over 14 years ago
Added dispatchEvent as an action helper More... over 14 years ago
Updated acl config Removed page attributes from navigation More... over 14 years ago
Added support for adding dynamic parameters to menus and breadcrumbs More... over 14 years ago
Added names to roles and resources for using as options More... over 14 years ago
Updated option parsing to handle structs Exposed getACL(), getHelpers(), and getHelper() as action helpers More... over 14 years ago
Added injection of $ More... over 14 years ago
Added Form.setLabel() More... over 14 years ago
Updated loading of controller's events to occur during onApplicationStart to pick up events listening for @requestStart More... over 14 years ago
Updated radio and checkbox tags More... over 14 years ago
Exposed form.configure() and form.configureOptions() publicly More... over 14 years ago