Arno Kaimbacher
7d1406ee5c
- array/string Helpers: Laravel Convert old array and string helpers into their modern class-based methods.
...
- Use Laravel Carbon: Laravel provides an Illuminate\Support\Carbon class which wraps the underlying Carbon class. By using this class, you gain access to some additional testing methods and create separation between your code and underlying dependencies.
2022-08-12 07:53:27 +00:00
Arno Kaimbacher
50ceeb193b
- Form Request array syntax: Convert pipe (|) delimited validation rules from strings into an array of validation rules while using Laravel Rule objects where available
...
- Streamline order methods: Streamline query builder orderBy calls with asc and desc arguments.
- delete some old Request-Clases
2022-08-12 06:52:06 +00:00
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
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
b5abcef327
- add ui for editor for publishing dois
...
- composer updates
- unit test with test credentials
2021-05-18 13:17:29 +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
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
0249bcc2c5
- favicons for all platforms
...
- deleting message box in contact view
- optional property for showing heading in PersonTable.vue
- showing reference type and additional abstratcs in detail view of dataset
- reduced relationTypes for references
2020-06-10 21:09:35 +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
6c54dae8f5
- landing page -> detail page of dataset
...
Dataset.php and show.blade.php
2020-06-10 21:09:33 +02:00
Arno Kaimbacher
43748471dc
landing page via php (blade)
2020-06-10 21:09:33 +02:00
Arno Kaimbacher
0fd0f02537
- bug: error if dataset table is empty
2020-06-10 21:09:33 +02:00
Arno Kaimbacher
c0022e3c1c
- DatasetExtension.php save also Reference for datacite and dublin_core transformations
...
- oai:datacite.xslt für relatedIdentifiers
- oai: dc: datasetxml2oai-pmh.xslt für dc:relation
- dataset.php correct hasEmbargoPassed() method
2020-06-10 21:09:32 +02:00
Arno Kaimbacher
a8ea6120fd
- licence name_long varchar 200
...
- remove and add authors and creators in edit form
- EditDataset.js
- add authors array to Dataset.ts
- use id in PersonTable.vue
- remove active styles from create-step1.blade.php
2020-06-10 21:09:29 +02:00
Arno Kaimbacher
f1728568c3
- add publisher_name and publish_id
...
- extend DatasetExtension wirt PublisherName and PublishId
- adapt migrations
2020-06-10 21:09:24 +02:00
Arno Kaimbacher
d9e295f039
- new frontend style
...
- GetRecord also with metadata
- no error during publishing
- more home views (etc. help, introduction)
- help image compressed (for web usage)
2020-06-10 21:09:23 +02:00
Arno Kaimbacher
7641c1dfdf
- added nearly all migration files
...
- added nearly all database seed files
2020-06-10 21:09:22 +02:00
Arno Kaimbacher
03bcbab560
edit references in editor edit view
2020-06-10 21:09:20 +02:00
Arno Kaimbacher
fed2fafd55
- release form mit radio buttons um preferred reviewer verpflichtend auswählen zu müssen
...
- reject form for editor
- beim Releasen mind. 1 Datensatz angeben
2020-06-10 21:09:20 +02:00
Arno Kaimbacher
178d0e7f6b
feature updates 21.05.2019
2020-06-10 21:09:20 +02:00
Arno Kaimbacher
aac9196650
- composer updates
...
- no submitters for dataset
- preferred reviewer instead of preferred editor
2020-06-10 21:09:19 +02:00
Arno Kaimbacher
ad982a1ac5
publication workflow: review
2020-06-10 21:09:17 +02:00
Arno Kaimbacher
de80de9d88
workflow releasing datasets
2020-06-10 21:09:17 +02:00
Arno Kaimbacher
2f930457d1
add depth to coverage model
2020-06-10 21:09:16 +02:00
Arno Kaimbacher
6bfbbea060
add coverage attributes
2020-06-10 21:09:16 +02:00
Arno Kaimbacher
d9b26afb3f
add keywords during publishing
2020-06-10 21:09:16 +02:00
Arno Kaimbacher
c86c9fe9f4
add workflow actions for manipulating server_state
2020-06-10 21:09:16 +02:00
Arno Kaimbacher
b7b04a61d6
error fix in the publication process
2020-06-10 21:09:16 +02:00
Arno Kaimbacher
535a9363cc
update solr index
2020-06-10 21:09:15 +02:00
Arno Kaimbacher
7c6654398d
workflow controller
2020-06-10 21:09:15 +02:00
Arno Kaimbacher
39623ff5a6
publication workflow
2020-06-10 21:09:15 +02:00
Arno Kaimbacher
bba029e74e
more metadata fields
2020-06-10 21:09:15 +02:00
Arno Kaimbacher
ba38fc1ed1
add geolocation for datacite metadata anf for backend
2020-06-10 21:09:14 +02:00
Arno Kaimbacher
e7d8dc21a0
oai datacite metadata
2020-06-10 21:09:14 +02:00
Arno Kaimbacher
559dd4ee10
add GetRecord to OAI request
2020-06-10 21:09:14 +02:00
Arno Kaimbacher
3b005f4555
better frontend with dataset files
2020-06-10 21:09:13 +02:00
Arno Kaimbacher
d788410cb5
add references and submitters
2020-06-10 21:09:13 +02:00
Arno Kaimbacher
fde8f76b7c
publish datasets with authors
2020-06-10 21:09:13 +02:00
Arno Kaimbacher
50bcae442e
better collection handlich in backend
2020-06-10 21:09:12 +02:00
Arno Kaimbacher
6990469c67
all models into model folder
2020-06-10 21:09:12 +02:00