* 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>
* Add select query document modifier with dynamic target field; use locale-specific sort fields when available.
* Add i18nized labels to index for autocomplete
* Remove lowercasing from label query
* Improved document modifier for multilingual field with defined suffix name
* Improved document modifier for multilingual field with defined suffix name
* refact: reverted access modifier changes
* Lowercase label in documentModifierI18nSort in case old solr schema is used which doesn't have lowercase filter
* fix: fixed queries and locale names
* fix: renamed new document modifier
* fix: use linkedHashMap to retain map sort fields order
* refact: extracted buildAndExecuteVClassQuery(List<String> classUris, int page, int pageSize, String alpha, VitroRequest vreq)
* fix: removed unused import
* fix: constant name aligned with other suffix
Co-authored-by: Brian Lowe <brian@ontocale.com>
* feat: introduced file upload
* fix: added file upload config settings
* fix: reverted auto formatting of upload file helper
* fix: replaced missed condition
* Improved naming, internationalization, removed file extensions as misleading information
* Fixed wrong bytes number representing 10Mb
* fix: show no media types allowed if no media types defined in runtime.properties
* fix: Add vitro-languages-home-core as installer dependency to have Vitro RDF internationalization files
* fix: change vitro-languages-core-home dependency type from tar.gz to pom