Commit graph

6666 commits

Author SHA1 Message Date
3b85e83182 Article's rubrics 2023-09-23 16:02:02 +02:00
e5fa511391 Sum all rubrics of article while indexing 2023-09-23 16:02:02 +02:00
1f8318ab97 Use custom search service 2023-09-23 16:02:02 +02:00
51ccf370c1 Styles modifications 2023-09-23 16:02:02 +02:00
d33b2d0a3a Fix article page 2023-09-23 16:02:02 +02:00
0a374558ad Added issue template 2023-09-23 16:02:02 +02:00
4d0922a448 Copied wilma 2023-09-23 16:02:02 +02:00
c869f45b74 Issue template added 2023-09-23 16:02:02 +02:00
84c975637f Added ontologies 2023-09-23 16:02:02 +02:00
7cff47c46b Modified ontology 2023-09-23 16:02:02 +02:00
f41f50fad3 Modifications for fixed ontology 2023-09-23 16:02:02 +02:00
69edaf1f8d Fixed mistake in query 2023-09-23 16:02:02 +02:00
4f553c963e Added custom fields 2023-09-23 16:02:02 +02:00
bbf3242a03 Fix for previous commit 2023-09-23 16:02:02 +02:00
d7e36b6f6b Added articles info to excerpt 2023-09-23 16:02:02 +02:00
b7b9f23509 templates update 2023-09-23 16:02:02 +02:00
a768cbf0d2 Updates for templates 2023-09-23 16:02:02 +02:00
63a187fea3 Templates and SPARQL requests for rubrics, elenph excerpts and articles 2023-09-23 16:02:02 +02:00
6b7092a4d5 Added custom search controller
Cleaned custom search controller

Autoselect hits per page from query.

Moved template change to VIVO branch

