1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
initial commit of template for CheckConfig servlet. More... almost 24 years ago
First commit of CheckConfig servlet. Displays pertainent configuration values for WM More... almost 24 years ago
improved error handling
sk
More... almost 24 years ago
no message
wm
More... almost 24 years ago
added support for passing exceptions through JavaCC generated parser for better handling of sun.io.MalformedInputException
sk
More... almost 24 years ago
Added default TemplateOutputEncoding: UTF-8 More... almost 24 years ago
no message
wm
More... almost 24 years ago
renamed create() to fromString() added two new eval() methods: eval(Object[] args) and eval(Object[] args, Object[] names) this allows positional parameters (named arg1, arg2, ... , argN) or named parameters from a single line. Ex: $Template.fromString("\$x=\$y").eval(["a",99],["x","y"]). More... almost 24 years ago
eliminated meaningless encoding parameter from StringTemplate. Strings are already converted to a known encoding (utf)!
sk
More... almost 24 years ago
used constant from WMConstants instead of string "TemplateEncoding"
sk
More... almost 24 years ago
corrected use of TemplateEncoding to TemplateOutputEncoding where appropriate
sk
More... almost 24 years ago
Add UNICODE_INPUT to .jj options (might help, might not.) More... almost 24 years ago
Fix shutdown bug reported by Jean-Fracois Darriso More... almost 24 years ago
improved detection of encoding. Uses TemplateEncoding now, when no encoding is specified by protocol handler.
sk
More... almost 24 years ago
added support for InputStreams and encoding
sk
More... almost 24 years ago
added methods: trim(), ltrim(), rtrim() - trim leading and/or trailing ws from a string trimBlock(), ltrimBlock(), rtrimBlock() - trim lines of text in a block getLines() - convert a block of text into an array of strings makeBlock() - convert an array of strings into a block of text with CRLFs. More... almost 24 years ago
added append() and create() methods. append() "listifies" its args and appends them together. create() returns a new ArrayList for use by the template. More... almost 24 years ago
Added method to support template evaluation returning evaluation as a string. More... almost 24 years ago
A tool that allows templates to be used as functions or "macros" More... almost 24 years ago
Added getPool method. Used by TemplateTool to get new context from pool. More... almost 24 years ago
enable #attribute (AttributeDirective) by default More... almost 24 years ago
Improved toChar to handle Unicode strings and first char of other strings as well as numbers. More... almost 24 years ago
well, that was stupid. More... almost 24 years ago
Changed to use the new Broker.getFastWriter() method More... almost 24 years ago
Added a .getFastWriter() method to the Broker(), and changed WM.java to use this method More... almost 24 years ago
Updating tests to understand the new warning/error messages for PropertyExceptions, More... almost 24 years ago
change the log messages from CEEH back to warnings. More... almost 24 years ago
cleaning up log output for D and C EEH. All log output now includes templateFilename:line.column information. More... almost 24 years ago
added configuration settings for LogTargets. default target is the old org.webmacro.util.LogFile. More... almost 24 years ago
adding LogTargetFactory, which is used by Broker to dynamically create LogTargets based on the "LogTargets" configuration setting. This allows one to completely replace the default LogTarget, or add his own. More... almost 24 years ago