0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 04, 2025 — Feb 04, 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... almost 14 years ago
Resolved issue with getValues() erroring when iterating elements. More... almost 14 years ago
Added support for escapeLabel and escapeValue More... about 14 years ago
Updated building of params to handle file uploads More... about 14 years ago
Added params and requestContext to custom assertion execution More... about 14 years ago
Updated form.getValues() to accept a list of element names More... about 14 years ago
Updated json response format More... about 14 years ago
Updated reloading of the framework More... about 14 years ago
Remove unnecessary unnamed arguments from helpers More... about 14 years ago
Updated rendering assets to include arbitrary attributes to be passed in More... about 14 years ago
Added insertBreadcrumb(index, url, text) More... about 14 years ago
Added configurable breadcrumbs divider More... about 14 years ago
Added logic to ignore duplicate roles and resources More... about 14 years ago
Added the params tag. More... about 14 years ago
Added dispatchEvent as an action helper More... about 14 years ago
Updated acl config Removed page attributes from navigation More... about 14 years ago
Added support for adding dynamic parameters to menus and breadcrumbs More... about 14 years ago
Added names to roles and resources for using as options More... about 14 years ago
Updated option parsing to handle structs Exposed getACL(), getHelpers(), and getHelper() as action helpers More... about 14 years ago
Added injection of $ More... about 14 years ago
Added Form.setLabel() More... about 14 years ago
Updated loading of controller's events to occur during onApplicationStart to pick up events listening for @requestStart More... about 14 years ago
Updated radio and checkbox tags More... about 14 years ago
Exposed form.configure() and form.configureOptions() publicly More... about 14 years ago