1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug where the default encoding not set if WebMacro.properties not found More... over 24 years ago
Removed unreachable statement (error in JavaCC?) More... over 24 years ago
Fix bugs in WebContext-recycling logic More... over 24 years ago
Update release notes More... over 24 years ago
Improvements to PropertyOperator and Context so we can put primitives or arrays of primitives in the context More... over 24 years ago
Add NoServlet example More... over 24 years ago
Improve formatting of WMServlet error messages More... over 24 years ago
Add copyright notice More... over 24 years ago
Make servlet error handling more robust More... over 24 years ago
Use rethrowable exceptions where applicable More... over 24 years ago
Fixed makefile to match new directory structure. More... over 24 years ago
noted that CVS server has changed More... over 24 years ago
no message More... over 24 years ago
Don't do build automatically More... over 24 years ago
- Added some comments - build to /tmp/${USER} by default More... over 24 years ago
Erroneously rolled back some locale related stuff in last commit - adding it back in More... over 24 years ago
Rolling back classloader changes (but retaining other bug fixes) More... over 24 years ago
Changed .get(int) to .itemAt(int) More... over 24 years ago
Fixed introspection problem with get(int) and get(Object). Added caseSensitive property. Added simpler create methods. More... over 24 years ago
regenerated docs More... over 24 years ago
bugfix: don't return invalid template if parsing fails More... over 24 years ago
Allow URLTemplate more flexible setting of output encoding More... over 24 years ago
1. bugfix: closing "out" which was never used - changed to "fw" 2. added method setLocale() to set locale on the HTTPServletResponse 3. pull optional locale/encoding from the template More... over 24 years ago
defDefaultEncoding() moved to WMTemplate so all sub-classes can access it. More... over 24 years ago
Comment setParam addition to Template More... over 24 years ago
Add setParam() method. This will allow templates to pass parameters back to the playout method. More... over 24 years ago
Added TemplateLocale (also a few extra comments) More... over 24 years ago
1. bug-fix: was only using country as key 2. made the function, which does the building a locale from a String, globally accessable (will be used in a soon-to-be committed URLTemplate) More... over 24 years ago
Delete the servlet container build too on clean More... over 24 years ago
Some compilers complain about the redundant "abstract" interface More... over 24 years ago