index
:
damlengine.git
master
servlet
daml-to-html blog engine (Java)
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org
/
madore
/
damlengine
/
TodoDefaultElement.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle title and subtitle.
David A. Madore
2010-10-10
1
-1
/
+1
*
Various "stylistic" improvements suggested by Joshua Bloch's book.
David A. Madore
2010-04-22
1
-0
/
+2
*
Rather than an ad hoc "Options" class, use caller todo directly.
David A. Madore
2010-04-19
1
-8
/
+6
*
Rename TodoContext class to Context. Usually call "ctx" its instances.
David A. Madore
2010-04-18
1
-6
/
+6
*
Preliminary handler for <daml> element.
David A. Madore
2010-04-18
1
-1
/
+0
*
Hide the use of NodeList and NamedNodeMap by real Java ArrayList objects.
David A. Madore
2010-04-18
1
-9
/
+25
*
Use ad hoc classes rather than hashes for context and options.
David A. Madore
2010-04-17
1
-11
/
+11
*
Use ArrayList (supposedly faster because unsynchonized) rather than Vector.
David A. Madore
2010-04-17
1
-3
/
+3
*
Use factories implemented as nested classes (rather than reflected constructo...
David A. Madore
2010-04-17
1
-1
/
+10
*
Change dispatching approach: handlers are now part of todoItems.
David A. Madore
2010-04-15
1
-0
/
+49