1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
taken a lot of little erros out, also made small if's with braces More... almost 23 years ago
Added methods to enhance standalone evaluation of templates w/ability to reuse the context and its objects post evaluation of a template. More... about 23 years ago
could not compile; More... about 23 years ago
setting for WebMacro.properties added LogFilePerDay usage: LogFilePerDay=FALSE or TRUE More... about 23 years ago
getPossibleForm( String strKey ) added you now can ask this instead of getForm() It looks with IgnoreNoCase More... about 23 years ago
More internal checks for WMERROR to exost More... about 23 years ago
org\webmacro\util\HTMLEscaper.java:1 No @author javadoc tag found. org\webmacro\util\HTMLEscaper.java:203: field declaration 'entities' must match the following regexp '[A-Z][A-Z0-9_]* org\webmacro\util\HTMLEscaper.java:53: method declaration modifiers should have the following order [pub|pro|pri]->[final]->[static]->[synchronized]->[native] org\webmacro\util\HTMLEscaper.java:61: statement following 'if' is not in '{' ... '}' which is source of many errors. org\webmacro\util\HTMLEscaper.java:63: statement following 'else' is not in '{' ... '}' which is source of many errors. More... about 23 years ago
Added multiply and divide methods More... about 23 years ago
when a PropertyException is caught, set its ContextLocation before rethrowing it. More... about 23 years ago
when .setContextLocation() is called, also attempt to set the ConextLocation of the various wrapped exceptions, if they don't already have a context location. More... about 23 years ago
slightly reword the exception message that is thrown when a $Variable.method() throws an exception More... about 23 years ago
minor formatting changes, no functional changes More... about 23 years ago
fix a few javadoc tags More... about 23 years ago
Changed to use pool of WebContexts instead of creating a new one each time. More... about 23 years ago
added setContentLength as per Tony White's suggestion More... about 23 years ago
Replaced call to ErrorHandler with getErrorTemplate method More... about 23 years ago
initial commit More... about 23 years ago
added lots more functions. More... about 23 years ago
Updated by Brian to support functions More... about 23 years ago
Added config info for a few standard "functions: HTMLEscape, URLEncode, URLDecode, and toList More... about 23 years ago
Factored out matches method into supporting class IntrospectionUtils More... about 23 years ago
utilities useful for introspection More... about 23 years ago
Wraps methods for use as "functions" More... about 23 years ago
Holder for function calls More... about 23 years ago
added function stuff More... about 23 years ago
Unit tests for function feature More... about 23 years ago
Incorporates changes by Brian to support functions. More... about 23 years ago
removed final keywork from class More... about 23 years ago
Minor fixes found by automated code audit More... about 23 years ago
Reformat code according to style guide More... about 23 years ago