Skip to content

Releases: luyadev/luya-module-admin

3.5.1

12 Aug 08:26
0d1fe26
Compare
Choose a tag to compare

3.5.1 (12. August 2020)

  • #551 Added missing user_id column in select condition which throws an error for certrain sql mode configurations.

3.5.0

11 Aug 13:49
55e0dd1
Compare
Choose a tag to compare

3.5.0 (11. August 2020)

  • #545 Fix issue where primary key values where not correct type casted (a string was returned instead of integer). This was due to Text NgRestPlugin encoding its value when assigning to the model for security reasons.
  • #542 Add tablename in the where condition to support join relations with luya\admin\traits\SoftDeleteTrait.
  • #543 Ensure all images are routed trough LUYA file controller in order to fix issue with cropping images when working with 3rd party storage systems.
  • #541 Fix memory problem in OpenApi generator because of circular references.
  • #537 Add new event to customize the params for an OpenApi generated Path.

3.4.1

28 Jul 12:49
Compare
Choose a tag to compare

3.4.1 (28. July 2020)

  • #539 Fix issue with angularjs directive closing tags which has been introduced in version 1.8.0
  • #536 Fix issue where security schemas where added but not applied to the Operations.
  • #534 Using fields() when working with ActiveRecords as it represents the REST resource information.
  • #533 Fixed a bug where OpenApi property relations won't expand.

3.4.0

21 Jul 12:52
572f290
Compare
Choose a tag to compare

3.4.0 (21. July 2020)

  • #530 Attach query behaviors in luya\admin\ngrest\base\NgRestModel::find.
  • #529 Fixed an issue with OpenApi path params.
  • #527 Fixed a bug where deleted user emails where not validated when save or update an existing user account.

3.3.2

28 Jun 06:37
d6d55f2
Compare
Choose a tag to compare

3.3.2 (28. June 2020)

  • #522 Fixed issue with not normalized attribute types in OpenApi file.
  • #523 Fixed a bug where an empty options array in Angular Helper class leads into an error while setting the default $scope.model state in Radio Buttons.
  • #520 Checking class existance in getDiffCount() method in order to ensure, a row badge is only handled when the class exists. This might be a problem if a module has been removed but the notification information still persists.

3.3.1

17 Jun 08:50
Compare
Choose a tag to compare

3.3.1 (17. June 2020)

  • #497 Do not render the dropdown values in luyaSelect until the dropdown is expanded.
  • #519 Use @method PhpDoc to override Yii Framework defined actions in actions() method, otherwise those will always have the same Summary and Description Text in the OpenApi file.
  • #517 Fix problem with OpenApi generator URL tokens like <identifier:[a-z0-9]+> which are now rendered correctly as <identifier>
  • #515 If property luya\admin\ngrest\base\Api::$filterSearchModelClass is defined, the filter model will be taken into account for filter request param.
  • #511 Fixed a bug where OpenApi IndexAction should return an array instead of an object.
  • #512 Fixed a bug with multiple input types and zaaLink directives (none unique elements).
  • #510 Fixed regression from issue #459 regarding user change history active window.

3.3.0

26 May 10:06
db427e2
Compare
Choose a tag to compare

3.3.0 (26. Mai 2020)

  • #503 An option to assign defined yii\web\UrlRule into the luya\admin\openapi\Generator.
  • #501 Implement PhpDoc @uses for handling OpenApi request body informations when verb type is POST.
  • #500 Trigger an event (eventUserAccessTokenLogin) when an access token is requesting for a login.
  • #499 Added missing RU translations.
  • #489 Hide default LUYA NgRest CRUD actions for OpenApi generator. Improve overall performance to generate OpenApi.

3.2.0

29 Apr 14:43
Compare
Choose a tag to compare

3.2.0 (29. April 2020)

This release requires LUYA Core version 1.3 and contains a signature change for a method. Check the UPGRADE document to read more about breaking changes.

  • #467 Improve performance of applying multiple filters on an image.
  • #478 Corrected implode() in ngRestScopes() in create model command template.
  • #475 Added new option to return a none empty tag title.
  • #476 Ensure importers skip objects which are not of the certain type. This is importend when a folder is used for other data.
  • #459 New dropdown option to truncate the whole model data, if enabled.
  • #284 Added initvalue option for zaaRadio directive.
  • #349 Option to include ApiUsers log entries into the admin dashboard.
  • #466 New view for all images which are generated from files applying a filter.

3.1.0

24 Mar 16:26
Compare
Choose a tag to compare

3.1.0 (24. March 2020)

This release requires LUYA Core version 1.1 to work.

  • #464 Change behavior of how i18n values are encoded, by using $app->language instead of $composition->langShortCode. Automatically provided ContentNegotation $languages from LUYA admin language table (requires luya core version 1.1)
  • #470 Improved the performance of the file manager folder tree, when a lot of data is available.
  • #472 Added new controller for website uptime tests (Route: admin/uptime)
  • #196 Enable croping for images.

3.0.3

05 Mar 07:49
Compare
Choose a tag to compare

3.0.3 (5. March 2020)

  • #468 Removed window on load from login (was not needed) in order to fix a bug where Safari does not render the login form.