0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 9 minutes ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[maven-release-plugin] prepare release 1.2 More... almost 12 years ago
Fragment actions don't work for fragments in subdirectories - UIFR-19 More... almost 12 years ago
ClassCastException when trying to view a page after reloading the UI Framework module - UIFR-26 More... almost 12 years ago
Allow modules to register their own custom converters - UIFR-15 More... almost 12 years ago
@BindParams doesn't appear to properly bind Collections - UIFR-14 More... almost 12 years ago
Merge pull request #2 from mogoodrich/master More... almost 12 years ago
UIFR-24: Add StringToGlobalPropertyConverter forgot to add converter to webModuleApplicationContext More... almost 12 years ago
UIFR-24: Add StringToGlobalPropertyConverter More... almost 12 years ago
[maven-release-plugin] prepare for next development iteration More... about 12 years ago
[maven-release-plugin] prepare release 1.1 More... about 12 years ago
Use .action instead of .form for fragment actions More... about 12 years ago
Followup fix for UIFR-7: unfortunately modules will now also look in modules they depend on for resources, but it would require a core change to do anything about this More... about 12 years ago
Modules need to be able to provide resources - UIFR-7 Now things work in production mode too. More... about 12 years ago
Partial fix for letting modules provide resources - UIFR-7 Currently this works when they're in development mode but breaks if they're in production modde. More... about 12 years ago
Don't hardcode the idea that resources are all in the uiframework module. (This depends on TRUNK-3270, but I intend to shortly change the implementation by adding an analog to ModuleResourceServlet to the uiframework module.) More... about 12 years ago
Remove unused import More... about 12 years ago
Fix PageController and FragmentActionController to refer to showHtml view in the right folder More... about 12 years ago
Slightly improved error message when a page view is not found. More... about 12 years ago
[maven-release-plugin] prepare for next development iteration More... about 12 years ago
[maven-release-plugin] prepare release 1.0 More... about 12 years ago
Bugfix where pages and fragments weren't working outside of development mode. More... about 12 years ago
added module description More... about 12 years ago
Changed thisUrl() to include context path, so cancel button works. More... about 12 years ago
changing scope of the groovy dependency to provided (which lets the module start on 1.9.x) More... about 12 years ago
Added in the fragment page (which I'd inadvertently put in the appframework module instead). More... about 12 years ago
Fixed url prefixes, etc, so that pages, fragments, and fragment actions all work in the module under 1.x. More... about 12 years ago
Pulling in images, js, and css from 2.x. (Updated to the latest jquery and jquery-ui though.) More... about 12 years ago
Need to set CONTEXT_PATH and WEBAPP_NAME, since this isn't happening at startup now that we're running under 1.x. More... about 12 years ago
Avoid NPE when you request a fragment view that doesn't exist More... about 12 years ago
Modules should be able to use the UI Framework under its with a one-liner in their webModuleApplicationContext.xml - UIFR-6 More... about 12 years ago