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
/
Context.java
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Rename the "do_single_page" database column to "special_name", and update ↵
David A. Madore
2014-10-12
1
-3
/
+3
|
|
|
|
|
|
|
Java variables accordingly. The SQL command is: ALTER TABLE entries RENAME do_single_page TO special_name ;
*
Add a "dynamic context" global state, and make WeblogSummary stale when too old.
David A. Madore
2014-10-09
1
-0
/
+6
|
*
Implement <d:cut-here /> for cutting long entries.
David A. Madore
2011-11-12
1
-1
/
+4
|
*
Allow selecting a single entry.
David A. Madore
2011-11-12
1
-0
/
+8
|
*
Display lists of categories, with appropriate links.
David A. Madore
2011-09-08
1
-1
/
+4
|
*
Also use HTML5 elements (article, header, footer) for weblog entries.
David A. Madore
2011-09-07
1
-0
/
+1
|
*
Various trickeries to clarify weblog selection and inter-page links.
David A. Madore
2011-09-02
1
-2
/
+2
|
*
Add the JavaScript magic element to indicate number of comments.
David A. Madore
2011-09-01
1
-0
/
+1
|
*
Wrap it all in a single command handler.
David A. Madore
2011-08-31
1
-0
/
+8
|
*
Handling of weblog index (including killing nested a elements).
David A. Madore
2011-08-28
1
-0
/
+3
|
*
(Preliminary) handling of weblog entry selection and summary.
David A. Madore
2011-08-28
1
-0
/
+3
|
*
Prepare for weblog selection (and mess everything up).
David A. Madore
2011-08-28
1
-0
/
+23
|
*
Handle date-extra element.
David A. Madore
2011-08-26
1
-0
/
+1
|
*
Move most of the context to a "general context" substructure.
David A. Madore
2011-08-26
1
-14
/
+20
|
|
|
|
|
This is so as to make sure that cloning (which does a shallow copy) gives us references to the same mutable content.
*
Implement comments (talkback) link.
David A. Madore
2011-08-26
1
-2
/
+29
|
*
Handle title and subtitle.
David A. Madore
2010-10-10
1
-0
/
+6
|
*
Handling of translations.
David A. Madore
2010-10-09
1
-0
/
+2
|
*
A handful of meta tags, script and style sections.
David A. Madore
2010-04-18
1
-0
/
+2
|
*
Rename TodoContext class to Context. Usually call "ctx" its instances.
David A. Madore
2010-04-18
1
-0
/
+17