Commit graph

43 commits

Author SHA1 Message Date
mb863
6344101e5f NIHVIVO-1238: Ongoing css work. 2010-12-10 20:25:21 +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
bjl23
7e46f1ed02 merging picklist optimizations back into trunk 2010-09-16 19:28:34 +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
bdc34
8413938501 Merge to trunk. Adding cancel button to default object property form. NIHVIVO-951 2010-07-22 20:48:12 +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
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
jeb228
b49a6e3b3a NIHVIVO-340 for bdc34 - Merging 4710 and 4711 into the trunk. 2010-04-12 13:29:27 +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
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
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
8e15b5e20c NIHVIVO-193 Preliminary code cleanup before making functional modifications. 2010-03-26 20:19:16 +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
rjy7
069c64d4d2 NIHVIVO-144 Finished editing/deletion of primary and additional links on front end. 2010-03-25 21:30:45 +00:00
rjy7
53ac7a2587 NIHVIVO-144 Add edit/delete links to primary and additional links on front end individual page. (These links generate errors when clicked, though.) 2010-03-25 19:01:03 +00:00
rjy7
7f3ba68290 NIHVIVO-144 Enable adding new primary or additional link from front end 2010-03-24 21:41:33 +00:00
rjy7
f0576f82bd NIHVIVO-147 Fixed bug in last commit.
NIHVIVO-142 Moved some code around to better locations.
2010-03-24 16:04:54 +00:00
rjy7
54c5019347 NIHVIVO-142 Add/edit/delete blurb on front end 2010-03-23 17:28:11 +00:00
rjy7
bcbe290c51 NIHVIVO-143 Allow adding a new moniker from the front end 2010-03-22 23:17:22 +00:00
rjy7
a5ca5069f2 NIHVIVO-143 Get rangeDatatypeUri from the data property statement when deleting a vitro namespace property. 2010-03-19 21:46:16 +00:00
rjy7
6038b68c4a NIHVIVO-143 Front end deletion of moniker through the "delete" link: fixed more bugs, so it finally works. 2010-03-19 21:37:09 +00:00
rjy7
ea25ff4ffb NIHVIVO-202 Modify validation of frontend vitro namespace property edits to allow both the validator "nonempty" and a range datatype validator. 2010-03-19 19:47:38 +00:00
rjy7
8cd54743d5 NIHVIVO-200 Incorporate the <span> tag that wraps front end editing links into the custom tag, so that if there are no links, we don't get the span.
NIHVIVO-142 Various tweaks to front end editing.
2010-03-19 15:11:10 +00:00
rjy7
e8c272e4ff NIHVIVO-143 Front end deletion of moniker through the "delete" link: fixed bugs. Also added edit links for other vitro namespace properties on the individual page, but some are not working yet. 2010-03-18 21:04:19 +00:00
rjy7
1273717a14 NIHVIVO-143 Front end deletion of moniker through the "edit" link 2010-03-17 15:34:23 +00:00
rjy7
014d9a3762 NIHVIVO-143 Fix to previous commit: took isVitroNsProp value out of the EditConfiguration and put it in the request. 2010-03-16 21:04:21 +00:00
rjy7
1de471536a NIHVIVO-143 Front end editing of moniker 2010-03-16 19:17:53 +00:00
rjy7
619f0dc646 NIHVIVO-142 Generalize the vitro namespace name editing form to apply to all vitro namespace properties. 2010-03-15 18:48:31 +00:00
rjy7
f8726e8356 NIHVIVO-149 An individual's name can now be edited from the front end. 2010-03-15 15:35:35 +00:00
rjy7
30663a3932 NIHVIVO-149 Mechanism for modifying vitro namespace properties based on data property editing
NIHVIVO-142 Added edit link to name field on individual page; currently routes to a dummy page
2010-03-11 18:59:11 +00:00
hjk54
f884489278 Changes related to datastar issues: Adding link in site admin for custom report, fixing upload issues. 2010-02-28 21:14:48 +00:00
bdc34
e0cee7732f Fixing editing of user to individual. 2010-02-11 22:03:04 +00:00
rjy7
03cfa3f584 NIHVIVO-75 Change "Datatype property" to "Data property" on editing forms 2010-02-01 21:59:52 +00:00
jeb228
4f2e303079 Improve output: distinguish between failed assertions (failures) and unexpected exceptions (errors), and print a filtered stack trace for any exception. 2010-01-29 22:13:57 +00:00