3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Expose catalogFactory so that subclasses can get at it. More... about 20 years ago
Refactoring to make it easier for lookups to work against a CatalogFactory of any origin, instead of being bound to the static singleton instance returned by CatalogFactory.getInstance() More... over 20 years ago
Make ContextBase live up to the Serializable contract that it inherits by virtue of extending HashMap, and add a unit test to prove it works. Fixed in nightly build 20050417. More... over 20 years ago
Remove obsolete information about a default context attribute being set if none is specified in web.xml. More... over 20 years ago
Fix references to <chains> to be <catalog> instead. More... over 20 years ago
Add eclipse project files to svn:ignore. More... over 20 years ago
Factor out the comma-delimited parsing into a separate method, fix the whitespace-skipping bugs in it, and add unit tests to verify that. More... over 20 years ago
convert .cvsignore to svn:ignore More... over 20 years ago
svn:keywords correction More... over 20 years ago
Add support for using LookupCommand in a way which does not pass through the result from the looked up command. This will allow chains used by Lookup to "abort" (by having some command return 'false') without aborting the chain from which the lookup was performed. More... over 20 years ago
remove used import More... over 20 years ago
Use SVN changelog More... over 20 years ago
Fix simply typo More... over 20 years ago
Adding new DispatchLookupCommand and test case. More... over 20 years ago
fix keyword More... over 20 years ago
Add new test for LookupCommand. More... over 20 years ago
Fix bad test. Thanks Sean More... over 20 years ago
add DispatchCommand and test case More... over 20 years ago
add myself More... over 20 years ago
add myself More... over 20 years ago
Fix for bug 32894 More... over 20 years ago
Implement enhanced lookup for commands that takes "catalog:command" argument as a single string. More... over 20 years ago
Bug #32655: Code fragment incorrect. More... over 20 years ago
Tweaks to the web site in preparation for 1.0 release. More... over 20 years ago
Make sure that testPristine() comes first. Relying on the order of methods in the source being the order in which they are called is not exactly a best practice, but on the eve of a 1.0 release, switching the order of a couple of methods is the most expedient way to resolve the failing tests. More... over 20 years ago
Now that the MyFaces version of the JSF API is available at ibiblio, change the Maven and Ant builds to depend on that, rather than the JSF API RI, which cannot be made available in the same way. More... over 20 years ago
Fix around 660 Checkstyle errors prior to the 1.0 release. More... over 20 years ago
Update version for 1.0 release. More... over 20 years ago
Regenerate Ant build file to pick up changes to project.xml. More... over 20 years ago
Update BeanUtils and Digester versions; remove Collections dependency; update version number to 1.0-dev in anticipation of a 1.0 release soon. More... over 20 years ago