summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoAttr.java
Commit message (Expand)AuthorAgeFilesLines
* Various trickeries to clarify weblog selection and inter-page links.David A. Madore2011-09-021-0/+1
* Avoid pollution by redundant xmlns attributes.David A. Madore2011-08-281-0/+6
* Handle d:wref attribute (incompletely).David A. Madore2011-08-261-0/+1
* Various "stylistic" improvements suggested by Joshua Bloch's book.David A. Madore2010-04-221-3/+3
* Rather than an ad hoc "Options" class, use caller todo directly.David A. Madore2010-04-191-5/+5
* Rename TodoContext class to Context. Usually call "ctx" its instances.David A. Madore2010-04-181-5/+5
* Use ad hoc classes rather than hashes for context and options.David A. Madore2010-04-171-9/+6
* Use factories implemented as nested classes (rather than reflected constructo...David A. Madore2010-04-171-23/+14
* Use static initializers correctly (I had forgotten the "static" keyword!).David A. Madore2010-04-161-4/+1
* Change dispatching approach: handlers are now part of todoItems.David A. Madore2010-04-151-13/+32
* Make handlers instances instead of using static methods.David A. Madore2010-04-141-24/+7
* Handle d:xempty attribute, as proof of concept.David A. Madore2010-04-131-6/+7
* Framework for handling attributes.David A. Madore2010-04-131-0/+57