-
timp
2005-01-28 10:08#131
-
Use getters
43 lines of code changed in 2 files:
- melati/src/main/java/org/melati/test:
SessionAnalysisServlet.java (+8 -8)
- poem/src/main/java/org/melati/poem:
SessionToken.java (+35 -6)
-
timp
2005-01-27 14:14#130
-
Move SessionAnalysisServlet from org/melati/poem to org/melati/test requires making additional fields public
626 lines of code changed in 5 files:
- melati/src/main/java/org/melati/test:
SessionAnalysisServlet.java (new 164)
- poem/src/main/java/org/melati/poem:
PoemThread.java (+263 -263),
PoemTransaction.java (+112 -112),
SessionAnalysisServlet.java (del),
SessionToken.java (+87 -87)
-
timp
2005-01-27 14:08#129
Rev.: 1.120
-
Don't use direct access to hashtable, store column names in lowercase in hashtable
14 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+14 -12)
-
timp
2005-01-27 13:52#128
Rev.: 1.15
-
Make public
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
ResultSetEnumeration.java (+2 -2)
-
timp
2005-01-26 23:02#127
Rev.: 1.5
-
Add Logos
1 lines of code changed in 1 file:
- src/site/xdoc:
navigation.xml (+1)
-
timp
2005-01-26 14:49#126
-
Add createTableSql
36 lines of code changed in 4 files:
- poem/src/main/java/org/melati/poem:
Table.java (+5 -3)
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+9 -1),
Dbms.java (+8 -1),
Hsqldb.java (+14 -1)
-
timp
2005-01-26 14:47#125
Rev.: 1.10
-
Writedown and commit each record
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/csv:
CSVRecord.java (+5 -1)
-
timp
2005-01-25 14:30#124
Rev.: 1.16
-
Add admin link
188 lines of code changed in 1 file:
- melati/src/main/java/org/melati/test:
PoemServletTest.java (+188 -180)
-
timp
2005-01-25 14:24#123
Rev.: 1.5
-
Match changed quoting for oracle and hsqldb
5 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/dbms/test:
DbmsCaseTest.java (+5 -5)
-
timp
2005-01-25 14:24#122
Rev.: 1.118
-
Handle boolean values in search, ensure that the correct names are used in dbms queries
14 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+14 -9)
-
timp
2005-01-25 14:18#121
Rev.: 1.6
-
Javadoc
134 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
LongPoemType.java (+134 -134)
-
timp
2005-01-25 14:17#120
Rev.: 1.76
-
Use dbms.unreservedname in a few more places
1186 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+1186 -1184)
-
timp
2005-01-25 14:13#119
Rev.: 1.3
-
Reduce size of varchar, add sqlBooleanValueOfRaw(Object raw), deal with uppercase names, allow Intereger to represent long and decimal, handle blobs and floats, fix caseinsensitiveregex
350 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Oracle.java (+350 -283)
-
timp
2005-01-25 14:09#118
Rev.: 1.34
-
Add String sqlBooleanValueOfRaw(Object raw);
8 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+8 -1)
-
timp
2005-01-25 14:02#117
Rev.: 1.28
-
Add String sqlBooleanValueOfRaw(Object raw);
280 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Dbms.java (+280 -273)
-
timp
2005-01-25 14:01#116
Rev.: 1.13
-
Update to 0.7.3, uppercase all field and table names, add binarysqldefinition, javadoc and separate out magic number
237 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Hsqldb.java (+237 -202)
-
timp
2005-01-25 10:52#115
Rev.: 1.27
-
Javadoc
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Dbms.java (+3 -3)
-
timp
2005-01-25 10:14#114
Rev.: 1.5
-
Typo
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
BigDecimalPoemType.java (+2 -2)
-
timp
2005-01-25 09:51#113
Rev.: 1.11
-
Reformat
96 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
SQLServer.java (+96 -120)
-
timp
2005-01-24 14:56#112
Rev.: 1.33
-
Javadoc
449 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+449 -449)
-
timp
2005-01-21 17:50#111
-
Don't allow searchable binary fields
148 lines of code changed in 2 files:
- maven-dsd-plugin/src/main/java/org/melati/poem/prepro:
BinaryFieldDef.java (+85 -84),
BinarySearchableException.java (new 63)
-
timp
2005-01-21 17:44#110
-
Don't have searchable binary fields
10 lines of code changed in 6 files:
- poem/src/test/java/org/melati/poem/test:
Test.dsd (+5 -5)
- poem/src/test/java/org/melati/poem/test/generated:
AthingTableBase.java (+1 -1),
EAExtendedTableBase.java (+1 -1),
ENExtendedTableBase.java (+1 -1),
EverythingAbstractTableBase.java (+1 -1),
EverythingNormalTableBase.java (+1 -1)
-
timp
2005-01-21 15:35#109
-
Add writeOnFly flag
201 lines of code changed in 3 files:
- poem/src/main/java/org/melati/poem:
CSVFilesProcessor.java (+21 -16)
- poem/src/main/java/org/melati/poem/csv:
CSVRecord.java (+166 -163),
CSVTable.java (+14 -12)
-
timp
2005-01-21 15:31#108
Rev.: 1.6
-
Extend RuntimeException, not Exception
85 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/csv:
NoPrimaryKeyInCSVTableException.java (+85 -85)
-
timp
2005-01-21 12:39#107
Rev.: 1.12
-
Add full stops to javadoc
321 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/csv:
CSVTable.java (+321 -321)
-
timp
2005-01-21 12:35#106
Rev.: 1.9
-
Report each file loaded
181 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
CSVFilesProcessor.java (+181 -177)
-
timp
2005-01-21 11:56#105
Rev.: 1.117
-
Close SQL statements, otherwise they hang around in Oracle
2399 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+2399 -2392)
-
timp
2005-01-20 17:01#104
Rev.: 1.8
-
Throw exception if lookup not found
15 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/csv:
CSVRecord.java (+15 -9)
-
timp
2005-01-20 16:59#103
Rev.: 1.11
-
Add getName method
9 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/csv:
CSVTable.java (+9 -1)
-
timp
2005-01-20 16:57#102
Rev.: 1.8
-
Check that file exists, echo each table emptied
9 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
CSVFilesProcessor.java (+9 -4)
-
timp
2005-01-20 16:54#101
Rev.: 1.15
-
Allow method name to be the template
10 lines of code changed in 1 file:
- melati/src/main/java/org/melati/admin:
Display.java (+10 -2)
-
timp
2005-01-19 14:27#100
Rev.: 1.57
-
Javadoc
705 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Column.java (+705 -699)
-
timp
2005-01-18 11:42#99
Rev.: 1.1
-
Oracle 10g version
0 lines of code changed in 1 file:
- lib:
ojdbc14-1.0.jar (new)
-
timp
2005-01-18 11:29#98
Rev.: 1.25
-
Upgrade hsqldb version
1 lines of code changed in 1 file:
-
timp
2005-01-18 11:24#97
Rev.: 1.1
-
Example maven build properties
6 lines of code changed in 1 file:
-
timp
2005-01-18 10:58#96
Rev.: 1.23
-
Add steps about Sourceforge
12 lines of code changed in 1 file:
-
ReleaseProcedure.txt (+12 -5)
-
timp
2005-01-18 10:53#95
Rev.: 1.4
-
Add Oracle regexp test
135 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/dbms/test:
DbmsCaseTest.java (+135 -124)
-
timp
2005-01-18 10:49#94
Rev.: 1.28
-
comment out unused templateContext
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template:
MarkupLanguage.java (+4 -4)
-
timp
2005-01-18 10:47#93
Rev.: 1.2
-
Add a case sensitive caseInsensitiveRegex
283 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Oracle.java (+283 -279)
-
timp
2005-01-18 10:46#92
Rev.: 1.32
-
Javadoc
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+4 -2)
-
timp
2005-01-18 10:42#91
Rev.: 1.116
-
Use JdbcMetadataName as hsqldb has an inconsistency
6 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+6 -3)
-
timp
2005-01-18 10:15#90
Rev.: 1.2
-
Upgrade
0 lines of code changed in 1 file:
- lib:
hsqldb-1.7.1.jar (del)
-
timp
2005-01-14 13:15#89
Rev.: 1.4
-
Stop barfing about empty catch blocks
6 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
AcceptCharset.java (+6 -3)
-
timp
2005-01-14 13:12#88
Rev.: 1.5
-
Add blank line to end of file
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
BinaryPoemType.java (+3 -2)
-
timp
2005-01-14 13:11#87
Rev.: 1.44
-
Add new lines to end of created file
3 lines of code changed in 1 file:
- maven-dsd-plugin/src/main/java/org/melati/poem/prepro:
DSD.java (+3 -3)
-
timp
2005-01-14 13:08#86
-
Add getJDBCMetadataName
221 lines of code changed in 3 files:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+8 -1),
Dbms.java (+11 -1),
Hsqldb.java (+202 -189)
-
timp
2005-01-14 10:00#85
Rev.: 1.1
-
Upgrade
0 lines of code changed in 1 file:
- lib:
hsqldb-1.7.3.1.jar (new)
-
timp
2005-01-12 13:08#84
Rev.: 1.21
-
Utility classes should not have a public or default constructor.
5 lines of code changed in 1 file:
- melati/src/main/java/org/melati/login:
HttpBasicAuthenticationAccessHandler.java (+5 -2)
-
timp
2005-01-12 13:03#83
Rev.: 1.7
-
Remove redundant final modifier
1 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/example/odmg:
OdmgTest.java (+1 -1)
-
timp
2005-01-12 12:11#82
-
Add new line to end of file in prepro
28 lines of code changed in 28 files:
- poem/src/test/java/org/melati/poem/test:
Athing.java (+1),
AthingTable.java (+1),
EAExtended.java (+1),
EAExtendedTable.java (+1),
ENExtended.java (+1),
ENExtendedTable.java (+1),
EmptyAbstractTable.java (+1),
EmptyAbstractTableTable.java (+1),
EverythingAbstract.java (+1),
EverythingAbstractTable.java (+1),
EverythingNormal.java (+1),
EverythingNormalTable.java (+1),
TestDatabase.java (+1),
TestDatabaseTables.java (+1)
- poem/src/test/java/org/melati/poem/test/generated:
AthingBase.java (+1),
AthingTableBase.java (+1),
EAExtendedBase.java (+1),
EAExtendedTableBase.java (+1),
ENExtendedBase.java (+1),
ENExtendedTableBase.java (+1),
EmptyAbstractTableBase.java (+1),
EmptyAbstractTableTableBase.java (+1),
EverythingAbstractBase.java (+1),
EverythingAbstractTableBase.java (+1),
EverythingNormalBase.java (+1),
EverythingNormalTableBase.java (+1),
TestDatabaseBase.java (+1),
TestDatabaseTablesBase.java (+1)
-
timp
2005-01-12 12:09#81
-
Typo fixed in prepro
5 lines of code changed in 4 files:
- poem/src/test/java/org/melati/poem/test:
TestDatabase.java (+2 -1),
TestDatabaseTables.java (+1)
- poem/src/test/java/org/melati/poem/test/generated:
TestDatabaseBase.java (+1),
TestDatabaseTablesBase.java (+1)
-
timp
2005-01-12 11:49#80
-
Stop barfing about empty if statements
20 lines of code changed in 2 files:
- melati-example-contacts/src/main/java/org/melati/example/contacts:
ContactView.java (+1 -1)
- poem/src/main/java/org/melati/poem:
ColumnInfo.java (+19 -15)
-
timp
2005-01-12 10:27#79
Rev.: 1.24
-
Change to SNAPSHOT
1 lines of code changed in 1 file:
-
timp
2005-01-12 10:22#78
Rev.: 1.6
-
Refer to Streamtokenizer.TT_EOF directly, not through extended class
3 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
HttpHeader.java (+3 -3)
-
timp
2005-01-12 09:51#77
Rev.: 1.11
-
Undeprecate, as SQL exception is overused: soemtimes there is no actual statement
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
SQLSeriousPoemException.java (+2 -3)
-
timp
2005-01-12 09:25#76
Rev.: 1.11
-
Not used anywhere
0 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
TableProjection.java (del)
-
timp
2005-01-12 09:24#75
Rev.: 1.42
-
Add full stop
914 lines of code changed in 1 file:
- maven-dsd-plugin/src/main/java/org/melati/poem/prepro:
TableDef.java (+914 -913)
-
timp
2005-01-12 09:13#74
Rev.: 1.9
-
Remove duplication of super class variable, javadoc
12 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
ExecutingSQLSeriousPoemException.java (+12 -4)
-
timp
2005-01-12 09:13#73
Rev.: 1.10
-
Javadoc
21 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
SQLSeriousPoemException.java (+21 -1)
-
timp
2005-01-11 16:42#72
Rev.: 1.41
-
Remove unnecessary cast
7 lines of code changed in 1 file:
- maven-dsd-plugin/src/main/java/org/melati/poem/prepro:
TableDef.java (+7 -7)
-
timp
2005-01-11 16:14#71
Rev.: 1.10
-
Remove unused import
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/test:
WebmacroStandalone.java (+2 -3)
-
timp
2005-01-11 16:13#70
Rev.: 1.4
-
Disambiguate javadoc
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/webmacro:
MelatiWebmacroStringWriter.java (+4 -2)
-
timp
2005-01-11 16:07#69
-
Javadoc
703 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+440 -436),
Dbms.java (+263 -262)
-
timp
2005-01-11 16:04#68
Rev.: 1.4
-
Disambiguate javadoc
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/webmacro:
MelatiWebmacroWriter.java (+4 -2)
-
timp
2005-01-11 16:02#67
Rev.: 1.9
-
Remove unnecessary cast
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/test:
WebmacroStandalone.java (+2 -2)
-
timp
2005-01-11 15:58#66
Rev.: 1.21
-
Javadoc
3 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template:
NoTemplateEngine.java (+3 -4)
-
timp
2005-01-11 15:57#65
Rev.: 1.27
-
Stop javadoc barfing
5 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template:
MarkupLanguage.java (+5 -4)
-
timp
2005-01-11 15:53#64
Rev.: 1.5
-
Disambiguate javadoc
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
IntegrityFix.java (+3 -3)
-
timp
2005-01-11 15:45#63
-
Disambiguate javadoc
19 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
FieldSet.java (+2 -2),
Persistent.java (+17 -17)
-
timp
2005-01-11 15:35#62
-
Use unused variable
6 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem/util:
IntegerEnumeration.java (+3 -2),
LongEnumeration.java (+3 -2)
-
timp
2005-01-11 14:40#61
Rev.: 1.15
-
Add PMD exclusions
2 lines of code changed in 1 file:
-
timp
2005-01-11 14:39#60
Rev.: 1.3
-
Added more exclusions
55 lines of code changed in 1 file:
-
checkstyleSuppressions.xml (+55 -48)
-
timp
2005-01-11 13:27#59
Rev.: 1.4
-
Remove whitespace
3 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
Flusher.java (+3 -3)
-
timp
2005-01-11 13:16#58
-
Remove whitespace
13 lines of code changed in 4 files:
- maven-dsd-plugin/src/main/java/org/melati/poem/prepro:
ColumnTypeFieldDef.java (+4 -4),
DSD.java (+3 -3),
DisplayLevelFieldDef.java (+2 -2),
IntegrityFixFieldDef.java (+4 -4)
-
timp
2005-01-11 13:15#57
Rev.: 1.6
-
Make class final, remove redundant final on private method
3 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
ODMGFactory.java (+3 -3)
-
timp
2005-01-11 13:13#56
Rev.: 1.10
-
Make final
2 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+2 -2)
-
timp
2005-01-11 13:12#55
Rev.: 1.9
-
Remove whitespace
163 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Mckoi.java (+163 -163)
-
timp
2005-01-11 13:06#54
Rev.: 1.6
-
Make final
1 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/example/odmg:
OdmgTest.java (+1 -1)
-
timp
2005-01-11 13:03#53
Rev.: 1.13
-
Remove whitespace
3 lines of code changed in 1 file:
- melati/src/main/java/org/melati/test:
WebmacroMelatiServletTest.java (+3 -3)
-
timp
2005-01-11 13:02#52
Rev.: 1.7
-
Make final and remove whitespace
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
FileUtils.java (+4 -2)
-
timp
2005-01-11 12:57#51
Rev.: 1.9
-
Remove whitespace
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
PropertyException.java (+2 -2)
-
timp
2005-01-11 12:56#50
Rev.: 1.4
-
Add whitespace
7 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/util:
PageEnumerationBase.java (+7 -3)
-
timp
2005-01-11 12:52#49
Rev.: 1.5
-
Add private constuctor, remove redundant final modifier
3 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/example/odmg:
OdmgTest.java (+3 -1)
-
timp
2005-01-11 12:42#48
Rev.: 1.24
-
Checkstyle says this should be final
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati:
LogicalDatabase.java (+2 -2)
-
timp
2005-01-11 12:37#47
Rev.: 1.4
-
Remove whitespace
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/csv:
CSVFileParser.java (+2 -2)
-
timp
2005-01-11 11:54#46
Rev.: 1.42
-
Add blank line to end of file
5 lines of code changed in 1 file:
- maven-dsd-plugin/src/main/java/org/melati/poem/prepro:
DSD.java (+5 -5)
-
timp
2005-01-11 11:46#45
Rev.: 1.7
-
Remove whitespace
68 lines of code changed in 1 file:
- melati/src/main/java/org/melati/servlet:
JspServlet.java (+68 -90)
-
timp
2005-01-11 11:36#44
-
Remove whitespace
192 lines of code changed in 5 files:
- melati/src/main/java/org/melati/template/velocity:
VelocityTemplateEngine.java (+3 -3)
- melati/src/main/java/org/melati/test:
CharsetServletTest.java (+2 -2),
FlushingServletTest.java (+3 -3),
PoemServletTest.java (+180 -180),
TemplateServletTestJT.java (+4 -5)
-
timp
2005-01-11 11:35#43
Rev.: 1.19
-
Remove whitespace and redundant public modifier
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template:
TemplateEngine.java (+4 -4)
-
timp
2005-01-11 11:30#42
-
Remove whitespace
8 lines of code changed in 2 files:
- melati/src/main/java/org/melati/servlet:
ConfigServlet.java (+4 -4),
TemplateServlet.java (+4 -4)
-
timp
2005-01-11 11:20#41
Rev.: 1.9
-
Add comment within empty block
2 lines of code changed in 1 file:
- melati-example-contacts/src/main/java/org/melati/example/contacts:
ContactView.java (+2 -2)
-
timp
2005-01-11 11:12#40
Rev.: 1.115
-
Log exception when closing
2389 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+2389 -2386)
-
timp
2005-01-11 11:11#39
Rev.: 1.75
-
Log exceptions when closing
1184 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+1184 -1182)
-
timp
2005-01-11 11:10#38
Rev.: 1.17
-
Thow runtime exception rather than ignore
387 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
MySQL.java (+387 -387)
-
timp
2005-01-11 11:08#37
Rev.: 1.6
-
Organise imports
1 lines of code changed in 1 file:
- melati/src/main/java/org/melati/servlet:
JspServlet.java (+1 -3)
-
timp
2005-01-11 10:54#36
Rev.: 1.5
-
Thow runtime exception if waiter interrupted.
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
Waiter.java (+4 -2)
-
timp
2005-01-11 10:51#35
Rev.: 1.9
-
Log exceptions when closing
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/transaction:
ToTidyList.java (+4 -2)
-
timp
2005-01-11 10:48#34
Rev.: 1.8
-
Remove unused return
1 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
MelatiWriter.java (+1 -2)
-
timp
2005-01-11 10:43#33
Rev.: 1.5
-
Remove unused variable
1 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
HttpHeader.java (+1 -2)
-
timp
2005-01-11 10:41#32
Rev.: 1.3
-
Throw RuntimeException to avoid empty catch block
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
Flusher.java (+4 -2)
-
timp
2005-01-11 10:31#31
-
Organise imports
10 lines of code changed in 2 files:
- melati/src/main/java/org/melati/template/webmacro:
MelatiFastWriter.java (+3 -5),
WebmacroTemplateEngine.java (+7 -9)
-
timp
2005-01-11 10:30#30
Rev.: 1.3
-
Remove unused imports
8 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/webmacro:
FastWriter.java (+8 -13)
-
timp
2005-01-11 10:29#29
Rev.: 1.14
-
Remove unused import
1 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/velocity:
VelocityTemplateEngine.java (+1 -2)
-
timp
2005-01-11 10:27#28
Rev.: 1.20
-
Remove unthrown exception and unneccessary return.
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template:
NoTemplateEngine.java (+4 -7)
-
timp
2005-01-11 10:24#27
Rev.: 1.15
-
Unused import
1 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template:
ClassNameTempletLoader.java (+1 -2)
-
timp
2005-01-10 16:32#26
Rev.: 1.22
-
Version 0.7.4
125 lines of code changed in 1 file:
-
ReleaseProcedure.txt (+125 -125)
-
timp
2005-01-10 16:30#25
Rev.: 1.2
-
Formatting
1 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
DatePoemTypeTest.java (+1 -62)
-
timp
2005-01-10 16:15#24
-
Version 0.7.4
679 lines of code changed in 2 files:
-
README.html (+672 -659),
RELEASE-NOTES.html (+7 -3)
-
timp
2005-01-10 15:49#23
Rev.: 1.23
-
Add Oracle, Version 0.7.4
500 lines of code changed in 1 file:
-
timp
2005-01-10 14:49#22
Rev.: 1.1
-
Initial version
279 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Oracle.java (new 279)
-
timp
2005-01-10 14:38#21
-
Use dbms.getSchema
713 lines of code changed in 4 files:
- poem/src/main/java/org/melati/poem:
Table.java (+5 -4)
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+435 -426),
Dbms.java (+262 -253),
SQLServer.java (+11 -1)
-
timp
2005-01-10 14:36#20
Rev.: 1.74
-
Use dbms.getSchema, tidy some parameters hiding variables, add commented out attempt to promote primary key to troid
1182 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+1182 -1154)
-
timp
2005-01-10 13:30#19
Rev.: 1.9
-
Add magic number as a final static, remove unused thows, remove duplicate stringtype check
267 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
SQLServer.java (+267 -262)
-
timp
2005-01-10 13:25#18
Rev.: 1.18
-
Remove unused thows
180 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Postgresql.java (+180 -180)
-
timp
2005-01-10 13:10#17
Rev.: 1.16
-
Remove unused thows
387 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
MySQL.java (+387 -387)
-
timp
2005-01-10 12:59#16
-
Remove unused thows
540 lines of code changed in 4 files:
- poem/src/main/java/org/melati/poem/dbms:
Hsqldb.java (+189 -189),
Interbase.java (+90 -90),
Mckoi.java (+163 -163),
Mimer.java (+98 -99)
-
timp
2005-01-10 12:42#15
Rev.: 1.56
-
Indentation
699 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Column.java (+699 -699)
-
timp
2005-01-10 12:38#14
Rev.: 1.113
-
Quote the table name (Oracle hates lowercase)
2385 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+2385 -2385)
-
timp
2005-01-10 12:09#13
Rev.: 1.26
-
Add a default password of 'guest' to guest, as Oracle thinks '' is NULL :(
167 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
UserTable.java (+167 -167)
-
timp
2005-01-10 11:48#12
-
Reduced the length of table names as Oracle can't cope
4368 lines of code changed in 18 files:
- poem/src/test/java/org/melati/poem/test:
EAExtended.java (new 58),
EAExtendedTable.java (new 63),
ENExtended.java (new 56),
ENExtendedTable.java (new 62),
EverythingAbstractExtended.java (del),
EverythingAbstractExtendedTable.java (del),
EverythingNormalExtended.java (del),
EverythingNormalExtendedTable.java (del)
- poem/src/test/java/org/melati/poem/test/generated:
EAExtendedBase.java (new 1109),
EAExtendedTableBase.java (new 1042),
ENExtendedBase.java (new 1008),
ENExtendedTableBase.java (new 945),
EverythingAbstractExtendedBase.java (del),
EverythingAbstractExtendedTableBase.java (del),
EverythingNormalExtendedBase.java (del),
EverythingNormalExtendedTableBase.java (del),
TestDatabaseBase.java (+14 -14),
TestDatabaseTablesBase.java (+11 -8)
-
timp
2005-01-10 11:37#11
Rev.: 1.3
-
Reduced the length of table names as Oracle can't cope
954 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
Test.dsd (+954 -954)
-
timp
2005-01-10 11:33#10
-
Enable db to be specified on the URL
296 lines of code changed in 2 files:
- melati/src/main/java/org/melati/test:
PoemServletTest.java (+180 -177),
TemplateServletTest.java (+116 -112)
-
timp
2005-01-10 11:25#9
Rev.: 1.25
-
Javadoc typo
153 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
CapabilityTable.java (+153 -153)
-
timp
2005-01-07 15:10#8
Rev.: 1.2
-
Javadoc
82 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/csv:
CSVWriteDownException.java (+82 -77)
-
timp
2005-01-07 15:08#7
Rev.: 1.4
-
Allow our static method patterns
213 lines of code changed in 1 file:
-
checkstyle.xml (+213 -211)
-
timp
2005-01-07 14:48#6
Rev.: 1.14
-
Don't javadoc private (looks like Maven bug)
78 lines of code changed in 1 file:
-
project.properties (+78 -78)
-
timp
2005-01-07 14:43#5
Rev.: 1.46
-
Note the need to change melati-static
780 lines of code changed in 1 file:
-
RELEASE-NOTES.html (+780 -776)
-
timp
2005-01-05 13:26#4
Rev.: 1.66
-
tidy
9 lines of code changed in 1 file:
- melati/src/main/java/org/melati:
Melati.java (+9 -11)
-
timp
2005-01-05 12:52#3
Rev.: 1.28
-
Add spaces in exception message
6 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+6 -6)
-
timp
2005-01-05 12:50#2
Rev.: 1.27
-
Check connection not null, reformat
132 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+132 -110)
-
timp
2005-01-05 12:14#1
Rev.: 1.23
-
Javadoc
107 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Dbms.java (+107 -1)