1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial revision
wm
More... about 24 years ago
Outdated
wm
More... about 24 years ago
Outdated
wm
More... about 24 years ago
Replace Vector with ArrayList in BlockBuilder More... about 24 years ago
Clarify "no such directive" error message More... about 24 years ago
Fix space-before-lbrace bug in parser More... about 24 years ago
Fix block-delimiting bug More... about 24 years ago
A Block test, using #begin/#end that fails, complaining that "no directive named else" exists. This is as close as I can get to the recent parse errors posted to the list. More... about 24 years ago
updating version number More... about 24 years ago
comments for the #include/#parse directive options. It's 3:30am. I hope they make sense. More... about 24 years ago
Fixed TestCrankyEEH.testThrowsWithCaughtInForeach() failure by making #foreach wrap any unexpected Exception in a PropertyException. More... about 24 years ago
First example on lists and using the List Tool. More... about 24 years ago
Final tweaks to examples/index.html More... about 24 years ago
Provide more examples showing some server-side java class files as well as templates so implementors of webmacro get a sense of the java-side requirements of the View-Skin paradigm. More... about 24 years ago
WMEval is a very helpful encapsulation of an instance of WebMacro for reuse: either a template can be reused against different contexts or multiple templates can be reused against a stable context. More... about 24 years ago
Per Eric Ridge's pleading, I have improved (not completed) the documentation in the distroot/ More... about 24 years ago
Fix whitespace / tab bugs More... about 24 years ago
new test case to check that the caught filled in whenever we hit a property exception.
tim
More... about 24 years ago
Add StringArg directive argument type, which accepts either a quoted string or a variable reference More... about 24 years ago
Experimental modifications to support yet again revised whitespace rules. More... about 24 years ago
Turn off output by seeding o.w.LogLevel in system properties if not explicitly present More... about 24 years ago
Minor Update to VeryFastCache: More... about 24 years ago
renaming README to package.html. I think the contents of the file are way outdated? More... about 24 years ago
this is the GNU license, which is located under distroot/ don't need it here too More... about 24 years ago
made contructors public. duh. This was causing MathTool and TextTool to not load with WM 0.97 More... about 24 years ago
A test case for testing some of the basic functionality of the Broker. passes 100%. although WM log output gets sent to stdout. How did we turn that off for the template test cases? More... about 24 years ago
Changed name of DisabledTestEncode.java to TestEncode.java.disabled More... about 24 years ago
#encode is really really really broken right now, and the test fails in a big way. Per Brain, the test is disabled for now. More... about 24 years ago
linking in other files in distroot/ More... about 24 years ago
missing files from tutorial/ More... about 24 years ago