Commit Log

Back to Index Page

<<12345>>

Commit Log

DateAuthorFile/Message
1/3/06 11:08 PMmatthewm
Sort by "CHRON_DESC_SORT" by default. (1 Files changed, 12 Lines changed)
src/java/com/photostructure/web/SearchController.java 1.3 (+12 -5)
1/3/06 11:07 PMmatthewm
extracted new "CHRON_DESC_SORT" constant (1 Files changed, 7 Lines changed)
src/java/com/photostructure/app/PhotoStructureDaoImpl.java 1.57 (+7 -3)
1/3/06 10:29 PMmatthewm
argh. logger was a superclass-inherited Spring field. Hide! (1 Files changed, 39 Lines changed)
src/java/com/photostructure/sorm/SearchableHibernateTemplate.java 1.3 (+39 -22)
1/3/06 10:28 PMmatthewm
twiddled variable name (1 Files changed, 5 Lines changed)
src/java/com/photostructure/sorm/LuceneInterceptor.java 1.2 (+5 -5)
1/3/06 10:28 PMmatthewm
converted to heavy-handed exclusive read/write concurrency semantics (1 Files changed, 78 Lines changed)
src/java/com/photostructure/sorm/LuceneIndex.java 1.2 (+78 -106)
1/2/06 10:23 PMmatthewm
removed extraneous "?"s (1 Files changed, 11 Lines changed)
src/java/com/photostructure/web/BrowseControllerUtils.java 1.2 (+11 -10)
1/2/06 10:22 PMmatthewm
Reorder the list to be in the same order as the ids (1 Files changed, 23 Lines changed)
src/java/com/photostructure/sorm/SearchableHibernateTemplate.java 1.2 (+23 -20)
1/2/06 10:20 PMmatthewm
fixed reverse ordering for isAscending (1 Files changed, 5 Lines changed)
src/java/com/photostructure/app/PhotoStructureDaoImpl.java 1.56 (+5 -3)
1/2/06 10:19 PMmatthewm
added shuffle to file asset IDs (which exposed bug in hsqldb in() clause) (1 Files changed, 26 Lines changed)
src/test/com/photostructure/app/PhotoStructureDaoImplTest.java 1.23 (+26 -17)
1/2/06 9:25 AMmatthewm
fixed "previous" link (1 Files changed, 3 Lines changed)
src/java/com/photostructure/web/ViewController.java 1.33 (+3 -3)
1/2/06 8:27 AMmatthewm
null check on assets before/after (1 Files changed, 2 Lines changed)
src/web/WEB-INF/velocity/view.vm 1.29 (+2 -2)
1/2/06 8:27 AMmatthewm
commented out fast sync (1 Files changed, 3 Lines changed)
src/web/WEB-INF/velocity/admin.vm 1.19 (+3 -1)
1/2/06 8:26 AMmatthewm
changed tests to support full context teardown/buildup (11 Files changed, 66 Lines changed)
src/test/com/photostructure/util/ChecksumsTest.java 1.17 (+2 -3)
src/test/com/photostructure/prefs/FilesPreferenceTest.java 1.20 (+2 -3)
src/test/com/photostructure/util/ComparatorUtilsTest.java 1.2 (+2 -3)
src/test/com/photostructure/model/AssetImplTest.java 1.2 (+12 -16)
src/test/com/photostructure/prefs/TimeOfDayPreferenceTest.java 1.18 (+1 -2)
src/test/com/photostructure/io/DirectoryHeirarchyIteratorTest.java 1.2 (+3 -4)
src/test/com/photostructure/image/MalleableImageTest.java 1.22 (+2 -3)
src/test/com/photostructure/io/IOUtilsTest.java 1.3 (+5 -4)
src/test/com/photostructure/model/AssetLabelTest.java 1.13 (+34 -44)
src/test/com/photostructure/image/OrientationTest.java 1.12 (+1 -2)
src/test/com/photostructure/app/PhotoStructureTest.java 1.50 (+2 -3)
1/2/06 8:26 AMmatthewm
added (1 Files changed, 60 Lines changed)
src/test/com/photostructure/util/AssertUtilsTest.java 1.1 added 60
1/2/06 8:25 AMmatthewm
changed tearDown and setUp to actually destory and recreate the application contexts. (1 Files changed, 17 Lines changed)
src/test/com/photostructure/app/PhotoStructureTestHarness.java 1.16 (+17 -10)
1/2/06 8:24 AMmatthewm
rewrote the chron-nearby tests (1 Files changed, 86 Lines changed)
src/test/com/photostructure/app/PhotoStructureDaoImplTest.java 1.22 (+86 -99)
1/2/06 8:22 AMmatthewm
Happy new year. (5 Files changed, 15 Lines changed)
src/java/com/photostructure/web/LikeController.java 1.5 (+3 -4)
src/java/com/photostructure/web/URLGenerator.java 1.25 (+3 -4)
src/java/com/photostructure/web/StreamingController.java 1.25 (+3 -4)
src/java/com/photostructure/web/StatusController.java 1.4 (+3 -4)
src/java/com/photostructure/web/WelcomeController.java 1.12 (+3 -4)
1/2/06 8:21 AMmatthewm
support for non-thread-safe query parser (1 Files changed, 9 Lines changed)
src/java/com/photostructure/web/SearchController.java 1.2 (+9 -4)
1/2/06 8:21 AMmatthewm
don't send "no content" if there are errors from the controller (1 Files changed, 28 Lines changed)
src/java/com/photostructure/web/ControllerUtils.java 1.10 (+28 -9)
1/2/06 8:20 AMmatthewm
class rename (1 Files changed, 4 Lines changed)
src/java/com/photostructure/web/ViewFilter.java 1.8 (+4 -4)