summaryrefslogtreecommitdiffstats
path: root/org
Commit message (Expand)AuthorAgeFilesLines
* Round lastModifiedTime to last second when returning it for HTTP, but not int...David A. Madore2014-10-121-4/+2
* Don't allow cached weblog summary to age more than five minutes.David A. Madore2014-10-121-1/+3
* Fix stupid thinko (test was backwards!).David A. Madore2014-10-121-1/+1
* Fix stupid mistake: was passing a null DynamicContext.David A. Madore2014-10-121-1/+1
* Add links to whole months pages in the index.David A. Madore2014-10-111-5/+26
* Thinko in d:wxref handling.David A. Madore2014-10-111-1/+2
* Make it possible to link to previous and next entries from the single page te...servletDavid A. Madore2014-10-112-7/+11
* Allow for a way to access entries without giving number (redirect).David A. Madore2014-10-111-4/+60
* Permalinks in servlet system.David A. Madore2014-10-102-11/+12
* Merge branch 'master' into servletDavid A. Madore2014-10-108-115/+188
|\
| * Introduce a WeblogLink class to refactor a lot of code on how links are written.David A. Madore2014-10-108-115/+186
| * Add the principle of a d:wrefcat="@single" type.David A. Madore2014-10-101-4/+6
* | Merge branch 'master' into servletDavid A. Madore2014-10-102-5/+12
|\|
| * Add a warning when d:wrefcat is being ignored.David A. Madore2014-10-101-0/+2
| * Add support for d:wrefcat="@month" to link specifically to an entry in its mo...David A. Madore2014-10-102-5/+10
* | Update cmdlines file to remind myself of CLASSPATH to use.David A. Madore2014-10-101-1/+1
* | Add a "dynamic context" global state, and make WeblogSummary stale when too old.David A. Madore2014-10-099-13/+45
* | Make up my mind as to what URLs should look like.David A. Madore2014-10-091-5/+8
* | Merge branch 'master' into servletDavid A. Madore2014-10-093-10/+155
|\|
| * Allow substitution of literal or numeric month in weblog month selection.David A. Madore2014-10-093-10/+39
| * Might as well add a class attribute on the table as well.David A. Madore2014-10-091-0/+1
| * Support <d:weblog-months-calendar /> element for automatic calendar generation.David A. Madore2014-10-092-0/+115
* | Take into account last modified time of Java class itself.David A. Madore2014-10-071-3/+13
* | Implement .getLastModified() on WeblogServlet.David A. Madore2014-10-071-9/+72
* | WeblogServlet: Take an entry number as input (request path).David A. Madore2014-10-071-1/+13
* | Move servlet initialization in the .init() method.David A. Madore2014-10-071-6/+10
* | Introduce at least a semblance of thread-safety.David A. Madore2014-10-054-20/+27
* | First servlet version that is actually capable of (sometimes) producing some ...David A. Madore2014-10-052-38/+83
* | Start writing a servlet version. NOT USABLE YET.David A. Madore2014-10-032-0/+37
|/
* Essentially cosmetic changes.David A. Madore2014-10-031-3/+2
* Use the Java7 java.nio.file interfaces, make output atomic.David A. Madore2014-10-034-91/+115
* Remove all templates from damlengine; introduce config variables instead.David A. Madore2014-10-0312-727/+79
* September and October 2014.David A. Madore2014-10-031-1/+3
* July and August 2014.David A. Madore2014-08-041-1/+3
* March, April, May, June 2014.David A. Madore2014-06-041-1/+5
* Remove an obsolete April's fool joke.David A. Madore2014-03-311-7/+0
* Attempt to systematize weblog entry templates.David A. Madore2014-02-115-34/+34
* Give single entry pages some kind of footer.David A. Madore2014-02-111-0/+5
* February 2014.David A. Madore2014-02-111-1/+2
* Use Unicode Emoji characters for smiley alt text.David A. Madore2014-01-081-12/+12
* Use data: URLs for smileys rather than external files.David A. Madore2014-01-0825-1/+2
* Add a base64 encoder (in order to produce data: URLs).David A. Madore2014-01-081-0/+47
* December 2013, January 2014David A. Madore2014-01-011-1/+4
* October and November 2013.David A. Madore2013-11-121-1/+3
* August and September 2013.David A. Madore2013-09-201-1/+3
* May, June, July 2013.David A. Madore2013-07-021-1/+4
* March and April 2013David A. Madore2013-04-061-1/+3
* Support for d:wrefcat attribute to create links inside a category.David A. Madore2013-04-062-1/+30
* Make local d:wref links inside single entry pages actually local.David A. Madore2013-04-061-3/+9
* Rewrite selection of d:wref target in a hopefully less messy way.David A. Madore2013-04-061-32/+36