1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jul 26, 2024 — Jul 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Useful constants that might be re-used More... over 24 years ago
bigfix: didn't work with multiple entries on TemplatePath More... over 24 years ago
Ran through native2ascii - some compilers complain about the encoding More... over 24 years ago
Add caching for locale request More... over 24 years ago
Extend so that request for unknown "in-built" locales will be expanded, e.g., $Locale.en_GB => Locale.getLocale("en","GB","") More... over 24 years ago
comments on added examples/sandbox More... over 24 years ago
Added "sandbox" to play around with More... over 24 years ago
Fixed a bug whereby the examples where neither being rebuilt, nor installed properly More... over 24 years ago
bug fix: _webContext never initialized More... over 24 years ago
Copy index.html to web-app build More... over 24 years ago
bug fix: Standalone.class not in package More... over 24 years ago
Add index.html to list available servlets More... over 24 years ago
Comments on Tomcat test More... over 24 years ago
Added Tomcat 3.2 build & run Modified examples/webmacro.properties to work with this. More... over 24 years ago
bugfix: guest.wm doesn't exist (I'm guessing Justin has forgotten to add it!) More... over 24 years ago
bug-fix: header property doesn't exist on $Request More... over 24 years ago
Description of ContextDebugger "contrib" More... over 24 years ago
Imported ContextDebugger contribution from Alex Jeannopoulos More... over 24 years ago
ContextTool to provide access to locales from templates More... over 24 years ago
Use new Broker.getResource() method More... over 24 years ago
Add a (semi-hidden) jar task for those occasions when you don't want to force a full rebuild More... over 24 years ago
getClassLoader() can return null - allow for this case More... over 24 years ago
Small tidying up of variable names More... over 24 years ago
Comment getResource....() methods added More... over 24 years ago
Added getResource() and getResourceAsStream() methods More... over 24 years ago
Expose Exception(String, Exception) constructor More... over 24 years ago
Bug fix: counter variable not incremented More... over 24 years ago
a) URLTemplate now looks for a file WebMacro.local in the same directory as the template. This is a local properties file and the key TemplateEncoding is used to determine the template encoding of a per directory basis b) changes to file: and jar: URLs can be detected via the shouldReload() call c) significant code refactoring as a partial consequence of the above d) also updated tests in contrib/Tests/URLTemplateProvider More... over 24 years ago
Move encoded templates to subdirectories so we can have different WebMacro.local files (see URLTemplate) More... over 24 years ago
Compliation error in comments (!) - need to escape the bad unicode More... over 24 years ago