jeb228
|
d41a64c60e
|
NIHVIVO-1385 Clean up compiler warnings.
|
2011-02-18 20:07:20 +00:00 |
|
jeb228
|
d459840ef6
|
NIHVIVO-1385 Adjust to the use of generics in FormObject
|
2011-02-18 20:04:34 +00:00 |
|
jeb228
|
e8a1dd31b4
|
NIHVIVO-1385 Add toString() method to help in debugging. As long as we are here, use proper generics.
|
2011-02-18 20:03:33 +00:00 |
|
rjy7
|
3d577d399a
|
Merge r7495 from nihvivo-rel-1.2-maint
|
2011-02-15 22:09:00 +00:00 |
|
rjy7
|
713b23ed5e
|
Merge r7492 from nihvivo-rel-1.2-maint
|
2011-02-15 21:02:36 +00:00 |
|
rjy7
|
1265a00abe
|
Removed unneeded code for externally-linked namespaces from BaseIndividualTemplateModel.getRdfUrl(). This code is never used, since in the case of an individual in an externally-linked namespace, we do not display them on the site but link to the profile on the external site.
|
2011-02-15 20:51:00 +00:00 |
|
rjy7
|
067a968a57
|
Merge r7489 from nihvivo-rel-1.2.
|
2011-02-15 20:32:13 +00:00 |
|
rjy7
|
a55f0e9d5e
|
Decode uri passed to IndividualProfileUrlMethod in case it's url-encoded.
|
2011-02-15 20:26:39 +00:00 |
|
rjy7
|
3ce140a05b
|
Merge r7477, r7485-7486 from nihvivo-rel-1.2-maint
|
2011-02-15 15:16:04 +00:00 |
|
ass92
|
fe2373d853
|
NIHVIVO - 1866 code change to display individual not found message when an attempt is made to access non existing individual.
|
2011-02-14 22:12:13 +00:00 |
|
ass92
|
fc64de26b7
|
NIHVIVO-1866 jsp file for individual not found when the control runs through EntityEditController
|
2011-02-14 22:10:38 +00:00 |
|
mb863
|
495dd190a9
|
NIHVIVO-2095: Fixed overlap of long primary and additional links
|
2011-02-14 20:30:23 +00:00 |
|
rjy7
|
f184d52737
|
Merge r7474 from nihvivo-rel-1.2-maint
|
2011-02-13 20:20:54 +00:00 |
|
rjy7
|
70ee4551af
|
NIHVIVO-2018 Move visualization url-building out of templates into template models. Create vivo-specific IndividualTemplateModel for this purpose.
|
2011-02-11 23:04:37 +00:00 |
|
jeb228
|
22a2dc75d9
|
Merge 7470 from the branch
|
2011-02-11 21:55:15 +00:00 |
|
bjl23
|
82047bb17a
|
NIHVIVO-2120 fix for bug that generated statements with rdfs:Literal datatypes
|
2011-02-11 20:03:14 +00:00 |
|
bjl23
|
48d52f77cf
|
NIHVIVO-2119 VitroJenaSDBModelMaker reconnection bug
|
2011-02-11 19:31:26 +00:00 |
|
rjy7
|
d030423d9c
|
NIHVIVO-1461 When template not found, propagate error message up the call stack
|
2011-02-11 19:20:51 +00:00 |
|
rjy7
|
34f042bc87
|
NIHVIVO-1461 When template not found, propagate error message up the call stack
|
2011-02-11 19:17:45 +00:00 |
|
mb863
|
16a9c32872
|
NIHVIVO-2095: Added css property word-wrap: break-word to Primary and additional links for breaking long urls.
|
2011-02-11 18:39:14 +00:00 |
|
rjy7
|
effce5b9db
|
NIHVIVO-1992 Added current datetime value to page template map
|
2011-02-11 17:48:36 +00:00 |
|
bjl23
|
95a4a6d008
|
NIHVIVO-2122 removing invalid result set format option from SPARQL page
|
2011-02-11 17:07:08 +00:00 |
|
ass92
|
1892e4614e
|
NIHVIVO-2118 correction to remove garbage from display page of merge individuals
|
2011-02-11 16:29:44 +00:00 |
|
ass92
|
13f6b66f6f
|
NIHVIVO-2118 correction to remove garbage from display page of merge individuals
|
2011-02-11 16:29:22 +00:00 |
|
mb863
|
ff45e2e86e
|
NIHVIVO-2121: Fixed stretched image thumbnail issue on menupage individual listing
|
2011-02-11 16:01:31 +00:00 |
|
bjl23
|
7d69145534
|
improvement to VitroJenaSDBModelMaker prompted by NIHVIVO-2119 (merge to trunk)
|
2011-02-11 15:53:30 +00:00 |
|
rjy7
|
57d3d0df79
|
Merge r7446 from nihvivo-rel-1.2-maint
|
2011-02-11 15:17:01 +00:00 |
|
rjy7
|
bb984ccaea
|
Add lib-string.ftl for functions and macros for string manipulation. Add two methods, one for camelcasing and one for uncamelcasing.
|
2011-02-11 15:12:11 +00:00 |
|
bjl23
|
bb7444cf4c
|
NIHVIVO-2112 removing stupid debugging print statement (merge to trunk)
|
2011-02-10 22:42:06 +00:00 |
|
nac26
|
8870173646
|
Merged r7438 from nihvivo-rel-1.2-maint branch
|
2011-02-10 22:12:22 +00:00 |
|
ass92
|
9b13425258
|
NIHVIVO-2108 code correction for nullpointer exception in naming blank nodes method.
|
2011-02-10 22:03:05 +00:00 |
|
nac26
|
3c205ae3e5
|
NIHVIVO-2109 Updated title attribute to stay generic and not reference any particular class ("individuals" instead of "people")
|
2011-02-10 22:02:14 +00:00 |
|
ass92
|
a837d62ae8
|
NIHVIVO-2108 Dropdown won't display if there are no dataProperties.
|
2011-02-10 22:01:39 +00:00 |
|
jeb228
|
a0617b0b61
|
NIH VIVO Release 1.2 maintenance branch
|
2011-02-10 19:08:03 +00:00 |
|
jeb228
|
85a34378a1
|
NIHVIVO-2098 DO SHOW the link for temporal visualization unless deploy.properties specifies "visualization.temporal = disabled"
|
2011-02-10 18:59:02 +00:00 |
|
mb863
|
036a88fceb
|
NIHVIVO-2101
Created favicon for VIVO instance
|
2011-02-10 17:58:08 +00:00 |
|
rjy7
|
f57f236558
|
Minor tweak to value of temporal vis enabled flag in template data model
|
2011-02-10 17:42:23 +00:00 |
|
bdc34
|
f8706cc051
|
Changing a DataPropertyDaoJena method to use TBox model instead of full model.
|
2011-02-10 17:01:09 +00:00 |
|
jeb228
|
3fdc645f2f
|
NIHVIVO-2098 Do not show the link for temporal visualization unless deploy.properties specifies "visualization.temporal = enabled"
|
2011-02-10 16:17:03 +00:00 |
|
rjy7
|
b1cdf1a1a8
|
Minor stylistic tweak to code checking for template type
|
2011-02-10 15:24:24 +00:00 |
|
bjl23
|
17fcba922c
|
NIHVIVO-2096 bugfix for initializing SDB ingest tool model maker in RDB mode
|
2011-02-09 20:31:33 +00:00 |
|
mb863
|
dbb222f655
|
Changed h3 headers to h2 in menupages, so they are consistent with h2 in home page.
|
2011-02-09 20:13:14 +00:00 |
|
mb863
|
98a6f81ef7
|
NIHVIVO-2093: Deleted height property for keeping aspect ratio. Aligned editing links at the top left of the individual photo.
|
2011-02-09 19:53:24 +00:00 |
|
bjl23
|
2318738bda
|
removing problematic checkboxes and other small tweaks to sparql query page
|
2011-02-09 19:51:36 +00:00 |
|
sjm222
|
a9c0b9979b
|
NIHVIVO-2088 asserted types leaking into inference graph
|
2011-02-09 18:42:22 +00:00 |
|
sjm222
|
c43a677d5a
|
NIHVIVO-2088 asserted types leaking into inference graph
|
2011-02-09 18:40:15 +00:00 |
|
bjl23
|
f09ac267a2
|
NIHVIVO-2089 improvements to handling of individuals not found in SDB
|
2011-02-09 17:43:13 +00:00 |
|
bjl23
|
fad60f5e04
|
NIHVIVO-1980 changing problematic use of configuration property in JenaExportController
|
2011-02-09 17:31:05 +00:00 |
|
ass92
|
e680ece85e
|
NIHVIVO-2058 code change to show sdb setup success or failure.
|
2011-02-09 17:14:05 +00:00 |
|
ass92
|
7c644ccfaa
|
NIHVIVO-2058 code change to show sdb setup success or failure.
|
2011-02-09 17:10:46 +00:00 |
|