Commit Graph

28 Commits

Author SHA1 Message Date
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
1b2e77d907 - Convert class references from strings to static ::class constants built-in to PHP for improved code completion and static analysis.
- Replace Facade references using the global namespace with their FQCN for improved code completion and static analysis.
- delete database\factories\PageFactory.php and app\services\Registrar.php
2022-08-05 13:26:42 +02:00
1a387965c6 - search tsyle: doi url in green color
- datasets without a DOI ar getting the landingpage /dataset/{id}
2021-06-02 11:48:25 +02:00
9138090e14 - if dataset has no doi, show normal landingpage in search site (vue component) 2021-06-02 11:19:27 +02:00
bcbd05d7d8 - Upgrade to 7.x from 6.x #11 2021-05-25 14:15:02 +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
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
43748471dc landing page via php (blade) 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
6d0638e201 - ORCID upper case in creator table
- PS2 formating for EditorController, IndexController, SubmitController
- all function camel case in HomeController
- composer update
2020-06-10 21:09:31 +02:00
Arno Kaimbacher
25f3175a92 - add php_info route for testing php settings (/info) 2020-06-10 21:09:31 +02:00
Arno Kaimbacher
9855c235b7 solraium faceted search 2020-06-10 21:09:24 +02:00
Arno Kaimbacher
7bf0337faf - new SearchController
- new subtitle in hero section
- MimetypeTableSeeder with geo-Package
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
084a1a2b8c - add SolrIndexBuilder artisan command
- Sitelinkcontroller: data filter via raw sql
- primary key for HasValue model
- config/solarium.php new config values
- bug on migration fie for document_xml_cache
2020-06-10 21:09:22 +02:00
Arno Kaimbacher
c082b4bc60 - add additional migration files
- add seeder for collections
- coverage x_min, x_max, y_min, y_max
- SitelinkController db-independent
2020-06-10 21:09:22 +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
6bfbbea060 add coverage attributes 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
f0e84a2991 language localization with browser settings 2020-06-10 21:09:13 +02:00
Arno Kaimbacher
8d91d0e7a8 langswitch 2020-06-10 21:09:13 +02:00
Arno Kaimbacher
3b005f4555 better frontend with dataset files 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
Arno Kaimbacher
98f50a2b6f move search logic to frontend 2020-06-10 21:09:11 +02:00
Arno Kaimbacher
783ac823ba edit static pages in backend 2020-06-10 21:09:11 +02:00