-
timp
2001-07-26 23:32#61
Rev.: 1.7
-
Make SMTPSERVER a public final string constant.
Not that this is a change in capitailisation, so may require you to make
a change to your smtpserver setting to SMTPServer.
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
Email.java (+4 -2)
-
timp
2001-07-26 17:28#60
Rev.: 1.11
-
Add a hint when HTML isn't from a template
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/servlet:
ConfigServlet.java (+2 -1)
-
timj
2001-07-26 15:18#59
Rev.: 1.3
-
allow boolean fields to be nullable
26 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/webmacro/templets/html:
org.melati.poem.BooleanPoemType.wm (+26 -1)
-
timj
2001-07-25 08:28#58
Rev.: 1.30
-
melati 0.55.1
15 lines of code changed in 2 files:
-
README.html (+2 -2),
RELEASE-NOTES.html (+13 -4)
-
timj
2001-07-25 08:22#57
Rev.: 1.14
-
throw an unexcepected exception on io exception
3 lines of code changed in 1 file:
- melati/src/main/java/org/melati/login:
HttpBasicAuthenticationAccessHandler.java (+3 -1)
-
timj
2001-07-25 08:21#56
-
correction to upload code
9 lines of code changed in 3 files:
- melati/src/main/java/org/melati/admin:
Upload.wm (+2 -2)
- melati/src/main/java/org/melati/servlet:
FormDataAdaptorFactory.java (+4 -1)
- melati/src/main/java/org/melati/template/webmacro/templets/html:
Upload.wm (+3 -5)
-
timj
2001-07-25 08:21#55
Rev.: 1.23
-
fixes for new WM
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/admin:
PrimarySelect.wm (+4 -4)
-
timj
2001-07-25 08:20#54
-
correction to upload code
28 lines of code changed in 2 files:
- melati/src/main/java/org/melati/admin:
Admin.java (+9 -5),
AdminUtils.java (+19 -11)
-
timp
2001-07-13 12:43#53
Rev.: 1.45
-
Explain integrity fix a bit
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Poem.dsd (+2 -2)
-
timj
2001-07-12 15:11#52
Rev.: 1.29
-
melati 0.55
171 lines of code changed in 2 files:
-
README.html (+124 -149),
RELEASE-NOTES.html (+47 -2)
-
timj
2001-07-12 10:40#51
Rev.: 1.9
-
avoid the need to enter a trailing slash on the url for the Exception and Redirect tests to work
7 lines of code changed in 1 file:
- melati/src/main/java/org/melati/test:
ConfigServletTest.java (+7 -3)
-
timj
2001-07-12 10:22#50
Rev.: 1.3
-
allow servlet to run with any database
6 lines of code changed in 1 file:
- melati/src/main/java/org/melati/test:
TemplateServletTest.java (+6 -3)
-
timj
2001-07-12 09:02#49
-
changes to upload so that we have access to a 'set-up' melati / melatiContext
333 lines of code changed in 9 files:
- melati/src/main/java/org/melati/servlet:
BaseFileDataAdaptor.java (+2 -2),
DefaultFileDataAdaptorFactory.java (+3 -3),
FormDataAdaptorFactory.java (+34 -10),
MemoryDataAdaptorFactory.java (+3 -3),
MultipartDataDecoder.java (+270 -266),
PoemFileDataAdaptorFactory.java (+9 -25),
TemporaryFileDataAdaptorFactory.java (+3 -3)
- melati/src/main/java/org/melati/template/webmacro/templets/html:
ImageUpload.wm (+4 -5),
Upload.wm (+5 -6)
-
timj
2001-07-12 08:58#48
-
tidy up, we don't need melatiIn
20 lines of code changed in 2 files:
- melati/src/main/java/org/melati/servlet:
PoemServlet.java (+12 -13),
TemplateServlet.java (+8 -8)
-
timj
2001-07-12 08:53#47
Rev.: 1.13
-
i don't feel that establishUser needs to throw an IOException,
10 lines of code changed in 1 file:
- melati/src/main/java/org/melati/login:
HttpBasicAuthenticationAccessHandler.java (+10 -4)
-
timj
2001-07-12 08:52#46
Rev.: 1.19
-
i don't feel that establishUser needs to throw an IOException, also
we should not log AccessPoemExceptions
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/login:
HttpSessionAccessHandler.java (+4 -3)
-
timj
2001-07-12 08:52#45
Rev.: 1.10
-
i don't feel that establishUser needs to throw an IOException
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/login:
AccessHandler.java (+2 -2)
-
timj
2001-07-12 08:51#44
Rev.: 1.6
-
changes to upload so that we have access to a 'set-up' melati / melatiContext
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/admin:
Upload.wm (+2 -2)
-
timj
2001-07-12 08:50#43
Rev.: 1.30
-
correct VEH setup
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/admin:
Edit.wm (+2 -2)
-
timj
2001-07-12 08:49#42
-
changes to upload so that we have access to a 'set-up' melati / melatiContext
14 lines of code changed in 2 files:
- melati/src/main/java/org/melati/admin:
Admin.java (+5 -5),
AdminUtils.java (+9 -6)
-
timj
2001-07-11 10:24#41
Rev.: 1.10
-
undo catch errors
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/servlet:
ConfigServlet.java (+2 -2)
-
timj
2001-07-11 10:20#40
Rev.: 1.9
-
catch errors
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/servlet:
ConfigServlet.java (+2 -2)
-
williamc
2001-07-09 20:00#39
Rev.: 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:59#38
Rev.: 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:52#37
Rev.: 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:48#36
Rev.: 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:45#35
Rev.: 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:45#34
Rev.: 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:43#33
Rev.: 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#32
-
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:31#31
Rev.: 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:30#30
Rev.: 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:03#29
Rev.: 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:49#28
Rev.: 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:37#27
Rev.: 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#26
-
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:21#25
Rev.: 1.28
-
Point out the postgresql jar we ship ...
30 lines of code changed in 1 file:
-
williamc
2001-07-08 11:51#24
Rev.: 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:51#23
Rev.: 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:43#22
Rev.: 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:42#21
Rev.: 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:35#20
Rev.: 1.5
-
Indentation fix
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
CachedQuery.java (+2 -2)
-
williamc
2001-07-08 11:07#19
Rev.: 1.27
-
Clarify authorship
4 lines of code changed in 1 file:
-
williamc
2001-07-08 11:04#18
Rev.: 1.26
-
Add reminder about re-running DSD preprocessor if Poem.dsd is changed
14 lines of code changed in 1 file:
-
williamc
2001-07-08 10:52#17
Rev.: 1.25
-
Add section on recompiling Melati
136 lines of code changed in 1 file:
-
williamc
2001-07-08 09:11#16
Rev.: 1.24
-
Clarify tomcat situation
12 lines of code changed in 1 file:
-
williamc
2001-07-08 08:21#15
Rev.: 1.3
-
Add note about what to do if you see compile errors here (missing RequestDispatcher stub)
10 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
DelegatedHttpServletRequest.java (+10 -2)
-
williamc
2001-07-08 08:15#14
Rev.: 1.2
-
Oops, add (C) header
45 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
DelegatedHttpServletRequest.java (+45)
-
williamc
2001-07-07 19:06#13
Rev.: 1.44
-
Fix getAdminUtils to include "context path" if and only if running against servlets 2.2 API
8 lines of code changed in 1 file:
- melati/src/main/java/org/melati:
Melati.java (+8 -5)
-
williamc
2001-07-07 19:05#12
Rev.: 1.2
-
Extend from new DelegatedHttpServletRequest which is transparent against 2.0/2.2 servlets
8 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/velocity:
HttpServletRequestWrap.java (+8 -196)
-
williamc
2001-07-07 19:04#11
Rev.: 1.8
-
Show session ID not Session object
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
ReconstructedHttpServletRequestMismatchException.java (+4 -3)
-
williamc
2001-07-07 19:04#10
Rev.: 1.1
-
Base class for overriding HttpServletRequest behaviour: works transparently against 2.0 and 2.2 APIs provided that stub RequestDispatcher interface is included
166 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
DelegatedHttpServletRequest.java (new 166)
-
williamc
2001-07-07 19:03#9
Rev.: 1.14
-
Extend from new DelegatedHttpServletRequest which is transparent against 2.0/2.2 servlets; use session ID to reidentify Session objects rather than "=="
12 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
ReconstructedHttpServletRequest.java (+12 -190)
-
williamc
2001-07-07 19:01#8
Rev.: 1.3
-
Have appendZoneURL include "context path" if running against 2.2 servlet API
3 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
HttpUtil.java (+3)
-
williamc
2001-07-07 19:01#7
Rev.: 1.8
-
Store session ID not Session object
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
HttpServletRequestParameters.java (+4 -3)
-
williamc
2001-07-07 18:21#6
Rev.: 1.75
-
Fix for Dietmar's compile problem
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+3 -2)
-
williamc
2001-07-07 12:19#5
-
Remove surplus semicolon
4 lines of code changed in 2 files:
- melati/src/main/java/org/melati/template/webmacro:
PassbackEvaluationExceptionHandler.java (+2 -2)
- melati/src/main/java/org/melati/test:
RestrictedAccessObject.java (+2 -2)
-
williamc
2001-07-07 12:05#4
Rev.: 1.14
-
Remove surplus semicolon
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/util:
DumbPageEnumeration.java (+2 -2)
-
timj
2001-07-03 10:35#3
-
WM 0.98
5 lines of code changed in 2 files:
-
README.html (+2 -2),
RELEASE-NOTES.html (+3 -1)
-
timj
2001-07-03 06:48#2
-
melati 0.54.2
10 lines of code changed in 2 files:
-
README.html (+2 -2),
RELEASE-NOTES.html (+8 -1)
-
mylesc
2001-07-02 14:26#1
Rev.: 1.12
-
Typo
1 lines of code changed in 1 file:
- melati/src/main/java/org/melati:
org.melati.LogicalDatabase.properties.example (+1 -1)