-
timp
2007-01-31 22:11#311
Rev.: 1.107
-
PoemLocale not Melati.Locale
7 lines of code changed in 1 file:
- melati/src/main/java/org/melati:
Melati.java (+7 -7)
-
timp
2007-01-31 22:10#310
-
Use PoemLocale
22 lines of code changed in 6 files:
- melati/src/main/java/org/melati/template:
AbstractMarkupLanguage.java (+2 -2),
MarkupLanguage.java (+9 -9)
- melati/src/main/java/org/melati/template/velocity/templets/html:
org.melati.poem.Persistent.vm (+3 -3)
- melati/src/main/java/org/melati/template/velocity/templets/wml:
org.melati.poem.Persistent.vm (+3 -3)
- melati/src/main/java/org/melati/template/webmacro/templets/html:
org.melati.poem.Persistent.wm (+2 -2)
- melati/src/main/java/org/melati/template/webmacro/templets/wml:
org.melati.poem.Persistent.wm (+3 -3)
-
timp
2007-01-31 22:00#309
Rev.: 1.21
-
Use getPoemLocale
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/test:
ConfigServletTest.java (+2 -2)
-
timp
2007-01-31 22:00#308
Rev.: 1.42
-
Deprecate getMelatiLocale
3 lines of code changed in 1 file:
- melati/src/main/java/org/melati:
MelatiConfig.java (+3 -2)
-
timp
2007-01-31 21:07#307
Rev.: 1.4
-
Update
1 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
package.html (+1 -24)
-
timp
2007-01-31 21:06#306
Rev.: 1.30
-
s/PoemLocale/MelatiLocale/g
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
TailoredQuery.java (+3 -3)
-
timp
2007-01-31 21:01#305
-
s/PoemLocale/MelatiLocale/g
10 lines of code changed in 4 files:
- melati/src/test/java/org/melati/template/test:
MarkupLanguageTestAbstract.java (+2 -2)
- melati/src/test/java/org/melati/test:
MelatiConfigTest.java (+4 -4),
MelatiTest.java (+2 -2)
- poem/src/main/java/org/melati/poem:
Persistent.java (+2 -2)
-
timp
2007-01-31 20:53#304
Rev.: 1.41
-
Add getPoemLocale, keeping old getMelatiLocale, for now
8 lines of code changed in 1 file:
- melati/src/main/java/org/melati:
MelatiConfig.java (+8 -1)
-
timp
2007-01-31 20:46#303
-
s/PoemLocale/MelatiLocale/g
18 lines of code changed in 5 files:
- poem/src/test/java/org/melati/poem/test:
FieldTest.java (+1 -1),
NonSQLPoemType.java (+3 -2),
PersistentTest.java (+5 -5),
SQLPoemTypeTest.java (+1 -1),
TailoredQueryTest.java (+8 -8)
-
timp
2007-01-31 19:59#302
Rev.: 1.25
-
Keep up with Melati
1 lines of code changed in 1 file:
- melati-example-contacts/src/main/java/org/melati/example/contacts:
Contact.java (+1 -1)
-
timp
2007-01-31 16:12#301
-
Separate poem from melati
618 lines of code changed in 122 files:
- melati/src/main/java/org/melati:
Melati.java (+11 -11),
MelatiConfig.java (+13 -13)
- melati/src/main/java/org/melati/admin:
Admin.java (+3 -3)
- melati/src/main/java/org/melati/app:
PoemApp.java (+2 -2)
- melati/src/main/java/org/melati/login:
CommandLineAccessHandler.java (+2 -2),
HttpAuthorization.java (+2 -2),
HttpSessionAccessHandler.java (+6 -6),
LoginHandler.java (+11 -11)
- melati/src/main/java/org/melati/servlet:
JspServlet.java (+2 -2)
- melati/src/main/java/org/melati/template:
AbstractMarkupLanguage.java (+3 -3),
HTMLLikeMarkupLanguage.java (+3 -3),
HTMLMarkupLanguage.java (+3 -3),
WMLMarkupLanguage.java (+3 -3),
XMLMarkupLanguage.java (+3 -3),
YMDDateAdaptor.java (+5 -5)
- melati/src/main/java/org/melati/test:
SessionAnalysisServlet.java (+7 -12)
- melati/src/main/java/org/melati/util:
MelatiRuntimeException.java (+9 -82),
StringUtils.java (+5 -310),
Tree.java (+4 -1)
- melati/src/test/java/org/melati/login/test:
HttpBasicAuthenticationAccessHandlerTest.java (+1 -1),
HttpSessionAccessHandlerTest.java (+1 -1)
- melati/src/test/java/org/melati/servlet/test:
MockServletRequest.java (+1 -1)
- melati/src/test/java/org/melati/template/test:
HTMLMarkupLanguageTest.java (+2 -2),
WMLMarkupLanguageTest.java (+2 -2)
- melati/src/test/java/org/melati/test:
MelatiConfigTest.java (+1 -1),
MelatiTest.java (+20 -20)
- poem/src/main/java/org/melati/poem:
AtomPoemType.java (+3 -3),
BaseFieldAttributes.java (+2 -5),
BasePoemType.java (+8 -8),
BinaryLengthValidationPoemException.java (+3 -3),
BinaryPoemType.java (+5 -4),
CachedSelection.java (+2 -2),
CachedTailoredQuery.java (+2 -2),
Column.java (+5 -4),
ColumnTypePoemType.java (+6 -6),
Database.java (+17 -16),
DatePoemType.java (+3 -3),
DisplayLevelPoemType.java (+4 -4),
Field.java (+5 -6),
FieldSet.java (+2 -2),
IntegerPoemType.java (+2 -2),
IntegrityFixPoemType.java (+4 -4),
LongPoemType.java (+2 -2),
Persistent.java (+23 -17),
PoemException.java (+92 -5),
PoemLocale.java (+12 -10),
PoemThread.java (+2 -2),
PoemTransaction.java (+4 -3),
PoemType.java (+3 -3),
PreparedStatementFactory.java (+3 -5),
ReferencePoemType.java (+5 -5),
ResultSetEnumeration.java (+3 -3),
Searchability.java (+2 -4),
SearchabilityPoemType.java (+4 -4),
SeriousPoemException.java (+4 -8),
SessionToken.java (+2 -2),
StandardIntegrityFix.java (+2 -2),
StringPoemType.java (+5 -4),
Table.java (+22 -21),
TimestampPoemType.java (+4 -4)
- poem/src/main/java/org/melati/poem/csv:
CSVFileParser.java (+3 -3),
CSVTable.java (+6 -6)
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+2 -2),
FirstSQL.java (+3 -3),
Hsqldb.java (+2 -2),
MSAccess.java (+2 -2),
Oracle.java (+2 -2)
- poem/src/main/java/org/melati/poem/transaction:
CrossTransactionCommitException.java (+6 -4),
ToTidyList.java (+3 -3),
Transaction.java (+6 -4),
TransactionIndexTooLargeException.java (+6 -7),
TransactionPool.java (+3 -3),
Transactioned.java (+6 -4),
TransactionedSerial.java (+11 -6),
WouldDeadlockException.java (+7 -8),
WriteCommittedException.java (+6 -4)
- poem/src/main/java/org/melati/poem/util:
ArrayEnumeration.java (+3 -3),
ArrayUtils.java (+3 -3),
Base64.java (+1 -1),
Cache.java (+14 -9),
CacheDuplicationException.java (+4 -4),
CachedIndexFactory.java (+4 -4),
ConsEnumeration.java (+4 -4),
CountedDumbPageEnumeration.java (+3 -3),
DictionaryOrder.java (+4 -4),
DumbPageEnumeration.java (+4 -4),
EmptyEnumeration.java (+3 -3),
EnumUtils.java (+3 -3),
FilteredEnumeration.java (+4 -4),
FlattenedEnumeration.java (+3 -3),
IndexFactory.java (+4 -4),
IntegerEnumeration.java (+3 -3),
LimitedEnumeration.java (+4 -4),
LongEnumeration.java (+3 -3),
MappedEnumeration.java (+3 -3),
Order.java (+3 -3),
PageEnumeration.java (+3 -3),
PageEnumerationBase.java (+8 -9),
Procedure.java (+3 -3),
SkipEnumeration.java (+3 -3),
SortUtils.java (+3 -3),
StringUtils.java (+7 -5)
- poem/src/test/java/org/melati/poem/test:
CachedTailoredQueryTest.java (+1 -1),
ColumnTest.java (+8 -1),
ColumnTypePoemTypeTest.java (+2 -2),
DatabasePerformInCommittedTransactionTest.java (+1 -1),
DisplayLevelPoemTypeTest.java (+2 -2),
FieldTest.java (+6 -4),
Node.java (+1 -1),
NonSQLPoemType.java (+2 -2),
NotNullableBinaryPoemTypeTest.java (+1 -1),
NotNullableDatePoemTypeTest.java (+2 -2),
NotNullableTimestampPoemTypeTest.java (+2 -2),
NotNullablelntegrityFixPoemTypeTest.java (+2 -2),
PersistentTest.java (+7 -7),
PoemThreadTest.java (+1 -1),
PreparedTailoredQueryTest.java (+1 -1),
SearchabilityPoemTypeTest.java (+2 -2),
TableTest.java (+2 -2),
TailoredQueryTest.java (+3 -3)
- poem/src/test/java/org/melati/poem/util/test:
ArrayUtilsTest.java (+1 -1),
IntegerEnumerationTest.java (+1 -1)
-
timp
2007-01-31 12:06#300
Rev.: 1.3
-
Update in light of progress
6 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
package.html (+6 -7)
-
timp
2007-01-31 11:14#299
Rev.: 1.112
-
Recombine nested ifs (PMD)
11 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+11 -14)
-
timp
2007-01-31 11:13#298
-
Javadoc
11 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
PoemBugPoemException.java (+5 -5)
- poem/src/main/java/org/melati/poem/dbms:
Hsqldb.java (+6 -1)
-
timp
2007-01-31 10:48#297
Rev.: 1.20
-
Add tests
24 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
TableTest.java (+24 -2)
-
timp
2007-01-31 10:48#296
Rev.: 1.185
-
Revisit cached queries and counts - what a mess
35 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+35 -62)
-
timp
2007-01-31 10:45#295
Rev.: 1.18
-
Remove application specific exemption
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
StandardIntegrityFix.java (+3 -13)
-
timp
2007-01-31 10:44#294
Rev.: 1.11
-
Add message,exception constructor.
6 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
PoemBugPoemException.java (+6 -2)
-
timp
2007-01-31 10:43#293
Rev.: 1.90
-
Add message to UnexpectedExceptionPoemException
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Persistent.java (+2 -2)
-
timp
2007-01-31 10:43#292
Rev.: 1.37
-
Throw UnexpectedExceptionPoemException on CloneNotSupported, as per persistent
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Field.java (+2 -2)
-
timp
2007-01-31 10:42#291
Rev.: 1.16
-
Remove misleading and unused outOfDate() - cachedQueries cannot be out of date.
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
CachedQuery.java (+4 -9)
-
timp
2007-01-30 22:54#290
Rev.: 1.184
-
Ignore case when detecting id and deleted columns
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+4 -4)
-
timp
2007-01-30 22:53#289
Rev.: 1.111
-
Use dbms specific names
19 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+19 -15)
-
timp
2007-01-30 22:48#288
Rev.: 1.29
-
Add jdbcMetadataName test - bad smell
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Hsqldb.java (+5 -1)
-
timp
2007-01-30 22:46#287
Rev.: 1.3
-
Make db static, change number of transactions
11 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
DatabaseTest.java (+11 -8)
-
timp
2007-01-30 22:43#286
Rev.: 1.1
-
Initial version
128 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
DatabaseUnifyWithDBTest.java (new 128)
-
timp
2007-01-30 22:28#285
Rev.: 1.5
-
Wait until transactions have completed.
3 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
MultiThreadedCachedSelectionTest.java (+3 -3)
-
timp
2007-01-30 16:40#284
Rev.: 1.8
-
Witter
37 lines of code changed in 1 file:
- src/site/xdoc:
Testing.xml (+37 -15)
-
timp
2007-01-30 16:39#283
Rev.: 1.43
-
Add HACK tag, comment out surefire report
3 lines of code changed in 1 file:
-
timp
2007-01-30 16:37#282
Rev.: 1.4
-
Try to make sure this doesn't break again
123 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
MultiThreadedCachedSelectionTest.java (+123 -103)
-
timp
2007-01-30 16:33#281
Rev.: 1.28
-
Table and column tests moved up to PoemTestCase
3 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemDatabaseTest.java (+3 -17)
-
timp
2007-01-30 16:32#280
Rev.: 1.23
-
Check tables and columns, ensure that errors are not overshadowed by problems in teardown
63 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemTestCase.java (+63 -12)
-
timp
2007-01-30 16:30#279
Rev.: 1.183
-
Throw exception if dbms reports nothing actually deleted
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+5 -2)
-
timp
2007-01-30 16:29#278
Rev.: 1.56
-
Capitalise object names in descriptions, emphasise that any object can be a setting
9 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Poem.dsd (+9 -9)
-
timp
2007-01-30 16:28#277
Rev.: 1.39
-
Add title of table description to table name
3 lines of code changed in 1 file:
- melati/src/main/java/org/melati/admin:
EditHeader.wm (+3 -3)
-
timp
2007-01-30 16:19#276
Rev.: 1.89
-
Remove out of date FIXME
1 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Persistent.java (+1 -4)
-
timp
2007-01-30 16:17#275
-
Javadoc
9 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
Database.java (+2 -1),
PoemThread.java (+7 -8)
-
timp
2007-01-29 16:07#274
Rev.: 1.19
-
More tests
46 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
TableTest.java (+46 -3)
-
timp
2007-01-29 16:06#273
Rev.: 1.5
-
Add more tests
43 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
DatabasePerformInCommittedTransactionTest.java (+43)
-
timp
2007-01-29 16:05#272
Rev.: 1.182
-
Fix cnfWhereClause
13 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+13 -10)
-
timp
2007-01-29 16:05#271
Rev.: 1.109
-
Javadoc
7 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+7 -4)
-
timp
2007-01-29 14:57#270
Rev.: 1.181
-
Check if in session in count, throw PoemBugPoemException if invalid columnid requested
9 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+9 -8)
-
timp
2007-01-29 14:17#269
Rev.: 1.180
-
Add FIXME
10 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+10 -5)
-
timp
2007-01-29 12:40#268
Rev.: 1.179
-
Remove null transaction branch, as it cannot occur
9 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+9 -9)
-
timp
2007-01-29 12:07#267
Rev.: 1.178
-
Javadoc
6 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+6 -1)
-
timp
2007-01-29 12:06#266
Rev.: 1.4
-
Add test to getCommittedTransactionStuff()
5 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
DatabasePerformInCommittedTransactionTest.java (+5 -1)
-
timp
2007-01-29 11:42#265
Rev.: 1.3
-
Make a PoemTestCase
0 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemTypeFactoryTest.java (-2)
-
timp
2007-01-29 11:40#264
Rev.: 1.3
-
Try, unfinished, to provoke RowDisappeearedPoemException
15 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
ResultSetEnumerationTest.java (+15)
-
timp
2007-01-29 11:13#263
Rev.: 1.2
-
Add tests for getDisplayName and getDescription
7 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemTypeFactoryTest.java (+7 -3)
-
timp
2007-01-29 11:06#262
Rev.: 1.5
-
Check that it blows up if group valid but capability floating
9 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
GroupCapabilityTest.java (+9 -1)
-
timp
2007-01-29 11:04#261
Rev.: 1.77
-
Remove test for empty whereClause
1 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Column.java (+1 -4)
-
timp
2007-01-29 10:49#260
Rev.: 1.15
-
Do not siliently fix bad range ends
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
ValueInfo.java (+4 -5)
-
timp
2007-01-29 10:43#259
Rev.: 1.2
-
Add test for clear integrity fix
14 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
TableInfoTest.java (+14)
-
timp
2007-01-29 10:36#258
Rev.: 1.1
-
Initial version
96 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
StandardIntegrityFixTest.java (new 96)
-
timp
2007-01-29 10:35#257
Rev.: 1.4
-
Test delete integrity fix
23 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
UserTest.java (+23 -4)
-
timp
2007-01-29 10:35#256
Rev.: 1.27
-
Make administratorsGroup() public, it could be obtained from ensure anyway
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
GroupTable.java (+5 -2)
-
timp
2007-01-29 10:20#255
Rev.: 1.22
-
Set name of PoemThread
3 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemTestCase.java (+3)
-
timp
2007-01-29 10:20#254
Rev.: 1.1
-
Add tests for getters
86 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
SessionTokenTest.java (new 86)
-
timp
2007-01-29 10:08#253
Rev.: 1.35
-
Make sessionToken() public, as we can get it from openSessions() anyway
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
PoemThread.java (+2 -2)
-
timp
2007-01-29 09:47#252
Rev.: 1.21
-
Comment out Access debug
23 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
PreparedStatementFactory.java (+23 -23)
-
timp
2007-01-29 09:44#251
Rev.: 1.1
-
Add tests for getName and getDescription of standard types
113 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemTypeFactoryTest.java (new 113)
-
timp
2007-01-29 09:43#250
Rev.: 1.13
-
Add test for String constructor
27 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PersistentTest.java (+27 -6)
-
timp
2007-01-29 09:25#249
Rev.: 1.1
-
Test existing is returned
54 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
GroupCapabilityTableTest.java (new 54)
-
timp
2007-01-29 09:18#248
Rev.: 1.4
-
Test that floating aruments fail
9 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
GroupCapabilityTest.java (+9 -1)
-
timp
2007-01-29 09:15#247
Rev.: 1.4
-
Add tests for convenience methods
20 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
FieldTest.java (+20 -7)
-
timp
2007-01-29 08:55#246
Rev.: 1.2
-
Use endSession()
7 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
DatabaseTest.java (+7 -1)
-
timp
2007-01-29 08:31#245
Rev.: 1.3
-
Add test for setTableInfoTroid()
7 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
ColumnInfoTest.java (+7 -1)
-
timp
2007-01-29 08:26#244
Rev.: 1.6
-
Add test for dump()
2 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
ColumnTest.java (+2 -2)
-
timp
2007-01-29 08:19#243
Rev.: 1.88
-
Javadoc
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Persistent.java (+3 -3)
-
timp
2007-01-28 23:04#242
Rev.: 1.1
-
Initial version
89 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PreparedStatementFactoryTest.java (new 89)
-
timp
2007-01-28 23:03#241
Rev.: 1.7
-
Formatting
3 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
SQLPoemTypeTest.java (+3 -1)
-
timp
2007-01-28 23:03#240
Rev.: 1.3
-
Tidy
5 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
UserTest.java (+5 -2)
-
timp
2007-01-28 23:02#239
Rev.: 1.12
-
Add test for dumping a setting and use of otherTables in fromClause
15 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PersistentTest.java (+15 -1)
-
timp
2007-01-28 22:57#238
Rev.: 1.6
-
Formatting
3 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
NotNullableReferencePoemTypeTest.java (+3 -2)
-
timp
2007-01-28 22:56#237
Rev.: 1.3
-
Add test for new ensure
16 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
GroupCapabilityTest.java (+16)
-
timp
2007-01-28 22:55#236
-
Javadoc
17 lines of code changed in 2 files:
- poem/src/test/java/org/melati/poem/test:
ColumnInfoTest.java (+16 -8),
ColumnTest.java (+1)
-
timp
2007-01-28 22:53#235
Rev.: 1.87
-
Add String, Integer constructor, rely upon Capability columns being in camelCase, make otherMatchTables a settable property.
34 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Persistent.java (+34 -20)
-
timp
2007-01-28 22:39#234
-
Javadoc
5 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
ReferencePoemType.java (+2 -2),
StandardIntegrityFix.java (+3 -2)
-
timp
2007-01-28 22:39#233
Rev.: 1.20
-
Add toString()
13 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
PreparedStatementFactory.java (+13 -3)
-
timp
2007-01-28 22:36#232
-
Javadoc
8 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
IntegrityFix.java (+4 -3)
- poem/src/main/java/org/melati/poem/transaction:
Transactioned.java (+4 -1)
-
timp
2007-01-26 21:26#231
Rev.: 1.177
-
Only allow camelCase capabilities to be created
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+5 -5)
-
timp
2007-01-26 19:41#230
Rev.: 1.86
-
Javadoc
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Persistent.java (+2 -2)
-
timp
2007-01-26 19:39#229
Rev.: 1.85
-
Javadoc, transaction now fixed
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Persistent.java (+2 -2)
-
timp
2007-01-26 17:28#228
Rev.: 1.27
-
Get numbers right
2 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemDatabaseTest.java (+2 -2)
-
timp
2007-01-26 15:17#227
Rev.: 1.21
-
Make db static - makes things a bit quicker ;)
1 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemTestCase.java (+1 -2)
-
timp
2007-01-26 15:09#226
Rev.: 1.11
-
Take account of the fact that troids cannot be relied upon in a singlethreaded setup
16 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PersistentTest.java (+16 -14)
-
timp
2007-01-26 15:08#225
Rev.: 1.20
-
Undo call to System.exit(0)
1 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemTestCase.java (+1 -4)
-
timp
2007-01-26 14:01#224
Rev.: 1.33
-
Include all tests
2 lines of code changed in 1 file:
-
timp
2007-01-26 14:01#223
-
Use our mocks not MockObjects'
27 lines of code changed in 3 files:
- melati/src/test/java/org/melati/servlet/test:
MockServletRequest.java (+6 -2),
MockServletResponse.java (+3 -1),
PoemServletTest.java (+18 -75)
-
timp
2007-01-26 14:00#222
-
Dynamic table added to avoid conflicts with other tests on adding columns
687 lines of code changed in 10 files:
- poem/src/test/java/org/melati/poem/test:
Dynamic.java (new 41),
DynamicTable.java (new 76),
PoemDatabaseTest.java (+3 -3),
PoemTestCase.java (+15 -12),
Test.dsd (+22),
TestDatabaseTest.java (+3 -2)
- poem/src/test/java/org/melati/poem/test/generated:
DynamicBase.java (new 240),
DynamicTableBase.java (new 263),
TestDatabaseBase.java (+14),
TestDatabaseTablesBase.java (+10 -1)
-
timp
2007-01-26 13:59#221
Rev.: 1.18
-
Use new Dynamic table, to avoid conflicts with other tests in single thread running
84 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
TableTest.java (+84 -79)
-
timp
2007-01-26 13:58#220
Rev.: 1.4
-
Put selection inside try, HACK?
61 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PreparedTailoredQueryTest.java (+61 -59)
-
timp
2007-01-26 13:56#219
Rev.: 1.4
-
Set admin name back again
1 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
ColumnTest.java (+1)
-
timp
2007-01-26 13:55#218
Rev.: 1.3
-
Check columns unchanged too
1 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
DatabasePerformInCommittedTransactionTest.java (+1 -1)
-
timp
2007-01-26 13:54#217
Rev.: 1.3
-
Print to stdout not stderr
13 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
MultiThreadedCachedSelectionTest.java (+13 -13)
-
timp
2007-01-26 13:52#216
-
Moved some tests into ProtectedPersistentTest
120 lines of code changed in 2 files:
- poem/src/test/java/org/melati/poem/test:
PersistentTest.java (+3 -68),
ProtectedPersistentTest.java (new 117)
-
timp
2007-01-26 13:51#215
Rev.: 1.12
-
Set request uri on request mocks
14 lines of code changed in 1 file:
- melati/src/test/java/org/melati/test:
MelatiTest.java (+14 -6)
-
timp
2007-01-26 13:49#214
Rev.: 1.51
-
Do not set driveClassName null
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+5 -3)
-
timp
2007-01-25 23:10#213
-
Separate tests which should not be run from withing PoemTestCase
491 lines of code changed in 2 files:
- poem/src/test/java/org/melati/poem/test:
DatabaseTest.java (new 488),
PoemDatabaseTest.java (+3 -28)
-
timp
2007-01-25 23:08#212
Rev.: 1.18
-
Assert that all transaction are free in setup
1 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemTestCase.java (+1)
-
timp
2007-01-25 18:58#211
Rev.: 1.28
-
Extraneous space
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
MySQL.java (+2 -2)
-
timp
2007-01-25 17:12#210
Rev.: 1.32
-
Fix excludes
10 lines of code changed in 1 file:
-
timp
2007-01-25 15:28#209
-
Tidy
69 lines of code changed in 7 files:
- poem/src/test/java/org/melati/poem/test:
BinaryTest.java (+2 -3),
CachedExistsTest.java (+6 -4),
CachedSelectionTest.java (+33 -1),
ColumnTest.java (+6 -4),
ColumnTypePoemTypeTest.java (+16),
MultiThreadedCachedSelectionTest.java (+1 -3),
SQLPoemTypeTest.java (+5 -4)
-
timp
2007-01-25 15:28#208
Rev.: 1.24
-
AssertEquals not assertTrue
4 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemDatabaseTest.java (+4 -3)
-
timp
2007-01-25 15:23#207
Rev.: 1.17
-
Assert all transactions free at end of each test
1 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemTestCase.java (+1)
-
timp
2007-01-25 15:22#206
Rev.: 1.19
-
Replace MockObjects with our mocks
14 lines of code changed in 1 file:
- melati/src/test/java/org/melati/servlet/test:
PoemServletTest.java (+14 -53)
-
timp
2007-01-25 15:21#205
Rev.: 1.5
-
Complete testGetForeignKeyDefinition()
18 lines of code changed in 2 files:
- poem/src/test/java/org/melati/poem/dbms/test:
DbmsSpec.java (+9 -2),
HsqldbTest.java (+9 -1)
-
timp
2007-01-25 15:20#204
Rev.: 1.2
-
Add testGetForeignKeyDefinition()
15 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/dbms/test:
SQLServerTest.java (+15)
-
timp
2007-01-25 15:19#203
Rev.: 1.6
-
Tidy
10 lines of code changed in 1 file:
- melati/src/test/java/org/melati/login/test:
AccessHandlerTestAbstract.java (+10 -5)
-
timp
2007-01-25 15:18#202
Rev.: 1.108
-
Close new transaction if already in one
9 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+9 -3)
-
timp
2007-01-25 15:16#201
Rev.: 1.14
-
Fiddle with getCapabilitySql
10 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Mckoi.java (+10 -8)
-
timp
2007-01-25 10:28#200
-
Moved TimJ's tests into PersistentTest
10 lines of code changed in 2 files:
- poem/src/test/java/org/melati/poem/test:
PersistentCaseTest.java (del),
PersistentTest.java (+10)
-
timp
2007-01-25 10:00#199
Rev.: 1.10
-
Not used by Maven
0 lines of code changed in 1 file:
- melati/src/test/java/org/melati:
AllUnitTests.java (del)
-
timp
2007-01-25 09:55#198
-
Move TimJ's tests into DbmsSpec
170 lines of code changed in 8 files:
- poem/src/test/java/org/melati/poem/dbms/test:
DbmsCaseTest.java (del),
DbmsSpec.java (+29 -1),
HsqldbTest.java (+23),
MSAccessTest.java (+22),
MckoiTest.java (+32 -5),
MySQLTest.java (+20),
OracleTest.java (+22),
PostgresqlTest.java (+22)
-
timp
2007-01-24 22:35#197
Rev.: 1.31
-
Exclude breaking tests
76 lines of code changed in 1 file:
-
timp
2007-01-24 22:31#196
Rev.: 1.2
-
Uncomment and exclude in pom
0 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemThreadTest.java (-8)
-
timp
2007-01-24 22:31#195
Rev.: 1.20
-
Williams code moved to MultiThreadedCachedSelectionTest
4 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
CachedSelectionTest.java (+4 -269)
-
timp
2007-01-24 22:30#194
Rev.: 1.1
-
Initial version split out from more prosaic CachedSelectionTest
283 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
MultiThreadedCachedSelectionTest.java (new 283)
-
timp
2007-01-24 20:33#193
Rev.: 1.27
-
Add ensure
24 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
GroupCapabilityTable.java (+24 -3)
-
timp
2007-01-24 16:46#192
Rev.: 1.1
-
Initial version
170 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemThreadTest.java (new 170)
-
timp
2007-01-24 09:51#191
Rev.: 1.50
-
Javadoc
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+2 -2)
-
timp
2007-01-24 09:35#190
Rev.: 1.176
-
Spaces in sql
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+3 -3)
-
timp
2007-01-24 09:33#189
-
Javadoc
13 lines of code changed in 4 files:
- poem/src/main/java/org/melati/poem:
Column.java (+4 -1),
IntegrityFix.java (+5 -5),
StandardIntegrityFix.java (+2 -2),
TailoredQuery.java (+2 -2)
-
timp
2007-01-23 16:37#188
-
Javadoc
5 lines of code changed in 2 files:
- melati/src/main/java/org/melati:
Melati.java (+4 -4)
-
timp
2007-01-23 13:49#187
-
Add getForeignKey test
44 lines of code changed in 6 files:
- poem/src/test/java/org/melati/poem/dbms/test:
DbmsSpec.java (+1 -1),
HsqldbTest.java (+7),
InterbaseTest.java (+8),
MckoiTest.java (+9),
MySQLTest.java (+8),
OracleTest.java (+11)
-
timp
2007-01-23 11:28#186
Rev.: 1.14
-
Javadoc
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
AppBugPoemException.java (+5 -3)
-
timp
2007-01-23 11:26#185
Rev.: 1.2
-
Add more tests
127 lines of code changed in 7 files:
- poem/src/test/java/org/melati/poem/dbms/test:
DbmsSpec.java (+13 -11),
HsqldbTest.java (+32),
MSAccessTest.java (+17),
MckoiTest.java (+8),
MySQLTest.java (+8),
OracleTest.java (+41),
PostgresqlTest.java (+8)
-
timp
2007-01-23 11:26#184
Rev.: 1.49
-
Add unloadDribver(), remove redundant parameter to canDropColumns()
11 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+11 -3)
-
timp
2007-01-23 11:25#183
Rev.: 1.8
-
Remove redundant parameter to canDropColumns()
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Oracle.java (+3 -4)
-
timp
2007-01-23 11:25#182
Rev.: 1.43
-
Add unloadDribver(), remove redundant parameter to canDropColumns()
7 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Dbms.java (+7 -3)
-
timp
2007-01-23 11:24#181
Rev.: 1.14
-
Fix error Handling
34 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
DbmsFactory.java (+34 -39)
-
timp
2007-01-23 11:22#180
Rev.: 1.30
-
Exclude HsqldbTest and PostgresqlTest
4 lines of code changed in 1 file:
-
timp
2007-01-23 09:25#179
Rev.: 1.1
-
Initial version
797 lines of code changed in 13 files:
- poem/src/test/java/org/melati/poem/dbms/test:
AnsiStandardTest.java (new 44),
DbmsFactoryTest.java (new 65),
DbmsSpec.java (new 258),
FirstSQLTest.java (new 43),
HsqldbTest.java (new 43),
InterbaseTest.java (new 43),
MSAccessTest.java (new 43),
MckoiTest.java (new 43),
MimerTest.java (new 43),
MySQLTest.java (new 43),
OracleTest.java (new 43),
PostgresqlTest.java (new 43),
SQLServerTest.java (new 43)
-
timp
2007-01-22 22:23#178
Rev.: 1.17
-
Another branch lopped
2 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
TableTest.java (+2 -1)
-
timp
2007-01-22 21:52#177
-
Complete coverage
45 lines of code changed in 2 files:
- poem/src/test/java/org/melati/poem/test:
PreparedTailoredQueryTest.java (+15 -8),
ResultSetEnumerationTest.java (+30 -3)
-
timp
2007-01-22 21:52#176
Rev.: 1.13
-
Javadoc
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
PreparedTailoredQuery.java (+2 -2)
-
timp
2007-01-22 19:49#175
Rev.: 1.2
-
Test fixed
15 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PreparedTailoredQueryTest.java (+15 -5)
-
timp
2007-01-22 16:42#174
Rev.: 1.15
-
Rename variable, javadoc
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
TailoredResultSetEnumeration.java (+5 -4)
-
timp
2007-01-22 16:41#173
Rev.: 1.28
-
Renamed variables, ensure that canRead columns are checked when they are mentioned explicitly in the query
27 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
TailoredQuery.java (+27 -25)
-
timp
2007-01-22 16:37#172
Rev.: 1.1
-
Initial version
266 lines of code changed in 2 files:
- poem/src/test/java/org/melati/poem/test:
PreparedTailoredQueryTest.java (new 199),
ResultSetEnumerationTest.java (new 67)
-
timp
2007-01-22 16:36#171
Rev.: 1.8
-
Add test
9 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PersistentTest.java (+9)
-
timp
2007-01-22 16:36#170
Rev.: 1.16
-
Ensure that sqlBooleanValue is tested
8 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
TableTest.java (+8 -1)
-
timp
2007-01-22 16:34#169
-
Make Protected.canRead nullable
2 lines of code changed in 2 files:
- poem/src/test/java/org/melati/poem/test:
Test.dsd (+1)
- poem/src/test/java/org/melati/poem/test/generated:
ProtectedTableBase.java (+1 -1)
-
timp
2007-01-22 10:54#168
Rev.: 1.28
-
Remove cut and paste identical overridden method
1 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Hsqldb.java (+1 -11)
-
timp
2007-01-22 10:42#167
Rev.: 1.27
-
Call super.canRepresent, to ease future refactorings.
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Hsqldb.java (+3 -2)
-
timp
2007-01-22 10:24#166
Rev.: 1.7
-
Remove get with explicit troid
0 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PersistentTest.java (-1)
-
timp
2007-01-22 10:23#165
Rev.: 1.4
-
Add get and set raw tests
22 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
NotNullableBooleanPoemTypeTest.java (+22)
-
timp
2007-01-22 10:22#164
Rev.: 1.15
-
uncacheContexts to ensure same results in single and multi-threaded runs
1 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
TableTest.java (+1)
-
timp
2007-01-22 10:21#163
-
Set Capabilities references to integrityfix = clear
32 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
Poem.dsd (+15 -10)
- poem/src/main/java/org/melati/poem/generated:
TableInfoTableBase.java (+17)
-
timp
2007-01-22 10:21#162
Rev.: 1.26
-
Remove HsqldbBooleanType, as BOOLEAN is now in java.sql.Types (and it was buggy, as shown by Cobertura)
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Hsqldb.java (+5 -58)
-
timp
2007-01-22 10:19#161
Rev.: 1.48
-
Add types added in 1.4, specifically BOOLEAN
22 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+22 -1)
-
timp
2007-01-22 10:17#160
-
Javadoc
7 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem/dbms:
MySQL.java (+4 -2),
Postgresql.java (+3 -2)
-
timp
2007-01-19 16:40#159
-
Allow troid to be read to avoid stack overflow
58 lines of code changed in 2 files:
- poem/src/test/java/org/melati/poem/test:
Protected.java (+53 -30),
TailoredQueryTest.java (+5 -7)
-
timp
2007-01-19 16:31#158
-
Protected table added to test capability columns
251 lines of code changed in 6 files:
- poem/src/test/java/org/melati/poem/test:
PoemTestCase.java (+1 -1),
Protected.java (new 45),
ProtectedTable.java (new 51),
TailoredQueryTest.java (+108 -23),
Test.dsd (+44 -1),
TestDatabaseTest.java (+2)
-
timp
2007-01-19 16:30#157
Rev.: 1.2
-
Add test for toString()
4 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
DatabasePerformInCommittedTransactionTest.java (+4 -1)
-
timp
2007-01-19 16:29#156
-
Regenerated to add Protected table
1461 lines of code changed in 4 files:
- poem/src/test/java/org/melati/poem/test/generated:
ProtectedBase.java (new 838),
ProtectedTableBase.java (new 599),
TestDatabaseBase.java (+14),
TestDatabaseTablesBase.java (+10 -1)
-
timp
2007-01-19 14:29#155
Rev.: 1.23
-
Move tests of inCommittedTransaction into thier own test
1 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemDatabaseTest.java (+1 -25)
-
timp
2007-01-19 14:28#154
Rev.: 1.1
-
Tests of inCommittedTransaction
236 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
DatabasePerformInCommittedTransactionTest.java (new 236)
-
timp
2007-01-19 14:28#153
Rev.: 1.107
-
Javadoc
9 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+9 -6)
-
timp
2007-01-19 13:39#152
-
Javadoc
8 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
PoemThread.java (+5 -1),
SessionToken.java (+3 -3)
-
timp
2007-01-19 13:32#151
Rev.: 1.22
-
Add test for inCommittedTransaction
18 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemDatabaseTest.java (+18)
-
timp
2007-01-19 13:30#150
Rev.: 1.3
-
Javadoc
5 lines of code changed in 1 file:
- melati/src/main/java/org/melati/test:
ExitServlet.java (+5 -4)
-
timp
2007-01-19 13:28#149
Rev.: 1.10
-
Add constructor with message
18 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
NotInSessionPoemException.java (+18 -5)
-
timp
2007-01-19 13:26#148
Rev.: 1.106
-
Check if transaction is null before closing
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+3 -2)
-
timp
2007-01-19 13:26#147
Rev.: 1.33
-
Check thread name length rather than catching Exception (actually ArrayIndexOutOfBounds) to determine if we have a sessionToken,
add message to NotInSessionPoemException
105 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
PoemThread.java (+105 -99)
-
timp
2007-01-19 09:40#146
Rev.: 1.105
-
Javadoc, variable renaming
9 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+9 -3)
-
timp
2007-01-19 08:42#145
-
Add toString() and its test
23 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
CachedQuery.java (+12 -4)
- poem/src/test/java/org/melati/poem/test:
CachedSelectionTest.java (+11 -1)
-
timp
2007-01-19 07:32#144
Rev.: 1.7
-
Add notes on tests
70 lines of code changed in 1 file:
- src/site/xdoc:
Testing.xml (+70 -1)
-
timp
2007-01-18 23:50#143
Rev.: 1.6
-
Fix side effect, insulate testUnencache from other tests by unencahing at start.
2 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PersistentTest.java (+2 -1)
-
timp
2007-01-18 23:44#142
Rev.: 1.15
-
Do not assume that poemtest and melatijunit are the only dbs to use this test suite, print stacktrace on failure
3 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemTestCase.java (+3 -1)
-
timp
2007-01-18 23:42#141
Rev.: 1.14
-
JDK version issues with BigDecimal constructor
4 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
TableTest.java (+4 -4)
-
timp
2007-01-18 23:40#140
Rev.: 1.18
-
Add test for multi table selections
53 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
CachedSelectionTest.java (+53 -1)
-
timp
2007-01-18 23:35#139
Rev.: 1.12
-
etract implementation moved up to CachedQuery
1 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
CachedCount.java (+1 -8)
-
timp
2007-01-18 23:35#138
Rev.: 1.14
-
Move extract up from being abstract, ass getter/setter for query
12 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
CachedQuery.java (+12 -2)
-
timp
2007-01-18 23:32#137
Rev.: 1.14
-
Set query in constructor, remove overriding statements(), move extract up to CachedQuery
13 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
CachedSelection.java (+13 -34)
-
timp
2007-01-18 16:51#136
-
Update
12 lines of code changed in 3 files:
- src/site/xdoc:
Contribute.xml (+3 -3),
Hire.xml (+2 -2),
Links.xml (+7 -3)
-
timp
2007-01-18 16:40#135
Rev.: 1.8
-
Link rot
10 lines of code changed in 1 file:
- src/site/xdoc:
Unification.xml (+10 -10)
-
timp
2007-01-18 16:31#134
Rev.: 1.3
-
Update
12 lines of code changed in 1 file:
- src/site/xdoc:
Installation.xml (+12 -2)
-
timp
2007-01-18 16:25#133
Rev.: 1.6
-
Drop ant built stuff, no longer in use.
5 lines of code changed in 1 file:
- src/site/xdoc:
Download.xml (+5 -28)
-
timp
2007-01-18 16:16#132
Rev.: 1.5
-
Link rot
2 lines of code changed in 1 file:
- src/site/xdoc:
Features.xml (+2 -2)
-
timp
2007-01-18 16:13#131
Rev.: 1.7
-
Update
22 lines of code changed in 1 file:
- src/site/xdoc:
RoadMap.xml (+22 -14)
-
timp
2007-01-17 18:59#130
Rev.: 1.75
-
Allow firstFree to be run on any integer type
6 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Column.java (+6 -5)
-
timp
2007-01-16 13:41#129
Rev.: 1.6
-
Now throws HttpHeader exception
3 lines of code changed in 1 file:
- melati/src/test/java/org/melati/util/test:
AcceptCharsetTest.java (+3 -3)
-
timp
2007-01-16 13:40#128
-
Move getPassbackEvaluationExceptionHandler down to webmacro, return null for Velocity
29 lines of code changed in 3 files:
- melati/src/main/java/org/melati/template:
AbstractTemplateEngine.java (+1 -15)
- melati/src/main/java/org/melati/template/velocity:
VelocityTemplateEngine.java (+15 -1)
- melati/src/main/java/org/melati/template/webmacro:
WebmacroTemplateEngine.java (+13 -1)
-
timp
2007-01-16 13:36#127
-
Javadoc
4 lines of code changed in 2 files:
- melati/src/main/java/org/melati:
Melati.java (+3 -3)
- melati/src/main/java/org/melati/util:
HttpHeader.java (+1 -2)
-
timp
2007-01-16 13:36#126
Rev.: 1.11
-
Add more tests
95 lines of code changed in 1 file:
- melati/src/test/java/org/melati/test:
MelatiTest.java (+95 -24)
-
timp
2007-01-16 10:30#125
Rev.: 1.5
-
Enable setting of charset and headers
11 lines of code changed in 1 file:
- melati/src/test/java/org/melati/servlet/test:
MockServletRequest.java (+11 -3)
-
timp
2007-01-16 10:30#124
Rev.: 1.10
-
Add test for establishCharset
32 lines of code changed in 1 file:
- melati/src/test/java/org/melati/test:
MelatiTest.java (+32 -2)
-
timp
2007-01-16 10:28#123
-
Add message and cause constructor
19 lines of code changed in 2 files:
- melati/src/main/java/org/melati/util:
CharsetException.java (+11 -1),
HttpHeader.java (+8 -1)
-
timp
2007-01-16 10:28#122
Rev.: 1.9
-
Throw HttpHeaderException if charset unrecognised
9 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
AcceptCharset.java (+9 -3)
-
timp
2007-01-16 10:27#121
Rev.: 1.102
-
Do not use initCause yet, we are still 1.3 compatible.
5 lines of code changed in 1 file:
- melati/src/main/java/org/melati:
Melati.java (+5 -7)
-
timp
2007-01-15 22:27#120
Rev.: 1.84
-
displayColumn() cannot return null
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Persistent.java (+3 -7)
-
timp
2007-01-15 22:13#119
-
Ensure idempotency - so assertions are true in single and multi-threaded running
338 lines of code changed in 15 files:
- poem/src/test/java/org/melati/poem/test:
CachedTailoredQueryTest.java (+57 -32),
CapabilityTableTest.java (+1),
GroupCapabilityTest.java (+12 -6),
GroupMembershipTest.java (+12 -3),
GroupTest.java (+2),
NotNullableReferencePoemTypeTest.java (+16 -6),
NullableReferencePoemTypeTest.java (+1 -1),
PoemDatabaseTest.java (+139 -21),
PoemTestCase.java (+52),
SettingTableTest.java (+15 -4),
SettingTest.java (+6 -2),
TableCategoryTest.java (+1),
TailoredQueryTest.java (+5 -5),
UserTableTest.java (+3 -2),
UserTest.java (+16 -8)
-
timp
2007-01-15 22:09#118
Rev.: 1.9
-
Frigg known database names for single and multi thread running
5 lines of code changed in 1 file:
- melati/src/test/java/org/melati/test:
MelatiTest.java (+5 -4)
-
timp
2007-01-15 22:08#117
Rev.: 1.4
-
Do not check db state on teardown as it is not even initialised
3 lines of code changed in 1 file:
- melati/src/test/java/org/melati/admin/test:
AdminUtilsTest.java (+3 -1)
-
timp
2007-01-15 22:05#116
Rev.: 1.13
-
Use poemtest, add tests
78 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
TableTest.java (+78 -23)
-
timp
2007-01-15 21:19#115
Rev.: 1.175
-
Javadoc
6 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+6 -1)
-
timp
2007-01-15 15:16#114
Rev.: 1.8
-
Try uncommenting
8 lines of code changed in 1 file:
- melati/src/test/java/org/melati/test:
MelatiTest.java (+8 -4)
-
timp
2007-01-15 15:12#113
Rev.: 1.2
-
Tidy
1 lines of code changed in 1 file:
- melati/src/test/java/org/melati/test:
LogicalDatabaseTest.java (+1 -2)
-
timp
2007-01-15 15:03#112
Rev.: 1.1
-
Initial version
89 lines of code changed in 1 file:
- melati/src/test/java/org/melati/test:
LogicalDatabaseTest.java (new 89)
-
timp
2007-01-15 14:27#111
-
Javadoc
40 lines of code changed in 2 files:
- melati/src/main/java/org/melati/template:
YMDDateAdaptor.java (+37 -21)
- melati/src/main/java/org/melati/util:
HttpServletRequestCompat.java (+3 -5)
-
timp
2007-01-15 14:02#110
-
Javadoc
143 lines of code changed in 13 files:
- melati/src/main/java/org/melati/admin:
AnticipatedException.java (+6 -3)
- melati/src/main/java/org/melati/template:
ClassNameTempletLoader.java (+12 -7),
FormParameterException.java (+15 -6),
MissingFieldException.java (+13 -3),
NoTemplateEngine.java (+7 -4),
SimpleDateAdaptor.java (+12 -3)
- melati/src/main/java/org/melati/template/velocity:
VelocityTemplateContext.java (+12 -13)
- melati/src/main/java/org/melati/util:
FileUtils.java (+9 -6),
MelatiStringWriter.java (+13 -4),
MelatiWriter.java (+27 -2)
- poem/src/main/java/org/melati/poem:
AtomPoemType.java (+7 -1),
Persistent.java (+3 -3),
RollbackLogEvent.java (+7 -4)
-
timp
2007-01-15 13:37#109
-
Javadoc
130 lines of code changed in 7 files:
- melati/src/main/java/org/melati/login:
AccessHandler.java (+7 -2)
- melati/src/main/java/org/melati/template:
Template.java (+10 -3)
- melati/src/main/java/org/melati/util:
FictionalNotifiableParserCallback.java (+6 -3),
HttpServletRequestCompat.java (+2 -2)
- poem/src/main/java/org/melati/poem:
CachedSelection.java (+32 -3),
Persistent.java (+70 -12),
StandardIntegrityFix.java (+3 -1)
-
timp
2007-01-15 12:12#108
-
Javadoc
265 lines of code changed in 16 files:
- melati/src/main/java/org/melati/template:
AbstractTemplateEngine.java (+15 -4)
- melati/src/main/java/org/melati/template/velocity:
MelatiBufferedVelocityWriter.java (+24 -2),
VelocityTemplateContext.java (+36 -4)
- melati/src/main/java/org/melati/template/webmacro:
MelatiWebmacroStringWriter.java (+7 -4),
PropagateEvaluationExceptionHandler.java (+41 -10)
- melati/src/main/java/org/melati/util:
ChildrenDrivenMutableTree.java (+28 -4),
Flusher.java (+17 -3),
FtellPrintWriter.java (+22 -3),
HttpServletRequestParameters.java (+16 -6),
ReconstructedHttpServletRequestMismatchException.java (+5 -5)
- poem/src/main/java/org/melati/poem:
CommitLogEvent.java (+7 -4),
FieldSet.java (+3 -2),
SQLLogEvent.java (+7 -4)
- poem/src/main/java/org/melati/poem/util:
ArrayEnumeration.java (+15 -3),
CachedIndexFactory.java (+14 -5),
IndexFactory.java (+8 -3)
-
timp
2007-01-14 19:08#107
-
Javadoc
12 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
ExtraColumn.java (+5 -9)
- poem/src/main/java/org/melati/poem/util:
Cache.java (+7 -4)
-
timp
2007-01-14 19:04#106
Rev.: 1.174
-
Lowercase capability name strings before comparison
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+5 -5)
-
timp
2007-01-14 19:03#105
Rev.: 1.26
-
Checkstyle
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
GroupTable.java (+3 -3)
-
timp
2007-01-14 19:02#104
Rev.: 1.11
-
Check troid not null in constructor
6 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
GroupCapability.java (+6 -2)
-
timp
2007-01-14 19:02#103
Rev.: 1.28
-
Ensure canRead, canWrite, canDelete, canSelect
13 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
CapabilityTable.java (+13 -5)
-
timp
2007-01-14 19:00#102
Rev.: 1.1
-
Initial version
73 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
FieldSetTest.java (new 73)
-
timp
2007-01-14 18:59#101
Rev.: 1.11
-
Add toString()
23 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
FieldSet.java (+23 -1)
-
timp
2007-01-12 16:28#100
-
Javadoc
57 lines of code changed in 3 files:
- melati/src/main/java/org/melati/util:
FtellWriter.java (+22 -3),
ThrowingPrintWriter.java (+24 -5)
- poem/src/main/java/org/melati/poem:
FieldSet.java (+11 -5)
-
timp
2007-01-12 10:04#99
-
Javadoc
45 lines of code changed in 7 files:
- melati/src/main/java/org/melati/login:
CommandLineAccessHandler.java (+6 -2),
HttpBasicAuthenticationAccessHandler.java (+8 -3),
Login.java (+5 -6)
- melati/src/main/java/org/melati/template:
XMLMarkupLanguage.java (+3 -3)
- poem/src/main/java/org/melati/poem:
DuplicateTroidPoemException.java (+5 -7),
Searchability.java (+8 -3)
- poem/src/main/java/org/melati/poem/util:
DumbPageEnumeration.java (+10 -10)
-
timp
2007-01-12 09:25#98
-
Javadoc
192 lines of code changed in 13 files:
- melati/src/main/java/org/melati/template:
XMLAttributeMarkupLanguage.java (+11 -5),
YMDDateAdaptor.java (+7 -4)
- melati/src/main/java/org/melati/util:
CSVStringEnumeration.java (+8 -4),
FictionalNotifyingDocumentParser.java (+14 -4),
HttpHeader.java (+47 -34),
StringUtils.java (+18 -5)
- poem/src/main/java/org/melati/poem:
PoemType.java (+2 -2)
- poem/src/main/java/org/melati/poem/csv:
CSVFileParser.java (+18 -14),
NoPrimaryKeyInCSVTableException.java (+4 -4)
- poem/src/main/java/org/melati/poem/transaction:
Transactioned.java (+2 -2)
- poem/src/main/java/org/melati/poem/util:
CountedDumbPageEnumeration.java (+18 -3),
DumbPageEnumeration.java (+25 -3),
StringUtils.java (+18 -5)
-
timp
2007-01-11 14:36#97
-
Javadoc
62 lines of code changed in 6 files:
- melati/src/main/java/org/melati/util:
FormatPropertyException.java (+4 -7),
MelatiBugMelatiException.java (+4 -7)
- poem/src/main/java/org/melati/poem:
PoemTask.java (+6 -3),
RootAccessToken.java (+3 -2),
Setting.java (+39 -3),
UnindexableLogEvent.java (+6 -2)
-
timp
2007-01-11 13:55#96
-
Javadoc
50 lines of code changed in 2 files:
- melati/src/main/java/org/melati/util:
Email.java (+1 -3)
- poem/src/main/java/org/melati/poem:
Database.java (+49 -21)
-
timp
2007-01-11 13:55#95
Rev.: 1.10
-
Add more from Database
13 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/transaction:
TransactionPool.java (+13 -1)
-
timp
2007-01-11 13:42#94
Rev.: 1.9
-
Add setTransactionsMax
10 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/transaction:
TransactionPool.java (+10 -3)
-
timp
2007-01-11 13:23#93
-
Javadoc
55 lines of code changed in 3 files:
- melati/src/main/java/org/melati/template/webmacro:
PassbackEvaluationExceptionHandler.java (+29 -7)
- melati/src/main/java/org/melati/util:
AcceptCharset.java (+25 -10),
Email.java (+1 -5)
-
timp
2007-01-11 12:24#92
-
Javadoc
162 lines of code changed in 13 files:
- melati/src/main/java/org/melati/servlet:
MultipartFormField.java (+2 -2)
- melati/src/main/java/org/melati/template:
MultipartTemplateContext.java (+45 -3),
TempletAdaptorConstructionMelatiException.java (+13 -3)
- melati/src/main/java/org/melati/util:
Email.java (+1 -4)
- poem/src/main/java/org/melati/poem:
ColumnRenamePoemException.java (+5 -4),
DefinitionSource.java (+7 -5),
FixedPointAtomPoemType.java (+32 -9),
PoemTransaction.java (+13 -2),
RowDisappearedPoemException.java (+4 -7),
TableRenamePoemException.java (+4 -7),
ValueInfo.java (+9 -5),
WritePersistentAccessPoemException.java (+7 -4)
- poem/src/main/java/org/melati/poem/util:
FlattenedEnumeration.java (+20 -3)
-
timp
2007-01-11 11:08#91
-
Javadoc
119 lines of code changed in 7 files:
- melati/src/main/java/org/melati/template:
AttributeMarkupLanguage.java (+5 -3),
HTMLAttributeMarkupLanguage.java (+9 -4)
- melati/src/main/java/org/melati/test:
CharData.java (+23 -3),
RestrictedAccessObject.java (+11 -3)
- melati/src/main/java/org/melati/util:
Email.java (+52 -2)
- poem/src/main/java/org/melati/poem:
Selectable.java (+16 -4),
Table.java (+3 -1)
-
timp
2007-01-10 16:23#90
Rev.: 1.40
-
Javadoc
24 lines of code changed in 2 files:
- melati/src/main/java/org/melati/login:
HttpSessionAccessHandler.java (+15 -11)
- melati/src/main/java/org/melati/template/webmacro:
WebmacroTemplateEngine.java (+9 -5)
-
timp
2007-01-10 16:15#89
Rev.: 1.42
-
Surefire report plugin has moved
1 lines of code changed in 1 file:
-
timp
2007-01-10 15:39#88
Rev.: 1.12
-
Javadoc
42 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/util:
SortUtils.java (+42 -4)
-
timp
2007-01-10 15:09#87
-
Javadoc
83 lines of code changed in 10 files:
- melati/src/main/java/org/melati/template:
TemplateEngineException.java (+15 -3)
- melati/src/main/java/org/melati/util:
EmailException.java (+13 -9),
ProcessFailedException.java (+5 -8)
- poem/src/main/java/org/melati/poem:
DuplicateTableNamePoemException.java (+5 -7),
FieldAccessPoemException.java (+9 -6),
IndexUniquenessPoemException.java (+6 -8),
TailoredResultSetEnumeration.java (+14 -5)
- poem/src/main/java/org/melati/poem/csv:
CSVParseException.java (+4 -4)
- poem/src/main/java/org/melati/poem/transaction:
WriteCommittedException.java (+4 -4)
- poem/src/main/java/org/melati/poem/util:
EnumUtils.java (+8 -2)
-
timp
2007-01-10 13:15#86
-
Javadoc
54 lines of code changed in 5 files:
- melati/src/main/java/org/melati/util:
Function.java (+8 -4),
NoSuchPropertyException.java (+12 -3),
Tree.java (+3 -1)
- poem/src/main/java/org/melati/poem/util:
Cache.java (+11 -2),
LimitedEnumeration.java (+20 -3)
-
timp
2007-01-10 11:15#85
-
Javadoc
38 lines of code changed in 3 files:
- melati/src/main/java/org/melati/util:
MelatiException.java (+26 -7)
- poem/src/main/java/org/melati/poem:
PoemTypeFactory.java (+4 -1)
- poem/src/main/java/org/melati/poem/util:
SkipEnumeration.java (+8 -4)
-
timp
2007-01-10 09:02#84
-
Javadoc
108 lines of code changed in 13 files:
- melati/src/main/java/org/melati/app:
ConfigApp.java (+5 -4)
- melati/src/main/java/org/melati/login:
OpenAccessHandler.java (+5 -3)
- melati/src/main/java/org/melati/util:
ConnectionPendingException.java (+9 -9)
- poem/src/main/java/org/melati/poem:
BasePoemType.java (+3 -1),
NoTroidColumnException.java (+4 -4),
PasswordPoemType.java (+15 -5),
PoemThread.java (+7 -5),
PoemType.java (+3 -2),
TableCategoryTable.java (+3 -1)
- poem/src/main/java/org/melati/poem/transaction:
TransactionedSerial.java (+2 -2)
- poem/src/main/java/org/melati/poem/util:
DictionaryOrder.java (+8 -4),
EnumUtils.java (+35 -2),
Order.java (+9 -3)
-
timp
2007-01-09 22:43#83
Rev.: 1.1
-
Initial version
201 lines of code changed in 2 files:
- poem/src/test/java/org/melati/poem/test:
TroidPoemTypeTest.java (new 39),
UserTest.java (new 162)
-
timp
2007-01-09 22:18#82
Rev.: 1.81
-
Javadoc
9 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Persistent.java (+9 -1)
-
timp
2007-01-09 21:13#81
Rev.: 1.27
-
Use our own ensure
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
CapabilityTable.java (+3 -5)
-
timp
2007-01-09 21:01#80
Rev.: 1.29
-
Remove unused constructor
1 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
UserTable.java (+1 -11)
-
timp
2007-01-09 09:47#79
Rev.: 1.41
-
Add javadoc plugin, readd changelog, remove pmd controversial
37 lines of code changed in 1 file:
-
timp
2007-01-09 09:41#78
-
Javadoc
99 lines of code changed in 10 files:
- melati/src/main/java/org/melati/util:
BugException.java (+16 -3),
CharsetException.java (+12 -7),
InstantiationPropertyException.java (+13 -6)
- poem/src/main/java/org/melati/poem:
AccessPoemException.java (+5 -5),
DuplicateTroidColumnPoemException.java (+5 -7),
PoemLocale.java (+2 -2),
ReadFieldAccessPoemException.java (+7 -6),
TableMismatchPoemException.java (+5 -8)
- poem/src/main/java/org/melati/poem/util:
ConsEnumeration.java (+23 -6),
EmptyEnumeration.java (+11 -3)
-
timp
2007-01-09 09:31#77
Rev.: 1.15
-
Javadoc
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
AccessToken.java (+4 -4)
-
timp
2007-01-09 09:28#76
Rev.: 1.1
-
Initial version
331 lines of code changed in 5 files:
- poem/src/test/java/org/melati/poem/test:
GroupCapabilityTest.java (new 57),
GroupMembershipTest.java (new 66),
GroupTest.java (new 59),
TableCategoryTest.java (new 58),
TableInfoTest.java (new 91)
-
timp
2007-01-08 21:59#75
Rev.: 1.9
-
givesCapabilitySql now takes an Integer
3 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/dbms/test:
DbmsCaseTest.java (+3 -7)
-
timp
2007-01-08 21:58#74
Rev.: 1.20
-
Get to 87/93
11 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PoemDatabaseTest.java (+11 -7)
-
timp
2007-01-08 20:21#73
Rev.: 1.103
-
Changed signature of givesCapabilitySql
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Database.java (+3 -2)
-
timp
2007-01-08 19:49#72
-
Change signature of givesCapabilitySql to Integer from Persisteable, remove cut and paste duplication
37 lines of code changed in 10 files:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+21 -10),
Dbms.java (+3 -4),
Hsqldb.java (+1 -38),
Interbase.java (+1 -22),
MSAccess.java (+1 -31),
Mckoi.java (+3 -35),
Mimer.java (+1 -22),
MySQL.java (+3 -31),
Postgresql.java (+1 -31),
SQLServer.java (+2 -9)
-
timp
2007-01-08 16:43#71
Rev.: 1.8
-
Use troid() not getTroid() to avoid stack overflow
3 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/dbms/test:
DbmsCaseTest.java (+3 -3)
-
timp
2007-01-08 16:42#70
Rev.: 1.1
-
Initial version
1169 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
ColumnInfoTest.java (new 1169)
-
timp
2007-01-08 16:41#69
Rev.: 1.12
-
Add more tests
91 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
TableTest.java (+91 -17)
-
timp
2007-01-08 16:39#68
Rev.: 1.24
-
Comment out unused failed overriding method
12 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
Hsqldb.java (+12 -29)
-
timp
2007-01-08 16:38#67
Rev.: 1.11
-
Remove unimplemented method stubs
1 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
FirstSQL.java (+1 -22)
-
timp
2007-01-08 16:38#66
Rev.: 1.46
-
Use troid() not getTroid() to avoid stack overflow
5 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/dbms:
AnsiStandard.java (+5 -4)
-
timp
2007-01-08 16:34#65
-
Javadoc
7 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
Table.java (+5 -4),
User.java (+2 -2)
-
timp
2007-01-08 16:34#64
Rev.: 1.4
-
Add troid() to get around access checkboot strap problem.
10 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Persistable.java (+10 -4)
-
timp
2007-01-08 13:39#63
Rev.: 1.9
-
Javadoc
18 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/util:
MappedEnumeration.java (+18 -2)
-
timp
2007-01-08 11:55#62
Rev.: 1.28
-
Javadoc
56 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/util:
Cache.java (+56 -4)
-
timp
2007-01-08 11:25#61
Rev.: 1.171
-
Add getSummaryColumnsCount for symmetry
8 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+8 -1)
-
timp
2007-01-08 10:45#60
Rev.: 1.11
-
Add more tests
312 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
TableTest.java (+312 -188)
-
timp
2007-01-08 10:44#59
Rev.: 1.5
-
Add primary display column test
5 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
PersistentTest.java (+5)
-
timp
2007-01-08 10:25#58
-
Javadoc
6 lines of code changed in 2 files:
- melati/src/main/java/org/melati/util:
MelatiRuntimeException.java (+2 -2)
- poem/src/main/java/org/melati/poem:
Persistent.java (+4 -1)
-
timp
2007-01-08 10:12#57
-
Javadoc
90 lines of code changed in 2 files:
- melati/src/main/java/org/melati/util:
HttpServletRequestCompat.java (+59 -20),
MelatiRuntimeException.java (+31 -6)
-
timp
2007-01-08 10:11#56
-
Add super constructors
31 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
NormalPoemException.java (+15 -2),
PoemException.java (+16 -3)
-
timp
2007-01-08 10:10#55
Rev.: 1.10
-
Use getMessage not toString
6 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
DuplicateColumnNamePoemException.java (+6 -9)
-
timp
2007-01-08 09:00#54
Rev.: 1.37
-
Javadoc
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
PoemTypeFactory.java (+4 -1)
-
timp
2007-01-07 23:36#53
Rev.: 1.3
-
Finish types
13 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
NotNullableSizedStringPoemTypeTest.java (+13)
-
timp
2007-01-07 22:37#52
-
Increase coverage
119 lines of code changed in 8 files:
- poem/src/test/java/org/melati/poem/test:
DeletedPoemTypeTest.java (+1 -1),
DisplayLevelPoemTypeTest.java (+1 -2),
NotNullableBooleanPoemTypeTest.java (+17),
NotNullableIntegerPoemTypeTest.java (+32 -9),
NotNullableLongPoemTypeTest.java (+26 -2),
NotNullableReferencePoemTypeTest.java (+4 -1),
NotNullableTimestampPoemTypeTest.java (+28),
SearchabilityPoemTypeTest.java (+10)
-
timp
2007-01-07 22:36#51
Rev.: 1.42
-
Javadoc
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
BasePoemType.java (+2 -4)
-
timp
2007-01-07 20:21#50
Rev.: 1.13
-
Tidy
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/util:
IntegerEnumeration.java (+2 -3)
-
timp
2007-01-07 20:20#49
Rev.: 1.12
-
Remove redundant valiable, make code less concise.
11 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/util:
IntegerEnumeration.java (+11 -10)
-
timp
2007-01-07 20:18#48
Rev.: 1.23
-
Javadoc
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
PoemType.java (+4 -3)
-
timp
2007-01-07 19:18#47
Rev.: 1.1
-
Initial version
71 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/util/test:
IntegerEnumerationTest.java (new 71)
-
timp
2007-01-07 19:14#46
Rev.: 1.22
-
Javadoc
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
PoemType.java (+2 -3)
-
timp
2007-01-07 19:07#45
Rev.: 1.11
-
Javadoc
7 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/util:
IntegerEnumeration.java (+7 -2)
-
timp
2007-01-07 18:59#44
Rev.: 1.10
-
Javadoc
11 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/util:
IntegerEnumeration.java (+11 -3)
-
timp
2007-01-07 18:51#43
-
Creep forward
635 lines of code changed in 14 files:
- poem/src/test/java/org/melati/poem/test:
DatePoemTypeTest.java (del),
DeletedPoemTypeTest.java (new 49),
DisplayLevelPoemTypeTest.java (new 66),
NotNullableDatePoemTypeTest.java (+78),
NotNullableDoublePoemTypeTest.java (+13),
NotNullableIntegerPoemTypeTest.java (+38 -1),
NotNullableLongPoemTypeTest.java (+37),
NotNullableReferencePoemTypeTest.java (+44),
NotNullableSizedPasswordPoemTypeTest.java (new 36),
NotNullableTimestampPoemTypeTest.java (+15),
SearchabilityPoemTypeTest.java (new 71),
Test.dsd (+17)
- poem/src/test/java/org/melati/poem/test/generated:
EverythingNormalBase.java (+102),
EverythingNormalTableBase.java (+69)
-
timp
2007-01-07 18:46#42
Rev.: 1.14
-
Use getters
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
DisplayLevelPoemType.java (+4 -4)
-
timp
2007-01-07 18:45#41
Rev.: 1.11
-
Make name private, add getter for name and index
16 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
DisplayLevel.java (+16 -2)
-
timp
2007-01-07 18:41#40
Rev.: 1.14
-
Javadoc
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
StandardIntegrityFix.java (+3 -3)
-
timp
2007-01-07 18:41#39
Rev.: 1.170
-
Use getters not public member index for Searchability
67 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Table.java (+67 -24)
-
timp
2007-01-07 18:33#38
Rev.: 1.9
-
Javadoc
11 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem/util:
PageEnumeration.java (+11 -9)
-
timp
2007-01-07 14:01#37
Rev.: 1.13
-
Use getter, not public member
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
SearchabilityPoemType.java (+3 -3)
-
timp
2007-01-07 14:00#36
Rev.: 1.12
-
Add getters, mave name private
30 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Searchability.java (+30 -3)
-
timp
2007-01-07 13:54#35
Rev.: 1.27
-
Javadoc
10 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
ReferencePoemType.java (+10 -4)
-
timp
2007-01-06 18:42#34
Rev.: 1.41
-
Make setRawRange public
7 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
BasePoemType.java (+7 -5)
-
timp
2007-01-06 13:46#33
Rev.: 1.35
-
Use DisplayLevel.getIndex not index
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
ColumnInfo.java (+2 -2)
-
timp
2007-01-06 12:44#32
Rev.: 1.6
-
Do not swallow stack trace
1 lines of code changed in 1 file:
- maven-dsd-plugin/src/main/java/org/melati/poem/prepro:
MelatiDsdProcessorMojo.java (+1 -1)
-
timp
2007-01-05 16:15#31
Rev.: 1.29
-
Remove odmg dependency
2 lines of code changed in 1 file:
-
timp
2007-01-05 15:24#30
Rev.: 1.1
-
Initial version
36 lines of code changed in 1 file:
- melati-example-contacts/src/site/schemaspy/properties:
hsqldb-file.properties (new 36)
-
timp
2007-01-05 14:20#29
Rev.: 1.24
-
Javadoc
34 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
User.java (+34 -9)
-
timp
2007-01-05 14:09#28
Rev.: 1.13
-
PMD - add equals()
39 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
PoemLocale.java (+39 -3)
-
timp
2007-01-05 13:58#27
Rev.: 1.10
-
PMD
10 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
LongPoemType.java (+10 -5)
-
timp
2007-01-05 13:52#26
-
PMD
13 lines of code changed in 3 files:
- poem/src/main/java/org/melati/poem:
ColumnTypePoemType.java (+2 -2),
DoublePoemType.java (+9 -4),
IntegerPoemType.java (+2 -2)
-
timp
2007-01-05 13:50#25
Rev.: 1.11
-
Javadoc
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/servlet:
DefaultFileDataAdaptor.java (+2 -2)
-
timp
2007-01-05 13:49#24
Rev.: 1.32
-
Checkstyle
2 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/velocity:
VelocityTemplateEngine.java (+2 -3)
-
timp
2007-01-05 13:44#23
-
Javadoc
77 lines of code changed in 2 files:
- melati/src/main/java/org/melati/template:
YMDDateAdaptor.java (+31 -6),
YMDHMSTimestampAdaptor.java (+46 -6)
-
timp
2007-01-05 13:38#22
Rev.: 1.4
-
Javadoc
1 lines of code changed in 1 file:
- melati/src/main/java/org/melati/util:
HttpServletRequestCompat.java (+1 -9)
-
timp
2007-01-04 22:32#21
Rev.: 1.1
-
Creep up
75 lines of code changed in 1 file:
- poem/src/test/java/org/melati/poem/test:
NotNullablelntegrityFixPoemTypeTest.java (new 75)
-
timp
2007-01-04 22:30#20
Rev.: 1.1
-
Creep up to 81%
378 lines of code changed in 6 files:
- poem/src/test/java/org/melati/poem/test:
CapabilityTableTest.java (new 49),
ColumnTypePoemTypeTest.java (new 81),
DisplayLevelTest.java (new 72),
NonSQLPoemType.java (new 140),
RangedNullableIntegerPoemTypeTest.java (new 36),
SizedAtomPoemTypeTest.java (new)
-
timp
2007-01-04 22:26#19
-
Creaping up to 81%
487 lines of code changed in 30 files:
- poem/src/test/java/org/melati/poem/test:
CachedTailoredQueryTest.java (+6 -2),
NonSQLPoemTypeTest.java (+12 -128),
NotNullableBinaryPoemTypeTest.java (+109 -1),
NotNullableBooleanPoemTypeTest.java (+45),
NotNullableDatePoemTypeTest.java (+10),
NotNullableDefaultBigDecimalPoemTypeTest.java (+41),
NotNullableDoublePoemTypeTest.java (+9),
NotNullableIntegerPoemTypeTest.java (+26),
NotNullableLongPoemTypeTest.java (+9),
NotNullableReferencePoemTypeTest.java (+16),
NotNullableSetBigDecimalPoemTypeTest.java (+20),
NotNullableSizedStringPoemTypeTest.java (+1 -1),
NotNullableTimestampPoemTypeTest.java (+24),
NotNullableUnlimitedStringPoemTypeTest.java (+1 -1),
NullableBinaryPoemTypeTest.java (+5 -1),
NullableBooleanPoemTypeTest.java (+1 -1),
NullableDatePoemTypeTest.java (+1 -1),
NullableDefaultBigDecimalPoemTypeTest.java (+1 -1),
NullableDoublePoemTypeTest.java (+1 -1),
NullableIntegerPoemTypeTest.java (+50 -9),
NullableLongPoemTypeTest.java (+1 -1),
NullableReferencePoemTypeTest.java (+1 -1),
NullableSetBigDecimalPoemTypeTest.java (+1 -1),
NullableSizedStringPoemTypeTest.java (+1 -1),
NullableTimestampPoemTypeTest.java (+1 -1),
NullableUnlimitedStringPoemTypeTest.java (+1 -1),
PoemDatabaseTest.java (+8),
SQLPoemTypeTest.java (+44 -8),
SqlExceptionPoemType.java (+22 -13),
SqlExceptionPoemTypeTest.java (+19)
-
timp
2007-01-04 21:49#18
Rev.: 1.12
-
Oops, fit signature of interface for _canRepresent
7 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
SearchabilityPoemType.java (+7 -9)
-
timp
2007-01-04 21:47#17
Rev.: 1.7
-
Javadoc
6 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
IntegrityFixPoemType.java (+6 -1)
-
timp
2007-01-04 21:46#16
Rev.: 1.18
-
Oops, fit signature of interface for _canRepresent
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
DeletedPoemType.java (+2 -2)
-
timp
2007-01-04 21:11#15
Rev.: 1.40
-
Javadoc
4 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
BasePoemType.java (+4 -2)
-
timp
2007-01-04 20:52#14
Rev.: 1.6
-
Javadoc
12 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
IntegrityFixPoemType.java (+12 -5)
-
timp
2007-01-04 15:36#13
-
Make work as advertised
16 lines of code changed in 2 files:
- melati/src/main/java/org/melati/admin:
Display.java (+10 -5),
Display.wm (+6 -4)
-
timp
2007-01-03 21:46#12
Rev.: 1.10
-
Closing bracket changed to match opening square bracket
7 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
OutsideRangePoemException.java (+7 -9)
-
timp
2007-01-03 21:40#11
-
Oops - _canBe becomes _canRepresent, catch up with evolution of BasePoemType
12 lines of code changed in 2 files:
- melati/src/main/java/org/melati/template:
YMDDateAdaptor.java (+6 -5),
YMDHMSTimestampAdaptor.java (+6 -5)
-
timp
2007-01-02 19:43#10
Rev.: 1.36
-
Javadoc
1 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
PoemTypeFactory.java (+1 -3)
-
timp
2007-01-02 19:26#9
-
Oops, fit signature of interface for _canRepresent
4 lines of code changed in 2 files:
- poem/src/main/java/org/melati/poem:
DisplayLevelPoemType.java (+2 -2),
TroidPoemType.java (+2 -2)
-
timp
2007-01-02 19:00#8
Rev.: 1.18
-
Allow JDBC timstamp format
7 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
TimestampPoemType.java (+7 -3)
-
timp
2007-01-02 18:32#7
Rev.: 1.17
-
Fix default sql value
12 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
TimestampPoemType.java (+12 -6)
-
timp
2007-01-02 10:39#6
Rev.: 1.13
-
Checkstyle
2 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
BigDecimalPoemType.java (+2 -2)
-
timp
2007-01-02 10:11#5
Rev.: 1.19
-
SQLPoemType not PoemType in overriding _canRepresent
17 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
ColumnTypePoemType.java (+17 -4)
-
timp
2007-01-02 10:00#4
Rev.: 1.21
-
Javadoc
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
PoemType.java (+3 -3)
-
timp
2007-01-01 19:02#3
Rev.: 1.17
-
Javadoc
3 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
Capability.java (+3 -12)
-
timp
2007-01-01 18:11#2
Rev.: 1.12
-
Use DECIMAL as default type name
8 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
BigDecimalPoemType.java (+8 -4)
-
timp
2007-01-01 18:06#1
Rev.: 1.7
-
RawOfString now returns a byte array.
15 lines of code changed in 1 file:
- poem/src/main/java/org/melati/poem:
BinaryPoemType.java (+15 -5)