Skip to content

Releases: acdh-oeaw/apis-core-rdf

v0.6.3

08 Nov 07:58
Compare
Choose a tag to compare

0.6.3 (2023-11-08)

Bug Fixes

  • add apis-override-select2js to dependencies (697b4e1), closes #389
  • do not expect fields in EntitySerializer (e4480f3), closes #383
  • use RootObject instead of TempEntityClass in GetEntityGeneric (d03fad5), closes #380

Documentation

  • rearrange installation info and add URL dispatcher info (7d9fff3), closes #393
  • update README, now that apis-override-select2js is a dependency (f23e9eb)

v0.6.2

20 Oct 08:54
Compare
Choose a tag to compare

0.6.2 (2023-10-20)

Bug Fixes

  • add setuptools as django-model-utils dependency (de3a10a)
  • drop get_child_class() from AbstractEntity (e10c661), closes #323
  • move management command (f3097ba), closes #372
  • surround embedding of custom stylesheet with if statement (039f9d4), closes #364
  • ux: add nav class in template block (d389856)

Documentation

  • drop the poetry add line, as those are all dependencies (5c61809)
  • start documenting development practices (025186f)
  • update README.md (8c74d97), closes #361

v0.6.1

18 Oct 08:53
Compare
Choose a tag to compare

0.6.1 (2023-10-18)

Bug Fixes

  • drop collections as default field from entities filter (05e8ad9), closes #354
  • instead of pointing to admin, use the user login/logout routes (a5073db), closes #353
  • put footer and imprint in separate template blocks (53b3e10), closes #345
  • readd exclude list of fields in detail view and allow customization (0bd2446)
  • use value from model_to_dict instead of getattr (2e2f5fe)

v0.6.0

16 Oct 07:06
Compare
Choose a tag to compare

0.6.0 (2023-10-16)

⚠ BREAKING CHANGES

  • drop the charts dependency
  • if the GenericEntityListFilter was used with the method set to one of the included methods, the method attribute should now point to apis_core.utils.filtermethods...

Features

  • add Property to admin interface (b11352d)

Bug Fixes

  • add slash to shared_url templatetag (ff47d2a)
  • fixes merge_with function expecting TempEntityClass (e40ecb3)
  • introduce APIS_LIST_LINKS_TO_EDIT variable (8bc259c)
  • migrate management commands from apis-webpage to apis-rdf-core (09fac5e)
  • put function call in separate document.ready function (dd51f5b)
  • remove duplicate of references attribute in detail view (a381b02)
  • the contenttype of the rootobject should not be user editable (872386e)

Documentation

  • reference utils.filtermethods in configuration (8b6700d)

Code Refactoring

  • drop the charts dependency (c963cd8)
  • move filtermethods from apis_entities to utils (5068b49), closes #152

v0.5.0

05 Oct 07:44
Compare
Choose a tag to compare

0.5.0 (2023-10-05)

⚠ BREAKING CHANGES

  • apis_metainfo: drop Source model
  • drop apis module

Features

  • cleanup the default entity detail and edit view (8011894)
  • introduce new templatetags (0ce7df4), closes #293
  • put main-menu submenu items in separate blocks (45e031e), closes #306

Bug Fixes

  • allow overriding the entity form (f56ef89), closes #238
  • apis_entities: only set collection if the attribute exists (e7be0ec), closes #313
  • build docs without apis module (b44a706)
  • get rid of text model remains (8a90be2)
  • workaround for entities not inheriting from TempEntityClass (9ba5778)

Code Refactoring

v0.4.0

27 Sep 07:57
Compare
Choose a tag to compare

0.4.0 (2023-09-27)

Features

  • replaces feather icons with material-symbols (1d85d57)

Bug Fixes

  • api_routers: allow to let the id field be writable in API (71f85e6), closes #296
  • apis_entities: fix reversion for tempentity classes (cfb1771)
  • apis_entities: only set field attributes for existing fields (100de8c), closes #298
  • apis_metainfo: register the rootobject with reversion (b7217b9)
  • apis_relations: fix entity lookup for multi URI entities (0febd2a), closes #221
  • apis_relations: fix follow of property reveversion registration (6e4df12)
  • LegacyDateMixin get dates from DateParser datetimes (78215e4), closes #295
  • use empty dict as fallback for PROJECT_DEFAULT_MD (8aa5394)

v0.3.1

13 Sep 12:26
Compare
Choose a tag to compare

0.3.1 (2023-09-13)

Bug Fixes

v0.3.0

13 Sep 11:11
Compare
Choose a tag to compare

0.3.0 (2023-09-13)

⚠ BREAKING CHANGES

  • apis_entities, apis_metainfo: drop texts
  • apis_metainfo: cleanup menu block in base template

Features

  • apis_entities: enclose the relations listing in a relations block (f052035)
  • apis_metainfo: cleanup menu block in base template (8f5943b)
  • core: add userlogin-menu block to base.html (7bc4a29)
  • provide modal block in base template (86f5d43)

Bug Fixes

  • apis_entities, apis_metainfo: drop texts (063412f)
  • apis_metainfo: drop browsing/generic_list.html template (b5a9f7a), closes #151
  • deps: loosen Python dependency (0d37dcc), closes #255

v0.2.0

07 Sep 11:59
Compare
Choose a tag to compare

0.2.0 (2023-09-07)

⚠ BREAKING CHANGES

  • apis_metainfo: rename templatetags
  • apis_vis: drop apis_vis
  • apis_metainfo: drop UriCandidate

Features

  • apis_vis: drop apis_vis (7e69eb1), closes #206
  • core: Introduce LegacyDateMixin (fe3c205), closes #66
  • utils: introduce APIS_ENTITIES settings function (14fa858)

Bug Fixes

  • apis_entities,apis_relations: drop login_url override (2f3c6a4)
  • apis_entities: make relations pagination configurable (164d9dc)
  • apis_metainfo: rename templatetags (22b8145), closes #163
  • show reference button in detail view (9120ed2)

Code Refactoring

  • apis_metainfo: drop UriCandidate (8de5061), closes #183

v0.1.1

30 Aug 08:33
Compare
Choose a tag to compare

0.1.1 (2023-08-30)

Bug Fixes

  • replace custom duplication logic with signal (0b1c20d)
  • use the filter method of the superclass, if it exists (b96ec9e), closes #263