Commit graph

1457 commits

Author SHA1 Message Date
jeb228
bc86f50c5b NIHVIVO-1229 Move the revision info file into WEB-INF/resources 2010-10-25 21:29:25 +00:00
mb863
f4a5fadde9 Deleted unnecessary end p tag 2010-10-25 18:11:49 +00:00
rjy7
7fab757f65 Add missing license tag. 2010-10-22 22:29:56 +00:00
rjy7
3a0feaeff2 NIHVIVO-1234 Initial version of HomePageController and templates 2010-10-22 21:39:14 +00:00
jeb228
0ff41b8ac8 NIHVIVO-736 Fix JSP syntax errors, introduced by previous changes. 2010-10-22 17:52:49 +00:00
jeb228
a490d44617 NIHVIVO-1229 Fix the way revisionInfo works in productBuild. 2010-10-22 16:49:15 +00:00
jeb228
fe5a4f12cd NIHVIVO-1229 Add revisionInfo steps to the build files. Tweak the response parser in the utility. 2010-10-22 15:13:06 +00:00
rjy7
8263bd9cf1 NHVIVO-1218 Correct blank page on image upload error by removing overrides to getTemplateName() and getMap() in ExceptionResponseValues. 2010-10-22 15:10:08 +00:00
rjy7
9b2e654545 NHVIVO-1218 Correct blank page on image upload error by removing overrides to getTemplateName() and getMap() in ExceptionResponseValues. 2010-10-22 15:08:09 +00:00
jeb228
5c1c0b2936 NIHVIVO-1258 Modify "productCompile" step in the build so a class in the product will replace an identically named class from the Vitro core. 2010-10-21 14:42:55 +00:00
jeb228
e774f52471 Add generics to VClassGroupDao and sub-classes; organize import statments. 2010-10-20 13:54:36 +00:00
jeb228
1a9e53f7bf Add generics to LinksDao and sub-classes; organize import statments. 2010-10-19 20:24:32 +00:00
jeb228
a5d092579a NIHVIVO-1152 Fix it so the skiptests parameter in a product-build does not prevent the call to the inner build script. 2010-10-18 20:25:17 +00:00
bdc34
f3064fcf23 Adding license place holder, adding NightlyDefragement.java 2010-10-18 20:02:24 +00:00
bdc34
5951f16be0 Adding new listener to defragement heap at startup. 2010-10-18 19:06:27 +00:00
jeb228
e841c8d546 NIHVIVO-762 removed md5.js and the "crypto" JavaScript package from Dojo. Not needed since we aren't doing client-side encryption of passwords. 2010-10-15 14:22:16 +00:00
jeb228
66559f58ab NIHVIVO-736 Modify JSPs to use the <vitro:confirmLoginStatus> custom JSP tag. 2010-10-14 19:10:21 +00:00
jeb228
0bd050a78b NIHVIVO-736 Use redirectToLoginPage() in VitroHttpRequest instead of implementing it again here. 2010-10-14 16:13:06 +00:00
jeb228
674b2e1222 NIHVIVO-736 Modify the <vitro:confirmLoginStatus> custom JSP tag to permit test for self-editing. 2010-10-14 15:59:04 +00:00
jeb228
2f5580ab76 NIHVIVO-736 Create the <vitro:confirmLoginStatus> custom JSP tag. 2010-10-14 15:07:29 +00:00
jeb228
58089feaf3 NIHVIVO-736 Move checkLoginStatus() methods from BaseEditController to VitroHttpServlet, so they can be more widely used. 2010-10-14 14:59:32 +00:00
jeb228
18de61ca20 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-13 20:46:41 +00:00
jeb228
dfa7e6e2ea Clean up unused code. 2010-10-13 20:20:11 +00:00
jeb228
579ce5fdd8 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-13 20:13:17 +00:00
jeb228
5c3307ac59 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-13 19:57:54 +00:00
jeb228
5bfa8e6bd8 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. Removed the redundant login check, since it duplicated checkLoginStatus(). However, this was not and is not accessible to self-editors, as the comments suggest is necessary. 2010-10-13 18:53:55 +00:00
jeb228
b4ea726109 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-13 18:34:41 +00:00
jeb228
275ef7d471 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-13 16:46:10 +00:00
jeb228
02e32428bd NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-13 15:54:11 +00:00
jeb228
4dbf19c9c0 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-13 14:17:50 +00:00
jeb228
5a2af2f97d NIHVIVO-1208 Cleaned things up a bit - ready to give up, for now at least. Still works for JPEG, but not for GIF. 2010-10-12 20:05:55 +00:00
jeb228
d0846f2348 NIHVIVO-1208 Moved the thumbnailing code into its own class, revised to use the more Object Oriented methods in JAI. Still works for JPEG, but not for GIF. 2010-10-11 21:58:35 +00:00
jeb228
2464113907 NIHVIVO-1218 When an ErrorResponseValues is returned, create a standard system error page. 2010-10-11 18:33:18 +00:00
jeb228
49e4badda7 NIHVIVO-1208 When creating a thumbnail from a PNG image, suppress the alpha channel so the colors of the thumbnail won't be screwed up. 2010-10-11 18:17:00 +00:00
jeb228
4f7bcbbcb7 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-08 19:38:43 +00:00
jeb228
172f7589c1 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-08 19:10:44 +00:00
jeb228
c2fa36316f NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-07 20:52:57 +00:00
jeb228
659a5b41df Restructure so when you start self-editing you are no longer logged in, and when you stop you are logged in again. 2010-10-07 20:52:00 +00:00
jeb228
d6e507691a Add another debug statement; reformat. 2010-10-07 20:09:49 +00:00
jeb228
14faa42143 Merge 6096 from the branch: NIHVIVO-1199 If there is an unexpected exception in image processing, write it to the log. 2010-10-07 15:57:43 +00:00
jeb228
30344c4af9 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-07 15:11:33 +00:00
jeb228
bb07558b19 Merge 6053 from branch - Add license lines to entityListPages.jsp and LuceneIndexFactory.java 2010-10-07 13:58:41 +00:00
bdc34
b27045fe6c Fixing a lucene indexing bug when a URI of an individual is changed. NIHVIVO-1192 2010-10-06 21:52:15 +00:00
bdc34
f98b5edac5 Self editor redirect NIHVIVO-1102 2010-10-06 21:52:13 +00:00
bdc34
06f13be16d Fixing problem with collation. NIHVIVO-1190 2010-10-06 21:52:12 +00:00
bdc34
c08c2fba9b Addding paged resutls to index pages. NIHVIVO-1145 2010-10-06 21:52:10 +00:00
bdc34
23bc237950 Adding self editing of author lists, NIHVIVO-1155 2010-10-06 21:52:08 +00:00
bdc34
0cb06a1615 Attempting to fix login redirect for self editors. NIHVIVO-1102 2010-10-06 21:52:06 +00:00
bdc34
fa34bbf482 Fixing vclass editing. NIHVIVO-1172 2010-10-06 21:52:05 +00:00
bdc34
e2eb84ce73 Changing OperationUtils to use log4j 2010-10-06 21:52:03 +00:00