| Date | Author | File/Message |
|---|---|---|
| 8/13/04 2:22 PM | jniu |
add portalet tag library, fix the return to full screen link
(1 Files changed,
2 Lines changed)
src/webapp/report.jsp 1.7
(+2
-5)
|
| 8/13/04 2:04 PM | todmaokn |
Yeah, that wasn't such a good idea. Removed custom jmx deploy goal.
(2 Files changed,
1 Lines changed)
project.properties 1.5
(+0
-2)
maven.xml 1.3
(+1
-9)
|
| 8/13/04 11:41 AM | todmaokn |
Bugfix: getRequestorsForIntercessor only returned first
requestor. Problem was trying to iterate hibernate results
after closing session. Doh, but woo-hoo!
Will audit code for other instances of the same problem.
(2 Files changed,
140 Lines changed)
|
| 8/13/04 11:39 AM | todmaokn |
Flagged field as deprecated; what's it for?
(1 Files changed,
4 Lines changed)
|
| 8/13/04 11:11 AM | jdbwillia |
Make removeContract and addContract more robust by checking for existing contracts first.
(2 Files changed,
134 Lines changed)
|
| 8/12/04 6:08 PM | jniu |
change username and orgnization to right name. need to take care the case when organization is not set
(1 Files changed,
6 Lines changed)
src/webapp/report.jsp 1.6
(+6
-2)
|
| 8/12/04 5:37 PM | todmaokn |
Experimental jmx deploy without undeploying packaged version.
May break because of interpretation of the leading 1.
(2 Files changed,
12 Lines changed)
maven.xml 1.2
(+10
-2)
project.properties 1.4
(+2
-0)
|
| 8/12/04 4:25 PM | todmaokn |
A little cleanup.
(2 Files changed,
26 Lines changed)
|
| 8/12/04 12:34 PM | todmaokn |
IndexProvider can again deal with uninitialized Directories, so long as you've gotten a Writer before trying to read / search.
(2 Files changed,
94 Lines changed)
|
| 8/12/04 9:07 AM | todmaokn |
Doh. Guard against searching for all requestors broke this test. Should have run them all last night.
(1 Files changed,
23 Lines changed)
|
| 8/11/04 9:44 PM | jdbwillia |
Removed link for Requestor name and removed self from list of available intercessors
(2 Files changed,
2 Lines changed)
|
| 8/11/04 9:24 PM | yongpak |
prayer report almost done
(4 Files changed,
60 Lines changed)
src/webapp/prayerList.jsp 1.15
(+12
-2)
src/webapp/report.jsp 1.5
(+29
-14)
|
| 8/11/04 9:19 PM | todmaokn |
Add "search all requestors" to dropdown.
(1 Files changed,
1 Lines changed)
|
| 8/11/04 9:17 PM | todmaokn |
Search should return empty list if there are no associated requestors.
(2 Files changed,
35 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 8:14 PM | yongpak |
Display Requestor's name and organization in singleRequest when viewing as Intercessor.
(2 Files changed,
19 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)
|