openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
ColdMVC
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
about 22 hours
ago.
Oct 19, 2024 — Oct 19, 2025
Showing page 1 of 14
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updated reloading of the framework
Tony Nelson
More...
almost 13 years ago
Updated check on application.getApplicationSettings().ormEnabled
Tony Nelson
More...
almost 13 years ago
Renamed super to parentSection
Tony Nelson
More...
almost 13 years ago
Merge pull request #3 from rotts/master
Tony Nelson
More...
almost 13 years ago
changing variables.super to variables.parentSection
rotts
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")) {
rotts
More...
almost 13 years ago
Merge pull request #2 from ryanricard/master
Tony Nelson
More...
over 13 years ago
Resolved issue with getValues() erroring when iterating elements.
Ryan Ricard
More...
over 13 years ago
Added support for escapeLabel and escapeValue
Tony Nelson
More...
over 13 years ago
Updated building of params to handle file uploads
Tony Nelson
More...
over 13 years ago
Added params and requestContext to custom assertion execution
Tony Nelson
More...
over 13 years ago
Updated form.getValues() to accept a list of element names
Tony Nelson
More...
over 13 years ago
Updated json response format
Tony Nelson
More...
over 13 years ago
Updated reloading of the framework
Tony Nelson
More...
over 13 years ago
Remove unnecessary unnamed arguments from helpers
Tony Nelson
More...
almost 14 years ago
Updated rendering assets to include arbitrary attributes to be passed in
Tony Nelson
More...
almost 14 years ago
Added insertBreadcrumb(index, url, text)
Tony Nelson
More...
almost 14 years ago
Added configurable breadcrumbs divider
Tony Nelson
More...
almost 14 years ago
Added logic to ignore duplicate roles and resources
Tony Nelson
More...
almost 14 years ago
Added the params tag.
Tony Nelson
More...
almost 14 years ago
Added dispatchEvent as an action helper
Tony Nelson
More...
almost 14 years ago
Updated acl config Removed page attributes from navigation
Tony Nelson
More...
almost 14 years ago
Added support for adding dynamic parameters to menus and breadcrumbs
Tony Nelson
More...
almost 14 years ago
Added names to roles and resources for using as options
Tony Nelson
More...
almost 14 years ago
Updated option parsing to handle structs Exposed getACL(), getHelpers(), and getHelper() as action helpers
Tony Nelson
More...
almost 14 years ago
Added injection of $
Tony Nelson
More...
almost 14 years ago
Added Form.setLabel()
Tony Nelson
More...
almost 14 years ago
Updated loading of controller's events to occur during onApplicationStart to pick up events listening for @requestStart
Tony Nelson
More...
almost 14 years ago
Updated radio and checkbox tags
Tony Nelson
More...
almost 14 years ago
Exposed form.configure() and form.configureOptions() publicly
Tony Nelson
More...
almost 14 years ago
←
1
2
3
4
5
6
7
8
9
…
13
14
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree