-
2.0.0-alpha
Some checks failedCI Pipeline / japa-tests (push) Failing after 47sreleased this
2025-01-21 09:51:03 +00:00 | 0 commits to master since this releaseNew Features
-
MIME Type Management:
- Introduced
BaseModel
with fillable attributes andmergeFillableAttributes
method. - Refactored
MimeType
model to extendBaseModel
. - Implemented
destroy
method inMimeTypeController
for managing MIME type deletions. - Updated
Create.vue
with improved type safety and ref usage. - Added new routes for MIME type management.
- Introduced
-
Dataset Enhancements:
- Improved validations for
time_absolute
,time_min
, andtime_max
inSubmitter/DatasetController.ts
andvalidators/dataset.ts
. - Introduced a loading spinner in
submitter/Dataset/Edit.vue
during 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.vue
with 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
fileData
to 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
AdminuserController
with 10 records per page. - Introduced new route
/dataset/categorize
for 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-encore
from^4.6.1
to^5.0.1
. - Added new validation rules:
allowed_extensions_mimetypes.ts
anddependent_array_min_length.ts
.
-
Refactored Controllers and Views:
- Refactored
AdminuserController.ts
to allow editing of userfirst_name
andlast_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 install
for the latest updates. - Check that new routes and validation rules are properly integrated into the application.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-