-
williamc
2001-07-09 20:00Rev.: 1.7
-
Source indentation fixes
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Postgresql.java (+4 -4)
-
williamc
2001-07-09 19:59Rev.: 1.15
-
Remove tabs
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/util:
DumbPageEnumeration.java (+5 -8)
-
williamc
2001-07-08 16:52Rev.: 1.2
-
Add comment about how to specialise exception handling
10 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/webmacro/templets/html/error:
java.lang.Exception.wm (+10 -2)
-
williamc
2001-07-08 16:48Rev.: 1.7
-
Replaced by org/melati/template/webmacro/templets/html/error/java.lang.Exception.wm
0 lines of code changed in 1 file:
- melati/src/main/java/org/melati:
error.wm (del)
-
williamc
2001-07-08 16:45Rev.: 1.1
-
Special template for displaying duplicate key exceptions
67 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/webmacro/templets/html/error:
org.melati.poem.DuplicateKeySQLPoemException.wm (new 67)
-
williamc
2001-07-08 16:45Rev.: 1.1
-
Replacement for error.wm---fallback Exception display template
60 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/webmacro/templets/html/error:
java.lang.Exception.wm (new 60)
-
williamc
2001-07-08 16:43Rev.: 1.16
-
Don't just use "error.wm" to display errors, but rather ask templet loader for exception-specific error template using "error" purpose parameter
24 lines of code changed in 1 file:
- melati/src/main/java/org/melati/servlet:
TemplateServlet.java (+24 -7)
-
williamc
2001-07-08 16:41
-
Add optional 'purpose' parameter for templet retrieval
61 lines of code changed in 3 files:
- melati/src/main/java/org/melati/template:
ClassNameTempletLoader.java (+43 -18),
MarkupLanguage.java (+9 -2),
TempletLoader.java (+9 -1)
-
williamc
2001-07-08 16:31Rev.: 1.8
-
Regenerate
1 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/generated:
UserTableBase.java (+1 -1)
-
williamc
2001-07-08 16:30Rev.: 1.44
-
Increase default width of User.login field to 20
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Poem.dsd (+2 -2)
-
williamc
2001-07-08 15:03Rev.: 1.45
-
Indentation fix
3 lines of code changed in 1 file:
- melati/src/main/java/org/melati:
Melati.java (+3 -3)
-
williamc
2001-07-08 14:49Rev.: 1.15
-
Melait -> Melati
3 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template:
MarkupLanguage.java (+3 -3)
-
williamc
2001-07-08 14:37Rev.: 1.77
-
Don't wrap exceptions arising from initial writedown of a new record
in InitialisationPoemException: the only possibilities are really (1)
duplicate key, which is now supposed to show up as a friendly
DuplicateKeySQLPoemException, or (2) serious trouble---either way we
want the raw exception.
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+3 -8)
-
williamc
2001-07-08 14:15
-
Generate specialised Exception for duplicate-key errors, and more generally provide hook for turning SQLException messages into something sensible
100 lines of code changed in 6 files:
- poem/src/main/java/org/melati/poem:
Database.java (+5 -2),
DuplicateKeySQLPoemException.java (new 3),
Table.java (+11 -3)
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+12 -1),
Dbms.java (+36 -1),
Postgresql.java (+33 -1)
-
williamc
2001-07-08 13:21Rev.: 1.28
-
Point out the postgresql jar we ship ...
30 lines of code changed in 1 file:
-
williamc
2001-07-08 11:51Rev.: 1.2
-
Make it work with jikes
3 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
BinaryTest.java (+3 -3)
-
williamc
2001-07-08 11:51Rev.: 1.61
-
Indentation fix
6 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+6 -5)
-
williamc
2001-07-08 11:43Rev.: 1.60
-
Mark Statements created during sqlQuery and sqlUpdate for tidying at end of transaction
12 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+12 -11)
-
williamc
2001-07-08 11:42Rev.: 1.4
-
Add java.sql.Statement to objects that can be added
6 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/transaction:
ToTidyList.java (+6)
-
williamc
2001-07-08 11:35Rev.: 1.5
-
Indentation fix
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
CachedQuery.java (+2 -2)