[go: up one dir, main page]

Menu

Commit [r618]  Maximize  Restore  History

+ The client now has a notion of a db version instead of the db having to store the client build information in order to verify if the two can sync up properly ..this makes pushing out updates much easier.

+ Tried to track down some UI issues in the Add/Edit Reference window but didn't get very far. Just trying to fix an annoyance.
+ How-To's are marked as modified when a step is edited.

bworrell 2009-09-30

changed /trunk/RTClient/db_scripts/add.default.data.sql
changed /trunk/RTClient/db_scripts/create.rtserver.sql
changed /trunk/RTClient/db_scripts/v1.changes.sql
changed /trunk/RTClient/src/org/mitre/rt/client/properties/RTClientProperties.java
changed /trunk/RTClient/src/org/mitre/rt/client/resources/version.info.properties
changed /trunk/RTClient/src/org/mitre/rt/client/synchronize/SynchronizeClientDialog.java
changed /trunk/RTClient/src/org/mitre/rt/client/synchronize/transactions/UpdateTransactionManager.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/fixtype/FixTypePanel.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/references/ReferenceAddEditDialog.form
changed /trunk/RTClient/src/org/mitre/rt/client/ui/references/ReferenceAddEditDialog.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/references/ReferenceAddEditPanel.form
changed /trunk/RTClient/src/org/mitre/rt/client/ui/references/ReferenceAddEditPanel.java
changed /trunk/RTClient/src/org/mitre/rt/common/BuildVersion.java
changed /trunk/RTClient/src/org/mitre/rt/server/api/UpdateClient.java
changed /trunk/RTClient/src/org/mitre/rt/server/database/dao/UtilityDAO.java
changed /trunk/RTClient/src/org/mitre/rt/server/test/TestSynchronizeClient.java