1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added ability to register a row callback to manipulate each data row after it is added to the DataTable. Added a Data field for adding arbitrary data to a row. Commented out connection pooling stuff to remove Protomatter dependencies. More... almost 24 years ago
updated to use new WM syntax -- replaced parse with include, no semi-colons More... almost 24 years ago
- fixed build.xml to be compatible with ANT 1.3 don't remove ${tmpdir} after compile don't apply a DATE filter, since `date` doesn't work well on Windows add a WM-VERSION-${version} file to webmacro.jar More... almost 24 years ago
done testing. removing test file More... almost 24 years ago
more testing More... almost 24 years ago
Testing CVS auto-mailer More... almost 24 years ago
Fix bug where internal list of page names wasn't being updated when new pages were saved to Wiki. More... almost 24 years ago
more fixes related to viewing newly created pages. fixes a bug where "null" was being returned for the view tempalte filename. More... almost 24 years ago
bug fixes to make creating new pages easier. More... almost 24 years ago
fixed bug that keeps non-moderators from creating new pages. More... almost 24 years ago
Provided instrumentation for Generational Cache Manager. More... almost 24 years ago
TemplateServlet is a utility servlet for development and management which automatically parses the uri and renders the template. More... almost 24 years ago
Fix whitespace bug in expressions with nested parentheses More... almost 24 years ago
fixed type-o. More... almost 24 years ago
Added VERSION and BUILD_DATE constants to WebMacro.java. Correct values are inserted by ANT during the "compile" process. More... almost 24 years ago
A nifty TODO list. More... almost 24 years ago
remove trailing \ from last Action entry More... almost 24 years ago
add a disclaimer More... almost 24 years ago
note that we require ANT 1.4 to build More... almost 24 years ago
"ant clean" WILL NOT remove the install directory. that has the potential to be really really really bad More... almost 24 years ago
first stab at trying to automate the basics of configuration through ANT. and an attempt to document how to install everything. More... almost 24 years ago
added a web.xml file (in etc/) and changed build.xml to include everything in etc/ in the root of WEB-INF More... almost 24 years ago
Initial revision More... almost 24 years ago
added test for StaticIdentityCacheManager
sk
More... almost 24 years ago
reduced memory footprint a bit by more often calling processQueue
sk
More... almost 24 years ago
added examples for CheckForReload and StaticIdentityCacheManager
sk
More... almost 24 years ago
added&fixed some documentation
sk
More... almost 24 years ago
added CheckForReloadDelay setting
sk
More... almost 24 years ago
implemented encoding tests
sk
More... almost 24 years ago
Default error template needs to set Request.ContentType. Some browser (e.g. mozilla) don't like it, if it isn't set.
sk
More... almost 24 years ago