Commit graph

73 commits

Author SHA1 Message Date
mb863
6344101e5f NIHVIVO-1238: Ongoing css work. 2010-12-10 20:25:21 +00:00
nac26
9892846244 NIHVIVO-1389 NIHVIVO-1407 NIHVIVO-1437 Significant refactoring of templates both in vitro core and vivo themes to ensure consistent markup with 3 different base templates at play (page.ftl, basicPage.jsp and formPrefix/formSuffix.jsp) Resulted in creating smaller component freemarker templates that could be included by all of the base templates, whether ftl or jsp. This is a temporary compromise while we continue our conversion to Freemarker. The goal was to keep jsp files outside of the theme and working behind the scenes. 2010-12-08 14:05:16 +00:00
bdc34
0b2dc61fbe Working on custom forms in freemarker. 2010-11-17 17:40:04 +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
4dbf19c9c0 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-13 14:17:50 +00:00
nac26
ae449f9f2c Merge r6025 from nihvivo-rel-1.1-maint branch. Moved footer.jsp, identity.jsp, and menu.jsp to vitro core (were temporarily in vivo/productMods) so they are not tied to vivo-basic and can be used by any theme. Updated include paths for all templates that include these 3 files. 2010-10-05 03:13:14 +00:00
rjy7
22cec61b5e Merge r5942-5952 from nihvivo-rel-1.1.-maint: custom sorting and collation 2010-09-28 15:02:04 +00:00
bjl23
7e46f1ed02 merging picklist optimizations back into trunk 2010-09-16 19:28:34 +00:00
bdc34
2968a09613 merge to trunk. Fixing exceptions on submission of null value in dataproperty form. NIHVIVO-1021 2010-07-27 14:44:16 +00:00
nac26
cc0aab3814 merging from nihvivo-rel-1.1-maint branch: removing "new" from form headings in attempt to minimize user confusion NIHVIVO-1012 2010-07-26 21:12:40 +00:00
rjy7
6862104e24 Merge r5487 from http://svn.mannlib.cornell.edu/svn/vitro/branches/nihvivo-rel-1.1-maint 2010-07-26 19:13:56 +00:00
rjy7
37c2990bba Merge r5484 from http://svn.mannlib.cornell.edu/svn/vitro/branches/nihvivo-rel-1.1-maint 2010-07-26 18:40:28 +00:00
bdc34
8413938501 Merge to trunk. Adding cancel button to default object property form. NIHVIVO-951 2010-07-22 20:48:12 +00:00
bdc34
7911fa6490 Merged to trunk. Changed the way a new individual is created on the siteAdmin NIHVIVO-881 2010-07-22 15:19:15 +00:00
bdc34
0b97ec523b merging URL validation in defaultLinkForm.jsp 2010-07-21 18:44:34 +00:00
rjy7
a5f60a9f7f Merging r5308, r5320, r5322 from http://svn.mannlib.cornell.edu/svn/vitro/branches/nihvivo-rel-1.1-maint 2010-07-19 21:37:59 +00:00
bdc34
98ce002973 Changing postEditCleanUp.jsp to handle cancel when resourceToRedirectTo is set. 2010-07-12 15:18:16 +00:00
rjy7
a028aca8d4 Minor code tweaks 2010-07-04 19:43:36 +00:00
hjk54
c9c3bf4e17 Removing some debug output 2010-06-22 19:37:06 +00:00
rjy7
97a753b66e NIHVIVO-646 Add cancelUrl parameter to submit tag in InputElementFormattingTags so that the cancel button can redirect to a different page from the form submission. Change cancel values in submit tags in vitro and vivo forms to "true" where previously they specified a uri, because the uri is misleading (it doesn't control the redirect location). Removed edit submission preprocessing due to problems with cloning. 2010-06-17 14:26:59 +00:00
rjy7
77242aeac8 Remove extra right angle bracket from formSuffix.jsp 2010-06-15 19:47:28 +00:00
rjy7
5a1b1b2d80 NIHVIVO-646 More work on addAuthorsToInformationResource custom form. Create edit submission preprocessing mechanism to make automated modifications to the form submission (e.g., creating a label from first, last, and middle name entries). 2010-06-15 19:35:36 +00:00
rjy7
7e1d4186ad NIHVIVO-646 Move custom form utilities to a separate js file and add utility mixin methods to mix them in to specific custom forms. Make paths to css and js files in formPrefix.jsp and formSuffix.jsp absolute instead of relative. 2010-06-14 19:22:49 +00:00
hjk54
9237b7bd41 Edited editConfiguration method call - using incorrect arguments 2010-06-07 17:48:43 +00:00
hjk54
5d4f3d8601 Removing debut statements and adding support for validation of annotation properties on forms. 2010-06-07 15:51:31 +00:00
hjk54
1c5e7fdde8 Removing debugging messages/text 2010-05-17 14:01:01 +00:00
hjk54
73172f4f40 Datastar cleanup release - including changes to access permissions review and editing as well as fedora utilities. 2010-05-14 17:37:55 +00:00
rjy7
1d5eedae4c Load custom form css before theme css, so the latter can more easily be used to override the former. Load custom form js at bottom of page rather than top (Javascript best practice). 2010-04-15 19:40:09 +00:00
rjy7
5579c1a9ac NIHVIVO-377 Initial work on getting custom form to retrieve its past state after a failed form submission. Not all cases working yet. 2010-04-13 23:05:28 +00:00
jeb228
b49a6e3b3a NIHVIVO-340 for bdc34 - Merging 4710 and 4711 into the trunk. 2010-04-12 13:29:27 +00:00
bdc34
e65e72a065 merging r4717 from nihvivo-rel-1.0-maint to trunk 2010-04-09 18:17:52 +00:00
bdc34
e106dff219 merging revision 4685 2010-04-08 18:44:25 +00:00
bdc34
6ab4cdb63c Fixing problem with EdBackground form. processRdfForm2 now checks new resource URIs for duplicates. 2010-04-05 15:27:21 +00:00
rjy7
87a690a69c NIHVIVO-195 Working on custom activity forms. Markup is screwed up and form doesn't submit yet. 2010-04-05 14:30:48 +00:00
nac26
b931993a5e NIHVIVO-121 Tweaked text and overall experience of associating user accounts to individuals. Specifically, limited # of individuals that can be associated (max = 1) and also limited class of individuals available in select list (Person) 2010-04-05 13:37:10 +00:00
bdc34
232c8d0ae5 Adding ability to edit user to individual relations for unusual individuals. NIHVIVO-231 2010-04-02 19:48:56 +00:00
bdc34
c28519a98e Adding ability to have default new URI creation behavior in n3 custom forms. NIHVIVO-273 2010-04-01 21:34:22 +00:00
rjy7
a8816fd285 Fixed object property deletion screen to find custom short view of an inferred class. 2010-03-30 20:59:48 +00:00
bdc34
e50a1bc6f5 Add dependent resources annotation to back end editing for object properties. NIHVIVO-212 2010-03-30 20:00:17 +00:00
rjy7
75c2af10e0 NIHVIVO-193 Fix creation of new organization in the person has position history form. Fix typos in processRdfForm2.jsp. 2010-03-30 14:13:22 +00:00
rjy7
a451740c85 NIHVIVO-193 Added Javascript functionality to custom form for person has position 2010-03-30 01:03:56 +00:00
rjy7
bf943e7bf1 NIHVIVO-193. Work on custom form for person has position history. Generalized css and javascript to work with other custom forms that will be built for version 1.0 (see NIHVIVO-141). 2010-03-29 15:41:44 +00:00
rjy7
e7c9799912 NIHVIVO-193 Tweaks to styles of position history form (view 1) 2010-03-26 23:06:37 +00:00
rjy7
816111cb30 NIHVIVO-193 Allow for form-specific Javascript to be loaded into the head of form pages. 2010-03-26 21:57:59 +00:00
rjy7
8e15b5e20c NIHVIVO-193 Preliminary code cleanup before making functional modifications. 2010-03-26 20:19:16 +00:00
hjk54
3c5d088173 Removing debug output from editRequestDispatch.jsp 2010-03-26 19:22:51 +00:00
hjk54
6e4346ea51 removing output debugging line 2010-03-26 19:02:10 +00:00
hjk54
61a64faf40 NIHVIVO-238 - Updating custom reports and site configuration sections of vitro site admin to remove datastar-specific changes. Preventing past expected publication date (datastar-215), Autopopulating dataset originator with person info (datastar-304), Updates to Model preprocess related to dataset-304 2010-03-26 19:00:48 +00:00
rjy7
5b6ee59e77 NIHVIVO-144 Style tweaks to front end object property deletion confirmation page. 2010-03-26 19:00:41 +00:00
rjy7
f96eb9722d NIHVIVO-144 Show the link on the delete confirmation screen when deleting a primary or additional link for an individual from the front end. 2010-03-26 18:54:33 +00:00