Commit Log

Back to Index Page

12345>>

Most Common Commit Comments

CommentFrequency
added35 (2.9%)
whitespace29 (2.4%)
cleanup21 (1.8%)
chkpt19 (1.6%)
import cleanup10 (0.8%)

Commit Log

DateAuthorFile/Message
1/22/06 12:29 AMmatthewm
whitespace (11 Files changed, 76 Lines changed)
src/java/com/photostructure/util/AssertUtils.java 1.17 (+14 -11)
src/java/com/photostructure/util/NappingThreadPoolExecutor.java 1.3 (+2 -3)
src/java/com/photostructure/util/ListUtils.java 1.5 (+5 -3)
src/java/com/photostructure/util/StringTransformer.java 1.2 (+5 -4)
src/java/com/photostructure/util/ObjectContainer.java 1.3 (+5 -3)
src/java/com/photostructure/util/SpringFriendlyProperties.java 1.6 (+18 -16)
src/java/com/photostructure/util/BitVector.java 1.2 (+7 -4)
src/java/com/photostructure/util/StringNumericalComparator.java 1.6 (+3 -2)
src/java/com/photostructure/util/SlicedRunnable.java 1.5 (+3 -3)
src/java/com/photostructure/util/InstanceCountingSet.java 1.4 (+6 -6)
src/java/com/photostructure/util/ComparatorUtils.java 1.8 (+8 -4)
1/22/06 12:28 AMmatthewm
import cleanup (1 Files changed, 2 Lines changed)
src/java/com/photostructure/app/JpegSubprocessor.java 1.4 (+2 -4)
1/22/06 12:28 AMmatthewm
whitespace (1 Files changed, 3 Lines changed)
src/java/com/photostructure/app/JpegResizer.java 1.41 (+3 -3)
1/22/06 12:28 AMmatthewm
deactivate if the file is too small (1 Files changed, 4 Lines changed)
src/java/com/photostructure/app/JpegProcessor.java 1.48 (+4 -2)
1/22/06 12:28 AMmatthewm
fixed extraneous flush()ing (1 Files changed, 12 Lines changed)
src/java/com/photostructure/app/ProcessManager.java 1.49 (+12 -16)
1/22/06 12:27 AMmatthewm
unused (1 Files changed, 0 Lines changed)
src/java/com/photostructure/app/PhotoStructureExecutor.java 1.2 removed
1/22/06 12:27 AMmatthewm
added deactivateFile (2 Files changed, 26 Lines changed)
src/java/com/photostructure/app/PhotoStructureDao.java 1.42 (+4 -2)
src/java/com/photostructure/app/PhotoStructureDaoImpl.java 1.58 (+22 -4)
1/22/06 12:25 AMmatthewm
whitespace (15 Files changed, 151 Lines changed)
src/java/com/photostructure/model/JpegAssetImpl.java 1.34 (+3 -3)
src/java/com/photostructure/image/JpegtranExecImpl.java 1.19 (+2 -2)
src/java/com/photostructure/sorm/LuceneIndex.java 1.3 (+4 -4)
src/java/com/photostructure/model/AssetUtils.java 1.2 (+18 -18)
src/java/com/photostructure/image/MagickExecImpl.java 1.11 (+12 -6)
src/java/com/photostructure/image/ImageInfo.java 1.3 (+69 -62)
src/java/com/photostructure/sorm/LuceneInterceptor.java 1.6 (+4 -4)
src/java/com/photostructure/image/MalleableJava2DImage.java 1.39 (+9 -4)
src/java/com/photostructure/image/MalleableImage.java 1.24 (+4 -3)
src/java/com/photostructure/model/LabelUtils.java 1.2 (+6 -6)
src/java/com/photostructure/model/CachedMetadata.java 1.37 (+3 -3)
src/java/com/photostructure/model/MovieAssetImpl.java 1.17 (+3 -4)
src/java/com/photostructure/model/User.java 1.21 (+3 -3)
src/java/com/photostructure/prefs/ConfigurationUtils.java 1.5 (+6 -4)
src/java/com/photostructure/model/ImageFingerprint.java 1.3 (+5 -3)
1/21/06 11:19 PMmatthewm
chkpt (9 Files changed, 93 Lines changed)
src/web/WEB-INF/velocity/view.vm 1.31 (+24 -10)
src/web/WEB-INF/velocity/browse_label.vm 1.9 (+2 -2)
src/test/com/photostructure/app/PhotoStructureTest.java 1.51 (+3 -3)
src/test/com/photostructure/io/PatternFileInspectorTest.java 1.1 added 24
src/test/com/photostructure/io/FileHarvesterTest.java 1.3 (+2 -6)
src/web/WEB-INF/velocity/pagelayout.vm 1.2 (+6 -0)
src/web/WEB-INF/velocity/VM_global_library.vm 1.27 (+2 -2)
src/test/com/photostructure/app/PhotoStructureDaoImplTest.java 1.24 (+5 -7)
src/test/com/photostructure/io/AntPatternFileInspectorTest.java 1.1 added 25
1/21/06 11:19 PMmatthewm
added (1 Files changed, 135 Lines changed)
src/test/com/photostructure/util/NappingThreadPoolExecutorTest.java 1.1 added 135
1/21/06 11:18 PMmatthewm
changed latch api to use Future (1 Files changed, 8 Lines changed)
src/java/com/photostructure/web/StreamingController.java 1.27 (+8 -8)
1/21/06 11:18 PMmatthewm
changed ProcessManager API for getting status (1 Files changed, 3 Lines changed)
src/java/com/photostructure/web/StatusController.java 1.5 (+3 -8)
1/21/06 11:18 PMmatthewm
removed sync (1 Files changed, 2 Lines changed)
src/java/com/photostructure/web/AdminController.java 1.21 (+2 -3)
1/21/06 11:18 PMmatthewm
code extracted from ProcessManager.GoDogGo. (4 Files changed, 148 Lines changed)
src/java/com/photostructure/util/PrioritizedRunnable.java 1.2 (+38 -8)
src/java/com/photostructure/util/AbstractSlicedRunnable.java 1.2 removed
src/java/com/photostructure/util/NappingThreadPoolExecutor.java 1.2 (+102 -50)
src/java/com/photostructure/util/SlicedRunnable.java 1.4 (+8 -3)
1/21/06 11:17 PMmatthewm
very important log message change (1 Files changed, 3 Lines changed)
src/java/com/photostructure/sorm/LuceneInterceptor.java 1.5 (+3 -3)
1/21/06 11:17 PMmatthewm
extract good bits from the filename path for searching (1 Files changed, 4 Lines changed)
src/java/com/photostructure/model/FileAssetImpl.java 1.27 (+4 -5)
1/21/06 11:16 PMmatthewm
added from Ant 1.6.5 codebase (1 Files changed, 625 Lines changed)
src/java/com/photostructure/io/SelectorUtils.java 1.1 added 625
1/21/06 11:16 PMmatthewm
twiddled method signature on PatternFileInspector (2 Files changed, 16 Lines changed)
src/java/com/photostructure/io/PatternFileInspector.java 1.2 (+13 -18)
src/java/com/photostructure/io/IOUtils.java 1.16 (+3 -3)
1/21/06 11:15 PMmatthewm
added getPath() (1 Files changed, 12 Lines changed)
src/java/com/photostructure/io/FileUtils.java 1.2 (+12 -3)
1/21/06 11:15 PMmatthewm
changed to support SlicedRunnable API (1 Files changed, 23 Lines changed)
src/java/com/photostructure/io/FileHarvester.java 1.11 (+23 -36)