68
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 18, 2024 — Nov 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds a constructor that takes an array of TemplateModels (submitted by p1etr0, patch #415034) More... over 24 years ago
[ Patch #103631 ] Adds "comment" tag to expressions documentation The "expression" part of the manual now includes documentation on the "comment" tag. In addition, a small wording change about methods was made. More... almost 25 years ago
Applied Patch #103630 submitted by run2000 More... almost 25 years ago
Applied patch #103280 submitted from "run2000". More... almost 25 years ago
made cacheDir protected More... almost 25 years ago
"make clean" missed the guestbook class. More... about 25 years ago
Removed useless line I left in GuestbookTM.java. Removed useless compilations from Makefile. Don't know why they didn't compile before. Fixed guestbook-template.html and added list indexing example. More... about 25 years ago
For some reason, compiling GuestbookServlet.java didn't cause other files to compile. So I just compile all of them. More... about 25 years ago
Stupidly left in import of an org.dawnstar.* file. Sorry. More... about 25 years ago
GuestbookTM did not implement listSize() and get() and thus did not compile. Fixed. More... about 25 years ago
Added support for list literals and numeric references to list elements. More... about 25 years ago
Used for referencing an item in a list with a bracketed numeric index. More... about 25 years ago
Used for defining lists in templates. Currently only supports lists of scalars -- that is, strings and numbers. Still need to add lists of lists, lists of hashes. More... about 25 years ago
A quickly-hacked makefile to save me from having to type "javac". Should be replaced with .sh and .bat scripts to run Ant with the build.xml file. More... about 25 years ago
*** empty log message *** More... about 25 years ago
added More... about 25 years ago
removed debugging code More... over 25 years ago
created More... over 25 years ago
created contrib directory More... over 25 years ago
Added build.xml for automatically building Freemarker with Ant More... over 25 years ago
Changed Template constructor and compileFromStream to work on a Reader instead of InputStreamReader so as to allow more flexibility in constructing a template More... over 25 years ago
Addes listCachedFiles() to BinaryCache for symmetry with TemplateCache and updated FileBinaryCache to have the same implementation as FileTemplateCache More... over 25 years ago
Made CacheElement wrap Object rather than Template to incorporate other cache targets More... over 25 years ago
Deprecated start/stopAutoUpdate in TemplateCache in lieu of the implementation being smart enough to know when to start and stop the timer thread More... over 25 years ago
Added getXXX methods for all setXXX methods that operate on simple cache properties More... over 25 years ago
Elevated CacheElement to first-class status, reimplemented listCachedFiles in FileTemplateCache to return a read-only iterator and added LOAD_AD_HOC method for updating a specific template in cache by name More... over 25 years ago
added <comment> tag and <foreach> synoym More... over 25 years ago
bugfix in isEmpty() More... over 25 years ago
changed size() in TemplateListModel to return an int More... over 25 years ago
fixed bug in documentation regarding collections.zip More... over 25 years ago