| Commit message (Expand) | Author | Age | Files | Lines |
* | Name the "meta" category. | David A. Madore | 2014-10-19 | 1 | -0/+2 |
* | Make the link to continue reading a parent of the main div, not at the cut-he... | David A. Madore | 2014-10-17 | 2 | -12/+17 |
* | Rename the "do_single_page" database column to "special_name", and update Jav... | David A. Madore | 2014-10-12 | 13 | -42/+42 |
* | Use JDBC4, in order to use the .isValid() method. | David A. Madore | 2014-10-12 | 3 | -4/+4 |
* | Check whether database connection is still open. | David A. Madore | 2014-10-12 | 2 | -2/+2 |
* | Separate the "has_cut" property from "do_single_page". | David A. Madore | 2014-10-12 | 6 | -17/+23 |
* | Commit a reminder about permissions. | David A. Madore | 2014-10-12 | 1 | -0/+3 |
* | Round lastModifiedTime to last second when returning it for HTTP, but not int... | David A. Madore | 2014-10-12 | 1 | -4/+2 |
* | Don't allow cached weblog summary to age more than five minutes. | David A. Madore | 2014-10-12 | 1 | -1/+3 |
* | Fix stupid thinko (test was backwards!). | David A. Madore | 2014-10-12 | 1 | -1/+1 |
* | Fix stupid mistake: was passing a null DynamicContext. | David A. Madore | 2014-10-12 | 1 | -1/+1 |
* | Add links to whole months pages in the index. | David A. Madore | 2014-10-11 | 1 | -5/+26 |
* | Thinko in d:wxref handling. | David A. Madore | 2014-10-11 | 1 | -1/+2 |
* | Make it possible to link to previous and next entries from the single page te...servlet | David A. Madore | 2014-10-11 | 2 | -7/+11 |
* | Allow for a way to access entries without giving number (redirect). | David A. Madore | 2014-10-11 | 1 | -4/+60 |
* | Permalinks in servlet system. | David A. Madore | 2014-10-10 | 2 | -11/+12 |
* | Merge branch 'master' into servlet | David A. Madore | 2014-10-10 | 8 | -115/+188 |
|\ |
|
| * | Introduce a WeblogLink class to refactor a lot of code on how links are written. | David A. Madore | 2014-10-10 | 8 | -115/+186 |
| * | Add the principle of a d:wrefcat="@single" type. | David A. Madore | 2014-10-10 | 1 | -4/+6 |
* | | Merge branch 'master' into servlet | David A. Madore | 2014-10-10 | 2 | -5/+12 |
|\| |
|
| * | Add a warning when d:wrefcat is being ignored. | David A. Madore | 2014-10-10 | 1 | -0/+2 |
| * | Add support for d:wrefcat="@month" to link specifically to an entry in its mo... | David A. Madore | 2014-10-10 | 2 | -5/+10 |
* | | Update cmdlines file to remind myself of CLASSPATH to use. | David A. Madore | 2014-10-10 | 1 | -1/+1 |
* | | Add a "dynamic context" global state, and make WeblogSummary stale when too old. | David A. Madore | 2014-10-09 | 9 | -13/+45 |
* | | Make up my mind as to what URLs should look like. | David A. Madore | 2014-10-09 | 1 | -5/+8 |
* | | Merge branch 'master' into servlet | David A. Madore | 2014-10-09 | 3 | -10/+155 |
|\| |
|
| * | Allow substitution of literal or numeric month in weblog month selection. | David A. Madore | 2014-10-09 | 3 | -10/+39 |
| * | Might as well add a class attribute on the table as well. | David A. Madore | 2014-10-09 | 1 | -0/+1 |
| * | Support <d:weblog-months-calendar /> element for automatic calendar generation. | David A. Madore | 2014-10-09 | 2 | -0/+115 |
* | | Take into account last modified time of Java class itself. | David A. Madore | 2014-10-07 | 1 | -3/+13 |
* | | Implement .getLastModified() on WeblogServlet. | David A. Madore | 2014-10-07 | 1 | -9/+72 |
* | | WeblogServlet: Take an entry number as input (request path). | David A. Madore | 2014-10-07 | 1 | -1/+13 |
* | | Move servlet initialization in the .init() method. | David A. Madore | 2014-10-07 | 1 | -6/+10 |
* | | Introduce at least a semblance of thread-safety. | David A. Madore | 2014-10-05 | 4 | -20/+27 |
* | | First servlet version that is actually capable of (sometimes) producing some ... | David A. Madore | 2014-10-05 | 2 | -38/+83 |
* | | Start writing a servlet version. NOT USABLE YET. | David A. Madore | 2014-10-03 | 2 | -0/+37 |
|/ |
|
* | Essentially cosmetic changes. | David A. Madore | 2014-10-03 | 1 | -3/+2 |
* | Use the Java7 java.nio.file interfaces, make output atomic. | David A. Madore | 2014-10-03 | 4 | -91/+115 |
* | Remove all templates from damlengine; introduce config variables instead. | David A. Madore | 2014-10-03 | 12 | -727/+79 |
* | September and October 2014. | David A. Madore | 2014-10-03 | 1 | -1/+3 |
* | July and August 2014. | David A. Madore | 2014-08-04 | 1 | -1/+3 |
* | March, April, May, June 2014. | David A. Madore | 2014-06-04 | 1 | -1/+5 |
* | Remove an obsolete April's fool joke. | David A. Madore | 2014-03-31 | 1 | -7/+0 |
* | Attempt to systematize weblog entry templates. | David A. Madore | 2014-02-11 | 5 | -34/+34 |
* | Give single entry pages some kind of footer. | David A. Madore | 2014-02-11 | 1 | -0/+5 |
* | February 2014. | David A. Madore | 2014-02-11 | 1 | -1/+2 |
* | Use Unicode Emoji characters for smiley alt text. | David A. Madore | 2014-01-08 | 1 | -12/+12 |
* | Use data: URLs for smileys rather than external files. | David A. Madore | 2014-01-08 | 25 | -1/+2 |
* | Add a base64 encoder (in order to produce data: URLs). | David A. Madore | 2014-01-08 | 1 | -0/+47 |
* | December 2013, January 2014 | David A. Madore | 2014-01-01 | 1 | -1/+4 |