summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/Context.java
Commit message (Collapse)AuthorAgeFilesLines
* Add a "dynamic context" global state, and make WeblogSummary stale when too old.David A. Madore2014-10-091-0/+6
|
* Implement <d:cut-here /> for cutting long entries.David A. Madore2011-11-121-1/+4
|
* Allow selecting a single entry.David A. Madore2011-11-121-0/+8
|
* Display lists of categories, with appropriate links.David A. Madore2011-09-081-1/+4
|
* Also use HTML5 elements (article, header, footer) for weblog entries.David A. Madore2011-09-071-0/+1
|
* Various trickeries to clarify weblog selection and inter-page links.David A. Madore2011-09-021-2/+2
|
* Add the JavaScript magic element to indicate number of comments.David A. Madore2011-09-011-0/+1
|
* Wrap it all in a single command handler.David A. Madore2011-08-311-0/+8
|
* Handling of weblog index (including killing nested a elements).David A. Madore2011-08-281-0/+3
|
* (Preliminary) handling of weblog entry selection and summary.David A. Madore2011-08-281-0/+3
|
* Prepare for weblog selection (and mess everything up).David A. Madore2011-08-281-0/+23
|
* Handle date-extra element.David A. Madore2011-08-261-0/+1
|
* Move most of the context to a "general context" substructure.David A. Madore2011-08-261-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. Madore2011-08-261-2/+29
|
* Handle title and subtitle.David A. Madore2010-10-101-0/+6
|
* Handling of translations.David A. Madore2010-10-091-0/+2
|
* A handful of meta tags, script and style sections.David A. Madore2010-04-181-0/+2
|
* Rename TodoContext class to Context. Usually call "ctx" its instances.David A. Madore2010-04-181-0/+17