[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[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
[r144] by bworrell

Recommendation dependency additions and removals are now saved.

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
[r142] by jimwinston

FileUpdateResponse.java - added file extension property.
UpdateClient.java - changed return type of getFile() to FileUpdateResponse so that caller can know the file extension and use FileTypeHelper.saveTempFile() to store the file returned.

2008-09-23 15:30:39 Tree
[r141] by jimwinston

Mark the data as changed after we get the new applications from the db.

2008-09-22 20:28:15 Tree
[r140] by jimwinston

Tell the ApplicationBar to refresh itself after the new set of Applictions have been retrieved from the db.

2008-09-22 19:34:49 Tree
[r139] by jimwinston

Ensure that DAOs make a copy of the item before inserting or updating.

2008-09-22 16:19:09 Tree
[r138] by jimwinston

Don't set the Application platform if it is null.

2008-09-22 14:15:57 Tree
[r137] by bworrell

I don't know what happened. I blacked out and all this code was here when I woke up.

++ Added "Worker" classes that set up specific update transactions for RTClient types.
++ Added Global update transaction classes for RTClient types outside of the Application domain
++ Sorta tied this mess together inside the UpdateTransactionManager but still have to clear out a bunch of junk.

2008-09-17 19:21:52 Tree
[r136] by jonathanobaker

cleaned up namespaces

2008-09-17 18:55:52 Tree
Older >