Skip to content

Releases: k-samuel/dvelum

DVelum 1.0.3

20 Sep 12:49
Compare
Choose a tag to compare
Merge branch 'develop'

DVelum 1.0.2

14 May 19:16
Compare
Choose a tag to compare
DVelum 1.0.2 Release

DVelum 1.0.0

18 Jul 13:22
Compare
Choose a tag to compare

DVelum 1.0.0 Beta 3

28 Mar 07:25
Compare
Choose a tag to compare
DVelum 1.0.0 Beta 3 Pre-release
Pre-release

See more at dvelum.ru

DVelum 1.0.0 Beta 2

03 Feb 08:45
Compare
Choose a tag to compare
DVelum 1.0.0 Beta 2 Pre-release
Pre-release
1.0.0_beta_2

icons update

Hotfix 0.9.5.3

30 Nov 15:00
Compare
Choose a tag to compare
Hotfix 0.9.5.3 Pre-release
Pre-release
Release 0.9.5.3

DVelum 1.0.0 Beta 1

26 Oct 14:19
Compare
Choose a tag to compare
DVelum 1.0.0 Beta 1 Pre-release
Pre-release
1.0.0-b1

DVelum 1.0.0 beta 1

Designer Hotfix 0.9.5.2

01 Jun 15:56
Compare
Choose a tag to compare
Pre-release
Designer Hotfix 0.9.5.2

Windows Hotfix 0.9.5.1

10 May 19:04
Compare
Choose a tag to compare
Pre-release
Windows Hotfix

DVelum 0.9.5 Release

06 May 13:27
Compare
Choose a tag to compare

It was originally planned to release a patch fixes 0.9.4.1. But by this time we already made some significant changes and improvements, so we decided to release a new version.

Changelist

New features:

  • Support of multiSelect option for StoreFilter in Designer projects (requires controller refinement).
  • Object title templates added. Now “Link Title” configuration option of ORM Object can be described as {code} / {title}. In this case object title would be displayed as values of object properties named as text in braces. This functionality helps show complex object titles in system components like Object Link and Related Objects List.
  • FOR UPDATE option is now supported in Db_Select SQL constructor.
  • Additional request params for Designer components. app.edit Window, app.contentWindow, app.objectLink.Field, app.objectLink.SelectWindow now support extraParams option and setExtraParam method.
  • Object link field (app.objectLink.Field) component now supports readonly state.
  • The “Users” module has been turned into Layout designer project. Now customisation of “Users” UI takes less time and effort.
  • ORM Object Storage error log improved.
  • AES 256 encryption support added to the ORM. Now it is possible to store confidential data using encrypted object field. (requires mcrypt PHP module to be enabled). Just set field type as encrypted and data will be encrypted during saving. Use this opportunity as one of elements of protection against database theft. ORM UI also allows batch data encryption / decryption.
  • Filestorage UI is added ( for filestorage based on ORM object).
  • Button Group and Split Button components have been added to the Designer.
  • Modules generator has been updated. New action column “Remove record” is added. Record editor now closes after save (Non version control object).

The distribution package includes documentation editor and built-in documentation generator. Now you can generate documentation for your project code at any time. Generator analyzes the project structure and builds a new version of documentation, transfers unchanged descriptions from previous version of documentation and adds missing classes / methods / properties. Moreover, documentation can be written in several languages. Documentation UI provides simple JsDoc like editing interface.

Fixes:

  • Fixed: occasional file name collisions while saving files in filestorage;
  • Fixed: Media library image cropper selects invalid crop type;
  • Designer. Object methods and events are now removed from project correctly when owner object removed;
  • Db_Object behavior updated. Saving or adding new version now causes call of commitChanges(), updates list will be cleared;
  • Fixed bug with updating of last modified date for the published object under version control;
  • Code comments corrected and updated;
  • Code cleanup. Removed unused variables and parts;
  • Installer updated;
  • ACL updated.

See more at: http://dvelum.net/timeline/item/26.html