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
W
WebMacro
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 1 hour
ago. based on code collected
about 1 hour
ago.
Aug 20, 2024 — Aug 20, 2025
Showing page 27 of 48
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
initial commit of template for CheckConfig servlet.
keats
More...
almost 24 years ago
First commit of CheckConfig servlet. Displays pertainent configuration values for WM
keats
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
keats
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"]).
keats
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.)
brian
More...
almost 24 years ago
Fix shutdown bug reported by Jean-Fracois Darriso
brian
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.
keats
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.
keats
More...
almost 24 years ago
Added method to support template evaluation returning evaluation as a string.
lane
More...
almost 24 years ago
A tool that allows templates to be used as functions or "macros"
keats
More...
almost 24 years ago
Added getPool method. Used by TemplateTool to get new context from pool.
keats
More...
almost 24 years ago
enable #attribute (AttributeDirective) by default
eric
More...
almost 24 years ago
Improved toChar to handle Unicode strings and first char of other strings as well as numbers.
keats
More...
almost 24 years ago
well, that was stupid.
eric
More...
almost 24 years ago
Changed to use the new Broker.getFastWriter() method
eric
More...
almost 24 years ago
Added a .getFastWriter() method to the Broker(), and changed WM.java to use this method
eric
More...
almost 24 years ago
Updating tests to understand the new warning/error messages for PropertyExceptions,
eric
More...
almost 24 years ago
change the log messages from CEEH back to warnings.
eric
More...
almost 24 years ago
cleaning up log output for D and C EEH. All log output now includes templateFilename:line.column information.
eric
More...
almost 24 years ago
added configuration settings for LogTargets. default target is the old org.webmacro.util.LogFile.
eric
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.
eric
More...
almost 24 years ago
←
1
2
…
23
24
25
26
27
28
29
30
31
…
47
48
→
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