-
timj
2001-08-31 08:26#12
Rev.: 1.4
-
when extracting fields, trim whitespace from values. this allows users to enter '19 ' in an integer field, and not generate an error.
this may be the wrong thing to do, so please shout if you think so.
5 lines of code changed in 1 file:
- melati/src/main/java/org/melati:
MelatiUtil.java (+5 -5)
-
timj
2001-08-24 06:47#11
Rev.: 1.32
-
minor changes to install notes
5 lines of code changed in 1 file:
-
timj
2001-08-24 06:46#10
Rev.: 1.10
-
fix trailing / for upload
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/test:
ConfigServletTest.java (+4 -2)
-
timj
2001-08-20 11:06#9
Rev.: 1.23
-
yuk npe
5 lines of code changed in 1 file:
- melati/src/main/java/org/melati/login:
HttpSessionAccessHandler.java (+5 -3)
-
timj
2001-08-17 11:46#8
-
we need to urlencode the key as well!
15 lines of code changed in 2 files:
- melati/src/main/java/org/melati/login:
HttpSessionAccessHandler.java (+13 -4),
LoginHandler.java (+2 -1)
-
timj
2001-08-17 06:20#7
Rev.: 1.31
-
melati 0.55.2
13 lines of code changed in 2 files:
-
README.html (+2 -1),
RELEASE-NOTES.html (+11 -3)
-
timj
2001-08-16 17:18#6
Rev.: 1.21
-
stop logging acces exceptions
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/login:
HttpSessionAccessHandler.java (+2 -2)
-
timj
2001-08-16 17:15#5
-
allow users to 'remember passowrds'
74 lines of code changed in 4 files:
- melati/src/main/java/org/melati/login:
HttpSessionAccessHandler.java (+36 -7),
Login.wm (+7 -1),
LoginFailure.wm (+7 -1),
LoginHandler.java (+24 -1)
-
timj
2001-08-16 17:14#4
Rev.: 1.1
-
new MD5 util for encoding
84 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
MD5Util.java (new 84)
-
timj
2001-08-14 17:54#3
Rev.: 1.4
-
fix vis Upload.wm
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/webmacro/templets/html:
ImageUpload.wm (+2 -2)
-
timj
2001-08-01 07:11#2
Rev.: 1.23
-
add method allowing description to vary
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Field.java (+5 -1)
-
timj
2001-08-01 07:11#1
Rev.: 1.12
-
add constructor allowing description to vary
10 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
BaseFieldAttributes.java (+10 -1)