-
timp
2002-04-29 14:11#11
Rev.: 1.20
-
Remove random slash
3 lines of code changed in 1 file:
- melati/src/main/java/org/melati/admin:
Selection.wm (+3 -2)
-
timp
2002-04-26 12:04#10
Rev.: 1.3
-
Remove window.RegExp test, as we can take its presence for granted since
version 4.0 browsers (I have not tested on a version 3 browser).
Also added missing semicolon and made the test for an empty field
not rely upon RegExp, so if RegExp is missing empty fields are still
trapped (I think).
30 lines of code changed in 3 files:
- melati-webapp/src/main/webapp/melati-static/admin/static:
validation.js (+10 -10)
- melati/src/main/java/org/melati/admin/static:
validation.js (+10 -10)
- melati/src/test/webapp/melati-static/admin/static:
validation.js (+10 -10)
-
timp
2002-04-19 14:07#9
Rev.: 1.33
-
Release 0.6.0 Beta
10 lines of code changed in 1 file:
-
timp
2002-04-19 13:56#8
Rev.: 1.16
-
Add FIXME
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/admin:
Delete.wm (+2 -2)
-
timp
2002-04-19 13:55#7
Rev.: 1.19
-
Add isAdministrator() back again - Will, I seem to need this,
and can't remember why you thought it a bad idea.
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
User.java (+5 -1)
-
timp
2002-04-19 13:54#6
Rev.: 1.2
-
Replace Windoze line ends
86 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
CSVFilesProcessor.java (+86 -86)
-
timp
2002-04-19 13:52#5
Rev.: 1.3
-
Add more info to exception
20 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/csv:
CSVTable.java (+20 -12)
-
timp
2002-04-19 13:43#4
Rev.: 1.6
-
Jetty returns an empty string, not NULL
1 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
HttpUtil.java (+1 -1)
-
timp
2002-04-19 13:35#3
Rev.: 1.18
-
Use DIV not CENTER
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/admin:
SelectionWindowSelection.wm (+4 -3)
-
timp
2002-04-16 11:47#2
Rev.: 1.22
-
Don't use != null idiom, as Velocity barfs
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/admin:
EditHeader.wm (+2 -2)
-
vasilyp
2002-04-08 00:14#1
Rev.: 1.27
-
NPE fix
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/login:
HttpSessionAccessHandler.java (+2 -1)