Directory Statistics for src/java/com/photostructure/web/

Back to Index Page

Lines Of Code for src/java/com/photostructure/web/

Commits for src/java/com/photostructure/web/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
matthewm289 (100.0%) 2751 (100.0%) 5925 (100.0%) 9.52

Commit Log

DateAuthorFile/Message
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/13/06 12:46 AMmatthewm
warn (without stacktrace) on stream copy failure (1 Files changed, 3 Lines changed)
src/java/com/photostructure/web/StreamingController.java 1.26 (+3 -7)
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/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 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: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)
1/2/06 8:19 AMmatthewm
moved chronologically-near code to DAO. Other minor code cleanup (1 Files changed, 14 Lines changed)
src/java/com/photostructure/web/ViewController.java 1.32 (+14 -82)
1/2/06 8:18 AMmatthewm
support for non-thread-safe query parser (1 Files changed, 3 Lines changed)
src/java/com/photostructure/web/SetupController.java 1.6 (+3 -4)
1/2/06 8:16 AMmatthewm
twiddled DAO method name (1 Files changed, 5 Lines changed)
src/java/com/photostructure/web/BrowseLabelController.java 1.22 (+5 -6)
1/2/06 8:16 AMmatthewm
commented out fast sync (1 Files changed, 5 Lines changed)
src/java/com/photostructure/web/AdminController.java 1.20 (+5 -5)
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)