-
timp
2006-03-31 19:36#96
-
Add unification
161 lines of code changed in 4 files:
- src/site:
site.xml (+2 -1)
- src/site/xdoc:
Unification.xml (new 152),
index.xml (+5 -1),
navigation.xml (+2 -1)
-
timp
2006-03-31 14:54#95
Rev.: 1.7
-
Add : for anonymous access
1 lines of code changed in 1 file:
-
timp
2006-03-31 14:52#94
Rev.: 1.3
-
Add Faq
1 lines of code changed in 1 file:
-
timp
2006-03-31 14:52#93
Rev.: 1.4
-
Add MS Access Blob Size
8 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
MSAccess.java (+8 -3)
-
timp
2006-03-31 13:32#92
Rev.: 1.48
-
Enable Poem.dsd to be read from .jar
17 lines of code changed in 1 file:
- maven-dsd-plugin/src/main/java/org/melati/poem/prepro:
DSD.java (+17 -4)
-
timp
2006-03-31 10:47#91
-
Add FAQ
28 lines of code changed in 2 files:
- src/site/fml:
Faq.fml (new 27)
- src/site/xdoc:
navigation.xml (+1)
-
timp
2006-03-31 10:01#90
Rev.: 1.60
-
Formatting
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Column.java (+4 -6)
-
timp
2006-03-31 09:59#89
Rev.: 1.16
-
Add retry loop for MSAccess (grr)
31 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
PreparedStatementFactory.java (+31 -4)
-
timp
2006-03-31 09:58#88
Rev.: 1.148
-
Improve error message
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+3 -4)
-
timp
2006-03-30 18:37#87
Rev.: 1.6
-
windows line ends
135 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/dbms/test:
DbmsCaseTest.java (+135 -135)
-
timp
2006-03-30 18:15#86
Rev.: 1.8
-
Windows line ends
30 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/velocity:
VelocityTemplateContext.java (+30 -30)
-
timp
2006-03-30 08:51#85
-
Don't shutdown db
4 lines of code changed in 2 files:
- poem/src/test/java/org/melati/poem/test:
PoemDatabaseTest.java (+2 -2),
TestDatabaseTest.java (+2 -2)
-
timp
2006-03-30 07:58#84
Rev.: 1.80
-
Throw MelatiBugMelatiException rather than have an empty catch.
9 lines of code changed in 1 file:
- melati/src/main/java/org/melati:
Melati.java (+9 -20)
-
timp
2006-03-29 22:02#83
-
Windows line ends
3897 lines of code changed in 22 files:
- melati/src/main/java/org/melati:
MelatiUtil.java (+319 -319)
- melati/src/main/java/org/melati/app:
ConfigApp.java (+186 -186)
- melati/src/main/java/org/melati/servlet:
DefaultFileDataAdaptor.java (+106 -106),
JspServlet.java (+235 -235),
TemplateServlet.java (+244 -244)
- melati/src/main/java/org/melati/template:
ClassNameTempletLoader.java (+193 -193),
HTMLLikeMarkupLanguage.java (+97 -97),
MarkupLanguage.java (+675 -675),
MultipartTemplateContext.java (+158 -158),
NoTemplateEngine.java (+264 -264),
ServletTemplateEngine.java (+86 -86),
Template.java (+59 -59),
TempletLoader.java (+79 -79)
- melati/src/main/java/org/melati/template/velocity:
VelocityMelatiServlet.java (+78 -78),
VelocityTemplate.java (+76 -76),
VelocityTemplateContext.java (+120 -120),
VelocityTemplateEngine.java (+350 -350)
- melati/src/main/java/org/melati/template/webmacro:
WebmacroServletTemplateContext.java (+106 -106),
WebmacroTemplateContext.java (+120 -120)
- melati/src/main/java/org/melati/util:
ContextUtil.java (+61 -61)
- poem/src/main/java/org/melati/poem:
CachedCount.java (+66 -66)
- poem/src/main/java/org/melati/poem/csv:
CSVFileParser.java (+219 -219)
-
timp
2006-03-29 11:19#82
Rev.: 1.6
-
Add abreviations for Login and Logout
9 lines of code changed in 1 file:
- melati-webapp/src/main/webapp/WEB-INF:
web.xml (+9 -1)
-
timp
2006-03-29 11:18#81
Rev.: 1.26
-
Add login and dsd
6 lines of code changed in 1 file:
- melati/src/main/java/org/melati/admin:
Top.wm (+6 -3)
-
timp
2006-03-29 11:18#80
Rev.: 1.10
-
Use DefaultDisplayName not DefaultDisplayName()
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/admin:
DSD.wm (+2 -2)
-
timp
2006-03-29 11:17#79
Rev.: 1.39
-
Reformat, add DsdUrl
210 lines of code changed in 1 file:
- melati/src/main/java/org/melati/admin:
AdminUtils.java (+210 -247)
-
timp
2006-03-29 10:37#78
-
Add loginUrl
1347 lines of code changed in 2 files:
- melati/src/main/java/org/melati:
Melati.java (+880 -864),
MelatiConfig.java (+467 -459)
-
timp
2006-03-29 10:37#77
Rev.: 1.147
-
Typo
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+2 -2)
-
timp
2006-03-29 09:44#76
-
Javadoc
151 lines of code changed in 5 files:
- poem/src/test/java/org/melati/poem/test:
BinaryTest.java (+25 -1),
CachedSelectionTest.java (+49 -13),
PoemDatabaseTest.java (+61 -23),
TestDatabaseTest.java (+5 -4),
UserTableTest.java (+11 -18)
-
timp
2006-03-29 09:44#75
Rev.: 1.6
-
Exclude CachedSelectionTest as it is failing here
7 lines of code changed in 1 file:
-
timp
2006-03-28 21:39#74
Rev.: 1.10
-
Fix FIXMEs and turn into a working test
69 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
CachedSelectionTest.java (+69 -44)
-
timp
2006-03-28 11:45#73
Rev.: 1.45
-
Update Apache license, use real version of concurrent jar, no longer a need to exclude test like files
3 lines of code changed in 1 file:
-
timp
2006-03-28 11:40#72
Rev.: 1.2
-
Remove ./
17 lines of code changed in 1 file:
- src/site:
site.xml (+17 -17)
-
timp
2006-03-28 11:38#71
Rev.: 1.8
-
Allow inner assignments in places
17 lines of code changed in 1 file:
-
checkstyleSuppressions.xml (+17)
-
timp
2006-03-28 11:37#70
Rev.: 1.5
-
Closer to m1
74 lines of code changed in 1 file:
-
timp
2006-03-28 07:46#69
Rev.: 1.2
-
Re-plan
14 lines of code changed in 1 file:
- src/site/xdoc:
RoadMap.xml (+14 -13)
-
timp
2006-03-27 15:23#68
-
Checkstyle
4 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
BasePoemType.java (+2 -2),
Database.java (+2 -2)
-
timp
2006-03-27 13:19#67
Rev.: 1.2
-
Add default serialId
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/test:
ExitServlet.java (+4 -2)
-
timp
2006-03-27 13:08#66
Rev.: 1.4
-
Increment version, mend broken link
27 lines of code changed in 1 file:
-
timp
2006-03-26 22:03#65
Rev.: 1.1
-
Initial version
40 lines of code changed in 1 file:
- src/site:
site.xml (new 40)
-
timp
2006-03-26 21:48#64
Rev.: 1.1
-
Initial version
72 lines of code changed in 1 file:
- melati/src/main/java/org/melati/test:
ExitServlet.java (new 72)
-
timp
2006-03-24 20:58#63
Rev.: 1.3
-
make max transactions match tests
2 lines of code changed in 2 files:
- melati-webapp/src/main/webapp/WEB-INF/classes/org/melati:
org.melati.LogicalDatabase.properties (+1 -1)
- melati/src/test/java/org/melati:
org.melati.LogicalDatabase.properties (+1 -1)
-
timp
2006-03-24 17:31#62
Rev.: 1.3
-
Nearly there
35 lines of code changed in 1 file:
-
timp
2006-03-24 17:22#61
Rev.: 1.9
-
Convert to unit test
27 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
CachedSelectionTest.java (+27 -16)
-
timp
2006-03-24 17:15#60
Rev.: 1.10
-
Convert to unit test
25 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
BinaryTest.java (+25 -7)
-
timp
2006-03-24 16:29#59
Rev.: 1.2
-
Set name of db
2 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
TestDatabaseTest.java (+2 -1)
-
timp
2006-03-24 16:27#58
-
Renamed, PoemDatabase tests moved to PoemDatabaseTest
34 lines of code changed in 2 files:
- poem/src/test/java/org/melati/poem/test:
PoemTest.java (del),
TestDatabaseTest.java (new 34)
-
timp
2006-03-24 16:26#57
Rev.: 1.1
-
Test PoemDatabase
234 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemDatabaseTest.java (new 234)
-
timp
2006-03-23 20:51#56
Rev.: 1.86
-
Use isFree to check whether to close transaction
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+3 -2)
-
timp
2006-03-23 19:57#55
-
Windows line ends
734 lines of code changed in 6 files:
- poem/src/main/java/org/melati/poem:
CachedCount.java (+34 -34),
CachedSelection.java (+130 -130),
CapabilityTable.java (+153 -153),
LongPoemType.java (+134 -134),
SessionToken.java (+116 -116),
UserTable.java (+167 -167)
-
timp
2006-03-23 14:03#54
Rev.: 1.44
-
Add easysoft, add properties as a test resource
16 lines of code changed in 1 file:
-
timp
2006-03-23 13:59#53
Rev.: 1.2
-
Blunder on
7 lines of code changed in 1 file:
-
timp
2006-03-23 13:59#52
Rev.: 1.1
-
Initial (empty) version
2 lines of code changed in 1 file:
-
timp
2006-03-23 13:57#51
Rev.: 1.28
-
Add easysoft, do not use system log4j
2 lines of code changed in 1 file:
-
project.properties (+2 -1)
-
timp
2006-03-23 13:56#50
Rev.: 1.5
-
Re-add
97 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
UserTableTest.java (new 97)
-
timp
2006-03-23 13:54#49
Rev.: 1.4
-
Ooops, will re-add
0 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
UserTableTest.java (del)
-
timp
2006-03-23 13:53#48
Rev.: 1.1
-
Initial version
0 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemTest.java (new)
-
timp
2006-03-23 13:51#47
Rev.: 1.85
-
Only close transaction in finally
1 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+1 -3)
-
timp
2006-03-23 09:31#46
Rev.: 1.2
-
Add howto for creating a DSD from a db
88 lines of code changed in 1 file:
- src/site/xdoc:
HowTo.xml (+88 -1)
-
timp
2006-03-23 09:30#45
Rev.: 1.84
-
Add getTransactionsCount and getFreeTransactionsCount
18 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+18 -5)
-
timp
2006-03-23 09:27#44
Rev.: 1.20
-
If size of binary field is zero then allow it to represent a bigger one.
10 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Hsqldb.java (+10 -4)
-
timp
2006-03-23 09:26#43
Rev.: 1.9
-
Set content type to text/plain use new getDefaultDisplayName as webmacro no longer allows access to protected methods.
3 lines of code changed in 1 file:
- melati/src/main/java/org/melati/admin:
DSD.wm (+3 -3)
-
timp
2006-03-22 10:35#42
Rev.: 1.146
-
Add public getDefaultDisplayName(), return defaultDisplayName() to protected
11 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+11 -2)
-
timp
2006-03-22 10:16#41
Rev.: 1.43
-
Include lowercase dsd extension (doh)
1 lines of code changed in 1 file:
-
timp
2006-03-22 09:18#40
Rev.: 1.145
-
Make defaultDisplayName public for use by webmacro in DSD.wm
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+2 -2)
-
timp
2006-03-21 23:19#39
Rev.: 1.3
-
PoemType.toString() now gives class name
1 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
DatePoemTypeTest.java (+1 -1)
-
timp
2006-03-21 23:10#38
Rev.: 1.32
-
Don't use class.getSimplName() as it is java5 only
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
BasePoemType.java (+2 -2)
-
timp
2006-03-20 16:59#37
Rev.: 1.144
-
Add debug logs
10 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+10 -8)
-
timp
2006-03-20 16:57#36
-
Do not quote jdbcName in superclass
11 lines of code changed in 4 files:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+2 -2),
Hsqldb.java (+7 -12),
Oracle.java (+1 -12),
Postgresql.java (+1 -11)
-
timp
2006-03-20 16:56#35
Rev.: 1.3
-
Handle SMALLINT, ignore system tables
30 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
MSAccess.java (+30 -4)
-
timp
2006-03-20 10:46#34
-
Renamed Athing BinaryField
7 lines of code changed in 2 files:
- poem/src/test/java/org/melati/poem/test:
BinaryTest.java (+3 -3),
CachedSelectionTest.java (+4 -4)
-
timp
2006-03-20 10:46#33
Rev.: 1.2
-
Remove unused import
0 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test/generated:
PasswordFieldTableBase.java (-1)
-
timp
2006-03-20 10:45#32
Rev.: 1.6
-
Remove unused method
0 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test/generated:
EmptyAbstractTableBase.java (-3)
-
timp
2006-03-17 17:06#31
Rev.: 1.31
-
Add classname to toString
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
BasePoemType.java (+3 -2)
-
timp
2006-03-17 17:05#30
Rev.: 1.2
-
Get working with poemtest
18 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
MSAccess.java (+18 -4)
-
timp
2006-03-17 17:04#29
Rev.: 1.1
-
Added one table per field type
5614 lines of code changed in 36 files:
- poem/src/test/java/org/melati/poem/test:
BigdecimalField.java (new 41),
BigdecimalFieldTable.java (new 47),
BooleanField.java (new 41),
BooleanFieldTable.java (new 47),
DateField.java (new 41),
DateFieldTable.java (new 47),
DoubleField.java (new 41),
DoubleFieldTable.java (new 47),
IntegerField.java (new 41),
IntegerFieldTable.java (new 47),
LongField.java (new 41),
LongFieldTable.java (new 47),
PasswordField.java (new 41),
PasswordFieldTable.java (new 47),
StringField.java (new 41),
StringFieldTable.java (new 47),
TimestampField.java (new 41),
TimestampFieldTable.java (new 47)
- poem/src/test/java/org/melati/poem/test/generated:
BigdecimalFieldBase.java (new 237),
BigdecimalFieldTableBase.java (new 292),
BooleanFieldBase.java (new 255),
BooleanFieldTableBase.java (new 291),
DateFieldBase.java (new 237),
DateFieldTableBase.java (new 292),
DoubleFieldBase.java (new 253),
DoubleFieldTableBase.java (new 291),
IntegerFieldBase.java (new 254),
IntegerFieldTableBase.java (new 291),
LongFieldBase.java (new 254),
LongFieldTableBase.java (new 291),
PasswordFieldBase.java (new 236),
PasswordFieldTableBase.java (new 292),
StringFieldBase.java (new 236),
StringFieldTableBase.java (new 291),
TimestampFieldBase.java (new 237),
TimestampFieldTableBase.java (new 292)
-
timp
2006-03-17 17:02#28
-
Athing renamed BinaryField, regenerated
2301 lines of code changed in 17 files:
- poem/src/test/java/org/melati/poem/test:
Athing.java (del),
AthingTable.java (del),
BinaryField.java (new 41),
BinaryFieldTable.java (new 47),
BinaryTest.java (+3 -3),
CachedSelectionTest.java (+3 -3),
Test.dsd (+1437 -954)
- poem/src/test/java/org/melati/poem/test/generated:
AthingBase.java (del),
AthingTableBase.java (del),
BinaryFieldBase.java (new 236),
BinaryFieldTableBase.java (new 299),
EAExtendedTableBase.java (+1 -1),
EmptyAbstractTableBase.java (+1 -4),
EverythingAbstractTableBase.java (+1 -1),
EverythingNormalTableBase.java (+1 -1),
TestDatabaseBase.java (+140 -14),
TestDatabaseTablesBase.java (+91 -10)
-
timp
2006-03-17 10:58#27
Rev.: 1.27
-
Do not use local oro, as it is needed by Maven
1 lines of code changed in 1 file:
-
project.properties (+1 -1)
-
timp
2006-03-17 10:54#26
Rev.: 1.2
-
Add easysoft (MsAccess) settings
20 lines of code changed in 2 files:
- melati-webapp/src/main/webapp/WEB-INF/classes/org/melati:
org.melati.LogicalDatabase.properties (+10 -1)
- melati/src/test/java/org/melati:
org.melati.LogicalDatabase.properties (+10 -1)
-
timp
2006-03-17 10:52#25
Rev.: 1.5
-
Remove duff duplicate
1 lines of code changed in 1 file:
- melati-webapp/src/main/webapp/WEB-INF:
web.xml (+1 -6)
-
timp
2006-03-17 10:47#24
Rev.: 1.1
-
Initial version
222 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
MSAccess.java (new 222)
-
timp
2006-03-17 10:33#23
Rev.: 1.1
-
Add Access instructions
64 lines of code changed in 1 file:
- src/site/xdoc:
HowTo.xml (new 64)
-
timp
2006-03-17 10:32#22
Rev.: 1.1
-
EasySoft jdbc jar
0 lines of code changed in 1 file:
-
timp
2006-03-17 07:53#21
-
Windows line ends
1725 lines of code changed in 7 files:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+464 -464),
Hsqldb.java (+258 -258),
Interbase.java (+90 -90),
Mimer.java (+98 -98),
Oracle.java (+350 -350),
Postgresql.java (+212 -212),
SQLServer.java (+253 -253)
-
timp
2006-03-11 17:12#20
Rev.: 1.143
-
indentation
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+3 -3)
-
timp
2006-03-11 17:08#19
Rev.: 1.26
-
Comment out jars which are needed by maven itself
4 lines of code changed in 1 file:
-
project.properties (+4 -10)
-
timp
2006-03-07 20:26#18
Rev.: 1.1
-
Initial version
526 lines of code changed in 1 file:
-
timp
2006-03-07 20:22#17
Rev.: 1.4
-
Comment
2 lines of code changed in 1 file:
- melati-webapp/src/main/webapp/WEB-INF:
web.xml (+2 -2)
-
timp
2006-03-07 20:08#16
Rev.: 1.3
-
Remove cut-n-paste from super class
10 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/webmacro:
WebmacroServletTemplateEngine.java (+10 -194)
-
timp
2006-03-07 20:01#15
Rev.: 1.34
-
Use getServletTemplateEngine
3 lines of code changed in 1 file:
- melati/src/main/java/org/melati/servlet:
TemplateServlet.java (+3 -3)
-
timp
2006-03-07 19:07#14
Rev.: 1.7
-
Allow temporary file name to be set in constructor
11 lines of code changed in 1 file:
- melati/src/main/java/org/melati/servlet:
TemporaryFileDataAdaptor.java (+11 -2)
-
timp
2006-03-07 19:04#13
Rev.: 1.8
-
Add toString
12 lines of code changed in 1 file:
- melati/src/main/java/org/melati/servlet:
MultipartFormField.java (+12 -2)
-
timp
2006-03-07 19:03#12
Rev.: 1.31
-
Add getServletTemplateEngine, which should be used in a servlet context.
26 lines of code changed in 1 file:
- melati/src/main/java/org/melati:
MelatiConfig.java (+26 -19)
-
timp
2006-03-07 18:59#11
Rev.: 1.25
-
Add properties setter
20 lines of code changed in 1 file:
- melati/src/main/java/org/melati:
LogicalDatabase.java (+20 -6)
-
timp
2006-03-07 18:56#10
Rev.: 1.3
-
Javadoc, restructure
18 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
UserTableTest.java (+18 -2)
-
timp
2006-03-07 13:54#9
Rev.: 1.5
-
Javadoc
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
Tree.java (+2 -2)
-
timp
2006-03-07 09:28#8
Rev.: 1.25
-
Try to override MAVEN_REPO
33 lines of code changed in 1 file:
-
project.properties (+33 -4)
-
timp
2006-03-07 09:02#7
-
Catch up with maven
0 lines of code changed in 5 files:
- lib:
hsqldb-1.7.3.1.jar (del),
hsqldb-1.8.0.1.jar (new),
junit-3.8.1.jar (new),
junit.jar (del),
servlet-2.2.jar (new)
-
timp
2006-03-07 08:52#6
Rev.: 1.1
-
Keep in step with Maven
0 lines of code changed in 1 file:
-
timj
2006-03-06 21:32#5
Rev.: 1.83
-
tj - unnecessary catches
1 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+1 -13)
-
timj
2006-03-06 21:28#4
Rev.: 1.82
-
tj - ensure all transactions are closed
10 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+10 -4)
-
timp
2006-03-02 14:28#3
-
Add default serialVersionUID
4257 lines of code changed in 160 files:
- maven-dsd-plugin/src/main/java/org/melati/poem/prepro:
BinarySearchableException.java (+65 -63),
BinarySizeZeroException.java (+4 -2),
DeletedTypeException.java (+4 -2),
HiddenTableException.java (+4 -2),
IllegalityException.java (+3 -2),
IntegrityfixFieldQualifier.java (+3 -2),
NonAbstractEmptyTableException.java (+4 -2),
NullDeletedException.java (+4 -2),
NullTroidException.java (+4 -2),
ParsingDSDException.java (+3 -2),
ResourceNotFoundException.java (+3 -2),
SizeApplicationException.java (+4 -2),
StringSizeZeroException.java (+4 -2),
TargetExistsDSDException.java (+4 -2),
TroidTypeException.java (+4 -2)
- melati-example-contacts/src/main/java/org/melati/example/contacts:
ContactView.java (+103 -102),
Search.java (+1)
- melati/src/main/java/org/melati/admin:
Admin.java (+893 -891),
Display.java (+82 -81),
Status.java (+64 -63)
- melati/src/main/java/org/melati/app:
InvalidArgumentsException.java (+97 -96)
- melati/src/main/java/org/melati/login:
HttpBasicAuthenticationAccessHandler.java (+2 -1),
Login.java (+2 -1),
Logout.java (+2 -1)
- melati/src/main/java/org/melati/servlet:
FormDataAdaptorException.java (+3 -2),
InvalidUsageException.java (+80 -79),
PathInfoException.java (+4 -2),
TrappedException.java (+3 -2)
- melati/src/main/java/org/melati/template:
ClassTempletNotFoundException.java (+4 -2),
DefaultTempletNotFoundException.java (+4 -2),
FormParameterException.java (+3 -2),
MissingFieldException.java (+3 -2),
NotFoundException.java (+3 -3),
PartlyNullException.java (+4 -2),
TemplateEngineException.java (+71 -70),
TempletAdaptorConstructionMelatiException.java (+4 -2),
UnsupportedTypeException.java (+4 -2)
- melati/src/main/java/org/melati/test:
CharsetServletTest.java (+3 -2),
CharsetTemplateServletTest.java (+2 -1),
ConfigServletTest.java (+217 -216),
ConfigServletTestOverride.java (+3 -2),
EmailTemplateServletTest.java (+2 -1),
FlushingServletTest.java (+92 -91),
PoemServletTest.java (+189 -188),
ServletTest.java (+3 -2),
SessionAnalysisServlet.java (+171 -170),
TemplateServletTest.java (+3 -2),
TemplateServletTestJT.java (+88 -87),
TemplateServletTestOverride.java (+112 -111),
WebmacroMelatiServletTest.java (+121 -121),
WebmacroStandalone.java (+192 -191)
- melati/src/main/java/org/melati/util:
BugException.java (+4 -2),
CharsetException.java (+66 -65),
ConfigException.java (+3 -2),
ConnectionPendingException.java (+3 -2),
DatabaseInitException.java (+3 -2),
EmailException.java (+5 -3),
FormatPropertyException.java (+3 -2),
HttpHeader.java (+2 -1),
InstantiationPropertyException.java (+3 -2),
MelatiBugMelatiException.java (+3 -2),
NoSuchPropertyException.java (+3 -2),
ProcessFailedException.java (+4 -2),
PropertyException.java (+4 -2),
ReconstructedHttpServletRequestMismatchException.java (+3 -2),
ThrowingPrintWriter.java (+4 -2),
TransactionException.java (+5 -5),
UnexpectedExceptionException.java (+3 -2)
- poem/src/main/java/org/melati/poem:
AccessPoemException.java (+3 -2),
AlterDSDAttemptPoemException.java (+3 -2),
AppBugPoemException.java (+3 -2),
BinaryLengthValidationPoemException.java (+2 -1),
CannotBeInTransactionPoemException.java (+3 -2),
Column.java (+725 -721),
ColumnInUsePoemException.java (+4 -2),
ColumnRenamePoemException.java (+3 -2),
CommitFailedPoemException.java (+3 -2),
CreationAccessPoemException.java (+3 -2),
Database.java (+2 -1),
DatabaseMetaDataFailurePoemException.java (+3 -2),
DeletePersistentAccessPoemException.java (+11 -8),
DeletionIntegrityPoemException.java (+3 -2),
DisplayLevel.java (+2 -1),
DoubleCreatePoemException.java (+3 -2),
DuplicateCacheingPoemException.java (+3 -2),
DuplicateColumnNamePoemException.java (+3 -2),
DuplicateDeletedColumnPoemException.java (+3 -2),
DuplicateKeySQLPoemException.java (+3 -2),
DuplicateTableNamePoemException.java (+4 -2),
DuplicateTroidColumnPoemException.java (+3 -2),
DuplicateTroidPoemException.java (+4 -2),
ExecutingSQLPoemException.java (+11 -9),
ExecutingSQLSeriousPoemException.java (+3 -2),
FieldContentsPoemException.java (+10 -10),
IndexUniquenessPoemException.java (+12 -13),
InitialisationPoemException.java (+3 -2),
InterruptedPoemException.java (+4 -2),
InvalidColumnInfoTypecodePoemException.java (+4 -2),
InvalidOperationOnFloatingPersistentPoemException.java (+3 -2),
NoAccessTokenPoemException.java (+3 -2),
NoDeletedColumnException.java (+4 -2),
NoMoreTransactionsException.java (+3 -2),
NoSuchColumnPoemException.java (+4 -2),
NoSuchRowPoemException.java (+4 -2),
NoSuchTablePoemException.java (+4 -2),
NoTroidColumnException.java (+4 -2),
NonRootSetAccessTokenPoemException.java (+4 -2),
NotComparablePoemException.java (+3 -2),
NotInSessionPoemException.java (+3 -2),
NullTypeMismatchPoemException.java (+4 -2),
OutsideRangePoemException.java (+4 -2),
ParsingPoemException.java (+4 -2),
PoemBugPoemException.java (+3 -2),
PreparedSQLSeriousPoemException.java (+4 -2),
ReadFieldAccessPoemException.java (+4 -2),
ReadPasswordAccessPoemException.java (+10 -8),
ReadPersistentAccessPoemException.java (+4 -2),
ReconnectionPoemException.java (+3 -2),
RollbackFailedPoemException.java (+4 -2),
RowDisappearedPoemException.java (+3 -2),
RowLoadFailedPoemException.java (+3 -2),
SQLPoemException.java (+4 -2),
SQLSeriousPoemException.java (+2 -1),
Searchability.java (+3 -1),
SeriousPoemException.java (+3 -2),
Setting.java (+5 -1),
SettingTable.java (+4 -2),
SimplePrepareFailedPoemException.java (+3 -2),
SimpleRetrievalFailedPoemException.java (+4 -2),
StandardIntegrityFix.java (+3 -1),
StringLengthValidationPoemException.java (+3 -1),
StructuralModificationFailedPoemException.java (+3 -2),
Table.java (+3 -1),
TableInUsePoemException.java (+4 -2),
TableMismatchPoemException.java (+4 -2),
TableRenamePoemException.java (+4 -2),
TooManyThreadsPoemException.java (+3 -2),
TypeDefinitionMismatchException.java (+4 -2),
TypeMismatchPoemException.java (+4 -2),
UnexpectedExceptionPoemException.java (+4 -2),
UnexpectedNoSuchRowException.java (+4 -2),
UnexpectedParsingPoemException.java (+4 -2),
UnexpectedValidationPoemException.java (+4 -2),
UnificationPoemException.java (+4 -2),
UnsupportedTypePoemException.java (+4 -2),
ValidationPoemException.java (+4 -2),
WriteFieldAccessPoemException.java (+4 -2),
WritePersistentAccessPoemException.java (+4 -2)
- poem/src/main/java/org/melati/poem/csv:
CSVParseException.java (+71 -70),
CSVPrimaryKeyColumnAlreadySetException.java (+81 -80),
CSVRecord.java (+2 -1),
CSVWriteDownException.java (+83 -82),
NoPrimaryKeyInCSVTableException.java (+86 -85)
- poem/src/main/java/org/melati/poem/dbms:
ConnectionFailurePoemException.java (+4 -2)
- poem/src/main/java/org/melati/poem/transaction:
CrossTransactionCommitException.java (+3 -2),
TransactionIndexTooLargeException.java (+5 -3),
WouldDeadlockException.java (+3 -2),
WriteCommittedException.java (+7 -7)
- poem/src/main/java/org/melati/poem/util:
Cache.java (+3 -1),
CacheDuplicationException.java (+3 -2)
-
timp
2006-03-02 12:15#2
Rev.: 1.1
-
Activation required by Email
0 lines of code changed in 1 file:
- lib:
activation-1.0.jar (new)
-
timp
2006-03-02 12:13#1
Rev.: 1.1
-
javamail now required
0 lines of code changed in 1 file:
- lib:
javamail-1.2.jar (new)