-
2.0.0-alpha
Pre-releaseSome checks failedCI Pipeline / japa-tests (push) Failing after 47sreleased this
2025-01-21 10:51:03 +01:00 | 33 commits to master since this releaseNew Features
-
MIME Type Management:
- Introduced
BaseModelwith fillable attributes andmergeFillableAttributesmethod. - Refactored
MimeTypemodel to extendBaseModel. - Implemented
destroymethod inMimeTypeControllerfor managing MIME type deletions. - Updated
Create.vuewith improved type safety and ref usage. - Added new routes for MIME type management.
- Introduced
-
Dataset Enhancements:
- Improved validations for
time_absolute,time_min, andtime_maxinSubmitter/DatasetController.tsandvalidators/dataset.ts. - Introduced a loading spinner in
submitter/Dataset/Edit.vueduring file uploads for enhanced UX. - Added form controls for time-related fields in
submitter/Dataset/Create.vue.
- Improved validations for
-
UI and Frontend Improvements:
- Redesigned
password-meter.vuewith clearer hint messages. - Improved keyword search in
SearchCategoryAutocomplete.vue. - Updated favicon for better branding.
- Redesigned
Bug Fixes
-
File Upload and MIME Type Handling:
- Removed serialization of
fileDatato fix browser compatibility issues. - Marked already uploaded files as deleted in
FileUpload.vue.
- Removed serialization of
-
Dataset Sorting:
- Ensured files are loaded in ascending order (
sort_order) in edit mode.
- Ensured files are loaded in ascending order (
-
Validation Updates:
- Increased title length to 255 characters and description length to 2500 characters.
- Added refined validation rules for spatial coverage in leaflet maps.
Improvements
-
Pagination and Routing:
- Added pagination to
AdminuserControllerwith 10 records per page. - Introduced new route
/dataset/categorizefor dataset categorization.
- Added pagination to
-
Email Notifications:
- Enabled reviewers to reject datasets with email notifications for editors.
-
Backend and Dependency Updates:
- Performed npm updates.
- Updated
@symfony/webpack-encorefrom^4.6.1to^5.0.1. - Added new validation rules:
allowed_extensions_mimetypes.tsanddependent_array_min_length.ts.
-
Refactored Controllers and Views:
- Refactored
AdminuserController.tsto allow editing of userfirst_nameandlast_name. - Enhanced error reporting for wildcard fields using
vanilla_error_reporter.
- Refactored
Known Issues
- None reported for this release.
Deployment Notes
- Ensure dependencies are updated, including
npm installfor the latest updates. - Check that new routes and validation rules are properly integrated into the application.
Downloads
-
Source code (ZIP)
5 downloads
-
Source code (TAR.GZ)
6 downloads
-