1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 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
when a Broker is shutdown, it needs to be removed from the cache of brokers. Reason being that a shutdown Broker has no Providers, which makes it compeltely unusable if it is retrieved again from the cache. More... about 23 years ago
avoid a potential NPE during the cache cleanup thread. More... about 23 years ago
Added fix for problem in non-servlet mode when context pool returns null. More... about 23 years ago
some minor changes to make StringTemplate.setName() actually set the name in all the places it should. I wonder if Block.java should continue to hold a reference to its name. More... about 23 years ago
use broker's classForName instead of Class.forName so that correct class loader is taken
sk
More... over 23 years ago
fixed deprecated warnings
sk
More... over 23 years ago
removed code that threw away nested exceptions adjusted naming conventions to jdk 1.4
sk
More... over 23 years ago
#include no longer needs to .parse() templates b/c the TemplateProvider now does it for us. More... over 23 years ago
made clear, that Template.parse should not be called more than once ignore subsequent calls to WMTemplate.parse made TemplateProviders return parsed templates
sk
More... over 23 years ago
a template needed to by the TestParseInclude test More... over 23 years ago
removed dead config settings for #include More... over 23 years ago
updated test case to test #include as macro. everything still seems to work More... over 23 years ago
- Support for #include as macro ... which merges #macros and #params from the specified template into the outer template (also includes the rest of the template too). More... over 23 years ago
The BuildContext knows how to merge template constants (#macros and #params) from a template into itself. this allows #include as macro to work. More... over 23 years ago
Templates now know about their defined #macro's More... over 23 years ago
fixed javadocs
sk
More... over 23 years ago
refactored TimeLoop to allow sharing of threads and take care of instance counting
sk
More... over 23 years ago
fixed cleanup behaviour to stop threads and call destroy on providers
sk
More... over 23 years ago
make some notes about how to enable the #profile directive More... over 23 years ago
fixing bug #64. don't use #profile for the guestbook example, and make lots of big and loud comments for the profile example explaining how to enable the profile directive. More... over 23 years ago
fixed wrong method name
sk
More... over 23 years ago
workaround for problem in URLConnection.getContent()
sk
More... over 23 years ago
changed default encoding from utf-8 to TemplateEncoding
sk
More... over 23 years ago
fixed NPE in when TemplatePath was not set fixed wrong classname for TemplateLoader.webapp
sk
More... over 23 years ago
added legacy support for TemplatePath setting
sk
More... over 23 years ago
changed syntax to use assignment operator: #default $x = 99 More... over 23 years ago
Modified syntax to use: scope=page|session|application|global|static More... over 23 years ago
added some default settings for DelegatingTemplateProvider
sk
More... over 23 years ago
we're not at version 1.1 yet, but I'm changing the build version anyways. :) More... over 23 years ago
added a registerDescriptor(...) to the DirectiveProvider, so one can programmatically add directives into webmacro, under any name. More... over 23 years ago