• 2.0.0-alpha 537c6fd81a

    2.0.0-alpha
    Some checks failed
    CI Pipeline / japa-tests (push) Failing after 47s
    Pre-release

    kaiarn released this 2025-01-21 09:51:03 +00:00 | 0 commits to master since this release

    New Features

    • MIME Type Management:

      • Introduced BaseModel with fillable attributes and mergeFillableAttributes method.
      • Refactored MimeType model to extend BaseModel.
      • Implemented destroy method in MimeTypeController for managing MIME type deletions.
      • Updated Create.vue with improved type safety and ref usage.
      • Added new routes for MIME type management.
    • Dataset Enhancements:

      • Improved validations for time_absolute, time_min, and time_max in Submitter/DatasetController.ts and validators/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.
    • UI and Frontend Improvements:

      • Redesigned password-meter.vue with clearer hint messages.
      • Improved keyword search in SearchCategoryAutocomplete.vue.
      • Updated favicon for better branding.

    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.
    • Dataset Sorting:

      • Ensured files are loaded in ascending order (sort_order) in edit mode.
    • 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.
    • 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 and dependent_array_min_length.ts.
    • Refactored Controllers and Views:

      • Refactored AdminuserController.ts to allow editing of user first_name and last_name.
      • Enhanced error reporting for wildcard fields using vanilla_error_reporter.

    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