68
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Nov 28, 2024 — Nov 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More JavaDoc fixups for accuracy: remove remaining references to startAutoUpdated(), which has finally been removed. Also update compileFromStream in AbstractTemplate to make the description more generic. More... over 24 years ago
More JavaDoc updates. More... over 24 years ago
New JavaDoc files due to cache changes. More... over 24 years ago
Update JavaDoc for cache changes. More... over 24 years ago
Update JavaDocs to document all the relevant methods. More... over 24 years ago
Add methods for getting and setting the default template type. More... over 24 years ago
Added more description to the includes syntax. More... over 24 years ago
Documented the other type of include syntax allowed due to cache changes. More... over 24 years ago
Added TestInclude testcase, to test one and two parameter variations of the include instruction. More... over 24 years ago
Added (back) the two-parameter constructor for IncludeInstruction, as a convenience for StandardTemplateParser. More... over 24 years ago
Updated parser to handle two-parameter style of include instructions. More... over 24 years ago
Use getItem() instead of getTemplate() in ExposeServlet -- getTemplate() is now deprecated. More... over 24 years ago
Deprecate the old getTemplate and getBinaryData methods, in favour of the more generic getItem() methods. Also deprecated the FileBinaryCache in general, since we can get the same functionality out of FileTemplateCache now. More... over 24 years ago
Minor changes to the description of the Cache code in the example. More... over 24 years ago
Update the cache documentation in the manual to reflect current reality. More... over 24 years ago
Updated the examples to reflect up-to-date cache usage in the sample code. More... over 24 years ago
Updated to avoid deprecated cache API call. More... over 24 years ago
Updated GuestbookServlet to avoid deprecated cache API calls. More... over 24 years ago
Added new test case for testing the cache implementation. More... over 24 years ago
Resolved minor merge issues in Template class. More... over 24 years ago
Merged new cache package from the FreeMarker cache branch. More... over 24 years ago
Merged the cache branch back to the head. More... over 24 years ago
New JavaDoc for 1.6.2 release. More... over 24 years ago
Update JavaDoc to 1.6.2 release. More... over 24 years ago
Changed the ordering of bullet points in the README: Expose contains the major new functionality for this release. More... over 24 years ago
Minor fix to JavaDoc in NormalizeNewlines. More... over 24 years ago
Added testcases for FreeMarkers newline behaviour. More... over 24 years ago
New transformer for normalizing newline characters in a template. This used to be handled by the Template itself. More... over 24 years ago
Rework compileFromStream to avoid fiddling with newlines. By default, we preserve all newlines in the template as-is. More... over 24 years ago
Update README and package information to 1.6.2. More... over 24 years ago