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 5 hours
ago. based on code collected
about 5 hours
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 36 of 48
Search / Filter on:
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
fergus
More...
over 24 years ago
describe the added class org.webmacro.util.NativeAsciiReader
fergus
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
fergus
More...
over 24 years ago
Turn off some debugging lines for classloading stuff
fergus
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
fergus
More...
over 24 years ago
Changed the default encoding from UTF-8 to the JVM default
fergus
More...
over 24 years ago
comment re bugfix in LogFile
fergus
More...
over 24 years ago
Bug fix: logging requires an Integer value, not the name.
fergus
More...
over 24 years ago
Make _log & _broker "protected" so subclasses can access them
fergus
More...
over 24 years ago
Tiny spelling error in message
fergus
More...
over 24 years ago
Added a hook for templates to know which "file" they belong to (for either file: or jar: URLs)
fergus
More...
over 24 years ago
Fixed - tests weren't working properly
fergus
More...
over 24 years ago
fixed up all the space/tab problems I created last time I edited this file. Sorry folks!
eric
More...
over 24 years ago
split() and transposeSplit() for arrays and Lists added.
zeljko
More...
over 24 years ago
Removed and erroneous javadoc comment that was giving an error viz., init() doesn't throw ServletException
fergus
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
fergus
More...
over 24 years ago
Removed extra ";" - jikes complains about it!
fergus
More...
over 24 years ago
This isn't needed - imported in error
fergus
More...
over 24 years ago
Added README file
fergus
More...
over 24 years ago
Added TemplateExpireTime=1sec for cache testing
fergus
More...
over 24 years ago
Added a few javascript-based test cases for URLTemplateProvider
fergus
More...
over 24 years ago
Changed basedir to "." so that this works within netbeans (without hard-coded path)
fergus
More...
over 24 years ago
Added a brief README for ant build
fergus
More...
over 24 years ago
Added warning about deprecated method that may break in future JSDK releases
fergus
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)
fergus
More...
over 24 years ago
_cacheDurration read using getIntegerSetting instead of getSetting.
majorek
More...
over 24 years ago
noted contrib/ant and Settings mods
fergus
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).
fergus
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
fergus
More...
over 24 years ago
Ensure CLASSPATH is included in build
fergus
More...
over 24 years ago
←
1
2
…
32
33
34
35
36
37
38
39
40
…
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