Releases: systopia/de.systopia.eck
Entity Construction Kit 1.0-beta12
The Entity Construction Kit (ECK) provides a user interface and an API for creating and managing custom CiviCRM entities. In conjunction with custom fields being attached to those entities, things in your business logic can be modeled more clearly, when standard CiviCRM entities are not sufficient.
Read more about entities and how to use this extension in the documentation.
Changes since 1.0-beta11
Full Changelog: 1.0-beta11...1.0-beta12
Known Issues
- The documentation needs to be updated to reflect the nice UI this extension is being shipped with, and also regarding permissions
Acknowledgements
Huge thanks to @colemanw and the CiviCRM Core team for making this extension possible. There were a lot of related PRs to Core and also to ECK for keeping up with current development of APIv4, SearchKit and FormBuilder.
Plans
For a first stable version we'd like to further improve code quality and automated testing on GitHub.
Entity Construction Kit 1.0-beta11
The Entity Construction Kit (ECK) provides a user interface and an API for creating and managing custom CiviCRM entities. In conjunction with custom fields being attached to those entities, things in your business logic can be modeled more clearly, when standard CiviCRM entities are not sufficient.
Read more about entities and how to use this extension in the documentation.
Changes since 1.0-beta10
- Fix bad conditions for calculating fields metadata for entities in #134 by @cwerstuik, @jensschuppe
Full Changelog: 1.0-beta10...1.0-beta11
Known Issues
- The documentation needs to be updated to reflect the nice UI this extension is being shipped with, and also regarding permissions
Acknowledgements
Huge thanks to @colemanw and the CiviCRM Core team for making this extension possible. There were a lot of related PRs to Core and also to ECK for keeping up with current development of APIv4, SearchKit and FormBuilder.
Plans
For a first stable version we'd like to further improve code quality and automated testing on GitHub.
Entity Construction Kit 1.0-beta10
The Entity Construction Kit (ECK) provides a user interface and an API for creating and managing custom CiviCRM entities. In conjunction with custom fields being attached to those entities, things in your business logic can be modeled more clearly, when standard CiviCRM entities are not sufficient.
Read more about entities and how to use this extension in the documentation.
Changes since 1.0-beta9
- Fix
Deprecated function CRM_Core_Page::assign_by_ref, use assign
in #130 by @jensschuppe - Remove unnecessary hack copied from core form controllers in #131 by @jensschuppe, @colemanw
- Do not return fields for uninitialized object - always return variable reference in cb029e7 by @jensschuppe
Full Changelog: 1.0-beta9...1.0-beta10
Known Issues
- The documentation needs to be updated to reflect the nice UI this extension is being shipped with, and also regarding permissions
Acknowledgements
Huge thanks to @colemanw and the CiviCRM Core team for making this extension possible. There were a lot of related PRs to Core and also to ECK for keeping up with current development of APIv4, SearchKit and FormBuilder.
Plans
For a first stable version we'd like to further improve code quality and automated testing on GitHub.
Entity Construction Kit 1.0-beta9
The Entity Construction Kit (ECK) provides a user interface and an API for creating and managing custom CiviCRM entities. In conjunction with custom fields being attached to those entities, things in your business logic can be modeled more clearly, when standard CiviCRM entities are not sufficient.
Read more about entities and how to use this extension in the documentation.
Changes since 1.0-beta8
- Do not return fields for uninitialized object in #125 by @colemanw, @dontub
- Add DAO fields to API metadata when the entity type name is known in #127 by @jensschuppe, @colemanw
- Do not add implicit filters for "created_date" and "modified_date" fields in
get
API in #128 by @jensschuppe
Full Changelog: 1.0-beta8...1.0-beta9
Known Issues
- The documentation needs to be updated to reflect the nice UI this extension is being shipped with, and also regarding permissions
Acknowledgements
Huge thanks to @colemanw and the CiviCRM Core team for making this extension possible. There were a lot of related PRs to Core and also to ECK for keeping up with current development of APIv4, SearchKit and FormBuilder.
Plans
For a first stable version we'd like to further improve code quality and automated testing on GitHub.
Entity Construction Kit 1.0-beta8
The Entity Construction Kit (ECK) provides a user interface and an API for creating and managing custom CiviCRM entities. In conjunction with custom fields being attached to those entities, things in your business logic can be modeled more clearly, when standard CiviCRM entities are not sufficient.
Read more about entities and how to use this extension in the documentation.
Changes since 1.0-beta7
- Fix creation of recent items when viewing ECK entities in #123 by @jensschuppe
Full Changelog: 1.0-beta7...1.0-beta8
Known Issues
- The documentation needs to be updated to reflect the nice UI this extension is being shipped with, and also regarding permissions
Acknowledgements
Huge thanks to @colemanw and the CiviCRM Core team for making this extension possible. There were a lot of related PRs to Core and also to ECK for keeping up with current development of APIv4, SearchKit and FormBuilder.
Plans
For a first stable version we'd like to further improve code quality and automated testing on GitHub.
Entity Construction Kit 1.0-beta7
The Entity Construction Kit (ECK) provides a user interface and an API for creating and managing custom CiviCRM entities. In conjunction with custom fields being attached to those entities, things in your business logic can be modeled more clearly, when standard CiviCRM entities are not sufficient.
Read more about entities and how to use this extension in the documentation.
Changes since 1.0-beta6
- Fix detection of current tab on entity view page in #122 by @jensschuppe
Full Changelog: 1.0-beta6...1.0-beta7
Known Issues
- The documentation needs to be updated to reflect the nice UI this extension is being shipped with, and also regarding permissions
Acknowledgements
Huge thanks to @colemanw and the CiviCRM Core team for making this extension possible. There were a lot of related PRs to Core and also to ECK for keeping up with current development of APIv4, SearchKit and FormBuilder.
Plans
For a first stable version we'd like to further improve code quality and automated testing on GitHub.
Entity Construction Kit 1.0-beta6
The Entity Construction Kit (ECK) provides a user interface and an API for creating and managing custom CiviCRM entities. In conjunction with custom fields being attached to those entities, things in your business logic can be modeled more clearly, when standard CiviCRM entities are not sufficient.
Read more about entities and how to use this extension in the documentation.
Changes since 1.0-beta5
- Fix wrong property type of subtype form class in #121 by @jensschuppe
Full Changelog: 1.0-beta5...1.0-beta6
Known Issues
- The documentation needs to be updated to reflect the nice UI this extension is being shipped with, and also regarding permissions
Acknowledgements
Huge thanks to @colemanw and the CiviCRM Core team for making this extension possible. There were a lot of related PRs to Core and also to ECK for keeping up with current development of APIv4, SearchKit and FormBuilder.
Plans
For a first stable version we'd like to further improve code quality and automated testing on GitHub.
Entity Construction Kit 1.0-beta5
The Entity Construction Kit (ECK) provides a user interface and an API for creating and managing custom CiviCRM entities. In conjunction with custom fields being attached to those entities, things in your business logic can be modeled more clearly, when standard CiviCRM entities are not sufficient.
Read more about entities and how to use this extension in the documentation.
Changes since 1.0-beta4
- Catch DBQueryException in entity type test and manually fix SQL for consistent collations by @colemanw in #115
- Add
ROW_FORMAT=DYNAMIC
to match auto_install.sql by @colemanw in #116 - Update getEntityIcon for compatibility by @colemanw in #117
Full Changelog: 1.0-beta4...1.0-beta5
Known Issues
- The documentation needs to be updated to reflect the nice UI this extension is being shipped with, and also regarding permissions
Acknowledgements
Huge thanks to @colemanw and the CiviCRM Core team for making this extension possible. There were a lot of related PRs to Core and also to ECK for keeping up with current development of APIv4, SearchKit and FormBuilder.
Plans
For a first stable version we'd like to further improve code quality and automated testing on GitHub.
Entity Construction Kit 1.0-beta4
The Entity Construction Kit (ECK) provides a user interface and an API for creating and managing custom CiviCRM entities. In conjunction with custom fields being attached to those entities, things in your business logic can be modeled more clearly, when standard CiviCRM entities are not sufficient.
Read more about entities and how to use this extension in the documentation.
Changes since 1.0-beta3
- Don't check permissions when generating ECK afforms by @angusfretwell in #113
- Remove redundant requires ext by @colemanw in #114
Full Changelog: 1.0-beta3...1.0-beta4
Known Issues
- The documentation needs to be updated to reflect the nice UI this extension is being shipped with, and also regarding permissions
Acknowledgements
Huge thanks to @colemanw and the CiviCRM Core team for making this extension possible. There were a lot of related PRs to Core and also to ECK for keeping up with current development of APIv4, SearchKit and FormBuilder.
Plans
For a first stable version we'd like to further improve code quality and automated testing on GitHub.
New Contributors
- @angusfretwell made their first contribution in #113
Entity Construction Kit 1.0-beta3
The Entity Construction Kit (ECK) provides a user interface and an API for creating and managing custom CiviCRM entities. In conjunction with custom fields being attached to those entities, things in your business logic can be modeled more clearly, when standard CiviCRM entities are not sufficient.
Read more about entities and how to use this extension in the documentation.
Changes since 1.0-beta2
- Change
$_tableName
to protected visibility for being accessible in\CRM_Core_DAO::getTableName()
by @jensschuppe in #112
Full Changelog: 1.0-beta2...1.0-beta3
Known Issues
- The documentation needs to be updated to reflect the nice UI this extension is being shipped with, and also regarding permissions
Acknowledgements
Huge thanks to @colemanw and the CiviCRM Core team for making this extension possible. There were a lot of related PRs to Core and also to ECK for keeping up with current development of APIv4, SearchKit and FormBuilder.
Plans
For a first stable version we'd like to further improve code quality and automated testing on GitHub.