| Commit | Date | |
|---|---|---|
|
[r152]
by
jimwinston
Pop up error message instead of settings dialog when unable to connect to database. The user will be prompted for the database settings the first startup when the client id is zero and there are no server settings. |
2008-10-13 20:09:59 | Tree |
| 2008-10-08 01:00:45 | Tree | |
| 2008-10-08 00:59:57 | Tree | |
| 2008-10-08 00:34:08 | Tree | |
| 2008-10-07 20:24:44 | Tree | |
| 2008-10-07 20:23:05 | Tree | |
| 2008-10-07 17:32:30 | Tree | |
|
[r145]
by
jonathanobaker
Fixed numerous nits and addressed the bug that allowed a user to enter white space in any of the required fields to by pass the requirement. |
2008-10-07 16:41:18 | Tree |
| 2008-09-25 14:22:29 | Tree | |
|
[r143]
by
jimwinston
Implemented insert() and update() from abstract AbsDAO in AppComponentIdedVersionedItemTypeDAO. Previously, they were protected methods with different signatures. These methods now make a copy of their VersionedItemType parameters and modify the copies. Callers of these methods no longer need to make copies first. Removed insert() and update() methods from many of the classes derived from AppComponentIdedVersionedItemTypeDAO as they can now simply use the ones in the parent class. Made sure all strings in sql statements are escapeSql(). |
2008-09-24 15:41:21 | Tree |