Commit graph

105 commits

Author SHA1 Message Date
rjy7
069c64d4d2 NIHVIVO-144 Finished editing/deletion of primary and additional links on front end. 2010-03-25 21:30:45 +00:00
rjy7
7a09152f53 NIHVIVO-144 Corrected query parameters on primary and additional link edit/delete links. (These links still generate errors when clicked, though.) 2010-03-25 19:10:58 +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
6a6a9de920 Increase row size of sparql query textarea, to accomodate new sample query text 2010-03-24 20:36:48 +00:00
jeb228
b1744fd541 NIHVIVO-46 Add license tags to these files. 2010-03-24 20:26:26 +00:00
bdc34
8d75af5901 Adding collation of object property statements by class NIHVIVO-118 2010-03-24 20:14:02 +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
ac1a9d4cb4 NIHVIVO-147 Moved citation display to a separate jsp, since it's used twice in entityBasic.jsp.
Renamed some siteAdmin jsp files.
2010-03-24 15:39:02 +00:00
rjy7
15e45f4474 NIHVIVO-220 Add links to image upload on front end individual page 2010-03-23 22:05:25 +00:00
bdc34
3582d32ef3 Sorting Object property statements by class, NIHVIVO-118. Removed redundant comments. Fixed other comments. 2010-03-23 22:01:36 +00:00
bdc34
7731df5235 Adding URL based equals and hashcode to BaseResourceBean. 2010-03-23 21:58:18 +00:00
rjy7
dd84a0ddf4 NIHVIVO-145, NIHVIVO-146 Don't output wrapping div for blurb and description if not in editing mode and the item has no value, since it adds too much blank space to the page. 2010-03-23 20:04:34 +00:00
rjy7
354b2f0961 NIHVIVO-146 Added description property to editable vitro URIs so it can be edited from the front end. 2010-03-23 19:42:08 +00:00
sjm222
e217c5b90f NIHVIVO-214 2010-03-23 18:52:31 +00:00
rjy7
1085a57957 NIHVIVO-142 Consolidated code to display data and object properties in entityBasic.jsp 2010-03-23 18:43:59 +00:00
rjy7
2eee890143 Restored code that was inadvertently removed from entityBasic.jsp. In edit mode, empty property values were erroneously not appearing with labels and plus links. 2010-03-23 18:33:57 +00:00
rjy7
c162cf675e NIHVIVO-147 Add/edit/delete citation from front end.
NIHVIVO-142 Removed some unneeded styles for front end editing.
2010-03-23 18:29:03 +00:00
rjy7
65d9c2a7e4 NIHVIVO-146 Add/edit/delete description on front end.
NIHVIVO-145 Remove extra closing div tag in the blurb block that was messing up formatting
2010-03-23 18:10:12 +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
bdc34
87a97cd8df Adding a new boolean property to ObjectProperty. NIHVIVO-118 2010-03-22 22:04:47 +00:00
rjy7
b00f1c50e2 Removed test call to Java 1.6 String.isEmpty() method, since we are supporting Java 1.5. 2010-03-22 19:02:37 +00:00
rjy7
966a198bcf Removed call to Java 1.6 String.isEmpty() method, since we are supporting Java 1.5. 2010-03-22 19:01:53 +00:00
bdc34
56ef6da161 Fixing dependent resource delete. NIHVIVO-88 2010-03-22 17:09:18 +00:00
ass92
513ddcdc43 Added PREFIX statements to default query. 2010-03-22 16:44:11 +00:00
jeb228
d7e274f11b Suppress deprecation message when compiling. Can't avoid implementing the deprecated method, but we don't need to see the warning. 2010-03-21 18:27:36 +00:00
jeb228
c1b15742de Convert the logging to Log4J and add additional debug logging. 2010-03-21 18:20:02 +00:00
rjy7
6c3c0e0199 NIHVIVO-142 Markup and styles for adding a new moniker from the front end when there isn't already one present. 2010-03-20 18:36:24 +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
1081648126 NIHVIVO-200 Redid previous commit so span tag is not in the custom tag itself, since it messes up other front end links. Just test the value in the JSP before outputting the span tag. 2010-03-19 15:50:43 +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
79c46a4aec NIHVIVO-143 Front end deletion of moniker through the "delete" link: added cmd="delete" to query params 2010-03-17 16:22:19 +00:00
rjy7
1273717a14 NIHVIVO-143 Front end deletion of moniker through the "edit" link 2010-03-17 15:34:23 +00:00
bdc34
9ae82a7fb3 Additional files for NIHVIVO-121 2010-03-16 22:28:30 +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
bdc34
1af92dc350 Adding ability for user accounts to be associated with individuals. NIHVIVO-121 2010-03-16 16:51:18 +00:00
rjy7
5eb474a891 NIHVIVO-143 Add front end edit links to moniker 2010-03-15 20:48:42 +00:00
jeb228
8ea46821c4 Remove unused imports so it will compile again after breaking on revision 4507. NIHVIVO-49 2010-03-15 20:47:39 +00:00
jeb228
bedaaa3f65 Remove unused imports so it will compile again after breaking on revision 4507. NIHVIVO-49 2010-03-15 20:43:05 +00:00
bdc34
5da0eeff46 Adding linked data. NIHVIVO-49 2010-03-15 20:23:02 +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
bjl23
e06c6d0cba fixing initial classgroup 2010-03-13 01:01:43 +00:00
bjl23
5ebd33a6ea work on NIHVIVO-116 'Enable RDF TBox export by ontology namespace' 2010-03-12 21:59:41 +00:00
bdc34
f13e2cb5b1 Adding ContentType for working with accept header. 2010-03-12 19:32:09 +00:00