1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated test for URLTemplateProvider including a new test for reading files with encoding=native_ascii More... over 24 years ago
describe the added class org.webmacro.util.NativeAsciiReader More... over 24 years ago
A java.io.Reader to read files converted by native2ascii. This is used as with special-case encoding in URLTemplate More... over 24 years ago
Turn off some debugging lines for classloading stuff More... over 24 years ago
Pass around a user-supplied classloader to aid resource location when the properties files might not be loaded with the same classloader as the core WebMacro classes More... over 24 years ago
Changed the default encoding from UTF-8 to the JVM default More... over 24 years ago
comment re bugfix in LogFile More... over 24 years ago
Bug fix: logging requires an Integer value, not the name. More... over 24 years ago
Make _log & _broker "protected" so subclasses can access them More... over 24 years ago
Tiny spelling error in message More... over 24 years ago
Added a hook for templates to know which "file" they belong to (for either file: or jar: URLs) More... over 24 years ago
Fixed - tests weren't working properly More... over 24 years ago
fixed up all the space/tab problems I created last time I edited this file. Sorry folks! More... over 24 years ago
split() and transposeSplit() for arrays and Lists added. More... over 24 years ago
Removed and erroneous javadoc comment that was giving an error viz., init() doesn't throw ServletException More... over 24 years ago
Changed the classpath loading strategy - it didn't do what it said on the tin! Now use explicit classloader.getResource() rather than searching the classpath More... over 24 years ago
Removed extra ";" - jikes complains about it! More... over 24 years ago
This isn't needed - imported in error More... over 24 years ago
Added README file More... over 24 years ago
Added TemplateExpireTime=1sec for cache testing More... over 24 years ago
Added a few javascript-based test cases for URLTemplateProvider More... over 24 years ago
Changed basedir to "." so that this works within netbeans (without hard-coded path) More... over 24 years ago
Added a brief README for ant build More... over 24 years ago
Added warning about deprecated method that may break in future JSDK releases More... over 24 years ago
Removed a couple of "unreachable" statements - actually just extra ";" after a "}" but jikes complains (quite rightly, according to the spec) More... over 24 years ago
_cacheDurration read using getIntegerSetting instead of getSetting. More... over 24 years ago
noted contrib/ant and Settings mods More... over 24 years ago
Allow externally supplied ClassLoader. This is needed if WebMacro is on the System classpath, but needs to find a properties file on the local classpath (e.g., in a servlet web-app). More... over 24 years ago
Improve confiuration to include contribs (BeanTool, ActionServlet, DataTable) N.B. ActionServlet is broken and disabled. Config test for Jasper & Xalan so no errors if not available More... over 24 years ago
Ensure CLASSPATH is included in build More... over 24 years ago