1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
index.html file for tutorial More... about 24 years ago
webroot, and _everything_ in it is gone. it's old, outdated crap. "webroot" is misleading. More... about 24 years ago
tutorial/ is a new directory that contains the tutorial files from the old webroot/ More... about 24 years ago
- changed ${dist} to be "webmacro-${version}" More... about 24 years ago
we use ANT now, not make. not needed. More... about 24 years ago
normalizing README's and LICENSE files. More... about 24 years ago
distroot/ is a new directory. More... about 24 years ago
moved webroot/contrib/webmacro.pl, which seems to be a very old perl script for parsing wm template More... about 24 years ago
moved webroot/contrib emacs file here More... about 24 years ago
New #include directive that is to also replace #parse. 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. More... about 24 years ago
changed brokerLocal map from Hashtable to a synchronized HashMap. 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(). 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. More... about 24 years ago
Get rid of classes from old parser and directives More... about 24 years ago
Make the name a directive was registered under available to the directive at runtime through DirectiveBuilder.getName() More... about 24 years ago
One more Class.forName->Broker.classForName transformation More... about 24 years ago
Add SingleOptionChoice to directive argument descriptors -- means zero or one of these 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 More... about 24 years ago
duh. Broker() _is_ available in bulid(). so cleaned up the configure() crap by getting rid of it. More... about 24 years ago
updated #type directive. better handling of object arrays (even 2d arrays). no more static cache. 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 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. More... about 24 years ago
configuration settings for the new TypeDirective ... which is about to follow 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 More... about 24 years ago
Didn't compile because of exception thrown by decode(); not sure this is much better More... about 24 years ago
Fix stupid bug in CompareNe.compare(Object, Object) (bug #38) 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. 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. More... about 24 years ago