Commit Log

Back to Index Page

<<12345

Commit Log

DateAuthorFile/Message
1/2/06 7:59 AMmatthewm
added supported versions (1 Files changed, 3 Lines changed)
src/java/com/photostructure/app/EmbeddedTomcat.java 1.8 (+3 -3)
1/2/06 7:58 AMmatthewm
Happy new year. (1 Files changed, 3 Lines changed)
src/java/com/photostructure/app/EmbeddedJetty.java 1.6 (+3 -4)
1/2/06 7:58 AMmatthewm
renamed countAlbumAssetsWithLabel to countAssetsWithLabel (1 Files changed, 3 Lines changed)
src/java/com/photostructure/app/AssetLabelMaintainer.java 1.10 (+3 -3)
1/1/06 4:20 PMmatthewm
cleaning up the repetitious chron unit tests (1 Files changed, 234 Lines changed)
src/test/com/photostructure/app/PhotoStructureDaoImplTest.java 1.21 (+234 -103)
12/20/05 2:37 AMmatthewm
killed silly debug statements (1 Files changed, 4 Lines changed)
src/java/com/photostructure/model/CachedMetadata.java 1.35 (+4 -4)
12/20/05 2:27 AMmatthewm
chkpt (made pagelayout.vm, used by view, browse_label and search (should be used by admin, too)). Unused macro cleanup in VM_global_library. (12 Files changed, 167 Lines changed)
src/web/WEB-INF/velocity/welcome.vm 1.8 (+9 -11)
src/web/WEB-INF/velocity/status.vm 1.3 (+11 -17)
src/web/WEB-INF/velocity/VM_global_library.vm 1.26 (+16 -69)
src/web/WEB-INF/velocity/browse_label.vm 1.8 (+8 -20)
src/web/WEB-INF/velocity/setup.vm 1.7 (+1 -1)
src/web/WEB-INF/velocity/admin.vm 1.18 (+7 -10)
src/web/WEB-INF/velocity/edit_label.vm 1.5 (+8 -7)
src/web/WEB-INF/velocity/add_label.vm 1.4 (+8 -7)
src/web/WEB-INF/velocity/view.vm 1.28 (+14 -26)
src/web/WEB-INF/velocity/error.vm 1.2 removed
src/web/WEB-INF/velocity/search.vm 1.1 added 37
src/web/WEB-INF/velocity/pagelayout.vm 1.1 added 48
12/20/05 2:25 AMmatthewm
added todo (1 Files changed, 5 Lines changed)
src/java/com/photostructure/app/PhotoStructureHome.java 1.5 (+5 -2)
12/20/05 2:21 AMmatthewm
fixed lucene index calls (1 Files changed, 5 Lines changed)
src/java/com/photostructure/model/AssetImpl.java 1.3 (+5 -15)
12/20/05 2:21 AMmatthewm
extracted from browse label controller and other bits and bobs. (1 Files changed, 51 Lines changed)
src/java/com/photostructure/model/AssetUtils.java 1.1 added 51
12/20/05 2:20 AMmatthewm
killed off my StringUtils (1 Files changed, 3 Lines changed)
src/java/com/photostructure/model/CachedMetadata.java 1.34 (+3 -3)
12/20/05 2:19 AMmatthewm
extracted static utility methods out of Label (1 Files changed, 67 Lines changed)
src/java/com/photostructure/model/LabelUtils.java 1.1 added 67
12/20/05 2:19 AMmatthewm
added isDirectoryLabel() (1 Files changed, 43 Lines changed)
src/java/com/photostructure/model/Label.java 1.9 (+43 -83)
12/20/05 2:18 AMmatthewm
added fingerprints to lucene (not stored) (1 Files changed, 26 Lines changed)
src/java/com/photostructure/model/JpegAssetImpl.java 1.31 (+26 -19)
12/20/05 2:16 AMmatthewm
added todo (1 Files changed, 3 Lines changed)
src/java/com/photostructure/web/LikeController.java 1.4 (+3 -3)
12/20/05 2:16 AMmatthewm
Extracted some utility classes. This class should probably be deleted. (1 Files changed, 3 Lines changed)
src/java/com/photostructure/web/LikeController.java 1.3 (+3 -3)
12/20/05 2:15 AMmatthewm
Extracted some utility classes and fixed an NPE (1 Files changed, 34 Lines changed)
src/java/com/photostructure/web/ViewController.java 1.31 (+34 -32)
12/20/05 2:14 AMmatthewm
added shush (so browse label doesn't ask the user to return to the welcome page) (1 Files changed, 4 Lines changed)
src/java/com/photostructure/web/WelcomeController.java 1.11 (+4 -3)
12/20/05 2:13 AMmatthewm
added UrlGen.homeRedirectView() (1 Files changed, 9 Lines changed)
src/java/com/photostructure/web/URLGenerator.java 1.24 (+9 -2)
12/20/05 2:13 AMmatthewm
cleanup (1 Files changed, 3 Lines changed)
src/java/com/photostructure/web/StatusController.java 1.3 (+3 -8)
12/20/05 2:13 AMmatthewm
first whack (1 Files changed, 69 Lines changed)
src/java/com/photostructure/web/SearchController.java 1.1 added 69