grahamtriggs
5d821c6f64
Fix hiding publications
2015-10-18 18:04:13 +01:00
grahamtriggs
6d74adccd8
[VIVO-1031] Add affinity for caches to ensure only one task can run at a time. fix background thread use in Visualisations, add startup servlet to get the rdf service, add comments
2015-10-18 14:28:55 +01:00
grahamtriggs
73dfca3df5
[VIVO-1068] Hide CSV ingest functionality
2015-10-14 14:56:48 +01:00
grahamtriggs
740ad18542
Fix hiding of Principal / Co-Principal Investigator roles
2015-10-14 14:25:13 +01:00
grahamtriggs
7bbf75d800
Add in remaining missing education information
2015-10-13 17:06:44 +01:00
grahamtriggs
4a3730d5ff
Fix missing display of majorField
2015-10-13 16:49:30 +01:00
Tim Worrall
1db6bc8f5c
No Jira noticed. This template was cloned from the one used to display phone and fax numbers, but was still referencing a variable that does not apply to the preferred title. This was missed in testing because the foaf person template uses the pulledProperty method to display the title, and so the preferred title template was never called.
2015-10-02 16:19:54 -04:00
Tim Worrall
583aa3791a
VIVO-1038. Updated grant contributor property so that it will display name parts of vcard individuals but without making them links.
2015-08-24 11:54:51 -04:00
Benjamin Gross
2c7e2aae29
remove rogue comma in latLongJson.js
2015-08-20 16:32:53 -06:00
Tim Worrall
9d0a661021
VIVO-1047: switched display of middle and first names for vcard individuals when listed as authors on information resources.
2015-08-20 12:18:38 -04:00
Tim Worrall
9500230492
VIVO-1046: ensure that vcard individuals with only a last name display in the list of authors for information resources
2015-08-20 10:41:52 -04:00
Tim Worrall
08b15990be
VIVO-1046: ensure that vcard individuals with only a last name display in the list of authors for information resources
2015-08-20 10:37:20 -04:00
Jim Blake
fdffad7fcd
Merge pull request #23 from gneissone/removeOutdatedReferences
...
Remove outdated references to list_view_configuration_guidelines.txt
2015-08-17 09:47:22 -04:00
Jim Blake
dc1f5cfd5a
Merge pull request #20 from patrickmcelwee/replace_arq_sparql_extensions
...
VIVO-669: remove ARQ functions `substring` and `now`
2015-08-14 14:02:57 -04:00
Benjamin Gross
8a3f95b524
replace outdated references to list view config help file
2015-08-14 13:04:09 -04:00
Tim Worrall
7fa0c0acd8
No Jira issue. Add tooltips to object property labels by pulling in the public description of th eproperty.
2015-07-10 12:15:02 -04:00
Patrick McElwee
517d97ba91
VIVO-669: remove ARQ functions substring and now
...
Still need to find replacement for localname and namespace
2015-07-09 14:54:12 -04:00
Tim Worrall
46695e9ba2
VIVO-1039: the DOI property will now be a link that accesses the document.
2015-06-17 16:17:18 -04:00
Tim Worrall
2eb332c74c
No Jira issue. Fixed an issue caused by webpages having multiple labels.
2015-06-17 15:26:50 -04:00
Tim Worrall
65284687c3
modified list views to remove syntax that fetches all properties and values for a subject
2015-06-17 10:16:45 -04:00
Tim Worrall
9a1c52f2f5
No Jira issue. Some clean up of geographic info
2015-04-07 17:07:59 -04:00
Tim Worrall
ffb8ed6409
No Jira issue. Microformat was causing an anchor tag to be incorrectly formatted.
2015-04-07 15:36:47 -04:00
Nate Prewitt
99bbcde2d9
fixing missing/bad data for Rwanda
2015-03-30 15:46:56 -06:00
j2blake
7ab6e3d5fc
VIVO-1008 Don't override the mime type if the servlet container can provide it.
...
In CharsetEncodingFilter, check to see whether the servlet container knows the mime type,
before forcing it to "text/html;charset=UTF-8"
2015-03-27 15:39:06 -04:00
j2blake
db8002d9d9
Correct syntax on robots.txt
...
Also, add /listrdf/ and /individual/
2015-03-27 12:53:38 -04:00
j2blake
d9ee2562df
VIVO-941 Fix prefixes in broken queries for Rich Export LOD
2015-03-25 15:14:13 -04:00
Tim Worrall
ca3904d84f
VIVO-1000: fixed all.properties gaffe
2015-03-20 16:23:41 -04:00
Tim Worrall
4875fe566e
VIVO-970: needed to break out the more/less javascript toggle into a separate file.
2015-03-16 11:02:05 -04:00
j2blake
061db63d75
VIVO-958 Accommodate a migration directly from 1.5 data to 1.8
...
Move data directory from ontologies/update to version-specific directory ontologies/update17to18
Create ontologies/update15to16 and ontologies/update16to17 from previous update data directories.
Revise UpdateKnowledgeBase to accept the data directory as a parameter instead of having it hard-coded.
Create classes like Release18Migrator that will call UpdateKnowledgeBase with the appropriate directory, and do other release-specific migration tasks.
Make corresponding changes in startup_listeners.txt
2015-03-13 12:14:57 -04:00
Tim Worrall
d004f3b3e6
No Jira issue but related to VIVO-989. Object properties for which the range is the union of multiple classes needed their own list view. The default list view, which pulls in the object type, does not work for these properties.
2015-03-11 13:56:03 -04:00
Tim Worrall
cff62dd0cf
VIVO-973: make Standard Web Link the default selected option when adding a web page.
2015-02-16 14:04:45 -05:00
Jon Corson-Rikert
183da6fd56
Quick fix to VIVO-975 where there's a missing 'type' parameter in a Freemarker call that throws an exception
2015-02-16 10:35:18 -05:00
Jim Blake
a732a9d060
Revert "Start ABox recompute after searchindexer"
2015-02-15 09:11:26 -05:00
Jim Blake
31acbf7ad8
Merge pull request #16 from grahamtriggs/listener-order
...
Start ABox recompute after searchindexer
2015-02-15 09:06:32 -05:00
Tim Worrall
14d5dce59d
No Jira issue. A minor change to the microformats so that the itemtype is applied based on educational process subclass.
2015-02-11 16:49:04 -05:00
Graham Triggs
e511aa8bae
Start ABox recompute after searchindexer
2015-02-11 21:28:02 +00:00
Tim Worrall
36227770a8
Merge branch 'develop' into feature/microformats
2015-02-11 16:18:38 -05:00
tworrall
6c82131d93
Merge pull request #15 from nateprewitt/feature/microformats
...
minor changes for University and Person names with schema.org markup
Merging this, but I'm going to update the educationalTraining template to include a check of the ?subclass variable. If it's "EducationalProcess" or "PostdoctoralTraining", I'll include the item type. (tlw72)
2015-02-10 17:01:16 -05:00
Tim Worrall
50193c9627
Merge branch 'develop' of https://github.com/vivo-project/VIVO into develop
2015-02-10 16:35:04 -05:00
Tim Worrall
5eb177b8e6
VIVO-928: added microformats to non persons. Typing goes two levels down in some cases for organizations. Some info content entities covered, though many types not covered by schema.org
2015-02-10 16:34:12 -05:00
Jim Blake
18b0a4156d
Merge pull request #14 from nateprewitt/develop
...
removed extra } from title attributes to reflect fixes in vitro template...
2015-02-10 14:59:08 -05:00
Nate Prewitt
a4c625d63d
removed extra } from title attributes to reflect fixes in vitro templates
2015-02-10 12:23:47 -07:00
Nate Prewitt
d121f725be
minor changes for University and Person names with schema.org markup
2015-02-10 12:17:48 -07:00
Tim Worrall
03c894c463
git commit a754164
redux: putting these list view changes back in (and the wheel goes round and round)
2015-02-10 11:29:17 -05:00
Tim Worrall
fe8dc7bac3
backing out previous list view change -- list view and template
2015-02-09 17:34:12 -05:00
Tim Worrall
a7541643f4
VIVO-965: list view changes so that non-faux properties will be collated correctly
2015-02-09 17:13:16 -05:00
Tim Worrall
b3c5aaa794
VIVO-904: the display limit annotation on data and faux properties now determines when the more... link is employed for one of these properties. Regular object properties will have a default limit of 5. Also, the add statement link is no longer suppressed when the display limit is reached.
2015-02-09 15:54:39 -05:00
Tim Worrall
862ff2f9fe
fixed variable name linked to javascript issue
2015-02-06 12:37:38 -05:00
Tim Worrall
2044b0dcec
Merge branch 'develop' of https://github.com/vivo-project/VIVO into develop
2015-02-06 12:35:39 -05:00
Tim Worrall
5c0e031af8
VIVO-960: vcard Individuals now display correctly on the manage authors page and can have their rank in the authorship list modified.
2015-02-06 12:35:33 -05:00