Split search services
2023-09-23 16:02:02 +02:00
bc10e79f92 Antisamy policy fixes
Allow table tags in TinyMCE
2023-09-23 16:02:02 +02:00
a5f0734c43 base alignment 2023-09-23 16:01:52 +02:00
Dragan Ivanovic
2e4458e160
Codestyle (#372)
* Adding code style

* Small correction of code style

* Putting under comments checkstyle rules

* include checks and suppressions (excluding files)

* Added checkstyle suppressions.

* suppression defined at the level of a Java file

* adding JFactTBoxReasonerTest in the suppression

* replacement of tabs with spaces in a property file

* increasing the max line length to 120

* Adding java and javax packages at the beggining of imports

---------

Co-authored-by: Ivan Mrsulja <mrsuljaivancic@gmail.com>
2023-09-14 13:34:06 +02:00
Dragan Ivanovic
3f95108b26
Fix broken links in the README.md file (#416) 2023-09-14 13:53:15 +03:00
chenejac
df81457ea4 [maven-scm-plugin] prepare release vitro-1.14.1-SNAPSHOT 2023-06-23 16:37:09 +02:00
chenejac
0359082ad9 [maven-scm-plugin] prepare release vitro-1.14.0 2023-06-23 16:36:52 +02:00
Dragan Ivanovic
4728027865
Merge pull request #409 from litvinovg/revert_check
reverted check to fix default autocompletion type
2023-06-22 16:11:01 +02:00
Georgy Litvinov
77d63f2c5f reverted check to fix default autocompletion type 2023-06-22 09:49:04 +02:00
Dragan Ivanovic
5ff98823ca
Merge pull request #408 from litvinovg/autocomplete_form_fix
Autocomplete object property form fixes
2023-06-21 16:12:50 +02:00
dc72cd0b62
added locale selection data getter n3 configuration (#407)
Co-authored-by: Georgy Litvinov <georgy.litvinov@tib.eu>
2023-06-21 16:07:06 +02:00
Georgy Litvinov
1536842020 added missing autocomplete.css 2023-06-21 13:08:05 +02:00
Georgy Litvinov
64b0d9b9ab revert escaping 2023-06-21 13:02:56 +02:00
0e984ebb74
Avoid lock on graph uri update (VIVO-3885) (#395)
* Avoid lock on graph uri update

* Run in VitroBackground named thread. Avoid creating threads if a thread to update graph uris has been already created.

---------

Co-authored-by: Georgy Litvinov <georgy.litvinov@tib.eu>
2023-06-16 13:53:04 +02:00
58e479a08a
Updated owlapi dependency (#401) 2023-06-16 09:13:00 +02:00
Brian Lowe
fb9d86a57d
Use same logic to remove blank nodes from reasoner's internal model as used in RDFService (#397)
* Refactor blank-nodes-as-variables behavior from RDFServiceJena to JenaModelUtils; use this logic when removing triples from the TBox reasoner's internal assertions model.  Add unit test.

* Remove complication of datasets and remove blank nodes directly from models

* Remove temporary debugging logging

* Simplify original blank node tree logic

* Remove unneeded imports
2023-06-15 12:55:23 +02:00
Dragan Ivanovic
3a88c451ab
Adding missing labels (#394)
* Adding missing labels

* improvement of a Serbian label translation

* Update home/src/main/resources/rdf/i18n/ru_RU/interface-i18n/firsttime/vitro_UiLabel.ttl

Co-authored-by: Georgy Litvinov <git@litvinovg.pro>

* Update home/src/main/resources/rdf/i18n/ru_RU/interface-i18n/firsttime/vitro_UiLabel.ttl

Co-authored-by: Georgy Litvinov <git@litvinovg.pro>

---------

Co-authored-by: Georgy Litvinov <git@litvinovg.pro>
2023-06-15 12:49:59 +02:00
a5a7e640d2
Fix for VIVO-3871 (#393)
* Fallback to default graph in bulk ontology model update

* test added

---------

Co-authored-by: Georgy Litvinov <georgy.litvinov@tib.eu>
2023-06-06 15:07:19 +03:00
Dragan Ivanovic
f19d0a08c2
Revert "don't create add url if neither of 'select from existing' nor 'provide selection' options set (#385)" (#389)
This reverts commit 6c9e21544a.
2023-05-23 10:49:57 +02:00
329b8e4100
Escape html (#388)
* Escape value in delete property form

* escape labels

* Revert "escape labels"

This reverts commit cd825d7587d629bc44c7fece31eb1bfa5cb6f241.
2023-05-09 13:04:21 +02:00
Brian Lowe
a22aa37394
Change PropertyKey class name and namespace (#386)
* Change PropertyKey class name and namespace

* Fix prefix/namespace error found in code review.
2023-05-08 14:25:46 +02:00
Brian Lowe
c527de5ad8
Handle preferred language when creating new class and property groups (#383)
* Handle preferred language when creating new class and property groups

* Convert tabs to spaces in affected lines.
2023-05-01 09:52:11 +02:00
Brian Lowe
dec725a022
Propagate selectFromExisting and offerCreateNew settings from base ob… (#384)
* Propagate selectFromExisting and offerCreateNew settings from base object property to new faux property.

* Match tab usage of existing file.
2023-04-27 16:41:02 +02:00
6c9e21544a
don't create add url if neither of 'select from existing' nor 'provide selection' options set (#385)
Co-authored-by: Georgy Litvinov <georgy.litvinov@tib.eu>
2023-04-27 16:40:43 +02:00
2535750cfa
fix: Escape data property value (#387)
Co-authored-by: Georgy Litvinov <georgy.litvinov@tib.eu>
2023-04-27 16:21:31 +02:00
Dragan Ivanovic
c0b48511e2
Merge pull request #375 from litvinovg/translation_converter_fix
Check if provided path is directory in translation converter
2023-03-06 14:42:56 +01:00
Dragan Ivanovic
4e452573f2
Merge pull request #376 from litvinovg/avoid_write_models_into_log
Avoid writing the whole model into debug log
2023-03-03 18:04:52 +01:00
b9e4e792d3
removed tab 2023-03-03 17:39:33 +01:00
Georgy Litvinov
67c0421bea Avoid writing the whole model into debug log 2023-03-03 17:28:33 +01:00
Georgy Litvinov
dae6a808b6 Added check if provided path is directory 2023-03-03 14:48:35 +01:00
Dragan Ivanovic
0c8b02a630
Merge pull request #371 from litvinovg/vclass_browsing_error_fix
Remove old hack that leads to 500 error
2023-02-28 15:28:37 +01:00
Dragan Ivanovic
98f2de3c04
Merge pull request #373 from TAMULib/3821-map_of_science_properties
VIVO 3821: Add configuration to disable or enable Map of Science visualization.
2023-02-28 15:13:14 +01:00