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
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
25ea8d40e1
- add api methods for frontend
...
- change oai paging size inside config/oai.php to 100
- change .user.ini file upload size
- change OIA RequestController for validations
2022-01-18 09:51:31 +01:00
Arno Kaimbacher
00bea6885e
- add alias_url ind config/app.php
...
- Define constants DATACITE_PREFIX abd APP_URL inside wevpack.mix.js
- define subdomains for alias and dois inside routes/web.php
- install dotenv via npm
2021-06-01 17:32:19 +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
b5abcef327
- add ui for editor for publishing dois
...
- composer updates
- unit test with test credentials
2021-05-18 13:17:29 +02:00
9b6a6469d7
- DOI implementation wit unit testing
2021-02-26 17:02:07 +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
4bc66213a4
- inform main admin about new user registration
...
- in UserController.php new user is created and and email will be sent
- email view is in resources/views/emails/newUserEmail.blade.php
- App\MailNewUser Mailable
2020-10-13 12:18:49 +02:00
Arno Kaimbacher
7b69477712
- display project if defined on landing page
...
- delete log settings in app.php (added logging.php)
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
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
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
728687304c
- composer updates
...
- publisher_name dafault auf 'Geologische Bundesanstalt (GBA)'
- componet facet-list auf facet-category unbenannt
- change database.php um eventuell schema aus dem .env-file zu entnehmen, fall angegeben
- LicencesTableSeeder.php amgepasst
2020-06-10 21:09:32 +02:00
Arno Kaimbacher
795313d3dd
- add archive disk to config\filesystems.php
...
- correct getPath method with public path in app\models\File.php
- composer updates
2020-06-10 21:09:32 +02:00
Arno Kaimbacher
4b8f2a63d8
1. Timer auf 60 Minuten und 10 Minuten vorher eine Warnung
...
11. Continue statt Review Dataset (im Step 3)
12. keywords auf default 'uncontrolled' einfrieren
14. Lizenzen mit Links versehen
19. Timezone: 'timezone' => 'Europe/Vienna'
20. angefangen mit RDR -> TETHYS Unbenennungen
21. translated validation ausgebessert
22. dataset als Typescript Instanz
2020-06-10 21:09:27 +02:00
Arno Kaimbacher
265cfbcd30
- larvale version 5.6 to 5.8
2020-06-10 21:09:26 +02:00
Arno Kaimbacher
78a88081c2
better search user interface:
...
- facets as object properties
- composer updates
2020-06-10 21:09:25 +02:00
Arno Kaimbacher
dd2ad2d898
- 'xsltfile' => "public/solr.xslt"
...
- search_style.css
- vuejs based solr search
- vuejs facets
2020-06-10 21:09:25 +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
54d6c5d434
- new subtitle in hero section with 26px
...
- bug im Backend augebessert
- db migration for documents via Config::get
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
07349197ed
databse config to pgsql
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
a463cb9e4c
- add translated description
...
- creator required
- filesize vrom ini file
- correctly delete dataset in SubmitController
2020-06-10 21:09:21 +02:00
Arno Kaimbacher
415016a4c2
allowed mimetypes from database
2020-06-10 21:09:16 +02:00
Arno Kaimbacher
f3f17d9371
MimetypesController
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
c89f5c6200
upload error plus .user.in
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
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
0457e65565
translateable cms pages
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
783ac823ba
edit static pages in backend
2020-06-10 21:09:11 +02:00
Arno Kaimbacher
de9cb50084
breadcrumbs
2020-06-10 21:09:11 +02:00
Arno Kaimbacher
ffbbc04206
add publish module
2020-06-10 21:09:10 +02:00
Arno Kaimbacher
8dc1f1b048
my changes
2020-06-10 21:09:10 +02:00
Arno Kaimbacher
28301e4312
initial commit
2020-06-10 21:04:18 +02:00