Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mutliple datatypes by property in template, and multiple properties with different names (laminas) #1597

Closed
wants to merge 37 commits into from

Commits on Sep 2, 2020

  1. Updated resource form to support extended settings.

    Daniel-KM authored and Daniel Berthereau committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    8b90d89 View commit details
    Browse the repository at this point in the history
  2. Stored the template settings in resource-form.js to simplify events.

    Daniel-KM authored and Daniel Berthereau committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    c6a2278 View commit details
    Browse the repository at this point in the history
  3. Added event "o:template-applied".

    Daniel-KM authored and Daniel Berthereau committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    b01133a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Updated display in resource template form when a property is title or…

    … description.
    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    5a226d2 View commit details
    Browse the repository at this point in the history
  2. Cleaned dataType() view helper and template.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    6f017f2 View commit details
    Browse the repository at this point in the history
  3. Added a method to get the labels of data types of a resource template…

    … property.
    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    6d99b92 View commit details
    Browse the repository at this point in the history
  4. Allowed resource templates to manage multiple datatypes and duplicate…

    … properties.
    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    3e723e2 View commit details
    Browse the repository at this point in the history
  5. Managed settings in resource template property form.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ffd7cd7 View commit details
    Browse the repository at this point in the history
  6. Added data type label to dataType() view helper and template.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    a7b16b1 View commit details
    Browse the repository at this point in the history
  7. Allowed to get a template property by property and by data type.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    689d0bb View commit details
    Browse the repository at this point in the history
  8. Updated resource template representation to manage multiple data types.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ba77536 View commit details
    Browse the repository at this point in the history
  9. Updated resource template adapter to manage multiple properties and d…

    …ata types.
    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ac87f3f View commit details
    Browse the repository at this point in the history
  10. Fixed omeka#1623 for remarks.

    Daniel Berthereau authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ba86c4d View commit details
    Browse the repository at this point in the history
  11. Updated views to manage multiple data types.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    606222d View commit details
    Browse the repository at this point in the history
  12. Managed duplicate properties during edition of resource template.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ebde210 View commit details
    Browse the repository at this point in the history
  13. Added a form element select for datatypes.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    a0c51a8 View commit details
    Browse the repository at this point in the history
  14. Updated method representation->values() to manage duplicate propertie…

    …s and data types.
    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    0c79827 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'feature/template_datatypes_3_/multiple_datatypes' into …

    …feature/template_datatypes_3
    Daniel Berthereau authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    d57bd38 View commit details
    Browse the repository at this point in the history
  16. Updated resource-form.js to manage templates with multiple properties…

    … and data types.
    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    6326149 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'feature/template_datatypes_3_/controller_view' into fea…

    …ture/template_datatypes_3
    Daniel Berthereau authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    c572222 View commit details
    Browse the repository at this point in the history
  18. Managed multiple data types during edition of resource template.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    4848c59 View commit details
    Browse the repository at this point in the history
  19. Managed single/multiple data types with the view helper DataType.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    4413604 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'feature/template_datatypes_3_/representation' into feat…

    …ure/template_datatypes_3
    Daniel Berthereau authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    54e8baf View commit details
    Browse the repository at this point in the history
  21. Managed import/export of resource title and description for templates.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    a86bf0f View commit details
    Browse the repository at this point in the history
  22. Merge branch 'feature/template_datatypes_3_/resource_edit' into featu…

    …re/template_datatypes_3
    Daniel Berthereau authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    532fe66 View commit details
    Browse the repository at this point in the history
  23. Updated views to manage multiple data types.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    bac3d3e View commit details
    Browse the repository at this point in the history
  24. Merge branch 'feature/template_datatypes_3_/forms' into feature/templ…

    …ate_datatypes_3
    Daniel Berthereau authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    acb20b1 View commit details
    Browse the repository at this point in the history
  25. Updated export of resource templates to manage multiple data types.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    804765c View commit details
    Browse the repository at this point in the history
  26. Added an option to select default data types for resource forms.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    03690cb View commit details
    Browse the repository at this point in the history
  27. Merge branch 'feature/template_datatypes_3_/controller_view' into fea…

    …ture/template_datatypes_3
    Daniel Berthereau authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    0ad7fd8 View commit details
    Browse the repository at this point in the history
  28. Updated import of resource templates to manage multiple data types.

    Daniel-KM authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    de3e69b View commit details
    Browse the repository at this point in the history
  29. Merge branch 'feature/template_datatypes_3_/default_datatypes' into f…

    …eature/template_datatypes_3
    Daniel Berthereau authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    8391e20 View commit details
    Browse the repository at this point in the history
  30. Merge branch 'feature/template_datatypes_3_/import_export' into featu…

    …re/template_datatypes_3
    Daniel Berthereau authored and Daniel Berthereau committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    e017ed6 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Added a flag when an error exists in resource form.

    Daniel Berthereau authored and Daniel Berthereau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    fc2e739 View commit details
    Browse the repository at this point in the history
  2. Added a wrapper for the item set and media sidebars.

    Daniel Berthereau authored and Daniel Berthereau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    4b488a0 View commit details
    Browse the repository at this point in the history
  3. Simplified resource-form.js to check multiple datatypes.

    Daniel Berthereau authored and Daniel Berthereau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    c0de88a View commit details
    Browse the repository at this point in the history
  4. Fixed resource template adapter when there is no property.

    Daniel Berthereau authored and Daniel Berthereau committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    189c018 View commit details
    Browse the repository at this point in the history