0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Oct 19, 2024 — Oct 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated reloading of the framework More... almost 13 years ago
Updated check on application.getApplicationSettings().ormEnabled More... almost 13 years ago
Renamed super to parentSection More... almost 13 years ago
Merge pull request #3 from rotts/master More... almost 13 years ago
changing variables.super to variables.parentSection More... almost 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... almost 13 years ago
Merge pull request #2 from ryanricard/master More... over 13 years ago
Resolved issue with getValues() erroring when iterating elements. More... over 13 years ago
Added support for escapeLabel and escapeValue More... over 13 years ago
Updated building of params to handle file uploads More... over 13 years ago
Added params and requestContext to custom assertion execution More... over 13 years ago
Updated form.getValues() to accept a list of element names More... over 13 years ago
Updated json response format More... over 13 years ago
Updated reloading of the framework More... over 13 years ago
Remove unnecessary unnamed arguments from helpers More... almost 14 years ago
Updated rendering assets to include arbitrary attributes to be passed in More... almost 14 years ago
Added insertBreadcrumb(index, url, text) More... almost 14 years ago
Added configurable breadcrumbs divider More... almost 14 years ago
Added logic to ignore duplicate roles and resources More... almost 14 years ago
Added the params tag. More... almost 14 years ago
Added dispatchEvent as an action helper More... almost 14 years ago
Updated acl config Removed page attributes from navigation More... almost 14 years ago
Added support for adding dynamic parameters to menus and breadcrumbs More... almost 14 years ago
Added names to roles and resources for using as options More... almost 14 years ago
Updated option parsing to handle structs Exposed getACL(), getHelpers(), and getHelper() as action helpers More... almost 14 years ago
Added injection of $ More... almost 14 years ago
Added Form.setLabel() More... almost 14 years ago
Updated loading of controller's events to occur during onApplicationStart to pick up events listening for @requestStart More... almost 14 years ago
Updated radio and checkbox tags More... almost 14 years ago
Exposed form.configure() and form.configureOptions() publicly More... almost 14 years ago