Arno Kaimbacher
8ea540a88c
- laravel framework upgrade frpm 7.x to 8. see also: https://laravel.com/docs/8.x/upgrade#assert-exact-json-method
...
- use PHP7 null coalesce operator instead of laravel optional method
- change Breadcrumbs::register method to Bredcrumbs::for method
- composer updates
2022-08-10 11:18:10 +02:00
dfe76d1a36
- composer updates for 3rd party libraries
...
- LoginController.php: logout to new frontend
- db migration file for changing smallInteger to integer for: elevation_min, elevation_max, elevation_absolut, depth_min, depth_max, depth_absolut
2022-08-04 15:03:05 +02:00
526b48b06e
- bug release: oai-dc: doi identifier into dec:relations; oai-datacite: support translated abstract
...
- composer updates
2022-02-03 16:14:03 +01:00
995967b734
- oai: add open_access set
...
- datasetxml2oai-pmh.xslt: remove file downloads from dataset identifier
- composer updates
2022-01-25 15:00:42 +01:00
76b351fb73
- OAI RequestController with time granularity for 'until' and 'from' parameter
2022-01-18 17:33:24 +01:00
Arno Kaimbacher
3004e5bb9b
- add language tag to title attribute for dublin core: dc:title xml:lang="de"
...
- composer updates
2021-07-06 15:35:48 +02:00
d80a8ab3f4
- also update solr index in EditorController.php and DoiController.php
...
- composer updates
2021-06-10 11:53:45 +02:00
75b37368e4
- change relation between document and dataset_subjects to M : n:
...
a. during creating a dataste, also find existing keywords and attach them
b. DatasetExtension.php
c. Subject.php: protected $table = 'dataset_subjects';
d. migration file for crete_dataset_subjects_table
- change api routes for also using url alias if defined
- composer updates: composer.lock
2021-06-07 16:53:45 +02:00
b6338b0543
- also group api routes in routes/api.php
...
- formating inside web.php
- composer updates
2021-06-02 09:21:49 +02:00
5585b9d04a
- change 'server_date_modified' if licence was modified in Web-Backend (Licence.php touches property)
...
- oai_datacite.xslt and doi_datacite.xslt: descriptionType of abstract mus be camel case
- npm updates
- composer updates
2021-05-27 17:44:01 +02:00
9601389d83
- Bug: data serialisaion on laravel 7.x (Coverage.php)
...
- solr path without solr string
- composer updates
2021-05-27 11:28:57 +02:00
bcbd05d7d8
- Upgrade to 7.x from 6.x #11
2021-05-25 14:15:02 +02:00
Arno Kaimbacher
4e44d9d996
- all editor cano now updates DOI's in backend
...
- composer updates
2021-05-19 15:10:46 +02:00
b5abcef327
- add ui for editor for publishing dois
...
- composer updates
- unit test with test credentials
2021-05-18 13:17:29 +02:00
691d824a4f
- update composer dependencies for php 8
...
- remove log alerts in DoiController.php
2021-05-11 10:31:16 +02:00
9b6a6469d7
- DOI implementation wit unit testing
2021-02-26 17:02:07 +01:00
Arno Kaimbacher
7f9bd089b1
- composer updates
...
- change "davejamesmiller/laravel-breadcrumbs": "5.x" to "diglactic/laravel-breadcrumbs": "^6.1",
2021-02-18 16:56:51 +01:00
Arno Kaimbacher
5bbb3c5876
- add name_type 'Personal' and 'Organizational' for persons table (change also user interfaces therefore)
...
- don't use node-sass anymore
npm updates
- composer updates
- laravel-mix now produces licence files for compiled javascripts
2020-10-22 16:36:43 +02:00
Arno Kaimbacher
390b2396eb
- solr.xslt autor and author_sort are now sorted by @SortOrder
...
- composer updates
- new artisan command 'update:dataset {dataset : The ID of the dataset}' for updating solr index for specific datasets
- DatasetExtension.php: alaso svae 'sort_order' for authors and contributors
- twice solr.xslt: sort authors also in solr index
2020-10-01 18:38:31 +02:00
Arno Kaimbacher
30afb3b1f8
- Dataset.php: autors() and contributors() are now sorted by pivot attribute 'link_documents_persons.sort_order'
...
- show id attribute of persorns larger in PersonTable.vue
- composer updates
2020-09-21 18:20:13 +02:00
Arno Kaimbacher
ecaf2b5790
- composer and npm updates
2020-09-14 13:46:27 +02:00
Arno Kaimbacher
2bf8cb82b5
- \frontend\dataset\show.blade.php: no shows file extension
...
- \frontende\home\index.blade.php: shows certified by instead of publisher
- \layouts\app.blade.php: correct link to github repository of tethys
2020-09-08 12:15:21 +02:00
Arno Kaimbacher
385ae20a1b
- throw OaiModelException if no metadata prefix is defined (ListRecords)
...
- composer updates
- new version of manual
2020-07-28 09:22:28 +02:00
Arno Kaimbacher
3125df767b
- 'from' and 'until' paramter in ReuqestController.php for OAI requests
...
- composer updates
- configure solr host with protocol
2020-07-27 13:58:47 +02:00
Arno Kaimbacher
64faf73564
- composer updates
...
- readm.md with links to the wiki
2020-07-14 14:40:02 +02:00
Arno Kaimbacher
ed33371dad
- readme.md with installation manual
...
- composer updates
- npm security fixes
- composer updates
2020-06-22 22:04:10 +02:00
Arno Kaimbacher
b3094718b2
- composer updates
...
- Publisher instead of 'Cooperation Partners'
- lettering instead of logo
- add gba logo
- styling
2020-06-15 13:34:03 +02:00
Arno Kaimbacher
a648cede36
- composer updates
...
- help document for geopackage on the dashboard
- email address without [et]
- removing banner on frontend
2020-06-10 21:09:39 +02:00
Arno Kaimbacher
a52d029ac8
- composer updates
...
- embargo date optional in oai datacite and dc - cmpare unix timestamps
2020-06-10 21:09:39 +02:00
Arno Kaimbacher
c0e381ba3a
- composer updates
...
- dynamical connection string to solr for the search via .env-file: settings for SOLR_HOST und SOLR_CORE
2020-06-10 21:09:38 +02:00
Arno Kaimbacher
3b3481d18c
- add matomo tracking code in views\layouts\app.blade.php
...
- delete old unused views in views\rdr\borrow\***
- composer updates
2020-06-10 21:09:38 +02:00
Arno Kaimbacher
19e2d7ea95
- map 'id' of dataset to 'publish_id'
2020-06-10 21:09:38 +02:00
Arno Kaimbacher
1dbec01782
- change solr mapping of attribut 'id' do database attribute 'publish_id'
...
- composer updates
- PagesController.php: query publish_id
2020-06-10 21:09:38 +02:00
Arno Kaimbacher
780bdbb4a4
- both solr.xslt to define licence field for solr
...
- composer updates
- sytax in SolrDocumentXslt.php
2020-06-10 21:09:37 +02:00
Arno Kaimbacher
35e71a13c3
- composer updates
...
- Formatierungsfehler bei Coverage im XML-Output von dc:coverage wurde behoben
- DataCite: AlternateIdentifier zeigt nun die Landing Page zum Datensatz an
- statt "Datum der Freischaltung" wird nun "Embargo-Ende" auf der Landing Page angezeigt
- Projekte werden nun bei der OAI-ListSets-Abfrage angezeigt siehe: https://repository.geologie.ac.at/oai?verb=ListSets
- Abstand vor dem Titel in den Suchergebnissen
2020-06-10 21:09:37 +02:00
Arno Kaimbacher
e89df8ec2a
- upgrade laravel 5.8 to 6.0
...
- change Input facade with Request facade
- route parameter must exactly match
- php minimum version ^7.2
- start cron job for deleting expired cache files
2020-06-10 21:09:37 +02:00
Arno Kaimbacher
214b118199
- keyword recommendation
...
- composer updates
2020-06-10 21:09:37 +02:00
Arno Kaimbacher
79b51e93e7
- add ResumptionToken for OAI-ListIdentifiers
...
- max identifiers and reciords via config
- add constants.php
- add clear-expired command for deleting obsolete cache
2020-06-10 21:09:37 +02:00
Arno Kaimbacher
9d8625225f
- composer updates
...
- IndexController.php: save crators with nameType 'Personal'
- change datacite to version 4.3
- date elements in datacite have the attribute dateType
2020-06-10 21:09:37 +02:00
Arno Kaimbacher
3a2336adad
- schow no contributor in oai if no contributor is defined
...
- add contributor_type during creating the dataset
2020-06-10 21:09:36 +02:00
Arno Kaimbacher
76bdfcdf92
- keywords in color grey - new calss . label-keyword in search_style.css
...
- composer updates
- user manaual as link in dashboard.blade.php
2020-06-10 21:09:36 +02:00
Arno Kaimbacher
85773609d7
+ composer updates
...
+ responsive logo in navigation
+ contact email in contact.blade.php
2020-06-10 21:09:35 +02:00
Arno Kaimbacher
7622c93473
- better search page
...
- white header on starting page else green
2020-06-10 21:09:35 +02:00
Arno Kaimbacher
8208558e8c
- composer updates
...
- consistent repository identifier in OAI requests
- open default formats in browser
- open files in new tab
2020-06-10 21:09:35 +02:00
Arno Kaimbacher
432db5e92f
- Webinhalte nach Cermak
...
- better help page
2020-06-10 21:09:34 +02:00
Arno Kaimbacher
82665ab35c
- composer updates
...
- DatasetExtension.php_ erweitert um EmbargoDate- und CreatedAt-Attribute
- dc:type im OAI ist nun nur Dataset
- datacite: Anzeige Erstellungsdatum und EmbargoDatum
- Im Frontend nun: "Datum der Freischaltung"
2020-06-10 21:09:34 +02:00
Arno Kaimbacher
6a8b27efa6
- composer updates
...
- syntax improvements PSR2
- delete Book.php and BorrowController.php
- correct GeoLocation() method in Dataset.php
- use namesspace of Breadcrumbs class in breadcrumbs.php
- npm updates
2020-06-10 21:09:34 +02:00
Arno Kaimbacher
27464d08f7
- ersistent Identifier: ID mit Url bei technischen Metadaten
...
- Embargo-Datum in den Tab "Inhalt"
- Filegröße in den Tab "Inhalt"
- Publisher und Herausgeber in den Tab "Technische Metadaten"
- usätzliche Titel, Referenzen
- OAI Link unten bei Hilfe
- composer updates
2020-06-10 21:09:33 +02:00
Arno Kaimbacher
a080faa91d
- new landing page first draft
2020-06-10 21:09:33 +02:00
Arno Kaimbacher
fd98c6c09d
- contact message box löschen
...
- Unbenennungen von TETHYS RDR zu Tethys RDR
- using correct exception models ind Oai RequestController
- composer updates
2020-06-10 21:09:32 +02:00