Commit graph

743 commits

Author SHA1 Message Date
Stephen V. Williams
27a1c1a542 add reverse links to on the details pages for dept-subjArea and subjArea-dept 2013-08-21 20:47:21 -06:00
Stephen V. Williams
76238887b1 added departments to concept page based on researcher selecting concept as research area
* 4 new files for handling the new linkage (individual--skos-concept.ftl, individual-affiliated-departments.ftl, individual-affiliated-dept-details.ftl, vivoConceptDataGetters.n3)
 * added invdividual--skos-concept.ftl to the skos:Concept definition in vivo-core-1.5-annotations.rdf
 * added i18n entries for the new ftl pages
2013-08-21 16:48:01 -06:00
hudajkhan
6ea7d9ef37 adding licence to classes, removing sparql feed related classes 2013-08-13 12:23:49 -04:00
hudajkhan
ad0ae3c09a updates for semantic services, temporarily commenting out concept semantic type which is still in progress 2013-08-12 13:09:04 -04:00
hudajkhan
0f64658c5e Merge branch 'develop' of https://github.com/vivo-project/VIVO into develop 2013-08-08 12:25:31 -04:00
hudajkhan
2ea474b6ef External vocabulary service and integration of Agrovoc with work beginning for applying concept semantic type to UMLS concepts. 2013-08-07 16:08:11 -04:00
tworrall
be11fc589f VIVO-208: all fields now displayed when custom forms are rendered; customized 2-stage forms will still work as before 2013-08-05 14:57:59 -04:00
tworrall
57c694abee add links to wiki pages for two runtime properties; fixed an incorrect href attribute 2013-07-09 09:38:30 -04:00
tworrall
7bbc249047 some home page map cleanup, standardization 2013-07-03 14:00:56 -04:00
Jim Blake
cb757d82da Merge pull request #5 from vivo-project/feature/search-download
Added a new field email to IndividualSearchResults and a modification of...
2013-06-28 12:16:01 -07:00
tworrall
c3bdcb6676 minor change, renamed a variable 2013-06-28 10:15:32 -04:00
tworrall
93e2b107bf fixed an i18n string 2013-06-25 13:56:17 -04:00
tworrall
d9de65e4c8 only show the view active grants link on academic department pages if the department has any active grants 2013-06-25 11:07:16 -04:00
tworrall
7a9d46e130 significant changes for VIVO-131. See Jira comment for more details 2013-06-20 16:02:10 -04:00
tworrall
dd30f287b0 modified some image based tooltips to support i18n 2013-06-14 16:10:15 -04:00
tworrall
3942b2923c fix for vivo-127 2013-06-12 16:05:16 -04:00
tworrall
66992942b6 i18n updates to javascript files and related templates 2013-06-11 12:23:32 -04:00
tworrall
2c49931672 internationalization changes for java script files 2013-06-07 11:59:14 -04:00
tworrall
1dde11c581 VIVO-123 - handle malformed data more gracefully on manage pubs page 2013-06-06 15:44:16 -04:00
Stephen V. Williams
1bae4ff677 changed order to have name first in csv and added the xmlResults from vitro with VIVO specific items 2013-05-31 12:21:02 -06:00
tworrall
fe1b52ab49 more template updates for i18n 2013-05-31 11:56:18 -04:00
Stephen V. Williams
06ca894546 Added a new field email to IndividualSearchResults and a modification of the csv-results for VIVO that includes email and preferred title where available 2013-05-31 09:09:33 -06:00
tworrall
27b6c51ce0 added time indicator wheel to faculty section on home page 2013-05-14 12:51:50 -04:00
tworrall
a618253d0c more i18n template changes 2013-05-14 12:23:24 -04:00
tworrall
0ba1c16f56 corrected plural display error redux 2013-05-13 15:31:11 -04:00
tworrall
cb2681de9c when no subclass, set as unclassified publication; corrected plural display error 2013-05-13 15:29:13 -04:00
tworrall
47466e98cc template changes for internationalization -- replaced displayed text with calls to properties file containing actual strings 2013-05-13 12:10:57 -04:00
tworrall
ace464cb3e fixed conflict with themes/wilma/templates/page-home.ftl 2013-05-02 12:40:39 -04:00
tworrall
af4f84759c additional home page redesign changes 2013-05-02 12:34:18 -04:00
tworrall
0d0b5ea48a changes for the home page redesign 2013-04-30 14:46:22 -04:00
j2blake
a75b814399 Proof of concept - Image upload 2013-04-27 00:00:57 -04:00
tworrall
a6eab19a96 do not display the volume in the citation if the volums is just an empty string 2013-04-22 15:07:43 -04:00
tworrall
0c3d268cc2 minor list view changes 2013-03-26 13:38:25 -04:00
tworrall
d4cb20d924 mistakenly moved template to incorrect directory. 2013-02-25 10:18:04 -05:00
tworrall
a17c087454 add predicateUri to edit link 2013-02-20 10:46:06 -05:00
tworrall
f31f527869 not custom list view for researchAreaOf 2013-02-19 12:24:34 -05:00
tworrall
a0a84feba7 web page rank was not being set because it was accessed via getFormFieldValue() instead of editConfiguration.pageData 2013-02-14 12:10:53 -05:00
tworrall
c1a6637d87 removed unnecessary variable reference to individualLocalName 2013-02-12 09:52:45 -05:00
tworrall
867370adb9 more refactoring for multiple profile view support 2013-02-08 16:18:01 -05:00
tworrall
892e6cd49c minor update to sparkline template 2013-01-31 15:32:22 -05:00
tworrall
9cde935cc7 multiple updates and new files to support multiple foaf person profile pages 2013-01-31 11:15:48 -05:00
j2blake
89f759fcbc VIVO-2 Modify the build so installers can create a container-neutral VIVO.
Split deploy.properties into build.properties and runtime.properties, with runtime.properties going into the Vitro home directory. Modify ConfigurationProperties to locate the Vitro home directory, either by System property or JNDI Environment variable, or from build.properties, and to read from both build.properties and runtime.properties. Revise the install and upgrade documents for VIVO and Vitro. Change comments and error messages that referred to deploy.properties by name.
2013-01-16 14:52:35 -05:00
tworrall
df86089cdd added javascript file 2012-11-27 12:57:00 -05:00
tworrall
0d8124bcbb added property group css file for this template. 2012-11-19 16:35:08 -05:00
tworrall
f0657b42ea Changes to support collapsible/expandable property groups on the profile pages. 2012-11-16 16:00:56 -05:00
tworrall
7a8d5d9d17 merging 4307 from the 1.5 maintenance branch 2012-10-29 16:21:28 +00:00
tworrall
7cb608818a merging 4292 to the trunk 2012-10-03 14:41:14 +00:00
tworrall
fdbd559edb merging r4268 to the trunk 2012-09-06 19:41:57 +00:00
tworrall
9bd545bfbb merging r4254 to the trunk 2012-08-08 20:46:30 +00:00
tworrall
cefee06309 merging r4252 to the trunk 2012-08-07 19:37:11 +00:00