1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix ambiguity in WS/NL before subdirective More... over 23 years ago
Fixed eric's changes so JavaCC doesn't barf. More... over 23 years ago
checks now if logging is activated before actually logging
sk
More... over 23 years ago
Look for WM.props in WEB-INF/ first if JSDK > 2.0 More... over 23 years ago
new classes for alternative TemplateProvider implementation
sk
More... over 23 years ago
added methods to access Classloader and ServletContext
sk
More... over 23 years ago
backporting the MultipleInstance tests (and fixes to ParserProvider) from v1_0_branch to the HEAD More... over 23 years ago
apply whitespace parser fixes to the HEAD. More... over 23 years ago
cleanups to support compile under JDK 1.2.2 More... over 23 years ago
cleanups to help compile under JDK 1.2.2 More... over 23 years ago
Cleanups to allow compile under JDK 1.2.2, and better support for finding Wiki.properties. Basically, Wiki.properties can *only* be found via an absolute filepath. More... over 23 years ago
Fix parsing/rendering bugs related to detecting when a color should end More... over 23 years ago
removing these for now. I initially tested against WM1.0 and they failed. When I tested against current CVS they still fail, but for different reasons. More... over 23 years ago
a test for multiple instances of WM w/in the same JVM that FAILS! More... over 23 years ago
ActionSevlet 0.85
wm
More... over 23 years ago
simple tool for accessing URL of current page and manipulate URLs
sk
More... over 23 years ago
fix typeo in DEEH and CEEH tests More... over 23 years ago
DefaultEEH returns a <!-- WARNING: --> when one tries to expand an $UndefinedVariable... which is consistent with pre-UndefinedMacro More... over 23 years ago
bringing EEH tests up-to-speed with latest UndefinedMacro stuff. added a TestContext, just for fun. More... over 23 years ago
if .put(Object name, Class c) receives a null class, just store a null in the context, instead of wrapping it as a StaticClassWrapper. More... over 23 years ago
adding support (and a test) for the "undefined" keyword. More... over 23 years ago
Improved the error reporting for undefined variable exceptions. More... over 23 years ago
Modified the UndefinedVariableException to use setMessage() instead of setVariableName() More... over 23 years ago
Unwrap and rethrow UndefinedVariableExceptions from InvocationTargetExceptions in invoke() More... over 23 years ago
no message
wm
More... over 23 years ago
Log message in init() if isDebugging() to show location of WebMacro.properties file if any. More... over 23 years ago
Changed the exception thrown from write() to the new PropertyException.UndefinedVariableException. More... over 23 years ago
Added code to set the variable name for an UndefinedVariableException. More... over 23 years ago
Added UndefinedVariableException More... over 23 years ago
Fixed bug that didn't include location for PropertyExceptions More... over 23 years ago