Skip to content

Releases: dmm-com/pagoda

v3.40.0

06 Mar 03:12
3d4b35a
Compare
Choose a tag to compare

Changed

  • Upgrade django version from 3.2.16 to 3.2.17
  • Optimize role form with React Hook Form
    Contributed by @syucream

Fixed

  • Fixed the following bugs
    Contributed by @hinashi, @syucream, @userlocalhost
    • Fixed pagination count in list page
    • Fixed to add the first attribute into entity
    • Fixed edit entry when nothing role value
    • Fixed a bug not to be able to move correct page after creating Entity
    • Fixed append list value in edit array named entry
    • Fixed a bug not to be able to erase selected referral information at EntryEdit page

v3.39.0

06 Mar 03:12
33b66e3
Compare
Choose a tag to compare

Added

  • Added feature to be able to sort Entries by created time order at list page
    Contributed by @userlocalhost

Changed

  • The first prototype of decoupling frontend implementation from
    presentation to service layer that only has JavaScript processing
    for increasing maintenancability.
    Contributed by @hinashi, @syucream, @userlocalhost
  • Changed to use DjangoContext instead of login page static descriptions
    Contributed by @userlocalhost

Fixed

  • Fixed anchor link in edit entry.
    Contributed by @hinashi

v3.38.0

27 Jan 08:02
8ce3e26
Compare
Choose a tag to compare

Added

  • Added processing to be able to configure sort-order at list Entry page.
    Contributed by @userlocalhost
  • Show entity link/name on job list
    Contributed by @syucream

Changed

  • Changed margins on all pages.
    Contributed by @hinashi

v3.37.0

27 Jan 08:02
1738c1d
Compare
Choose a tag to compare

Added

Fixed

  • Fixed wrong ACL criterion for copy and delete processing.
    Contributed by @userlocalhost

v3.36.0

16 Jan 07:41
2b2312f
Compare
Choose a tag to compare

Changed

  • Changed model for Permission to be able to track history of each of them
    when Role permissions were changed
    Contributed by @syucream, @userlocalhost, @hinashi

v3.35.1

16 Jan 07:40
Compare
Choose a tag to compare

Added

  • Added following features
    • Added attribute 'permissions' at export role feature.
    • Enable to receive data that has permissions attribute from import file.
      Contributed by @syucream, @userlocalhost, @hinashi
  • Make app title a link to top page
    Contributed by @syucream
  • Add a link to entry details page
    Contributed by @syucream
  • Enable to simple-search on AppBar
    Contributed by @syucream
  • Support pagination on advanced search result
    Contributed by @syucream
  • Autofocus at simple search box on dashboard page
    Contributed by @syucream
  • Enable to multi-select advanced search conditions from auto-completed items
    Contributed by @syucream
  • Show entity name on simple search result
    Contributed by @syucream

Changed

  • Make attribute name field shorter
    Contributed by @syucream
  • Replace with an empty element on deleting the first element on array-string and array-named-entry
    Contributed by @syucream

Fixed

  • Fixed a bug of Entry.search_entries() when None is passed at the user parameter.
    Contributed by @userlocalhost
  • Fixed a bug not to be able to import Role just after exporting.
    Contributed by @hinashi, @userlocalhost
  • Fixed exact match search results were excluded in simple search
    Contributed by @hinashi
  • Don't show prompt when just showing edit user page
    Contributed by @syucream

v3.34.0

16 Jan 07:38
76fe51e
Compare
Choose a tag to compare

Changed

  • Changed refresh recent job list periodically.
    Contributed by @syucream

v3.33.0

16 Dec 05:17
87c3b5a
Compare
Choose a tag to compare

Changed

  • Upgrade node version from 7.2 to 8.12
    Contributed by @hinashi

v3.32.0

16 Dec 05:17
af3ced0
Compare
Choose a tag to compare

Added

  • Added new UI entity history.
    Contributed by @syucream
  • Added new UI entry history.
    Contributed by @syucream

Changed

  • Changed str type and text type to not date format.
    Contributed by @hinashi

Fixed

  • Fixed not outputting in YAML export when there is no value in str, text type.
    Contributed by @hinashi
  • Fixed an issue where role, array_role, boolean type was not output correctly in YAML export.
    Contributed by @hinashi

v3.31.0

16 Dec 05:17
Compare
Choose a tag to compare

Added

  • Added new UI entity export and import.
    Contributed by @syucream

Fixed

  • Fixed problem not to be able to get boolean typed data with correct type
    Contributed by @hinashi, @userlocalhost