- Jul 29, 2019
-
-
Odai Alali authored
-
Odai Alali authored
-
Odai Alali authored
Resolve "validate data types for select inputs" Closes #175 See merge request dis/dis!65
-
Odai Alali authored
Fix: Update DisDataTable.vue: better "No data available" Message (fixes #165) Closes #165 See merge request dis/dis!66
-
Odai Alali authored
Resolve "widget infrastructure" Closes #173 See merge request dis/dis!63
-
Odai Alali authored
Resolve "widget implementation" See merge request dis/dis!64
-
- Jul 26, 2019
-
-
Odai Alali authored
-
Odai Alali authored
-
Knut Behrends authored
-
- Jul 25, 2019
-
-
Odai Alali authored
-
Odai Alali authored
-
- Jul 19, 2019
-
-
Odai Alali authored
-
- Jul 18, 2019
-
-
Odai Alali authored
-
- Jul 17, 2019
-
-
Odai Alali authored
-
Odai Alali authored
-
Odai Alali authored
-
- Jul 16, 2019
-
-
Odai Alali authored
-
- Jul 15, 2019
-
-
Odai Alali authored
-
Odai Alali authored
-
Odai Alali authored
Resolve "regarding to commit 2978ad17" Closes #172 See merge request dis/dis!62
-
Odai Alali authored
Resolve "Enable Data Lists from other data tables (on base level)" Closes #152 See merge request dis/dis!59
-
Odai Alali authored
-
Odai Alali authored
Update ApiController.php: Improve Error message by adding exception message.… See merge request dis/dis!60
-
- Jul 12, 2019
-
-
Odai Alali authored
-
Odai Alali authored
-
Knut Behrends authored
Update ApiController.php: Improve Error message by adding exception message. Often the error is "permission denied" or "No such file or directory" and the user should see this in the yellow "toast message dialogs"
-
- Jul 11, 2019
-
-
Odai Alali authored
-
Odai Alali authored
-
Odai Alali authored
Improved image rescale See merge request dis/dis!58
-
Henning Lorenz authored
this commit is a merge of 3 commts - resize to reduced image size (preview) based on image width is not meaningful for all image types. This change implements different resize (according to width or according to height) depending on the file type that is specified in the Files Upload form. - modify the resize function to do uniform resize to fit image into box of 1000 x 1000 pixels with preserved aspect ration, image quality jpeg 80%. Optional is resize according to height by minor change of code (see comments). - core diameter dependent resizing added 1. save the original 2. convert original to jpeg 3. resize to fit into 1000 x 1000 pixels 3.1 resize for CS and SS according to core diameter: CS is scaled according to the circumference of the core and SS according to the diameter, both at a resolution of 2 pixel/mm on core surface. This resolution should be sufficient for previewing. After some testing I came to the conclusion that jpeg 80 files are 5-9 times smaller than jpeg 100 files. The images are virtually indistinguishable even at overzoom. Thus, at present, jpeg quality is set to 80. It saves space on the testing system and will be sufficient also for most projects, but can be changed at any time.
-
Henning Lorenz authored
"Files Form" and "Files Upload" did not work after deletion of the original archive_files table (created by "yii seed") and re-creation of the table by the template manager (this procedure is necessary when project_ or core_ tables that need to be modified are blocked/referenced by archive_files FKs). The problem were missing "mime type" and "metadata" field descriptions in ArchiveFile.json. This commit adds the two missing fields and modifies some of the comments (on the basis of the original table).
-
- Jul 08, 2019
-
-
Odai Alali authored
-
- Jul 01, 2019
-
-
Ralph Reckert authored
closes #168 I could reproduce and fix the problem. Maybe it was working on Odai's laptop due to a different PHP version or configuration.
-
- Jun 21, 2019
-
-
Ralph Reckert authored
fix: Limit length of foreign key names in database (<=64); prevent double foreign keys due to changed naming convention closes #169
-
- Jun 04, 2019
-
-
Odai Alali authored
-
Odai Alali authored
closes #164
-
Odai Alali authored
related #166
-
Odai Alali authored
-
- May 29, 2019
-
-
Odai Alali authored
-
Odai Alali authored
closes #167
-