Directory Statistics for src/main/org/marketchangers/pico/

Back to Index Page

Lines Of Code for src/main/org/marketchangers/pico/

Commits for src/main/org/marketchangers/pico/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
todmaokn 20 (52.6%)84 (55.6%)344 (69.8%)4.20
jdbwillia 16 (42.1%)55 (36.4%)136 (27.6%)3.44
jniu 2 (5.3%)12 (7.9%)13 (2.6%)6.00

Commit Log

DateAuthorFile/Message
8/19/04 10:41 AM todmaokn
Can now read from the conf directory. Yikes, that's an ugly call. (1 Files changed, 3 Lines changed)
8/17/04 4:00 PM todmaokn
All is now ready for production mysql config. (1 Files changed, 27 Lines changed)
8/16/04 1:29 PM todmaokn
Pre-indexing optimization. (1 Files changed, 17 Lines changed)
8/16/04 12:14 PM todmaokn
Doh, committing too much again. Ampersand. Cleaning up composer. (1 Files changed, 20 Lines changed)
8/13/04 5:16 PM todmaokn
Reinstate maven logo, cleanup container composer. (Sorry accidentally committed too much together.) (1 Files changed, 7 Lines changed)
8/11/04 9:01 PM jdbwillia
Included dialect for hibernate to function properly (1 Files changed, 2 Lines changed)
8/11/04 8:21 PM jdbwillia
Cleaned up hibernate configuration. No external properties file needed and no default configuration is necessary. Looks for marketChangersDS jndi name and fails if not found. Tests are mocked. (1 Files changed, 1 Lines changed)
8/11/04 7:51 PM jdbwillia
Updated jndi name for datasource (1 Files changed, 1 Lines changed)
8/11/04 7:42 PM jdbwillia
Organized imports (1 Files changed, 3 Lines changed)
8/11/04 7:42 PM jdbwillia
Modifying hibernate configuration to use jndi datasource (1 Files changed, 48 Lines changed)
8/11/04 5:33 PM todmaokn
Pre-index PrayerRequests when the WAR is deployed. Now we don't need to keep the Lucene index in the filesystem! (1 Files changed, 42 Lines changed)
8/6/04 2:36 PM todmaokn
Wired search components into pico. (1 Files changed, 24 Lines changed)
8/4/04 8:14 PM jdbwillia
Changed LiferayUserManager to depend on UserRemoteManager class instead of UserManager. UserManager checks the principal passed by the Servlet context (which is their userid) to see if it has administrative rights (which it won't). UserRemoteManager does not do this check and is recommended by liferay to be used to integrate other projects like ours. (1 Files changed, 17 Lines changed)
8/3/04 5:09 PM jdbwillia
Refactored LiferayUserRoleManager. Implemented lookupUserById. Added new PortalUser object. Cleaned up jsp for Relationship feature. (1 Files changed, 2 Lines changed)
8/3/04 1:34 PM jdbwillia
Oops. Left in my test db name -- reverting back to in-memory db. (1 Files changed, 2 Lines changed)
8/3/04 1:32 PM jdbwillia
Changed Hypersonic configuration to not use hbm2ddl property, but instead use the SchemaExport tool. hbm2ddl = create-drop was destroying database in the middle of the application. (1 Files changed, 9 Lines changed)
8/3/04 12:11 PM jdbwillia
Registered instance of PrayerRequestSearcher object to satisfy dependecies (1 Files changed, 2 Lines changed)
8/3/04 8:57 AM todmaokn
Moved (Simple)DateProvider to (Simple)Environment, intending broader use as necessary. (1 Files changed, 2 Lines changed)
8/2/04 10:55 PM jdbwillia
Fixed HQL syntax - should reference objects in SQL, not table names. Prayer request subject now being persisted and date format parsing now correct. (1 Files changed, 2 Lines changed)
8/2/04 3:47 PM jdbwillia
Removed unnecessary imports, corrected package name, Used userids in contract instead of full name and ids. (1 Files changed, 0 Lines changed)