openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
FreeMarker
Settings
|
Report Duplicate
68
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Nov 18, 2024 — Nov 18, 2025
Showing page 219 of 220
Search / Filter on:
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)
run2000
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.
harendt
More...
almost 25 years ago
Applied Patch #103630 submitted by run2000
harendt
More...
almost 25 years ago
Applied patch #103280 submitted from "run2000".
harendt
More...
almost 25 years ago
made cacheDir protected
fate
More...
almost 25 years ago
"make clean" missed the guestbook class.
travis
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.
travis
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.
travis
More...
about 25 years ago
Stupidly left in import of an org.dawnstar.* file. Sorry.
travis
More...
about 25 years ago
GuestbookTM did not implement listSize() and get() and thus did not compile. Fixed.
travis
More...
about 25 years ago
Added support for list literals and numeric references to list elements.
travis
More...
about 25 years ago
Used for referencing an item in a list with a bracketed numeric index.
travis
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.
travis
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.
travis
More...
about 25 years ago
*** empty log message ***
harendt
More...
about 25 years ago
added
harendt
More...
about 25 years ago
removed debugging code
harendt
More...
over 25 years ago
created
harendt
More...
over 25 years ago
created contrib directory
harendt
More...
over 25 years ago
Added build.xml for automatically building Freemarker with Ant
apetrushko
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
apetrushko
More...
over 25 years ago
Addes listCachedFiles() to BinaryCache for symmetry with TemplateCache and updated FileBinaryCache to have the same implementation as FileTemplateCache
apetrushko
More...
over 25 years ago
Made CacheElement wrap Object rather than Template to incorporate other cache targets
apetrushko
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
apetrushko
More...
over 25 years ago
Added getXXX methods for all setXXX methods that operate on simple cache properties
apetrushko
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
apetrushko
More...
over 25 years ago
added <comment> tag and <foreach> synoym
harendt
More...
over 25 years ago
bugfix in isEmpty()
harendt
More...
over 25 years ago
changed size() in TemplateListModel to return an int
harendt
More...
over 25 years ago
fixed bug in documentation regarding collections.zip
harendt
More...
over 25 years ago
←
1
2
…
212
213
214
215
216
217
218
219
220
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree