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 23, 2024 — Jul 23, 2025
Showing page 17 of 48
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
*sigh* Eventually I'll stop committing stupid changes.
drater
More...
over 22 years ago
Doh! That wasn't supposed to be committed.
drater
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
drater
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().
drater
More...
over 22 years ago
attempting to get things in order so the 1.1b2 release will go a bit faster
drater
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.
drater
More...
over 22 years ago
fixing bug #59: MathTool.random() oversteps its bounds
drater
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
drater
More...
over 22 years ago
fixng bug #66: implement .toString() method for Context and Form
drater
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.
drater
More...
over 22 years ago
overload ctor to not require a WikiSystem. In TextPageRenderer it's not used anyways.
drater
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.
drater
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).
drater
More...
over 22 years ago
great. Now that I've done the release, I realize this is actually November. duh.
drater
More...
over 22 years ago
preparing for the 1.1b1 release.
drater
More...
over 22 years ago
when #if outputs errors (like Objects not comparable), make sure to include the context.currentLocation();
drater
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.
drater
More...
over 22 years ago
I must have just learned to program yesterday. fix the #count directive to count correctly.
drater
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.
drater
More...
over 22 years ago
adding and configuring in the new #count directive. still need to write javadocs for it.
drater
More...
almost 23 years ago
fix the CVS link to point to our repository on SourceForge
drater
More...
almost 23 years ago
looks like syncmail really works. removing this test file
drater
More...
almost 23 years ago
more testing
drater
More...
almost 23 years ago
testing to see if syncmail actually works
drater
More...
almost 23 years ago
Initial commit of unit tests for the #setblock directive
keats
More...
almost 23 years ago
Added "as macro" option, which keeps block from being evaluated until expansion time.
keats
More...
almost 23 years ago
Added check for null ClassLoader
keats
More...
almost 23 years ago
Changed toString() to throw an UnsupportedOperationException
keats
More...
almost 23 years ago
taken a lot of little errors out, also made small if's with braces
marcel
More...
almost 23 years ago
taken a lot of little errors out, also made small if's with braces
marcel
More...
almost 23 years ago
←
1
2
…
13
14
15
16
17
18
19
20
21
…
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