1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... over 23 years ago
since /contrib has moved, don't mess with it in the main build.xml file. More... over 23 years ago
this is a test More... over 23 years ago
testing again More... over 23 years ago
another test More... over 23 years ago
no longer needed More... over 23 years ago
more testing More... over 23 years ago
testing the auto-mailer More... over 23 years ago
just testing the auto-mailer More... over 23 years ago
no longer needed
wm
More... over 23 years ago
this is a test
wm
More... over 23 years ago
more testing More... over 23 years ago
this is a test. sorry for the spam More... over 23 years ago
comments are nice. More... over 23 years ago
add accessor methods for getting macro name and for getting the macro body... just to be complete. More... over 23 years ago
add ability to get the number of args from the directive builder, along with accessing an _exact_ argument (regardless of arg id). More... over 23 years ago
improved javadocs made read-only list of template loaders available, so that settings of template loaders can be changed at runtime.
sk
More... over 23 years ago
Auomatically add starting and trailing slashes if needed. Fixed javadocs.
sk
More... over 23 years ago
Better handling of undefined variables. More... over 23 years ago
implemented TemplateLoader proposal
sk
More... over 23 years ago
Fixed potential endless loop in initArg evaluation. Added optional "scope" keyword. More... over 23 years ago
Added the UNDEF check for the limit and from expressions as well. More... over 23 years ago
Fixed infinite loop when list expression was undefined. This bug was introduced by UndefinedMacro -- the while (l instanceof Macro) was always true if l was undefined. More... over 23 years ago
Added fix for Tomcat4 compatibility - getResource now prepends a leading '/' if not already there. More... over 23 years ago
fixed fatal call to wrong method that causes infinite recursion
sk
More... over 23 years ago
Make FTReloadContext public so BTPHelper can get it More... over 23 years ago
If we have been given a name, use that in toString() so error messages include the name of the template source More... over 23 years ago
Treat file URLs as a special case. Should be more efficient, too, and makes them FileTempltes, which means they get the right name in error messages. More... over 23 years ago
Fix stupid bug in getLastModified More... over 23 years ago
Add Servlet22Broker.TemplateLocation to let users specify where to try and load templates from a web app More... over 23 years ago