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 6 hours
ago. based on code collected
about 6 hours
ago.
Jul 30, 2024 — Jul 30, 2025
Showing page 19 of 48
Search / Filter on:
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.
eric
More...
about 23 years ago
avoid a potential NPE during the cache cleanup thread.
eric
More...
about 23 years ago
Added fix for problem in non-servlet mode when context pool returns null.
keats
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.
eric
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.
eric
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
eric
More...
over 23 years ago
removed dead config settings for #include
eric
More...
over 23 years ago
updated test case to test #include as macro. everything still seems to work
eric
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).
eric
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.
eric
More...
over 23 years ago
Templates now know about their defined #macro's
eric
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
eric
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.
eric
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
keats
More...
over 23 years ago
Modified syntax to use: scope=page|session|application|global|static
keats
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. :)
eric
More...
over 23 years ago
added a registerDescriptor(...) to the DirectiveProvider, so one can programmatically add directives into webmacro, under any name.
eric
More...
over 23 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
…
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