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
/
WeblogServlet.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change how redirects are done (any extra string is allowed, and redirect if i...
David A. Madore
2021-01-05
1
-3
/
+6
*
Rename the "do_single_page" database column to "special_name", and update Jav...
David A. Madore
2014-10-12
1
-5
/
+5
*
Use JDBC4, in order to use the .isValid() method.
David A. Madore
2014-10-12
1
-2
/
+2
*
Check whether database connection is still open.
David A. Madore
2014-10-12
1
-1
/
+1
*
Separate the "has_cut" property from "do_single_page".
David A. Madore
2014-10-12
1
-1
/
+1
*
Round lastModifiedTime to last second when returning it for HTTP, but not int...
David A. Madore
2014-10-12
1
-4
/
+2
*
Fix stupid mistake: was passing a null DynamicContext.
David A. Madore
2014-10-12
1
-1
/
+1
*
Make it possible to link to previous and next entries from the single page te...
servlet
David A. Madore
2014-10-11
1
-1
/
+1
*
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
1
-3
/
+8
*
Add a "dynamic context" global state, and make WeblogSummary stale when too old.
David A. Madore
2014-10-09
1
-1
/
+3
*
Make up my mind as to what URLs should look like.
David A. Madore
2014-10-09
1
-5
/
+8
*
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
1
-17
/
+18
*
First servlet version that is actually capable of (sometimes) producing some ...
David A. Madore
2014-10-05
1
-5
/
+37
*
Start writing a servlet version. NOT USABLE YET.
David A. Madore
2014-10-03
1
-0
/
+36