Commit graph

2173 commits

Author SHA1 Message Date
rjy7
f246cfe0cc NIHVIVO-1564 Dump of template model objects provides information about methods and their return values 2011-02-21 21:40:43 +00:00
jeb228
c17380deb8 Merge revisions 7468 and 7469 from the rel-1.2-maint branch. 2011-02-21 19:52:47 +00:00
jeb228
e3befdbf9a NIHVIVO-2158 Remove unused structures from EditProcessObject. Remove BeanDependency class, which is never used. 2011-02-21 19:20:18 +00:00
rjy7
fe3bd563bc Merge r7497 from nihvivo-rel-1.2-maint 2011-02-21 18:13:26 +00:00
rjy7
198c8293ce NIHVIVO-1629 Upgrade to jquery-ui version 1.8.9 2011-02-21 17:53:10 +00:00
rjy7
dae5369232 NIHVIVO-1629 Upgrade jQuery to version 1.5. NIHVIVO-2153 Change datetime fieldnames to use hyphen rather than period, since the latter generates errors in jQuery 1.5 and is not a valid CSS selector. 2011-02-21 16:09:40 +00:00
jeb228
8e554c3975 NIHVIVO-1385 Use a ChangeListener instead of a PreProcessor to encode the User's password when needed. 2011-02-18 22:31:00 +00:00
jeb228
029465e4de NIHVIVO-1385 Add toString() method to help in debugging. As long as we are here, clean up compiler warnings. 2011-02-18 20:07:57 +00:00
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
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