1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*sigh* Eventually I'll stop committing stupid changes. More... over 22 years ago
Doh! That wasn't supposed to be committed. More... over 22 years ago
- When the parser outputs warnings for $$ and $foo;, include the line.col information - fix Directive.writeWarning so it doesn't output HTML comments to the log More... over 22 years ago
- Changed Directive.writeWarning() to always include the context.currentLocation() and to always write the warning message to a log named "directive". Adjusted directives that use .writeWarning(). More... over 22 years ago
attempting to get things in order so the 1.1b2 release will go a bit faster More... over 22 years ago
A Test to try and duplicate bugs 63 and 67 (which appear to be similiar), based on the limited information provided by the users. More... over 22 years ago
fixing bug #59: MathTool.random() oversteps its bounds More... over 22 years ago
- fixing bug #69: TextTool.rtim() trims too much added a testcase for it - added ability to run just one test: example: ant test -Dtest=TestTextTool More... over 22 years ago
fixng bug #66: implement .toString() method for Context and Form More... over 22 years ago
- make WMServlet.doGet() non-final - make logging API's use Throwable instead of Exception You'll want to do an "ant clean" before you try to compile. More... over 22 years ago
overload ctor to not require a WikiSystem. In TextPageRenderer it's not used anyways. More... over 22 years ago
On second thought, just output a warning. There are lots of cases where a template should be able to #include itself. More... over 22 years ago
Add some logic to stop a template from #including itself. Otherwise, you end up with stack overflow/out of memory exceptions (or in my case, on OS X, a "bus error" with a JVM core-dump). More... over 22 years ago
great. Now that I've done the release, I realize this is actually November. duh. More... over 22 years ago
preparing for the 1.1b1 release. More... over 22 years ago
when #if outputs errors (like Objects not comparable), make sure to include the context.currentLocation(); More... over 22 years ago
clean up the "blah is not a list" warning message generated by #foreach to include the $VariableName, the context location, and the class type of the object that isn't a list. More... over 22 years ago
I must have just learned to program yesterday. fix the #count directive to count correctly. More... over 22 years ago
Turn on UNICODE_INPUT in the Wiki parser. No telling what problems this may cause, but it does fix a number of encoding problems we've been having here at TCDI. More... over 22 years ago
adding and configuring in the new #count directive. still need to write javadocs for it. More... almost 23 years ago
fix the CVS link to point to our repository on SourceForge More... almost 23 years ago
looks like syncmail really works. removing this test file More... almost 23 years ago
more testing More... almost 23 years ago
testing to see if syncmail actually works More... almost 23 years ago
Initial commit of unit tests for the #setblock directive More... almost 23 years ago
Added "as macro" option, which keeps block from being evaluated until expansion time. More... almost 23 years ago
Added check for null ClassLoader More... almost 23 years ago
Changed toString() to throw an UnsupportedOperationException More... almost 23 years ago
taken a lot of little errors out, also made small if's with braces More... almost 23 years ago
taken a lot of little errors out, also made small if's with braces More... almost 23 years ago