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 1 hour
ago. based on code collected
about 1 hour
ago.
Jul 30, 2024 — Jul 30, 2025
Showing page 30 of 48
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
index.html file for tutorial
eric
More...
about 24 years ago
webroot, and _everything_ in it is gone. it's old, outdated crap. "webroot" is misleading.
eric
More...
about 24 years ago
tutorial/ is a new directory that contains the tutorial files from the old webroot/
eric
More...
about 24 years ago
- changed ${dist} to be "webmacro-${version}"
eric
More...
about 24 years ago
we use ANT now, not make. not needed.
eric
More...
about 24 years ago
normalizing README's and LICENSE files.
eric
More...
about 24 years ago
distroot/ is a new directory.
eric
More...
about 24 years ago
moved webroot/contrib/webmacro.pl, which seems to be a very old perl script for parsing wm template
eric
More...
about 24 years ago
moved webroot/contrib emacs file here
eric
More...
about 24 years ago
New #include directive that is to also replace #parse.
eric
More...
about 24 years ago
now that the directive name is available during build(), change the configruation setting for TypeDirective to use its configured name.
eric
More...
about 24 years ago
changed brokerLocal map from Hashtable to a synchronized HashMap.
eric
More...
about 24 years ago
fixed bug #37, which is that response.setContentType() (b/c of #set $Response.ContentType="text/html") was being called after response.getOutputStream().
eric
More...
about 24 years ago
added getBrokerLocal(Object key) and setBrokerLocal(Object key, Object value) methods. Useful for storing state information specific to an instance of the broker. Backed by a (synchronized) Hashtable.
eric
More...
about 24 years ago
Get rid of classes from old parser and directives
brian
More...
about 24 years ago
Make the name a directive was registered under available to the directive at runtime through DirectiveBuilder.getName()
brian
More...
about 24 years ago
One more Class.forName->Broker.classForName transformation
brian
More...
about 24 years ago
Add SingleOptionChoice to directive argument descriptors -- means zero or one of these
brian
More...
about 24 years ago
Check in changes from Alex J so that tools, directives, etc can be loaded through the Broker class loader, so these can be stored with web apps in the WAR file
brian
More...
about 24 years ago
duh. Broker() _is_ available in bulid(). so cleaned up the configure() crap by getting rid of it.
eric
More...
about 24 years ago
updated #type directive. better handling of object arrays (even 2d arrays). no more static cache.
eric
More...
about 24 years ago
added InvalidTypeException inner class. Used only by #type directive right now, but Brian said to put it here so EEH can get at it if necessary
eric
More...
about 24 years ago
The TypeDirective, per discussions with Brian, plus an extra feature. can force a $Variable to be required, in addition to checking its type.
eric
More...
about 24 years ago
configuration settings for the new TypeDirective ... which is about to follow
eric
More...
about 24 years ago
Reverting to old Validation scheme until the new method is ready. - Jason B.
wm
More...
about 24 years ago
getting ready to relase current code as WM v0.97
eric
More...
about 24 years ago
Didn't compile because of exception thrown by decode(); not sure this is much better
brian
More...
about 24 years ago
Fix stupid bug in CompareNe.compare(Object, Object) (bug #38)
brian
More...
about 24 years ago
added a convenience method for putting static classes into the context. put(key, classInst) will wrap classInst and place it in the context.
keats
More...
about 24 years ago
Added code to handle static classes. Created two versions of getOperator, one that takes an object and one that takes a .class instance. The object version checks for a wrapped static class and unwraps it before calling the object version.
keats
More...
about 24 years ago
←
1
2
…
26
27
28
29
30
31
32
33
34
…
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