Skipper Changelog

What's new in Skipper 3.3.7 Build 1828

Mar 26, 2024
  • Knex - upgraded enum type generator to generate simplified typed enum
  • Laravel: Removed default (8,2) values exported for float/decimal/double datatype and let Laravel to handle these defaults by itself.
  • Laravel: Improved "" and '' default values handling
  • Upgraded certificates for Apple app signing
  • Upgraded certificates for Windows app signing
  • Migrated to new Apple application notarization process (notarizeapp instead of altool)
  • Upgraded application dependencies to newest versions
  • Fixed bug in Knex output formatting
  • Fixed rare bug in Doctrine2 mysql importer (translation of DB types to ORM types)
  • Fixed bug in internal migration system when migration is created and later removed via undo-redo system
  • Fixed migrations log output for new/old values when value changed from/to empty value
  • Fixed migrations export when migration log contains multiple ignored and disabled revisions. In rare cases some revision was still exported
  • Fixed entity editor validation/confirmation when there is field with empty/duplicated value

New in Skipper 3.3.7 Build 1823 (Mar 26, 2024)

  • Laravel: Removed default (8,2) values exported for float/decimal/double datatype and let Laravel to handle these defaults by itself.
  • Laravel: Improved "" and '' default values handling

New in Skipper 3.3.5 Build 1817 (Sep 21, 2023)

  • Fixed issue in generated Php code (annotations, attributes or Laravel code) when ::class name was generated with missing starting backslash

New in Skipper 3.3.5 Build 1816 (Sep 21, 2023)

  • Fixed Laravel migrations issue on plural name for MN entity. Issue occured when MN entity was created and deleted in specific order.
  • Fixed issue in generated Php code (annotations, attributes or Laravel code) when ::class name was generated with missing starting backslash

New in Skipper 3.3.5 Build 1815 (Sep 21, 2023)

  • Fixed Laravel PK property for multi-pk classes

New in Skipper 3.3.5 Build 1814 (Sep 21, 2023)

  • Export enum class type to @Property definition when cast attribute is filled
  • Improved export of array attribute values (for example Doctrine2 index key lengths) (support-ticket)
  • Fixed maintenance popup dialog when dark theme used

New in Skipper 3.3.5 Build 1813 (Sep 21, 2023)

  • Updated Doctrine2 association import system to use property type when targetEntity property is missing (New!)
  • Doctrine2 : Use ::class notations in the associations export rather than a string
  • Fixed missing MySQL caching_sha2_password.dll on Windows platform

New in Skipper 3.3.5 Build 1812 (Sep 21, 2023)

  • Fixed missing MySQL caching_sha2_password.dll on Windows platform

New in Skipper 3.3.4 Build 1811 (May 3, 2023)

  • Improved Laravel table field $casts export to support ::class format
  • Fixed Laravel @Property generator for polymorph associations
  • Fixed Laravel migration export when deleting entity with multiple associations across several modules (support-ticket)
  • Fixed Laravel down() migration export, after() is correctly used for created columns
  • Fixed Laravel after() migration for new field creation when previous column is renamed in the same migration
  • Fixed invalid export of property fieldName for Doctrine2 Discriminator column
  • Fixed Laravel migration down() export for renamed and altered field
  • Fixed Annotations/Attributes formatting to limit line length to 120 characters.
  • Fixed Windows system-level issue causing random crashes during export

New in Skipper 3.3.3 Build 1806 (Nov 14, 2022)

  • Beta support for new Knex NodeJS framework (New!)
  • Added new enumType field property for Doctrine ORM (New!)
  • Added new enumType field property for MongoDB ODM (New!)
  • Added insertable/updatable property for fields in Doctrine ORM (New!)
  • Added insertable/updatable property for fields in MongoDB ODM (New!)
  • Added options for Doctrien2 many-to-many join-table (New!)
  • Updated Doctrine2 Attributes #JoinColumn and #InverseJoinColumn import/export to support root-level placement (support-ticket)
  • Updated Doctrine2 Attributes #JoinTable import/export to support root-level placement (support-ticket)
  • Updated Doctrine2 Attributes #Index and #UniqueIndex import/export to support root-level placement (support-ticket)
  • Added missing MongoDB ODM datatypes decimal128,date_immutable,custom_id
  • Laravel: Removed $dates array export from SoftDelete, because columns are already exported in $casts array
  • MongoDB ODM - added support for collectionClass attribute for EmbededMany and ReferenceMany
  • Fixed Knex migration export for index name change
  • Fixed MongoDB ODMEmbeddedDocument export when entity is in embedded collection
  • Fixed missing MongoDB collection discriminatorField editor
  • Fixed zoom level persistance when switching between tabs
  • Fixed boolean type export for Knex.js

New in Skipper 3.3.2 Build 1792 (Sep 20, 2022)

  • New customizable post-export tasks (after scheme, migration and a whole project export) (New!)
  • Ability to override scheme post-export task on module level (New!)
  • Reworked external tools to support per-application and per-project tasks
  • Fixed rare bug when importing project where two different entities are missing but have same local name but different namespaces
  • Fixed MongoDB inheritance child export bug

New in Skipper 3.3.1 Build 1787 (Aug 22, 2022)

  • Beta support for new Knex NodeJS framework (New!)
  • Fixed attributes array export from invalid ":" to "=>"
  • Critical fix for loading old Doctrine2 skipper projects in the latest version
  • Fixed Php attributes array key encapsulation export
  • Fixed bug in Php attributes files merging causing invalid placement for exported attributes
  • Fixed Php attributes new keyword export when modifying existing attribute definitions
  • Fixed Doctrine2 Php Attributes discriminator map export
  • Fixed Doctrine2 Php attributes indexes export (missing new keyword)
  • Fixed Doctrine2 Php attributes options export (unsigned flag,...)

New in Skipper 3.3.0 Build 1783 (Aug 22, 2022)

  • New migration export flag ignore to keep exported file as is and do not update it (New!)
  • Doctrine2 support for @Index options - where (New!)
  • Doctrine2 support for @Index options - lengths (New!)
  • Doctrine2 Php Attributes beta support! (New!)
  • Php parser for new #attributes language construct (New!)
  • Php generator for new #attributes language construct (New!)
  • Improved annotations/attributes exports to completely erase empty annotation/attributes blocks (New!)
  • Implemented Doctrine2 annotations to attributes automatic conversion (New!)
  • Improved code formatters for better indentions
  • Improved annotations/attributes exports to erase redundant empty lines
  • Improved code formatters for better newline indentions
  • New Doctrine2 custom index fields to allow indexing fields for embedded entities
  • Fixed rare issue in import of MySQL table column's order
  • Fixed bug in updated code merger when part code is in attributes and part in annotations
  • Fixed issue in Doctrine2 #attributes when re-exporting attribute with namespace
  • Fixed UI issue on one-to-one association editor
  • Removed onFlush and postFlush events from Skipper lifecycle events. These events are not a lifecycle callbacks.
  • Fixed Doctrine2 #Attributes export for many-to-many join columns

New in Skipper 3.3.0 Build 1782 (Aug 22, 2022)

  • New migration export flag ignore to keep exported file as is and do not update it (New!)
  • Doctrine2 support for @Index options - where (New!)
  • Doctrine2 support for @Index options - lengths (New!)
  • Doctrine2 Php Attributes beta support! (New!)
  • Php parser for new #attributes language construct (New!)
  • Php generator for new #attributes language construct (New!)
  • Improved annotations/attributes exports to completely erase empty annotation/attributes blocks (New!)
  • Implemented Doctrine2 annotations to attributes automatic conversion (New!)
  • Beta support for new Knex NodeJS framework (New!)
  • Improved code formatters for better indentions
  • Improved annotations/attributes exports to erase redundant empty lines
  • Improved code formatters for better newline indentions
  • New Doctrine2 custom index fields to allow indexing fields for embedded entities
  • Fixed rare issue in import of MySQL table column's order
  • Fixed bug in updated code merger when part code is in attributes and part in annotations
  • Fixed issue in Doctrine2 #attributes when re-exporting attribute with namespace
  • Fixed UI issue on one-to-one association editor
  • Removed onFlush and postFlush events from Skipper lifecycle events. These events are not a lifecycle callbacks.
  • Fixed Doctrine2 #Attributes export for many-to-many join columns

New in Skipper 3.3.0 Build 1781 (Aug 22, 2022)

  • New migration export flag ignore to keep exported file as is and do not update it (New!)
  • Doctrine2 support for @Index options - where (New!)
  • Doctrine2 support for @Index options - lengths (New!)
  • Doctrine2 Php Attributes beta support! (New!)
  • Php parser for new #attributes language construct (New!)
  • Php generator for new #attributes language construct (New!)
  • Improved annotations/attributes exports to completely erase empty annotation/attributes blocks (New!)
  • Implemented Doctrine2 annotations to attributes automatic conversion (New!)
  • Beta support for new Knex NodeJS framework (New!)
  • Improved code formatters for better indentions
  • Improved annotations/attributes exports to erase redundant empty lines
  • Improved code formatters for better newline indentions
  • New Doctrine2 custom index fields to allow indexing fields for embedded entities
  • Fixed rare issue in import of MySQL table column's order
  • Fixed bug in updated code merger when part code is in attributes and part in annotations
  • Fixed issue in Doctrine2 #attributes when re-exporting attribute with namespace
  • Fixed UI issue on one-to-one association editor
  • Removed onFlush and postFlush events from Skipper lifecycle events. These events are not a lifecycle callbacks.

New in Skipper 3.3.0 Build 1780 (Aug 22, 2022)

  • New migration export flag ignore to keep exported file as is and do not update it (New!)
  • Doctrine2 support for @Index options - where (New!)
  • Doctrine2 support for @Index options - lengths (New!)
  • Doctrine2 Php Attributes beta support! (New!)
  • Php parser for new #attributes language construct (New!)
  • Php generator for new #attributes language construct (New!)
  • Improved annotations/attributes exports to completely erase empty annotation/attributes blocks (New!)
  • Implemented Doctrine2 annotations to attributes automatic conversion (New!)
  • Beta support for new Knex NodeJS framework (New!)
  • Improved code formatters for better indentions
  • Improved annotations/attributes exports to erase redundant empty lines
  • Improved code formatters for better newline indentions
  • Fixed rare issue in import of MySQL table column's order
  • Fixed bug in updated code merger when part code is in attributes and part in annotations
  • Fixed issue in Doctrine2 #attributes when re-exporting attribute with namespace

New in Skipper 3.3.0 Build 1779 (Aug 22, 2022)

  • New migration export flag ignore to keep exported file as is and do not update it (New!)
  • Doctrine2 support for @Index options - where (New!)
  • Doctrine2 support for @Index options - lengths (New!)
  • Doctrine2 Php Attributes beta support! (New!)
  • Php parser for new #attributes language construct (New!)
  • Php generator for new #attributes language construct (New!)
  • Improved annotations/attributes exports to completely erase empty annotation/attributes blocks (New!)
  • Implemented Doctrine2 annotations to attributes automatic conversion (New!)
  • Improved code formatters for better indentions
  • Improved annotations/attributes exports to erase redundant empty lines
  • Improved code formatters for better newline indentions
  • Fixed rare issue in import of MySQL table column's order
  • Fixed bug in updated code merger when part code is in attributes and part in annotations

New in Skipper 3.2.37 Build 1778 (Aug 22, 2022)

  • New migration export flag ignore to keep exported file as is and do not update it (New!)
  • Doctrine2 support for @Index options - where (New!)
  • Doctrine2 support for @Index options - lengths (New!)
  • Fixed rare issue in import of MySQL table column's order

New in Skipper 3.2.37 Build 1777 (Aug 22, 2022)

  • New migration export flag ignore to keep exported file as is and do not update it (New!)
  • Doctrine2 support for @Index options - where (New!)
  • Doctrine2 support for @Index options - lengths (New!)

New in Skipper 3.2.37 Build 1776 (Aug 22, 2022)

  • New migration export flag ignore to keep exported file as is and do not update it (New!)

New in Skipper 3.2.36 Build 1775 (Feb 9, 2022)

  • Added UTC datetime to migration file header (New!)
  • Added import for comments of Tables and column from PostgreSql database (New!)
  • Improved database import logic for multiple associations between two same tables. Owner and Inverse alias is created also by reference colum name, not only table name
  • Laravel: Added onDelete/onUpdate property for Many-to-Many relationship
  • Updated Laravel migration export to use migrations-generate-ix-names also for Unique flags for fields
  • Upgraded boost libraries to 1.78.0 because of bugfixes
  • Fixed unicode characters handling in object editors
  • Fixed import from SQLServer when DQL contains unicode characters
  • Laravel: Fixed migration creation when many-to-many settings is changed
  • Fixed Ubuntu encrypted storage issues

New in Skipper 3.2.35 Build 1767 (Sep 7, 2021)

  • Implemented ::class support for Doctrine2 project imports (New!)
  • Reworked migrations engine to support moving entities (and other elements) between modules without delete&create operation (New!)
  • Added new @docPropertyType Laravel field property to configure custom PHPDoc @Property data type (New!) (support-ticket)
  • Laravel - ability to export withTimestamps for many-to-many associations
  • MySQL database import on Linux/OSX handled by native MySql drivers and MariaDB drivers on Windows
  • Renamed "Laravel ORM" to "Laravel Eloquent" in framework wizard page
  • Removed redundant data exported to migrations (null vs false, etc.)
  • Fixed PostgreSql import when field contains comment and scale attribute
  • Fixed issue in migration engine when moving entity between modules together with entity rename
  • Fixed duplicated entries handling in migrations log (wrongly added by early versions of Skipper)
  • Fixed migration error on comment object
  • Fixed Laravel export of docblock @Property for timestamp, timestamptz and uuid (support-ticket)

New in Skipper 3.2.34 Build 1757 (Jun 21, 2021)

  • Laravel - generate code hint (@property) for all properties and associations in abstract class (New!) (support-ticket)
  • Improved php parser location error reporting
  • Doctrine2 - removed obsolete cascade-detach from association cascade types (by XSD schema)
  • Doctrine2 - removed obsolete on-update handler from join-column (by XSD schema)
  • Doctrine2 - Improved Php parser to support union types (parameter type and return value) (support-ticket)
  • MongoDbOdm - migrated datatype boolean to bool (support-ticket)
  • MongoDbOdm - Removed annotation @Indexes to meet latest updates (v 2.2) (support-ticket)
  • Added MariaDB dependecy libraries (caching_sha2_password.dll and auth_gssapi_client.dll)
  • Updated QtRibbon library to latest version (includes several fixes including fix for theme change crash)
  • Fixed index field background color on dark-mode themes
  • Fixed duplicated file output in export result when erasing migration file
  • Fixed background colors on export dialog in dark-theme
  • Fixed UPDATED_AT property export (was wronlgy exported as UPDATE_AT)
  • Fixed Php parser crash when bracket is directly after return data type in function definition
  • Fixed mysql/mariaDB drivers for fall back to the old sha2 password
  • Fixed Doctrine2 XML header to pass XML schema validation (by XSD schema)
  • Doctrine2 - removed invalid @orphan-removal from owning side of association (many-to-one) (by XSD schema)
  • Doctrine2 - removed invalid attribute @extends from xml and yml, exported now only for php class (by XSD schema)
  • Doctrine2 - removed invalid attribute @class-type from embeddable element (by XSD schema)
  • Doctrine2 and Laravel - Fixed re-export of Index and UniqueIndex annotation when multiple indexes/uniqueIndexes were used
  • Fixed Ribbon QuicAccess icons in latest QtRibbonBar update

New in Skipper 3.2.32 Build 1734 (Apr 1, 2021)

  • Improved Php parser to support latest language constructs
  • Optimized Php annotation parser for faster project parsing
  • Optimized Php code parser for faster project parsing
  • All editor values are now trimmed before save to prevent invalid exports
  • Fixed crash in Php annotation parser when detecting @ORM classes
  • Fixed rejecting changes in dialogs when there is database duplicated (i.e. cancel on dialog when the name is duplicated)
  • Fixed rare bug in project serialization causing damaged modules visual positions

New in Skipper 3.2.31 Build 1730 (Jan 26, 2021)

  • PostgreSql import - import original default value function as comment
  • Doctrine2 added UUID and ULID datatypes
  • Doctrine2 default export type is now XML
  • Migrated from libMySQL connector to libMariaDB connector
  • PostgreSql import - fixed import for autoincrement colums using external sequences
  • PostgreSql import - fixed import for default values with varying types
  • Fixed export for ::class annotations (do not encapsulate it in quotation marks)
  • Doctrine2 problem when importing ChangeTracking property
  • Doctrine2 fixed import for association cascade value when passed as string and not as array
  • Doctrine2 - fixed empty cascade import (cascade={})
  • Fixed application icon under Ubuntu (and other Linux systems)
  • Fixed Laravel migration export when module name contains white space
  • Fixed Laravel bigInteger $keyType export in AbstractClass (support-ticket)

New in Skipper 3.2.28 Build 1721 (Dec 8, 2020)

  • Index fields ordering (New!)
  • Reworked dark theme support in Skipper for all OS (New!)
  • Improved Laravel default value export for non-string types. When value ends by () it's not encapsulated as string (now(), current_timestamp(),...)
  • Fixed Postgres database connection for users other than "postgres"
  • Fix for critical bug in handling the entity name change. Please update ASAP
  • Fixed BigSur UI glitches preventing opening windows
  • Fixed BigSur issue with context menus
  • Fixed BigSur issue with model dialogs freeze
  • Fixed BigSur issue with color chooser

New in Skipper 3.2.27 Build 1708 (Nov 5, 2020)

  • Added project check during load for duplicite association fields in model and migrations
  • Improved entity name validator in entity editor. Name is checked directly after entity-name edit loose focus.
  • Update to latest Qt 5.15.1
  • Updated QTitanRibbon components to latest 5.5.0 version
  • Updated redo shortcut to standard CTRL+Y and CTRL+SHIFT+Z
  • Laravel: Fixed connection() export in migrations code when entity has filled "connection" property
  • One more fix for connection() export in Laravel migrations
  • Fixed focus handling in object editors when application loose focus and then gain it back
  • Fixed pressing INS multiple times in entity editor
  • Fixed entity editor rare issue when two same fields were added via INS shortuct
  • Fixed crash when changing Ribbon Themes
  • Changed comment shortcut key from CTRL+Y to CTRL+M because of conflict with redo action
  • Fixed Undo/Redo shortcut keys
  • Fixed creation of polymorphic many-to-many association from entity editor dialog
  • Fixed wrong notification of modified object on object without changes
  • Fixed importing association/association-fields from MySQL schema when multiple DB schemas contained same name for foreign key

New in Skipper 3.2.25 Build 1701 (Aug 24, 2020)

  • Prepared new community translation github repository (New!) (support-ticket)
  • Laravel support for associations to non-primary fields (New!) (support-ticket)
  • Laravel support for associations to composite non-primary fields (New!) (support-ticket)
  • Skipper now can check for outdated migrations before every save and export (New!)
  • Bundled curl cacert to the application for Fedora and CentOS systems
  • New command line option to configure SSL validations
  • Improved Czech language translation to the latest version of the Skipper
  • Updated Skipper language files and added new missing texts
  • Removed ThreadDescriptor function because of missing Windows 7 support
  • Upgraded MySQL connector to latest 8.0.21 to support newest security protocols
  • Improved Laravel migrations for adding/removing PrimaryKeys and AutoIncrements
  • Improved Laravel migrations for primary keys without autoincrement
  • Improved Laravel migrations for adding/removing non-primary key unique index
  • Removed some redundant migrations and commands when changing entity properties
  • Improved Laravel migration to not export of Unique index when key is already primary key
  • Improved Laravel migration for foreign keys after renaming the entity
  • Improved Laravel migration for multi-module associations and many-to-many associations
  • Improved migration log window: added new flag for new properties in existing elements
  • Laravel migration support for currentValue(), now(), NOW() in timestamp datatypes
  • Improved migration log window: added deleted flag for erased properties in existing elements
  • Migration warning message when updating existing revision
  • Migration overview dialog now shows number of changed objects in each revision
  • Improved migration log dialog - show original and new reorder field position
  • Improved inner migration logic for calculation of reordered fields (reduced number of field movement when creating database migration)
  • Fixed Laravel association migration when renaming owner entity
  • Fixed rare crash in diagram drawing
  • Fixed Laravel migration when renaming entity database table name
  • Fixed Laravel association migration when renaming inverse entity
  • Fixed Laravel spatialIndex migration
  • Fixed Laravel migration when renaming entity with multiple primary keys
  • Fixed Laravel migration for creating new composite association (support-ticket)
  • Fixed Laravel migration export when entity and field is updated together
  • Updated Laravel migration export when column is renamed and updated in one revision
  • Upgraded QTitanRibbon library to latest version with fix for occasional OSX crash

New in Skipper 3.2.25 Build 1697 (Aug 19, 2020)

  • Prepared new community translation github repository (New!) (support-ticket)
  • Laravel support for associations to non-primary fields (New!) (support-ticket)
  • Laravel support for associations to composite non-primary fields (New!) (support-ticket)
  • Skipper now can check for outdated migrations before every save and export (New!)
  • Bundled curl cacert to the application for Fedora and CentOS systems
  • New command line option to configure SSL validations
  • Improved Czech language translation to the latest version of the Skipper
  • Updated Skipper language files and added new missing texts
  • Removed ThreadDescriptor function because of missing Windows 7 support
  • Upgraded MySQL connector to latest 8.0.21 to support newest security protocols
  • Improved Laravel migrations for adding/removing PrimaryKeys and AutoIncrements
  • Improved Laravel migrations for primary keys without autoincrement
  • Improved Laravel migrations for adding/removing non-primary key unique index
  • Removed some redundant migrations and commands when changing entity properties
  • Improved Laravel migration to not export of Unique index when key is already primary key
  • Improved Laravel migration for foreign keys after renaming the entity
  • Improved Laravel migration for multi-module associations and many-to-many associations
  • Improved migration log window: added new flag for new properties in existing elements
  • Laravel migration support for currentValue(), now(), NOW() in timestamp datatypes
  • Improved migration log window: added deleted flag for erased properties in existing elements
  • Migration warning message when updating existing revision
  • Migration overview dialog now shows number of changed objects in each revision
  • Fixed Laravel association migration when renaming owner entity
  • Fixed rare crash in diagram drawing
  • Fixed Laravel migration when renaming entity database table name
  • Fixed Laravel association migration when renaming inverse entity
  • Fixed Laravel spatialIndex migration
  • Fixed Laravel migration when renaming entity with multiple primary keys
  • Fixed Laravel migration for creating new composite association (support-ticket)
  • Fixed Laravel migration export when entity and field is updated together
  • Updated Laravel migration export when column is renamed and updated in one revision
  • Upgraded QTitanRibbon library to latest version with fix for occasional OSX crash

New in Skipper 3.2.24 Build 1662 (Jun 30, 2020)

  • Command line parameter to load and export project to image or pdf (New!) (support-ticket)
  • Offline email activation (New!)
  • Support for HighDPI monitors (New!)
  • New settings for sub-dialog placement (by last known position, last position on active monitor, centered on active monitor,...) (New!)
  • "Native" theme used as a default theme.
  • Updated Qt Ribbon widget to support different DPI modes
  • Improved action buttons look in the property editor
  • Fixed fields checkbox style in the entity editor dialog
  • Fixed issue in export when multiple @Timestampables were used for single field
  • Fixed issue in entity editor when entity name is empty
  • Fixed orm property editor after adding new field in the entity editor
  • Updated visual model drawing based on DPI settings
  • Fixed dialog fonts to support different DPI modes
  • Fixed progress dialog background and font sizes on different DPI
  • Fixed storing position of external tools result window
  • Fixed bug in application window for (*modified) flag caused by latest Qt library changes.
  • Fixed sub-dialog center issue when parent dialog is maximalized on external monitor

New in Skipper 3.2.24 Build 1661 (Jun 29, 2020)

  • Command line parameter to load and export project to image or pdf (New!)
  • Offline email activation (New!)
  • Support for HighDPI monitors (New!)
  • New settings for sub-dialog placement (by last known position, last position on active monitor, centered on active monitor,...) (New!)
  • "Native" theme used as a default theme.
  • Updated Qt Ribbon widget to support different DPI modes
  • Improved action buttons look in the property editor
  • Fixed fields checkbox style in the entity editor dialog
  • Fixed issue in export when multiple @Timestampables were used for single field
  • Fixed issue in entity editor when entity name is empty
  • Fixed orm property editor after adding new field in the entity editor
  • Updated visual model drawing based on DPI settings
  • Fixed dialog fonts to support different DPI modes
  • Fixed progress dialog background and font sizes on different DPI
  • Fixed storing position of external tools result window
  • Fixed bug in application window for (*modified) flag caused by latest Qt library changes.

New in Skipper 3.2.24 Build 1659 (Jun 25, 2020)

  • Command line parameter to load and export project to image or pdf (New!) (support-ticket)
  • Offline email activation (New!)
  • Support for HighDPI monitors (New!)
  • New settings for sub-dialog placement (by last known position, last position on active monitor, centered on active monitor,...) (New!)
  • "Native" theme used as a default theme.
  • Updated Qt Ribbon widget to support different DPI modes
  • Fixed issue in export when multiple @Timestampables were used for single field
  • Fixed issue in entity editor when entity name is empty
  • Fixed orm property editor after adding new field in the entity editor
  • Updated visual model drawing based on DPI settings
  • Fixed dialog fonts to support different DPI modes
  • Fixed progress dialog background and font sizes on different DPI
  • Fixed storing position of external tools result window
  • Fixed bug in application window for (*modified) flag caused by latest Qt library changes.

New in Skipper 3.2.23 Build 1643 (Mar 10, 2020)

  • Edit dialogs have to be confirmed before closing when there are active changes (New!)
  • New option to disable cancel-dialog questions. (New!)
  • Wizard dialogs have to be confirmed before closing (New!)
  • New external-tools output window to track progress of the task (New!)
  • Upgraded to latest Qt 5.14
  • Improved TAB key handling during field editing (switching from first to "name" to "type" column).
  • Improved "missing datatype" validator message in entity editor when switching between tabs
  • Improved association wizard - "fill inverse alias" now contains a context menu to choose between singular and plural mode
  • Improved many-to-many wizard - "fill aliases" now contains a context menu to choose between singular and plural mode
  • Improved collection/embedded-collection wizard - "fill aliases" now contains a context menu to choose between singular and plural mode
  • First upper/lower character in MN entity name is now determined by first character of owner/inverse entity
  • Fixed few rare OSX bugs (random crashes when editing values)
  • Fixed Linux MySQL dependency
  • Fixed invalid bug in internal widget mapping logic.
  • Fixed invalid alias autofill in association wizard
  • Fixed occasional crash on many-to-many wizard opened from entity editor

New in Skipper 3.2.22 Build 1624 (Dec 6, 2019)

  • Improved LinuxOS licensing
  • Laravel: Added "No Action" for onDelete and onUpdate
  • Fix for "Column index out of bounds" error
  • Fixed printing support under Linux platform
  • Fixed entity editor crash (Column index out of bounds)
  • Fixed bug in Laravel polymorphic association export. Removed empty foreign() statements
  • Fixed invalid singular name for many-to-many polymorphic MN table
  • Fixed Laravel related/foreign pivot key order for morphToMany
  • Fixed migration export issue when multiple siblings fields are deleted.
  • CRITICAL: Fixed ManyToMany export issue (invalid table name in belongsToMany export) introduced in previous release.

New in Skipper 3.2.22 Build 1621 (Nov 27, 2019)

  • Changed default theme to 2016 clean style
  • Improved LinuxOS licensing
  • Fix for "Column index out of bounds" error
  • Fixed printing support under Linux platform
  • Fixed entity editor crash (Column index out of bounds)
  • Fixed bug in Laravel polymorphic association export. Removed empty foreign() statements
  • Fixed invalid singular name for many-to-many polymorphic MN table
  • Fixed Laravel related/foreign pivot key order for morphToMany
  • Fixed migration export issue when multiple siblings fields are deleted.

New in Skipper 3.2.21 Build 1616 (Nov 19, 2019)

  • Improved inner Php parser for new 7.4 features - support for importing/exporting Php files with "declare" keyword (Doctrine2/MongoDB ODM) (New!)
  • Improved inner Php parser for new 7.4 features - support for importing/exporting Php files with property types (Doctrine2/MongoDB ODM) (New!)
  • New Polymorphic Association object (New!)
  • New Polymorphic Many to Many Association object (New!)
  • Laravel support for Polymorphic relations (New!)
  • Support for Laravel custom models and migrations export path (New!)
  • Reworked migrations to support export to different paths (New!)
  • New Laravel migrations format. Now you can choose per-revision or per-change file export (New!)
  • Laravel: Ability to define custom primary key index name for migrations (New!)
  • Notarized package and dmg for macOS (New!)
  • Improved migration support for field ordering
  • Added sibling-uuid to all existing migrations (to keep ordering for existing projects/migrations)
  • Reworked web proxy settings, splitted "proxy-login-pass" to separated "proxy-login" and "proxy-pass" and fixed login/pass URL encoding/decoding
  • Updated Laravel model import from database - Convert TinyInt(1) to boolean
  • Updated Laravel model import from database - Convert TinyInt(4) to TinyInt
  • Laravel fixed export of new field order ( after() )
  • Fixed element ordering for existing model objects (new "reorder" actions can appear for fields in migration log)
  • Fixed MySQL Import of TinyInt
  • Fixed MySQL unsigned type import
  • Doctrine2: Fixed namespace export when entity has "trait" type
  • Fixed encapsulation of table names in SQLite database import (support-ticket)
  • Fixed Laravel polymorphic many-to-many migration export (invalid empty foreign() export) (support-ticket)
  • Fixed Laravel invalid Many-To-Many migration naming when exporting per-change migrations (support-ticket)
  • Laravel: Fixed duplicated migration for polymorphic many-to-many owner-side assocaitions (support-ticket)
  • Fixed database import for Doctrine2. Import TEXT datatypes as text, not string
  • Fixed Laravel polymorphic many-to-many export. Changed orded of foreignPivotKey and relatedPivotKey for morphedByMany method
  • Fixed crash when editing association with fields
  • Fixed macOS bug on when submitting changed data in association and many-to-many editor
  • Fixed "Can't load XsltManipulator from not opened AbstractFile" issue in the application
  • Fixed association editor issue with multiplying association fields
  • Fixed macOS Catalina visual glitches when editing fields in entity editor
  • Fixed macOS Catalina visual glitches when editing tools in External Tools editor
  • Fixed macOS Catalina visual glitches in SaveAs files dialog
  • Fixed macOS issue in auto-update
  • Reworked database import for integer types (Fixed BigInt import for Doctrine2)
  • Fixed critical bug in Php parser for "public static function()" ...

New in Skipper 3.2.21 Build 1612 (Nov 15, 2019)

  • Improved inner Php parser for new 7.4 features - support for importing/exporting Php files with "declare" keyword (Doctrine2/MongoDB ODM) (New!)
  • Improved inner Php parser for new 7.4 features - support for importing/exporting Php files with property types (Doctrine2/MongoDB ODM) (New!)
  • New Polymorphic Association object (New!)
  • New Polymorphic Many to Many Association object (New!)
  • Laravel support for Polymorphic relations (New!)
  • Support for Laravel custom models and migrations export path (New!)
  • Reworked migrations to support export to different paths (New!)
  • New Laravel migrations format. Now you can choose per-revision or per-change file export (New!)
  • Laravel: Ability to define custom primary key index name for migrations (New!)
  • Notarized package and dmg for macOS (New!)
  • Improved migration support for field ordering
  • Added sibling-uuid to all existing migrations (to keep ordering for existing projects/migrations)
  • Reworked web proxy settings, splitted "proxy-login-pass" to separated "proxy-login" and "proxy-pass" and fixed login/pass URL encoding/decoding
  • Updated Laravel model import from database - Convert TinyInt(1) to boolean
  • Updated Laravel model import from database - Convert TinyInt(4) to TinyInt
  • Laravel fixed export of new field order ( after() )
  • Fixed element ordering for existing model objects (new "reorder" actions can appear for fields in migration log)
  • Fixed MySQL Import of TinyInt
  • Fixed MySQL unsigned type import
  • Doctrine2: Fixed namespace export when entity has "trait" type
  • Fixed encapsulation of table names in SQLite database import (support-ticket)
  • Fixed Laravel polymorphic many-to-many migration export (invalid empty foreign() export) (support-ticket)
  • Fixed Laravel invalid Many-To-Many migration naming when exporting per-change migrations (support-ticket)
  • Laravel: Fixed duplicated migration for polymorphic many-to-many owner-side assocaitions (support-ticket)
  • Fixed database import for Doctrine2. Import TEXT datatypes as text, not string
  • Fixed Laravel polymorphic many-to-many export. Changed orded of foreignPivotKey and relatedPivotKey for morphedByMany method
  • Fixed crash when editing association with fields
  • Fixed macOS bug on when submitting changed data in association and many-to-many editor
  • Fixed "Can't load XsltManipulator from not opened AbstractFile" issue in the application
  • Fixed association editor issue with multiplying association fields
  • Fixed macOS Catalina visual glitches when editing fields in entity editor
  • Fixed macOS Catalina visual glitches when editing tools in External Tools editor
  • Fixed macOS Catalina visual glitches in SaveAs files dialog
  • Fixed macOS issue in auto-update
  • Reworked database import for integer types (Fixed BigInt import for Doctrine2)
  • Fixed critical bug in Php parser for "public static function()" ...

New in Skipper 3.2.21 Build 1609 (Nov 13, 2019)

  • Improved inner Php parser for new 7.4 features - support for importing/exporting Php files with "declare" keyword (Doctrine2/MongoDB ODM) (New!)
  • Improved inner Php parser for new 7.4 features - support for importing/exporting Php files with property types (Doctrine2/MongoDB ODM) (New!)
  • New Polymorphic Association object (New!)
  • New Polymorphic Many to Many Association object (New!)
  • Laravel support for Polymorphic relations (New!)
  • Support for Laravel custom models and migrations export path (New!)
  • Reworked migrations to support export to different paths (New!)
  • New Laravel migrations format. Now you can choose per-revision or per-change file export (New!)
  • Laravel: Ability to define custom primary key index name for migrations (New!)
  • Notarized package and dmg for macOS (New!)
  • Improved migration support for field ordering
  • Added sibling-uuid to all existing migrations (to keep ordering for existing projects/migrations)
  • Reworked web proxy settings, splitted "proxy-login-pass" to separated "proxy-login" and "proxy-pass" and fixed login/pass URL encoding/decoding
  • Updated Laravel model import from database - Convert TinyInt(1) to boolean
  • Updated Laravel model import from database - Convert TinyInt(4) to TinyInt
  • Laravel fixed export of new field order ( after() )
  • Fixed element ordering for existing model objects (new "reorder" actions can appear for fields in migration log)
  • Fixed MySQL Import of TinyInt
  • Fixed MySQL unsigned type import
  • Doctrine2: Fixed namespace export when entity has "trait" type
  • Fixed encapsulation of table names in SQLite database import (support-ticket)
  • Fixed Laravel polymorphic many-to-many migration export (invalid empty foreign() export) (support-ticket)
  • Fixed Laravel invalid Many-To-Many migration naming when exporting per-change migrations (support-ticket)
  • Laravel: Fixed duplicated migration for polymorphic many-to-many owner-side assocaitions (support-ticket)
  • Fixed database import for Doctrine2. Import TEXT datatypes as text, not string
  • Fixed Laravel polymorphic many-to-many export. Changed orded of foreignPivotKey and relatedPivotKey for morphedByMany method
  • Fixed crash when editing association with fields
  • Fixed macOS bug on when submitting changed data in association and many-to-many editor
  • Fixed "Can't load XsltManipulator from not opened AbstractFile" issue in the application
  • Fixed association editor issue with multiplying association fields
  • Fixed macOS Catalina visual glitches when editing fields in entity editor
  • Fixed macOS Catalina visual glitches when editing tools in External Tools editor
  • Fixed macOS Catalina visual glitches in SaveAs files dialog
  • Fixed macOS issue in auto-update

New in Skipper 3.2.20 Build 1575 (Sep 10, 2019)

  • Laravel: Default size/scale value for double,float and decimal (size=8, scale=2)
  • Added mask .sqlite filename mask for Sqlite external importer
  • Added import option to skip initial migration also to Import-to-Existing project
  • Laravel export: Changed inline comments to a block
  • Laravel export: added keyword abstract to pre-generated classes
  • Laravel export: Added 4 spaces for indenting based on PSR-2
  • Laravel export: better formatting of comment blocks
  • Laravel export: space-padded all operators
  • Laravel export: Configurable export path and namespace for generated php classes
  • Laravel export: Configurable namespace AbstractModels/Entity and AbstractModels/AbstractEntity for generated classes
  • Laravel: Added [if Schema::hasTable] test to migrations before erasing foreign key
  • Option to generate unique Primary key Index names for many-to-many tables
  • Option to generate unique Primary key Index names for multi pk tables
  • MongoDB ODM: Migrated storing references from old simple to new storeAs property
  • Fixed import from MySQL database with sql_mode=only_full_group_by
  • Fixed migration issue when entity was moved from one parent to another (module-region or region-region)
  • Fixed Laravel migrations export for onDelete and onUpdate
  • Fixed NOT-NULL flag import in database importer
  • Removed SQLite system tables from Sqlite external importer
  • Fixed SQLite import NULL default value
  • Fixed SQLite import of unique constraint vs unique index
  • Laravel export: Fixed newline formating in generated php classes
  • Fixed Laravel DropIndex export fix (missing quotes)
  • Laravel singluar/plural converter fix for word data
  • Laravel singluar/plural converter fix for multi-word (f.e. AppData)
  • Fixed beta/trial info message
  • Fixed Laravel Pivot table auto naming. Generated Pivot models/migrations are now in singular form.
  • Fixed Laravel Pivot table auto naming. Already generated models/migrations are kept in in plural form for backward comparability.

New in Skipper 3.2.19 Build 1545 (May 27, 2019)

  • Laravel: Added support for "null" custom cast format.
  • Laravel: Added bigIncrements template to field template list
  • Changed default primary key type for Laravel from integer to bigInteger based on 5.8 Laravel changes (support-ticket)
  • Updated exclude import filters for Symfony projects (vendor/*/tests)
  • Changed Laravel default cast for json and jsonb to "array" cast type
  • Added new Laravel field property "cast" for better casts customization
  • New pivotAccess property for Laravel many2many objects. Ability to define how to access Pivot properties (using,withPivot,using+withPivot,none)
  • Fixed public timestamps variable in Laravel export when created_at and updated_at fields are not exported.
  • Removed automatic cast ($casts) for time and timez datatype
  • Fixed enum import from database engines
  • Fixed enum export for Laravel framework
  • Fixed null import from database to Laravel framework
  • Laravel: NULL default value encapsulation fix in migrations and base objects
  • Fixed entity names import for Laravel model. Entity names are now imported in CamelCase form
  • Fixed endless loop while parsing Php files with use-trait statement inside the class
  • Fixed Laravel export path for "App.." namespace to "app..." directory

New in Skipper 3.2.18 Build 1524 (Mar 20, 2019)

  • Reworked multi-field associations logic. "Unique" field flag is now updated only for single-field associations and leave untouched for multi-field associations when changing one/many-to-many cardinality
  • Fixed crash when clicking on enable/disable migration button when there is no migration available

New in Skipper 3.2.18 Build 1523 (Mar 18, 2019)

  • First official Laravel Eloquent public beta (New!)
  • Free beta license for all Laravel users
  • Fixed decimal import from MySql database to Laravel project

New in Skipper 3.2.16 Build 1512 (Mar 7, 2019)

  • Middle mouse button moves with a diagram viewport (New!)
  • Dynamic field templates (New!)
  • Project import directly from database model (Sqlite, MySql, Postgres, SqlServer) (New!)
  • Ability to disable export of specific migration (New!)
  • Association alias validator for ORM frameworks where aliases are required (Doctrine, Doctrine2, Laravel)
  • Better matching between database datatypes and ORM datatypes (all ORM frameworks)
  • New validator for invalid multiple primary keys with enabled autoincrement
  • New field templates for Doctrine, Doctrine2, MongoDb and Propel
  • Two-way association aliases created during import from MySQL workbench for Doctrine2 and Laravel
  • Automatically filled aliases for both sides of association during import from database
  • Format of association aliases is now configurable for each ORM framework independently
  • Configurable format for "Generate alias" buttons in association wizards
  • Automatically defined owner-side aliases for Doctrine2 in plural form
  • Field templates groups (divided by separator)
  • New field templates for primary keys (all ORM frameworks)
  • Fixed mediumText and longText import from MySQL Workbench
  • Entity name validated before field settings validation (to prevent DB exceptions)
  • Fixed issue in Doctrine2 when exporting multiple join columns
  • Removed FK indexes from MySQL Workbench import
  • Fixed "timestamp" word in field templates

New in Skipper 3.2.15 Build 1478 (Jan 29, 2019)

  • Added support for new Php optional return types (during export to annotations and callbacks) (New!)
  • New "duplicate field" button in Entity editor (New!)
  • Allow import of invalid namespaces starting with "" in Php
  • Ability to mark entity as explicit MappedSuperclass (Doctrine2)
  • Upgraded Qt Ribbon library to 4.18.0 to support latest Qt 5.11
  • Improved recovery function after application crash (improved project snapshots)
  • Migrations management in the application
  • Added missing field type validator for Entity editor
  • Abilty to define custom template for new fields created by entity editor
  • New visual symbol for unique null / not-null columns in diagram
  • Shortcut for field duplication (CTRL+N)
  • Improved handling of duplicated field names in entity editor
  • Orphan removal support for Doctrine2 ManyToMany associations
  • Default export formats and paths for new modules (Doctrine,Doctrine2,CakePhp,Propel,Laravel)
  • Removed ending ?> from generated Php files
  • Improved Singluar/Plural converter for better English support
  • Propel2 bugfix for associations to inherited entities. Do not duplicate primary key with same name with base class (support-ticket)
  • Fixed issue with quotation mark escaping in annotations (Doctrine2)
  • Fixed issue in entity editor when duplicate field is added and deleted in editor
  • Fixed exception when selected "do not remove entity" in MN entity removal dialog
  • Fixed Qt tabstop bug in new Qt 5.11
  • Fixed issue with internal unique counter after previous project recovery
  • Fixed wrong redistributable in windows installer package
  • Fixed themes distribution through Windows installer
  • Fixed field row selection in entity editor after inserting/updating/duplicating row
  • Fixed issue in entity editor when new field editor is opened and application lost focus
  • Fixed issue with invalid signed package on latest macOS

New in Skipper 3.2.14 Build 1430 (Nov 2, 2018)

  • Support for Propel multi-level SingleTableInheritance (New!)
  • Validation of duplicated field names in entity editor (New!)
  • Internal support for migrations. Currently available only for custom and in-house ORMs (New!)
  • Support for Doctrine2 @schema attribute for many-to-many join table (New!)
  • Entity option class-type to configure class as explicit embeddable (for designing standalone embeddable class without owner). (New!)
  • Improved Php parser to handle use statement correctly also for Php7+ statements (New!)
  • Added option to hide derived fields
  • Added uuids also for index and index-field model elements
  • Added uuids for elements association-field and many-to-many-association-field
  • Fixed project loader when project contains derived entities without fields
  • Fixed rare crash in diagram model during object selection change
  • Fixed bug in entity editor. When opened through double-click on field, "cancel" button doesn't revert opened transaction

New in Skipper 3.2.14 Build 1418 Beta (Jul 24, 2018)

  • Validate duplicated field names in entity editor (New!)

New in Skipper 3.2.14 Build 1417 Beta (Jul 19, 2018)

  • Support for Propel multi-level SingleTableInheritance
  • Added ability to hide derived fields
  • Fixed project loader when project contains derived entities without fields
  • Fixed rare crash in diagram model during object selection change

New in Skipper 3.2.13 Build 1410 Beta (Jun 18, 2018)

  • Added new options for Doctrine2 fields (fixed, check, collation) (support-ticket)
  • Extended Php exporter to comply PSR-2 (newlines before namespace and use-namespace ) (support-ticket)

New in Skipper 3.2.13 Build 1405 Beta (Jun 4, 2018)

  • Better support for inheritances. Ability to use base-class fields in derived class. (New!)
  • Support for base-class fields in indexes (New!)
  • Support for base-class fields in associations (New!)
  • Reworked import/export to support inherited fields (New!)
  • Support for base-class fields in many-to-many associations (New!)
  • Inherited fields displayed in derived entities (New!)
  • Internal Sqlite storage optimization for large projects
  • Fixed bug in undo-redo system for many-to-many associations
  • Fixed issue on older CPUs with missing AESNI instruction causing crash in Crypto++ library
  • Fixed "default" naming strategy for Doctrine2

New in Skipper 3.2.13 Build 1402 Beta (May 6, 2018)

  • Fixed bug in undo-redo system for many-to-many associations.

New in Skipper 3.2.12 Build 1400 (Apr 11, 2018)

  • Support for exporting to trait classes for Doctrine2 (support-ticket)
  • Fixed reporting issue error (support-ticket)
  • Fixed error after adding new item to ORM property tree (error: "Container doesn't contain value [attributeTypeFullPathId]") (support-ticket)
  • Fixed error message displayed after adding new Gedmo item and pressing cancel (support-ticket)
  • Fixed issue with Unicode folders introduced by new version of Boost library
  • Fixed auto update issue from previous versions

New in Skipper 3.2.12 Build 1396 Beta (Feb 26, 2018)

  • Fixed error message displayed after addign new Gedmo item and pressed cancel.

New in Skipper 3.2.12 Build 1395 Beta (Feb 22, 2018)

  • Fixed error reporting issue (support-ticket)
  • Fixed error after adding new item to ORM property tree (Container doesn't contain value [attributeTypeFullPathId])

New in Skipper 3.2.12 Build 1393 Beta (Jan 5, 2018)

  • Changes:
  • Support for selecting class/trait entity keyword in Doctrine2 annotations format.

New in Skipper 3.2.11 Build 1392 (Jan 4, 2018)

  • Validate behavior for Propel (New!) (support-ticket)
  • Added new immutable variables for Doctrine2 (datetime_immutable,datetimetz_immutable,date_immutable,time_immutable) (New!) (support-ticket)
  • Added support for Symfony4 (New!)
  • Merged Symfony1/2/3/4 support to single MVC name "Symfony" (New!)
  • Added new json data type for Doctrine2 (support-ticket)
  • Upgraded to latest Qt 5.9.1
  • Upgraded minimal OS X version to 10.10 to include new OS dependent features
  • Upgraded minimal Ubuntu version to 14.04 to include new OS dependent features
  • Doctrine2: Removed redundant @unique flag from join-column when column is also primary key
  • Support for exporting complex values in Annotations (Doctrine2,MongoDB) by using {"value1","value2"} format
  • Updated Doctrine2 primary-foreign-key export for XML files. Instead of column name the field name is used
  • Fixed bug in many-to-many wizard. When editing MN entity name sometimes multiple entities occured
  • Fixed auto update mechanism. Fixed "can't initialize zip file"
  • Fixed issue with removing+adding new index-fields (and associationg fields and inheritance child)
  • Fixed ordering of orm attributes for structs with more than ten entries (support-ticket)
  • Implement new workaround for OS X rare issue causing crash in Accessibility libraries
  • (3.2.11.1392) Fixed controller initialization for application self-updater
  • (3.2.11.1392) Fixed self-updater. In case you're receiving "Missing controller" error, it's necessary to update manually.

New in Skipper 3.2.11 Build 1385 Beta (Oct 6, 2017)

  • Added new immutable variables for Doctrine2 (datetimeimmutable,datetimetzimmutable,dateimmutable,timeimmutable) (New!) (support-ticket)

New in Skipper 3.2.11 Build 1384 Beta (Sep 8, 2017)

  • Support for exporting complex values in Annotations (Doctrine2,MongoDB) by using {"value1","value2"} format

New in Skipper 3.2.11 Build 1382 Beta (Sep 5, 2017)

  • Upgraded to later Qt 5.9.1
  • Doctrine2: Removed redundant @unique flag from join-column when column is also primary key

New in Skipper 3.2.11 Build 1380 Beta (Jul 26, 2017)

  • Validate behavior for Propel.

New in Skipper 3.2.11 Build 1378 Beta (Jun 29, 2017)

  • Fixed ordering of orm attributes for structs with more than ten entries (support-ticket)

New in Skipper 3.2.11 Build 1377 Beta (Jun 9, 2017)

  • Fixed issue with removing+adding new index-fields (and associationg fields and inheritance child).

New in Skipper 3.2.11 Build 1375 Beta (May 26, 2017)

  • Fixed bug in many-to-many wizard. When editing MN entity name sometimes multiple entities occured
  • Fixed auto update mechanism. Fixed "can't initialize zip file"

New in Skipper 3.2.11 Build 1374 Beta (May 23, 2017)

  • Updated Doctrine2 primary-foreign-key export for XML files. Instead of column name the field name is used

New in Skipper 3.2.11 Build 1373 Beta (Apr 28, 2017)

  • Added new json data type for Doctrine2

New in Skipper 3.2.10 Build 1370 (Apr 10, 2017)

  • Improved Php parser to accept # for comments (New!)
  • Customizable naming strategy for Doctrine2 indexes (Module properties/db-naming-strategy) (New!) (support-ticket)
  • Implemented fulltext index support for Doctrine2 (New!) (support-ticket)
  • Implemented support for Php class constants (New!)
  • Support for Doctrine2 read only classes (New!) (support-ticket)
  • Reworked project save routing to support all kind of shared volumes (support-ticket)
  • Improved export routing to keep permissions on modified files (support-ticket)
  • new mongodb odm suffix ".mongodb-odm"
  • For MongoDB ODM is allowed multiple associations with the same alias from one entity (support-ticket)
  • Customizable naming strategy for Doctrine2 join columns (Module properties/db-naming-strategy)
  • Added missing foreign-key name property for Propel
  • Fixed migration for ORM Designer 1 Propel Foreign keys (attribute name) to latest Skipper version
  • Fixed SaveAs validator for projects with multiple modules stored in main skipper file
  • Fixed issue with export of new db-naming-strategy

New in Skipper 3.2.10 Build 1370 Beta (Apr 5, 2017)

  • Customizable naming strategy for Doctrine2 join columns (Module properties/db-naming-strategy)

New in Skipper 3.2.10 Build 1369 Beta (Apr 4, 2017)

  • Implemented fulltext index support for Doctrine2
  • Implemented support for Php class constants
  • Support for Doctrine2 read only classes
  • Fixed SaveAs validator for projects with multiple modules stored in main skipper file Fixed issue with export of new db-naming-strategy

New in Skipper 3.2.10 Build 1368 (Mar 28, 2017)

  • Implemented fulltext index support for Doctrine2.

New in Skipper 3.2.10 Build 1367 (Mar 21, 2017)

  • Improved Php parser to accept # for comments (New!)
  • Customizable naming strategy for Doctrine2 indexes (Module properties/db-naming-strategy) (New!) (support-ticket)
  • Reworked project save routing to support all kind of shared volumes (support-ticket)
  • Improved export routing to keep permissions on modified files (support-ticket)
  • new mongodb odm suffic ".mongodb-odm"
  • For MongoDB ODM allow multiple associations with same alias from one entity (support-ticket)
  • Added missing foreign-key name property for Propel
  • Fixed migration for ORM Designer 1 Propel Foreign keys (attribute name) to latest Skipper version
  • Fixed SaveAs validator for projects with multiple modules stored in main skipper file
  • Fixed issue with export of new db-naming-strategy

New in Skipper 3.2.10 Build 1364 Beta (Mar 21, 2017)

  • Fixed SaveAs validator for projects with multiple modules stored in main skipper file
  • Fixed issue with export of new db-naming-strategy

New in Skipper 3.2.10 Build 1363 Beta (Mar 18, 2017)

  • Improved Php parser to accept # for comments
  • Customizable naming strategy for Doctrine2 indexes (Module properties/db-naming-strategy)

New in Skipper 3.2.9 Build 1359 Beta (Jan 27, 2017)

  • Fixed migration for ORM Designer 1 Propel Foreign keys (attribute name) to latest Skipper version.

New in Skipper 3.2.9 Build 1354 Beta (Jan 25, 2017)

  • Reworked project save routing to support all kind of shared volumes (support-ticket)
  • Improved export routing to keep permissions on modified files (support-ticket)
  • Added missing foreign-key name property for Propel

New in Skipper 3.2.9 Build 1349 Beta (Jan 18, 2017)

  • Reworked project save routing to support all kind of shared volumes

New in Skipper 3.2.8 Build 1347 (Jan 18, 2017)

  • NULL support for Doctrine2-options
  • NULL support for dynamic ORM attributes (support-ticket)
  • Updated "true" and "false" values export. Values are not encapsuled like NULL
  • Added "collection" type to MongoDB ODM support
  • Improved parsing and processing of Php variables in AST tree
  • Improved Php annotation parser to be able to recover from invalid annotation errors (missing ending brackets)
  • Fixed Undo/Redo on associations
  • Fixed exports when module/region contains absolute path instead of relative to project root
  • Another fix for OS X accessibility issues based on Qt developers fix (support-ticket)
  • Fixed Popel Yaml export of composed foreign key references
  • Fixed internal bug in duplicating AST elements which could cause undefined behavior during transformations
  • Fixed invalid "null" flag in field description in project tree when "NN" is set for this field
  • Fixed export settings when project is located on different drive than export destination directory
  • Fixed bug in regular expressions used in project importers
  • Fixed @db annotation export for MongoDB ODM (support-ticket)
  • Fixed issue with php multi-line array definition [1,2,3] in variable declaration

New in Skipper 3.2.8 Build 1347 Beta (Jan 16, 2017)

  • Added "collection" type to MongoDB ODM support
  • Improved parsing and processing of Php variables in AST tree
  • Improved Php annotation parser to be able to recover from invalid annotation errors (missing ending brackets)
  • Fixed issue with php multi-line array definition [1,2,3] in variable declaration

New in Skipper 3.2.8 Build 1345 Beta (Jan 4, 2017)

  • Fixed @db annotation export for MongoDB ODM (support-ticket).

New in Skipper 3.2.8 Build 1344 Beta (Dec 16, 2016)

  • Fixed bug in regular expressions used in project importers.

New in Skipper 3.2.8 Build 1343 Beta (Dec 1, 2016)

  • Fixed internal bug in duplicating AST elements which could cause undefined behavior during transformations
  • Fixed invalid "null" flag in field description in project tree when "NN" is set for this field
  • Fixed export settings when project is located on different drive than export destination directory

New in Skipper 3.2.8 Build 1342 Beta (Nov 22, 2016)

  • NULL support for Doctrine2-options
  • NULL support for dynamic ORM attributes (support-ticket)
  • Updated "true" and "false" values export. Values are not encapsuled like NULL
  • Fixed Undo/Redo on associations
  • Fixed exports when module/region contains absolute path instead of relative to project root
  • Another fix for OS X accessibility issues based on Qt developers fix (support-ticket)
  • Fixed Popel Yaml export of composed foreign key references
  • Fixed OSX deploy problem

New in Skipper 3.2.7 Build 1338 (Oct 19, 2016)

  • Updated Ribbon component to support Windows10 skin (New!) (support-ticket)
  • Updated PHP parser/exporter to support PHP7 return types (New!) (support-ticket)
  • Added Symfony 3 MVC support (New!)
  • Support for complex custom structures in "options" attribute in Doctrine2 (New!) (support-ticket)
  • Updated to latest version of Qt 5.7.0
  • Improved AST parser/merger. New/updated @ORM annotations are always added after last known @ORM annotation instead to end of the annotation block (support-ticket)
  • updated PHP export for namespace alias from "AS" to "as" to comply PHPCS validations (support-ticket)
  • Improved Gedmo Translatable to support unmapped field "locale" (support-ticket)
  • Unified Php annotation export of array of array. ":" is now used as divider between key and value
  • Unified Php annotation export of array of array. " is now used as encapsuler for key value
  • Improved Doctrine2 Gedmo support - allow multiple occurences of Sluggable behavior in single entity
  • New ORM property type "fieldAndAlias" for custom ORM extensions
  • Support for new preFlush event for Doctrine (support-ticket)
  • Updated XmlToYml converter (used in export scripts) to generate better/more robust YML code
  • Updated QTitanRibbon component to latest 4.8.0 version
  • Fixed Diagram grid freeze when zero grid size is set (support-ticket)
  • Fixed cut&paste on fields when field is used on association, index, many-to-many association and inheritance (support-ticket)
  • Fixed "Cancel" in SaveAs dialog - don't invoke validator (support-ticket)
  • Fixed broken "Store inside the project" in SaveAs dialog
  • Fixed invalid Gedmo Sluggable Yaml fields format (support-ticket)
  • Fixed issue with sub-regions. Regions are now correctly attached to new parent after mouse move
  • Fixed issue in project tree with sub-regions. In some circumstances regions were displayed in wrong parents
  • Fixed SET_NULL in ManyToMany onUpdate/onDelete for Doctrine2 (support-ticket)
  • Doctrine2 Gedmo TreeRoot and TreeParent export fix (support-ticket)
  • Updated Gedmo YML export to export correct array items for "gedmo" child items (support-ticket)
  • Fixed invalid clearing project modified flag after schema export (support-ticket)

New in Skipper 3.2.7 Build 1337 Beta (Oct 6, 2016)

  • Updated QTitanRibbon component to latest 4.8.0 version
  • Fixed invalid clearing project modified flag after schema export (support-ticket)

New in Skipper 3.2.7 Build 1334 Beta (Oct 6, 2016)

  • Support for new preFlush event for Doctrine (support-ticket)
  • Updated XmlToYml converter (used in export scripts) to generate better/more robust YML code
  • Fixed SET_NULL in ManyToMany onUpdate/onDelete for Doctrine2 (support-ticket)
  • Doctrine2 Gedmo TreeRoot and TreeParent export fix (support-ticket)
  • Updated Gedmo YML export to export correct array items for "gedmo" child items (support-ticket)

New in Skipper 3.2.7 Build 1330 Beta (Aug 9, 2016)

  • New ORM property type "fieldAndAlias" for custom ORM extensions

New in Skipper 3.2.7 Build 1329 Beta (Aug 2, 2016)

  • Updated Ribbon component to support Windows10 skin (New!) (support-ticket)
  • Updated PHP parser/exporter to support PHP7 return types (New!) (support-ticket)
  • Added Symfony 3 MVC support (New!)
  • Support for complex custom structures in "options" attribute in Doctrine2 (New!) (support-ticket)
  • Updated to latest version of Qt 5.7.0
  • Improved AST parser/merger. New/updated @ORM annotations are always added after last known @ORM annotation instead to end of the annotation block (support-ticket)
  • updated PHP export for namespace alias from "AS" to "as" to comply PHPCS validations (support-ticket)
  • Improved Gedmo Translatable to support unmapped field "locale" (support-ticket)
  • Unified Php annotation export of array of array. ":" is now used as divider between key and value
  • Unified Php annotation export of array of array. " is now used as encapsuler for key value
  • Improved Doctrine2 Gedmo support - allow multiple occurences of Sluggable behavior in single entity
  • Fixed Diagram grid freeze when zero grid size is set (support-ticket)
  • Fixed cut&paste on fields when field is used on association, index, many-to-many association and inheritance (support-ticket)
  • Fixed "Cancel" in SaveAs dialog - don't invoke validator (support-ticket)
  • Fixed broken "Store inside the project" in SaveAs dialog
  • Fixed invalid Gedmo Sluggable Yaml fields format (support-ticket)
  • Fixed issue with recursive regions. Regions are now correctly attached to new parent after mouse move
  • Fixed issue in project tree with recursive regions. In some circumstances regions were displayed in wrong parents

New in Skipper 3.2.7 Build 1327 Beta (Jul 7, 2016)

  • Improved Doctrine2 Gedmo support - allow multiple occurences of Sluggable behavior in single entity
  • Fixed "Cancel" in SaveAs dialog - don't invoke validator (support-ticket)
  • Fixed broken "Store inside the project" in SaveAs dialog
  • Fixed invalid Gedmo Sluggable Yaml fields format (support-ticket)
  • Fixed issue with recursive regions. Regions are now correctly attached to new parent after mouse move
  • Fixed issue in project tree with recursive regions. In some circumstances regions were displayed in wrong parents

New in Skipper 3.2.7 Build 1321 Beta (Jun 2, 2016)

  • Updated Ribbon component to support Windows10 skin (New!) (support-ticket)
  • Updated PHP parser/exporter to support PHP7 return types (New!) (support-ticket)
  • Updated to latest version of Qt 5.6.0
  • Improved AST parser/merger. New/updated @ORM annotations are always added after last known @ORM annotation instead to end of the annotation block (support-ticket)
  • updated PHP export for namespace alias from "AS" to "as" to comply PHPCS validations (support-ticket)
  • Improved Gedmo Translatable to support unmapped field "locale" (support-ticket)
  • Fixed Diagram grid freeze when zero grid size is set (support-ticket)
  • Fixed cut&paste on fields when field is used on association, index, many-to-many association and inheritance (support-ticket)

New in Skipper 3.2.6 Build 1309 (Jun 1, 2016)

  • Ability to recover application to state before unexpected close (computer restart, crash, ....) (New!)
  • Regions can be used to define export sub-directories for Doctrine2/MongoDB ODM (New!)
  • Project import is now able to import PSR-* project structures. Sub directories are now imported as sub-regions with it's own import/export directory and namespace (New!) (support-ticket)
  • Module storage-path and export-path is now displayed and editable through property editor (New!)
  • New template substitution marks for plural forms (#CFLs, #CFUs, #ULs) (New!)
  • Updated application certificates to meet latest Microsoft requirements (SHA-256)
  • Changed default file name format from with-namespace to entity-name-only
  • Changed export-file-name attribute interpretation. It's treated as relative path instead of absolute path. In case that export-file-name contains dir\schema.php and it's placed in region with export path path\to\export the result path is path\to\export\dir\schea.php
  • Doctrine2 - support for multi level inheritance discriminator maps (support-ticket)
  • Extended association-field template to be able to access {entity-inverse} and other substitution values
  • Extended many-to-many-field template to be able to access {entity-inverse} and other substitution values
  • Extended inheritance discriminator field template to be able to access {entity-parent} and other substitution values
  • Fixed modality OS X bug during operation with splashscreen. It's not possible to pres shortcut multiple-times any more
  • Fixed Gedmo import/export for Sortable behavior when sortableGroup was defined for association
  • Fixed issue in relative export path handling in case that module storage was relative too.
  • Fixed too long module name in SaveAs dialog. Now local-name is used for SaveAs table
  • Fixed broken callback in ORM property system. When property was type "enum" without specified parent/child flag there was no returned values.
  • Fixed export path handling for projects with all modules stored in the project (fix to latest changes in combination with PSR support)
  • Fixed missing associations in new projects imported from directories in PSR format
  • Fixed missing enum values in property editor
  • Fixed crash when adding new column in entity editor (caused by latest 3.2.6 changes)
  • Fixed bug in Gedmo sluggable fields import
  • Fixed recovery state messagebox after correct app shutdown
  • Fixed very rare bug in Php parser which can cause infinite loop until all memory was consumed. (switch-case command with string values with inner if statements wit several options and else statement) (support-ticket)
  • Fixed import of existing Gedmo definitions in case that project contained several regions

New in Skipper 3.2.6 Build 1310 Beta (Mar 22, 2016)

  • Ability to recover application to state before unexpected close (computer restart, crash, ....) (New!)
  • Regions can be used to define export sub-directories for Doctrine2/MongoDB ODM (New!)
  • Project import is now able to import PSR-* project structures. Sub directories are now imported as sub-regions with it's own import/export directory and namespace (New!) (support-ticket)
  • Module storage-path and export-path is now displayed and editable through property editor (New!)
  • New template substitution marks for plural forms (#CFLs, #CFUs, #ULs) (New!)
  • Updated application certificates to meet latest Microsoft requirements (SHA-256)
  • Changed default file name format from with-namespace to entity-name-only
  • Changed export-file-name attribute interpretation. It's treated as relative path instead of absolute path. In case that export-file-name contains dir\schema.php and it's placed in region with export path path\to\export the result path is path\to\export\dir\schea.php
  • Doctrine2 - support for multi level inheritance discriminator maps (support-ticket)
  • Extended association-field template to be able to access {entity-inverse} and other substitution values
  • Extended many-to-many-field template to be able to access {entity-inverse} and other substitution values
  • Extended inheritance discriminator field template to be able to access {entity-parent} and other substitution values
  • Fixed modality OS X bug during operation with splashscreen. It's not possible to pres shortcut multiple-times any more
  • Fixed Gedmo import/export for Sortable behavior when sortableGroup was defined for association
  • Fixed issue in relative export path handling in case that module storage was relative too.
  • Fixed too long module name in SaveAs dialog. Now local-name is used for SaveAs table
  • Fixed broken callback in ORM property system. When property was type "enum" without specified parent/child flag there was no returned values.
  • Fixed export path handling for projects with all modules stored in the project (fix to latest changes in combination with PSR support)
  • Fixed missing associations in new projects imported from directories in PSR format
  • Fixed missing enum values in property editor
  • Fixed crash when adding new column in entity editor (caused by latest 3.2.6 changes)
  • Fixed bug in Gedmo sluggable fields import
  • Fixed recovery state messagebox after correct app shutdown
  • Fixed very rare bug in Php parser which can cause infinite loop until all memory was consumed. (switch-case command with string values with inner if statements wit several options and else statement) (support-ticket)
  • Fixed import of existing Gedmo definitions in case that project contained several regions

New in Skipper 3.2.6 Build 1309 Beta (Mar 16, 2016)

  • Extended inheritance discriminator field template to be able to access {entity-parent} and other substitution values.

New in Skipper 3.2.6 Build 1307 Beta (Mar 15, 2016)

  • Extended many-to-many-field template to be able to access {entity-inverse} and other substitution values

New in Skipper 3.2.6 Build 1304 Beta (Mar 14, 2016)

  • Ability to recover application to state before unexpected close (computer restart, crash, ....) (New!)
  • Regions can be used to define export sub-directories for Doctrine2/MongoDB ODM (New!)
  • Project import is now able to import PSR-* project structures. Sub directories are now imported as sub-regions with it's own import/export directory and namespace (New!) (support-ticket)
  • Module storage-path and export-path is now displayed and editable through property editor (New!)
  • New template substitution marks for plural forms (#CFLs, #CFUs, #ULs) (New!)
  • Updated application certificates to meet latest Microsoft requirements (SHA-256)
  • Changed default file name format from with-namespace to entity-name-only
  • Changed export-file-name attribute interpretation. It's treated as relative path instead of absolute path. In case that export-file-name contains dir\schema.php and it's placed in region with export path path\to\export the result path is path\to\export\dir\schea.php
  • Doctrine2 - support for multi level inheritance discriminator maps (support-ticket)
  • Extended association-field template to be able to access {entity-inverse} and other substitution values
  • Extended many-to-many-field template to be able to access {entity-inverse} and other substitution values
  • Fixed modality OS X bug during operation with splashscreen. It's not possible to pres shortcut multiple-times any more
  • Fixed Gedmo import/export for Sortable behavior when sortableGroup was defined for association
  • Fixed issue in relative export path handling in case that module storage was relative too.
  • Fixed too long module name in SaveAs dialog. Now local-name is used for SaveAs table
  • Fixed broken callback in ORM property system. When property was type "enum" without specified parent/child flag there was no returned values.
  • Fixed export path handling for projects with all modules stored in the project (fix to latest changes in combination with PSR support)
  • Fixed missing associations in new projects imported from directories in PSR format
  • Fixed missing enum values in property editor
  • Fixed crash when adding new column in entity editor (caused by latest 3.2.6 changes)
  • Fixed bug in Gedmo sluggable fields import
  • Fixed recovery state messagebox after correct app shutdown
  • Fixed very rare bug in Php parser which can cause infinite loop until all memory was consumed. (switch-case command with string values with inner if statements wit several options and else statement) (support-ticket)

New in Skipper 3.2.6 Build 1302 Beta (Mar 14, 2016)

  • Extended association-field template to be able to access {entity-inverse} and other substitution values.

New in Skipper 3.2.6 Build 1298 Beta (Feb 24, 2016)

  • Doctrine2 - support for multi level inheritance discriminator maps (support-ticket).

New in Skipper 3.2.6 Build 1294 Beta (Feb 23, 2016)

  • Fixed very rare bug in Php parser which can cause infinite loop until all memory was consumed. (switch-case command with string values with inner if statements wit several options and else statement) (support-ticket)

New in Skipper 3.2.5 Build 1283 (Feb 18, 2016)

  • Updated Gedmo export scripts to allow use association columns as same as association aliases

New in Skipper 3.2.6 Build 1293 Beta (Feb 18, 2016)

  • Fixed recovery state messagebox after correct app shutdown.

New in Skipper 3.2.6 Build 1292 Beta (Feb 16, 2016)

  • Fixed bug in Gedmo sluggable fields import

New in Skipper 3.2.6 Build 1291 Beta (Feb 3, 2016)

  • Fixed crash when adding new column in entity editor (caused by latest 3.2.6 changes).

New in Skipper 3.2.6 Build 1290 Beta (Feb 2, 2016)

  • Fixed broken callback in ORM property system. When property was type "enum" without specified parent/child flag there was no returned values.
  • Fixed export path handling for projects with all modules stored in the project (fix to latest changes in combination with PSR support)
  • Fixed missing associations in new projects imported from directories in PSR format
  • Fixed missing enum values in property editor

New in Skipper 3.2.6 Build 1289 Beta (Feb 1, 2016)

  • Regions can be used to define export sub-directories for Doctrine2/MongoDB ODM (New!)
  • Project import is now able to import PSR-* project structures. Sub directories are now imported as sub-regions with it's own import/export directory and namespace (New!) (support-ticket)
  • Module storage-path and export-path is now displayed and editable through property editor (New!)
  • Module storage-path and export-path is now displayed and editable through property editor (New!)
  • Updated application certificates to meet latest Microsoft requirements (SHA-256)
  • Changed default file name format from with-namespace to entity-name-only
  • Changed export-file-name attribute interpretation. It's treated as relative path instead of absolute path. In case that export-file-name contains dir\schema.php and it's placed in region with export path path\to\export the result path is path\to\export\dir\schea.php
  • Fixed issue in relative export path handling in case that module storage was relative too.
  • Fixed too long module name in SaveAs dialog. Now local-name is used for SaveAs table

New in Skipper 3.2.6 Build 1288 Beta (Jan 27, 2016)

  • Ability to recover application to state before unexpected close (computer restart, crash, ....) (New!)
  • Updated application certificates to meet latest Microsoft requirements (SHA-256)
  • Fixed modality OS X bug during operation with splashscreen. It's not possible to pres shortcut multiple-times any more
  • Fixed Gedmo import/export for Sortable behavior when sortableGroup was defined for association

New in Skipper 3.2.5 Build 1283 Beta (Jan 22, 2016)

  • Updated Gedmo export scripts to allow use association columns as same as association aliases

New in Skipper 3.2.5 Build 1280 (Jan 22, 2016)

  • Doctrine2 php export - ability to configure default member access for properties (private vs protected ) (support-ticket)

New in Skipper 3.2.5 Build 1278 (Jan 21, 2016)

  • Doctrine2 extensions (Gedmo) support
  • Proxy login/password settings
  • Fixed crash issue when importing Doctrine2

New in Skipper 3.2.5 Build 1277 (Jan 18, 2016)

  • Doctrine2 extensions (Gedmo) support
  • Fixed crash issue when importing Doctrine2 schema file with orderBy on wrong side of oneToMany association

New in Skipper 3.2.5 Build 1273 Beta (Jan 5, 2016)

  • Fixed user configurations locator

New in Skipper 3.2.5 Build 1272 Beta (Jan 4, 2016)

  • Fixed incorrect format of @fields attribute in Gedmo-Sluggable behavior in annotation format.

New in Skipper 3.2.5 Build 1271 Beta (Jan 2, 2016)

  • Improved export of custom structures/containers defined for Entities for Doctrine2.

New in Skipper 3.2.5 Build 1270 Beta (Dec 29, 2015)

  • Enhanced configuration files for prefixed paths (with URI)
  • Extended libcurl library used for licenses server communication to allow redirections because of some web proxies
  • Enhanced configuration locators (.cfg.xml,.xslt, *.osc) to search by relative path as same as by file name in all configuration directories
  • Implemented proxy support for license server
  • Improved Doctrine2 annotation array formating in case that there is only one item
  • Fixed import of Doctrine2 annotation indexes when fields have different name than column name
  • Fixed bug in Doctrine2 annotations parser causing crash when block of code was used in annotation string
  • Fixed AST parser crash when annotation contains block of code ending with ...}*/
  • Fixed issue with random rare crashes on OS X during work with property editor
  • Fixed Doctrine2 annotation export of composite foreign key @JoinColumns
  • Fixed PHP parser issue when annotation value was function without quotation marks.

New in Skipper 3.2.5 Build 1268 (Dec 26, 2015)

  • Enhanced configuration files for prefixed paths (with URI)
  • Extended libcurl library used for licenses server communication to allow redirections because of some web proxies
  • Enhanced configuration locators (.cfg.xml,.xslt, *.osc) to search by relative path as same as by file name in all configuration directories
  • Implemented proxy support for license server
  • Improved Doctrine2 annotation array formating in case that there is only one item
  • Fixed import of Doctrine2 annotation indexes when fields have different name than column name
  • Fixed bug in Doctrine2 annotations parser causing crash when block of code was used in annotation string
  • Fixed AST parser crash when annotation contains block of code ending with ...}*/
  • Fixed issue with random rare crashes on OS X during work with property editor
  • Fixed Doctrine2 annotation export of composite foreign key @JoinColumns

New in Skipper 3.2.5 Build 1260 Beta (Nov 4, 2015)

  • Enhanced configuration files for prefixed paths (with URI)
  • Extended libcurl library used for licenses server communication to allow redirections because of some web proxies
  • Enhanced configuration locators (.cfg.xml,.xslt, *.osc) to search by relative path as same as by file name in all configuration directories
  • Fixed import of Doctrine2 annotation indexes when fields have different name than column name

New in Skipper 3.2.4 Build 1256 (Oct 15, 2015)

  • Added LongText for Propel ORM
  • Reworked some internal parts because of rare random crashes
  • Updated to latest Qt 5.5.0 version
  • Reworked inner error message system
  • Internal changes in Php annotation parser - last space before annotation end treated as part of annotation mark instead of standalone indention
  • Removed internal "UnitTests" tab from ribbon for release version
  • Converting of camel-case or underline names in templates with correct UTF-8 support
  • Fixed copy&paste of entities inside regions. In some special cases fields of copied entities were duplicated
  • Fixed Doctrine2 PHP export of namespace definition for embedded entities
  • Improved logged information from XML loader (displayed XML inner-element content in case of error)
  • Fixed Linux / OS X bug when exception occurred during QtScript (JavaScripts), application crashed instead of displaying warning message
  • Removed invalid cascade-update from Doctrine2 association cascades (support-ticket)

New in Skipper 3.2.4 Build 1255 (Oct 12, 2015)

  • Internal changes in Php annotation parser - treat last space before annotation end as part of annotation mark instead of standalone indention
  • Internal changes in Php annotation parser - correctly merge new annotation and it's indention Doctrine2 / MongoDB ODM - Fixed adding lifecycle callbacks to existing methods
  • Fixed rare bug when newly created entity with entered name become "UnnamedEntity" in property editor (support-ticket)

New in Skipper 3.2.4 Build 1253 (Oct 8, 2015)

  • Added LongText for Propel ORM
  • Reworked some internal parts because of rare random crashes
  • Updated to latest Qt 5.5.0 version
  • Reworked inner error message system
  • Removed internal "UnitTests" tab from ribbon for release version
  • Convert camel-case or underline names in templates with correct UTF-8 support
  • Fixed copy&paste of entities inside regions. In some special cases fields of copied entities where duplicated
  • Fixed Doctrine2 PHP export of namespace definition for embedded entities
  • Improved logged information from XML loader (displayed XML inner-element content in case of error)
  • Fixed Linux / OS X bug when exception was thrown during QtScript (JavaScripts), application crashed instead of displaying warning message
  • Removed invalid cascade-update from Doctrine2 association cascades (support-ticket)

New in Skipper 3.2.3 Build 1247 (Jul 8, 2015)

  • Doctrine2 Embeddables support (New!) (support-ticket)
  • Support for sub-directory export for Doctrine2 / MongoDB ODM via new "file-name-format" property "subdirectories-by-namespace" (New!) (support-ticket)
  • Improved namespace line-edit control. When backspace is pressed on predefined NS, it's automatically changed to root (support-ticket)
  • MongoDB ODM - feature to define collection for single entity via property editor (support-ticket)
  • Deactivate license feature
  • Updated Yml parsers to import also incorrectly defined key:values when empty character after colon is missing
  • Display machine code in license overview
  • Fixed MongoDB ODM "raw_type" datatype to "raw" (support-ticket)
  • Fixed rare crash when double-clicked on project tree without correctly selected item
  • Fixed missing namespace export in MongoDB ODM EmbeddedDocument (support-ticket)
  • Fixed Propel import of many to many entities when primary key is different than many to many fields
  • Fixed drawing of ribbon borders when connected to Windows machine via RemoteDesktop
  • Fixed ORM property editors inside association-collection and embedded-collection dialogs
  • Fixed Doctrine1 yml export of ManyToMany entities placed inside the regions
  • Fixed association wizard buttons to generate aliases when entity has defined namespace
  • Removed internal "UnitTests" tab from ribbon for release version

New in Skipper 3.2.3 Build 1247 Beta (Jun 27, 2015)

  • Support for sub-directory export for Doctrine2 / MongoDB ODM via new "file-name-format" property "subdirectories-by-namespace" (New!) (support-ticket)
  • Fixed Doctrine1 yml export of ManyToMany entities placed inside the regions
  • Fixed association wizard buttons to generate aliases when entity has defined namespace

New in Skipper 3.2.3 Build 1243 Beta (Jun 26, 2015)

  • Doctrine2 Embeddables support
  • Fixed ORM property editors inside association-collection and embedded-collection dialogs

New in Skipper 3.2.3 Build 1241 (Jun 25, 2015)

  • Deactivate license feature
  • Updated Yml parsers to import also incorrectly defined key:values when empty character after colon is missing
  • Display machine code in license overview
  • Fixed drawing of ribbon borders when connected to Windows machine via RemoteDesktop

New in Skipper 3.2.2 Build 1235 (Jun 17, 2015)

  • Copy&Paste support
  • Duplicate object support
  • Comment shortcut changed from CTRL+C to CTRL+N (on OS X CMD instead of CTRL) because of copy&paste support
  • Fixed another occasional crash caused by property editor
  • Fixed Doctrine2 export of empty join-columns
  • Fixed printing only selected range of pages
  • Fixed removal of multiple objects with the same type via DEL shortcut
  • Fix for clipboard crash when clipboard contains several space characters

New in Skipper 3.2.1 Build 1226 (May 27, 2015)

  • Fixed auto-updater based on latest OS X changes (It's necessary to update manually).
  • Fixed OS X issues with auto-update based on latest OS X changes

New in Skipper 3.2.1 Build 1222 (May 23, 2015)

  • Reworked property editor fixing all random crash issues:
  • Reworked property editor
  • Fixed bug causing random crash when editing values in property editor
  • Fixed issue where entity was moved after edited through entity editor
  • Fixed Doctrine2-yml export order of multiple primary keys when some are also foreign keys and some not
  • Fixed Doctrine2 import/export of column-definition in discriminator column

New in Skipper 3.2.0 Build 1218 Beta (May 13, 2015)

  • Fixed bug in template system (update-template of entity caused empty entity name) Fixed doctrine2 yml export of composite foreign-key associations when column name is explicitly configured

New in Skipper 3.2.0 Build 1219 (May 11, 2015)

  • Updated template system substitutions marks to new format "object-name" and "object-name-full" for backward compatibility with old templates.
  • Fixed bug in template system (update-template of entity caused empty entity name) Fixed doctrine2 yml export of composite foreign-key associations when column name is explicitly configured

New in Skipper 3.2.0 Build 1218 (May 9, 2015)

  • Updated template system substitions marks to new format "object-name" and "object-name-full" for backward compatibility with old templates
  • Fixed bug in template system (update-template of entity caused empty entity name)
  • Fixed doctrine2 yml export of composite foreign-key associations when column name is explicitly configured

New in Skipper 3.1.2 Build 1215 (May 7, 2015)

  • Fixed issue with missing ORM attributes on some installations Fixed issue on some linux installations with missig xcb Qt platform plugin
  • Fixed issue with missing ORM attributes on some installations
  • Fixed issue on some linux installations with missig xcb Qt platform plugin

New in Skipper 3.2.0 Build 1213 Beta (May 6, 2015)

  • Optional switch to ask about association fields removing while deleting association (New!)
  • Support for namespaces and full object names (New!)
  • New "row_format" attribute for Doctrine2 entity.
  • Enhanced templates for new "entity-local" params for acces to entity names without full namespace
  • .dcm as default suffix for MongoDB ODM
  • Doctrine2 @IndexBy support for ManyToMany associations
  • New ORM Attributes enumerators for entity/fields values
  • Based on several requests changed colorRef values in project file to #RRGGBB format
  • Updated QTitanRibbon component to latest 3.5.3 version
  • Fixed AST parser/generator which added empty char " " for annotations inside the function.
  • Fixed default values for Doctrine2 in XML export
  • Fixed default values for MongoDB ODM in XML export
  • Fixed MongoDB export of @repository-class annotation
  • Fixed MongoDB ODM templates for new objects - replaced integer to int
  • Fixed import of unique indexes (unique-constraint) for Doctrine2 and MongoDB YML format
  • Fixed order of exported properties when updating PHP file for Doctrine2 and MongoDB ODM
  • Fixed PHP parser for switch clausule
  • Fixed project tree width and horizontal scroll
  • Fixed deadlock when project was opened during new version notification
  • Fixed new association fields name generator due to new namespaces
  • Fixed Doctrine2/Mongo YML export of primary keys
  • Fixed migration of project with namespaces when entities are inside regions
  • Fixed namespace usage in templates (association field generator when entities are namespaced)
  • Fixed entity selection in new association wizard when entites have same name but different namespaces
  • Fixed Doctrine2 PHP annotation @ORM\EntityListeners export for mulitple listeners
  • Fixed crash when importing file with % in name
  • Fixed default color handling due to latest changes in templates
  • Fixed export of Doctrine2 ManyToMany @fetch attribute
  • Fixed export of Doctrine1 association @orderBy attribute (exported on correct inverse side instead of owning) (support-ticket)
  • Fixed model object deselection via CTRL
  • Fixed rare crash in undo/redo system caused by empty string value ""
  • Added better debug logs for AST manipulation
  • Fixed processing of PHP variables/functions with unicode characters

New in Skipper 3.2.0 Build 1210 Beta (Apr 25, 2015)

  • Fixed export of Doctrine1 association @orderBy attribute (exported on correct inverse side instead of owning)

New in Skipper 3.2.0 Build 1207 Beta (Apr 24, 2015)

  • Optional switch to ask about association fields removing while deleting association
  • Support for namespaces and full object names
  • Enhanced templates for new "entity-local" params for acces to entity names without full namespace
  • .dcm as default suffix for MongoDB ODM
  • Doctrine2 @IndexBy support for ManyToMany associations
  • New ORM Attributes enumerators for entity/fields values
  • Fixed new association fields name generator due to new namespaces
  • Fixed Doctrine2/Mongo YML export of primary keys
  • Fixed migration of project with namespaces when entities are inside regions
  • Fixed namespace usage in templates (association field generator when entities are namespaced)
  • Fixed entity selection in new association wizard when entites have same name but different namespaces
  • Fixed Doctrine2 PHP annotation @ORM\EntityListeners export for mulitple listeners
  • Fixed crash when importing file with % in name
  • Fixed default color handling due to latest changes in templates
  • Fixed export of Doctrine2 ManyToMany @fetch attribute

New in Skipper 3.2.0 Build 1202 Beta (Apr 15, 2015)

  • Support for namespaces and full object names (New!)
  • Optional switch to ask about association fields removing while deleting association (New!)
  • New "row_format" attribute for Doctrine2 entity.
  • Fixed AST parser/generator which added empty char " " for annotations inside the function.
  • Fixed default values for Doctrine2 in XML export
  • Fixed default values for MongoDB ODM in XML export
  • Fixed MongoDB export of @repository-class annotation
  • Fixed MongoDB ODM templates for new objects - replaced integer to int
  • Fixed import of unique indexes (unique-constraint) for Doctrine2 and MongoDB YML format
  • Fixed order of exported properties when updating PHP file for Doctrine2 and MongoDB ODM
  • Fixed PHP parser for switch clausule
  • Fixed project tree width and horizontal scroll
  • Fixed deadlock when project was opened during new version notification

New in Skipper 3.1.2 Build 1193 (Mar 25, 2015)

  • Optional switch to ask about association fields removing while deleting association (New!)
  • Fixed order of exported properties when updating PHP file for Doctrine2 and MongoDB ODM

New in Skipper 3.1.2 Build 1192 (Mar 24, 2015)

  • Optional switch to ask about association fields removing while deleting association (New!)
  • New "row_format" attribute for Doctrine2 entity.
  • Fixed AST parser/generator which added empty char " " for annotations inside the function.
  • Fixed default values for Doctrine2 in XML export
  • Fixed default values for MongoDB ODM in XML export
  • Fixed MongoDB export of @repository-class annotation
  • Fixed MongoDB ODM templates for new objects - replaced integer to int
  • Fixed import of unique indexes (unique-constraint) for Doctrine2 and MongoDB YML format

New in Skipper 3.1.2 Build 1191 Beta (Mar 21, 2015)

  • Optional switch to ask for removing of association fields while association is deleted (New!)
  • xport
  • Fixed MongoDB ODM templates for new objects - replaced integer to int
  • Fixed import of unique indexes (unique-constraint) for Doctrin2 and MongoDB YML format

New in Skipper 3.1.1 Build 1190 Beta (Mar 20, 2015)

  • Fixed AST parser/generator which adds empty char " " when annotation was inside the function.
  • Fixed default values export for Doctrin2 and Mongo DB ODM XML format
  • Fixed MongoDB export of @repository-class annotation
  • Fixed MongoDB default templates for new primary key, association key, etc.

New in Skipper 3.1.1 Build 1184 (Mar 6, 2015)

  • Support for new Doctrine2 lifecycle callbacks: preFlush, postFlush, onFlush, loadClassMetadata, onClassMetadataNotFound, onClear
  • Doctrine2 / MongoDB - Support for multiple lifecycle callbacks for one method
  • Doctrine2 default values moved from options to EntityEditor->Field->Default property.
  • Php code parser better handling for empty values ""
  • Ability to import Doctrine2 @Table("users") as same as @Table(name="users") annotation style
  • Extended Doctrine2 import/export of inheritances when inheritance is without DiscriminatorMap
  • Support for new MongoDB ODM lifecycle callbacks: preFlush, postFlush, onFlush, loadClassMetadata, onClassMetadataNotFound, onClear
  • MongoDB default values moved from options to EntityEditor->Field->Default property.
  • Extended Doctrine2 import/export of inheritances when inheritance is without DiscriminatorMap
  • Reworked "unsigned" mechanism. Unsigned is now handled via field editor. In case PK is "unsigned", foreign column is set as "unsigned" too.
  • Fixed import of Doctrine2 @AttributeOverrides in cases when full annotation path is used (@ORM\AttributeOverrides)
  • Fixed import of Doctrine2 @HasLifecycleCallbacks in cases when full annotation path is used (@ORM\HasLifecycleCallbacks)
  • Fixed import of Doctrine2 @EntityListeners in cases when full annotation path is used (@ORM\EntityListeners)
  • fixed crash caused by closing editor with esc when ESC was pressed multiple times
  • Fixed rare bug in Doctrine2 annotation export when {value=} was exported without ''
  • Fixed handling Doctrine2 empty default values - options{default=""}
  • Fixed import of MongoDB @HasLifecycleCallbacks in cases when full annotation path is used (@ODM\HasLifecycleCallbacks)
  • Fixed import of MongoDB ODM @EntityListeners in cases when full annotation path is used (@ODM\EntityListeners)
  • Fixed inheritance detection for MongoDB ODM through "extends" keyword
  • Fixed Mac OS X certificate
  • Fix for bug in AST parser which adds (NULL) to code when semicolon was after end of PHP block
  • Updated Yaml parser/generator - empty character is no longer generated after key: when value is null

New in Skipper 3.1.1 Build 1179 Beta (Mar 2, 2015)

  • Doctrine2 / MongoDB - Support for multiple lifecycle callbacks for one method
  • Doctrine2 default values moved from options to EntityEditor->Field->Default property.
  • Php code parser better handling for empty values ""
  • Ability to import Doctrine2 @Table("users") as same as @Table(name="users") annotation style
  • Extended Doctrine2 import/export of inheritances when inheritance is without DiscriminatorMap
  • Support for new MongoDB ODM lifecycle callbacks: preFlush, postFlush, onFlush, loadClassMetadata, onClassMetadataNotFound, onClear
  • MongoDB default values moved from options to EntityEditor->Field->Default property.
  • Extended Doctrine2 import/export of inheritances when inheritance is without DiscriminatorMap
  • Fixed import of Doctrine2 @AttributeOverrides in cases when full annotation path is used (@ORM\AttributeOverrides)
  • Fixed import of Doctrine2 @HasLifecycleCallbacks in cases when full annotation path is used (@ORM\HasLifecycleCallbacks)
  • Fixed import of Doctrine2 @EntityListeners in cases when full annotation path is used (@ORM\EntityListeners)
  • fixed crash caused by closing editor with esc when ESC was pressed multiple times
  • Fixed rare bug in Doctrine2 annotation export when {value=} was exported without ''
  • Fixed handling Doctrine2 empty default values - options{default=""}
  • Fixed import of MongoDB @HasLifecycleCallbacks in cases when full annotation path is used (@ODM\HasLifecycleCallbacks)
  • Fixed import of MongoDB ODM @EntityListeners in cases when full annotation path is used (@ODM\EntityListeners)
  • Fixed inheritance detection for MongoDB ODM through "extends" keyword

New in Skipper 3.1.0 Build 1174 (Feb 13, 2015)

  • Universal objects - new core object for custom data handlers (New!)
  • MongoDB ODM support (New!)
  • New certificate for Mac OS X 10.10+ (codesign v2) (New!)
  • Fixed: custom resizing of property editor columns "Name" and "Value"
  • Skipper configurations - renamed specific-settings to application-settings
  • Skipper configurations - merged dynamic-word with application-settings
  • Skipper configurations - new options for universal object
  • Doctrine2 - added new orm properties nullable and column for attribute-override
  • Doctrine2 - added "cascade-update" and "cascade-detach" option
  • Doctrine2 - added "default" attribute to Field\Options structure
  • Support for Doctrine2 @ORM\CustomIdGenerator property for XML/YML/Annotations
  • Data types combo box alphabetically sorted
  • Fixed: Php parser crashes when parsing "static::fce()"
  • Fixed: resizing property drawer
  • Fixed PDF export
  • Fixed rare crash in logging function
  • Fixed community and support forum links in Application Settings -> Gui Settings
  • Fixed export of complex attributes in custom fields to annotations (Doctrine2)
  • Fixed export of @ORM\Id annotation for Doctrine2 when primary key is also foreign key with filled @column attribute
  • Fixed Doctrine2 import scanner for @MappedSuperclass annotation
  • Fixed self-notification bug causing selecting more than one item in projec tree
  • Don't show frameworks without import ability on import screen
  • Fixed occasional crash when changing applications ettings
  • Fixed occasional crash when double-clicked on many-to-many relation
  • Hide FK column in entity editor when ORM framework doesn't support associations with fields (MongoDB ODM)
  • Fixed documentation links for MongoDB
  • Fixed Doctrine2 YML export for inherited entities, removed "exteds:" definition
  • Fixed tab-order for all collection dialogs
  • Updated Doctrine1 Geographical behavior options (added Scale to options)
  • fixed object focus removal when DEL is pressed but dialog is canceled
  • fixed exception after DEL key when no object is selected
  • Fixed directory scanner when sub-folder or file has limited access
  • Fixed export to network paths \192.168.0.xx\d$....

New in Skipper 3.0.2 Build 1162 (Feb 4, 2015)

  • Data types combo box alphabetically sorted
  • Hide FK column in entity editor when ORM framework doesn't support associations with fields (MongoDB ODM)
  • Fixed documentation links for MongoDB

New in Skipper 3.0.2 Build 1162 (Feb 4, 2015)

  • Data types combo box alphabetically sorted
  • Hide FK column in entity editor when ORM framework doesn't support associations with fields (MongoDB ODM)
  • Fixed documentation links for MongoDB

New in Skipper 3.0.2 Build 1155 (Jan 28, 2015)

  • Universal objects - new core object for custom data handlers (New!)
  • MongoDB ODM support (New!)
  • Fixed: custom resizing of property editor columns "Name" and "Value"
  • Skipper configurations - renamed specific-settings to application-settings
  • Skipper configurations - merged dynamic-word with application-settings
  • Skipper configurations - new options for universal object
  • Doctrine2 - added new orm properties nullable and column for attribute-override
  • Doctrine2 - added "cascade-update" and "cascade-detach" option
  • Doctrine2 - added "default" attribute to Field\Options structure
  • Support for Doctrine2 @ORM\CustomIdGenerator property for XML/YML/Annotations
  • Fixed: Php parser crashes when parsing "static::fce()"
  • Fixed: resizing property drawer
  • Fixed PDF export
  • Fixed rare crash in logging function
  • Fixed community and support forum links in Application Settings -> Gui Settings
  • Fixed export of complex attributes in custom fields to annotations (Doctrine2)
  • Fixed export of @ORM\Id annotation for Doctrine2 when primary key is also foreign key with filled @column attribute
  • Fixed Doctrine2 import scanner for @MappedSuperclass annotation
  • Fixed self-notification bug causing selecting more than one item in projec tree
  • Don't show frameworks without import ability on import screen

New in Skipper 3.0.2 Build 1143 Beta (Jan 22, 2015)

  • Universal objects - new core object for custom data handlers (New!)
  • Fixed: custom resizing of property editor columns "Name" and "Value"
  • Skipper configurations - renamed specific-settings to application-settings
  • Skipper configurations - merged dynamic-word with application-settings
  • Skipper configurations - new options for universal object
  • Doctrine2 - added new orm properties nullable and column for attribute-override
  • Doctrine2 - added "cascade-update" and "cascade-detach" option
  • Doctrine2 - added "default" attribute to Field\Options structure
  • Support for Doctrine2Â @ORM\CustomIdGenerator property for XML/YML/Annotations
  • Fixed: Php parser crashes when parsing "static::fce()"
  • Fixed: resizing property drawer
  • Fixed PDF export
  • Fixed rare crash in logging function
  • Fixed community and support forum links in Application Settings -> Gui Settings
  • Fixed export of complex attributes in custom fields to annotations (Doctrine2) (support-ticket)
  • Fixed export of @ORM\Id annotation for Doctrine2 when primary key is also foreign key with filled @column attribute (support-ticket)
  • Fixed Doctrine2 import scanner for @MappedSuperclass annotation (support-ticket)
  • Fixed self-notification bug causing selecting more than one item in projec tree

New in Skipper 3.0.1 Build 1129 (Jan 22, 2015)

  • The same project can't be opened twice in the single application window anymore (New!)
  • Qt libraries updated to version 5 (New!)
  • Mac OS full-screen application mode (New!)
  • Allowed multiple objects removal via DEL shortcut (New!)
  • Extended list of datatypes imported from MySQL Workbench
  • Reworked exception message to provide better information to user
  • Extended custom configurations export for Doctrine2 fields
  • Fixed: Empty spaces are replaced by "+" in license wizard
  • Fixed: Double click on entity could cause unwanted changes in the entity editor (support-ticket)
  • Fixed: Crash during Doctrine2 annotation "cascade={}" import (support-ticket)
  • Fixed: Doctrine2 annotations export of inheritance without filled discriminator column
  • Fixed: Possibility to create association to fields which already exist
  • Fixed: Rare bug in undo-redo function on Linux system
  • Fixed: Wrong Doctrine2 association export when foreign-field has filled "column" attribute (support-ticket)
  • Fixed: Text in dialog for accepting the Terms of use
  • Fixed: Lost focus in Project Tree when new project is created
  • Fixed: Lost focus in project tree when object was modified
  • Fixed: Missing focus on newly created MN entities
  • Fixed: Owner field name change was not saved without change of focus
  • Fixed: CakePHP export of behaviors (actsAs instead of actAs)
  • Fixed: Missing export of multiple custom structures/containers in orm-attributes
  • Fixed: Missing @ORM\Entity Doctrine2 annotation when options\collate is filled
  • Fixed: Remove MN foreign PK if PK in destination entity is removed

New in Skipper 3.0.0 Build 1100 (Jul 4, 2014)

  • Added Undo/Redo (New!)
  • Added Statusbar with license and project info (New!)
  • Added support for new Doctrine2 - Entity listeners class (New!)
  • Print support (including zoom when model is zoomed in GUI) (New!)
  • Possibility to launch external files using export script (New!)
  • Added Statusbar notifications about expired trial license/maintenance
  • Added setting for colors of association connectors
  • Added highlighting of selected relations
  • Newly reworked "Welcome Screen"
  • Added setting for entity header and background color
  • New system for highlighting objects in model
  • Enhanced color picker dialog (default color, custom colors, current-color highlight)
  • Added: "Import Wizard" settings for automatic coloring of associations
  • In pre-export dialog, first item is selected by default
  • Application initial size was changed to properly display all content
  • WebSources icons added to ribbon menu
  • Modules are now by default saved to the main project file
  • Switch between single and separate project files added to "Import Wizard"
  • Added switch for automatic colors for associations to the "Import to Project Wizard"
  • Added: Selection how to store module project files
  • Added: Support for custom attributes for concrete_table_inheritance in Propel
  • Added: Possibility to create a directory when creating new project
  • Added possibility to change color of entities and their headers
  • Added: Doctrine2 support for @AttributeOverrides in XML, YML and Annotations
  • Fixed: Propel onupdate/ondelete missing values
  • Fixed: Import of files with path longer than 260 characters
  • Fixed: Automatically re-sized project resets when element is added
  • Fixed: Propel - Behaviors export to YAML
  • Fixed: Propel - Inheritance export to YAML
  • Fixed: Import of schemafiles containing traits no longer crashes
  • Fixed: Exception when DbDesigner project was imported
  • Fixed: Region coordinates do not update properly
  • Fixed: Focus in the property editor when creating values
  • Fixed: Scrolling bug in property editor when empty value was entered
  • Fixed: Missing Propel association attributes in YML export (support-ticket)
  • Fixed: Typo in Doctrine2 "datetimetz" type
  • Added Vendors parameter for columns in Propel
  • Fixed: Module position improperly stored in the external module file
  • Fixed: Update Navigator after inserting new entity, attaching module, etc.
  • Fixed: Position of objects is not saved to DB when they are moved by arrow keys
  • Fixed: Automatically center the application window on the first start
  • Unified GUI fonts for MacOS versions
  • Fixed: Bundle/region size does not update with object name length
  • Fixed: Incorrect import of Doctrine namespaces
  • Fixed Doctrine2 annotation support for many-to-many @joinTable("name") format
  • Fixed: Doctrine2 sequence-generator export for yml/annotations
  • Fixed: Rare crash in model when creating and canceling several objects in sequence
  • Fixed: Incorrect saving of positions of model elements
  • Fixed: Template for new object names
  • Fixed: Displaying of GUI elements after disconnecting monitors
  • Fixed: Enter/Delete key shortcuts now work on all Entity Editor tabs
  • Fixed: Corrupted Skipper project files after computer crash

New in Skipper 2.3.5 Build 882 (Apr 9, 2014)

  • Fixed ORM Designer Viewer crash caused new "Bundle","Plugin","Package" feature
  • Fixed application freezing after several exports in a row

New in Skipper 2.3.5 Build 880 (Apr 8, 2014)

  • Module is now "Bundle","Plugin" or "Package" based on ORM/MVC
  • Fixed changeTrackingPolicy annotation export in Doctrine2 (support-ticket)
  • Fixed Doctrine2 import of many-to-many when entities have different namespaces
  • Fix for non-english linux debian systems
  • Fixed export of primary key attribute length in Doctrine2 (support-ticket)
  • Fixed crash on Mac when project is opened from finder and auto-update dialog is opened (support-ticket)
  • Fixed rare crash in messaging component (progress window, logging,...) (support-ticket)

New in Skipper 2.3.4 Build 871 (Mar 20, 2014)

  • Doctrine2 annotations export - removed unnecessary trailing spaces to comply with PSR-1 coding standard (support-ticket)
  • Updated CakePHP file names convention
  • Automatic updates fixed on Windows system with UAC turned ON (support-ticket)
  • Added option to turn on/off model borders when exporting to png/pdf (support-ticket)
  • Updated UX of updater application - after "don't show for this version" is checked, button text is changed from "remind me later" to "close"
  • Use .orm file extension for Symfony2 model files
  • Small UX improvements and text modifications
  • Added tooltips for all table headers in application
  • Doctrine2 php annotations export - fallback for merging classes with missing namespace
  • Better handling of enabled/disabled checkboxes on entity editor (graying out on MacOS, skipping with tab)
  • Updated UI of read-only edits, now with italic texts, darker background and grayer font color
  • Removed "Description" field from entity indexes/associations/inheritance list
  • Removed "Caption" field from entity associations and inheritances list
  • Updated UI of pre/post export dialogs
  • Table columns now automatically resize to fill in the table size
  • Fixed bug in Doctrine2 annotations export when version, option and scale are filled in the field simultaneousl
  • Fixed rare crash when removing complex model with indexed foreign key fields
  • Fixed invalid Doctrine2 entity annotations lines
  • Fixed Doctrine2 YML options/sequence-generator fields
  • Fixed problem with formatting/displaying non-english characters (especially for community translations)
  • Doctrine2 php inheritance export now uses absolute annotations path in extends clausule
  • Fixed crash when generating automatic alias between two single-character named entities

New in Skipper 2.3.4 Build 870 (Mar 19, 2014)

  • Doctrine2 annotations export - removed unnecessary trailing spaces to comply with PSR-1 coding standard (support-ticket)
  • Updated CakePHP file names convention
  • Automatic updates fixed on Windows system with UAC turned ON (support-ticket)
  • Added option to turn on/off model borders when exporting to png/pdf (support-ticket)
  • Updated UX of updater application - after "don't show for this version" is checked, button text is changed from "remind me later" to "close"
  • Use .orm file extension for Symfony2 model files
  • Small UX improvements and text modifications
  • Added tooltips for all table headers in application
  • Doctrine2 php annotations export - fallback for merging classes with missing namespace
  • Better handling of enabled/disabled checkboxes on entity editor (graying out on MacOS, skipping with tab)
  • Updated UI of read-only edits, now with italic texts, darker background and grayer font color
  • Removed "Description" field from entity indexes/associations/inheritance list
  • Removed "Caption" field from entity associations and inheritances list
  • Updated UI of pre/post export dialogs
  • Table columns now automatically resize to fill in the table size
  • Fixed bug in Doctrine2 annotations export when version, option and scale are filled in the field simultaneousl
  • Fixed rare crash when removing complex model with indexed foreign key fields
  • Fixed invalid Doctrine2 entity annotations lines
  • Fixed Doctrine2 YML options/sequence-generator fields
  • Fixed problem with formatting/displaying non-english characters (especially for community translations)
  • Doctrine2 php inheritance export now uses absolute annotations path in extends clausule
  • Fixed crash when generating automatic alias between two single-character named entities

New in Skipper 2.3.3 Build 860 (Mar 3, 2014)

  • Export settings dialog (new dialog) (New!)
  • Export results dialog (unified visual look + check for disable displaying this dialog)
  • SaveAs dialog (unified visual look)
  • Configuration -> Gui Settings configuration for show/hide export dialogs
  • New crash handler and reporter
  • Fixed rare mac-os hang-up problem when opening model editors
  • Fixed rare crash on mac os when opening project file from finder
  • Fixed rare "division by zero" bug on visual model
  • Fixed rare crash when trying to write log message
  • Fixed Doctrine2 YML export of entity

New in Skipper 2.3.1 Build 855 (Feb 25, 2014)

  • New automatic application update system (New!)
  • Added 'Add MN association' button to entity editor (New!)
  • New many-to-many validator - don't allow to use same entity as mn-entity and owner/inverse entity (New!)
  • MN wizard - don't allow use single mn entity multiple times
  • Removed duplicity message "Please enter full project file name" from project-editor validation
  • Fixed occasional crash when creating new several associations through entity -> new association
  • Fixed crash when removing association which uses field which is indexed by some index
  • New callstack tracking method for unhandled exceptions
  • Fixed alphabetical ordering of entities in association wizard
  • Fixed drawing issue when a new association/inheritance is created and source/destination entity is changed in wizard.
  • Entity dialog - commit entity name when creating/editing association or inheritance
  • Fixed crash after removing last field in entity followed by add new field to same position

New in Skipper 2.3.0 Build 836 (Feb 18, 2014)

  • New feature: Property editor drawer for all editor/wizard dialogues
  • Entity editor - show orm properties for first possible item in list
  • Removed message about removing foreign-key fields when removing association
  • Automatically delete association field when removing association based on entity removal
  • Inheritance editor - fixed commiting chages from dialog to model
  • Fixed tour window size on Mac OS
  • Added documentation link to the Welcome Screen
  • Fixed crash when invalid path was entered in project editor
  • Fixed crash when right-click or selecting entity sub-elements (fields/associations/inheritances) in the project tree

New in Skipper 2.2.10 Build 815 (Jan 27, 2014)

  • Fixed new property editor crash when deleted selected field
  • Set correct field focus when double-clicked on entity field in model
  • Fixed ManyToManyEntity crash when removed by context menu
  • Fixed occasional crash when field selected in model is removed during entity editation

New in Skipper 2.2.10 Build 812 (Jan 23, 2014)

  • Fixed window sizing/position issue

New in Skipper 2.2.10 Build 810 (Jan 22, 2014)

  • Propel configuration files update - better help texts and documentation links (New!)
  • Doctrine/Doctrine2 configuration files update - better help texts and documentation links (New!)
  • New feature: Export path validation based on export format and ORM Framework (New!)
  • New feature: Common properties (name, description) can be edited in property editor (Ready-but-not-published) (New!)
  • New feature: Hide/show button for attributes without set values in property editor (New!)
  • New feature: ORM properties separated from the configuration properties (New!)
  • Fixed Doctrine2 import project scanner - removed Doctrine2 unit test files
  • Fixed problem with file extension on MacOS in ModuleEditor when choosing external module storage
  • Fixed paths problem in module dialog when module and export has complex relative paths
  • Fixed progress screen. Disabled any other UI interaction when progress window is displayed
  • Fixed occasional crash when user double click/right click on empty project tree
  • Fixed Doctrine2 yml import of indexes when only one field is indexed
  • Fixed MacOS font size on wizards and some dialogs
  • Fixed comment text color selection
  • Fixed line-breaks in logging files (when -log param is used)

New in Skipper 2.2.9 Build 801 (Jan 11, 2014)

  • Updated Qt libraries from 4.8.2 to 4.8.6 (New!)
  • Fixed application crashes on OS X when opening files from Finder
  • Fixed annoying sound on save/export on mac os
  • Fixed splash screen position (always centered)
  • Association Editor now accepts empty aliases (necessary to create Unidirectional Associations)

New in Skipper 2.2.9 Build 798 (Jan 10, 2014)

  • Updated Qt libraries from 4.8.2 to 4.8.6 (New!)
  • Association Editor now accepts empty aliases (necessary to create Unidirectional Associations)
  • Fixed application crashes on OS X when opening files from Finder
  • Fixed annoying sound on save/export on mac os
  • Fixed splash screen position (always centered)
  • Fixed some rare OSX crashes
  • Fixed minor OSX UI glitches

New in Skipper 2.2.8 Build 792 (Dec 20, 2013)

  • Support for associations to non-primary key fields (New!)
  • Added support for Propel "foreignSchema" attribute
  • Fixed problem with relative export paths (support-ticket)
  • Fixed missing association-fields types based on inverse field
  • Support for many-to-many associations to non-primary key fields (New!):
  • fixed many-to-many wizard (wrongly swapped sides)

New in Skipper 2.2.8 Build 791 (Dec 19, 2013)

  • Support for associations to non-primary key fields (New!)
  • Support for many-to-many associations to non-primary key fields (New!)
  • Fixed problem with relative export paths (support-ticket)
  • Fixed missing association-fields types based on inverse field

New in Skipper 2.2.7 Build 786 (Dec 16, 2013)

  • CakePHP - Automatically create primary key in new entity (New!)
  • Propel - Automatically create primary key in new entity and predefined many-to-many entity in wizards (New!)
  • Doctrine2 - Automatically create primary key in new entity, predefined association aliases and many-to-many entity in wizards (New!)
  • Doctrine - Automatically create primary key in new entity, predefined association aliases and many-to-many entity in wizards (New!)
  • Fixed problem with many-to-many empty tamplates
  • Fixed Doctrine2 parser for many to many without defined MN entity
  • Fixed Doctrine2 YML parser for id: id: primary key definition
  • Fixed Doctrine2 YML parser for attribute repositoryClass
  • List of entities in inheritance wizard is now alphabetically sorted
  • Fixed many-to-many unique alias validator
  • Many to many editor no longer execute validation on cancel
  • Fixed moving region out of another region
  • Fixed creating new association through project tree context menu
  • Fixed comment positioning inside the regions

New in Skipper 2.2.6 Build 768 (Dec 7, 2013)

  • Fixed issue with self many-to-many creation
  • Fix for association/inheritance split flag
  • Propel many-to-many export fix

New in Skipper 2.2.6 Build 765 (Dec 6, 2013)

  • Grid improvements (New!)
  • Automatically select new created object (New!)
  • Search for orm designer configuration files also in directory where root file is located (New!)
  • Czech translation (New!)
  • System for translations (New!)
  • Export model to PNG image (New!)
  • Fixed minority visual glitch of property window type header
  • Propel many-to-many export fix
  • Fixed problem with configurations on OS X

New in Skipper 2.2.5 Build 754 (Oct 26, 2013)

  • Support for OS Fedora systems (New!)
  • Extended Propel configurations by new configuration attributes (New!)
  • Support for propel attributes schema, tablePrefix, skipSql, ... (New!)
  • Wizard dialogs resizing and size update (New!)
  • Support for Doctrine2 annotation @Version (New!)
  • New validators for CakePHP framework (New!)
  • Fixed inheritance bug when removing derived entity
  • Fix for propel yml format if space between key,colon and value is missing (a:b)

New in Skipper 2.2.4 Build 749 (Sep 25, 2013)

  • Open File/Directory choose in last used path (New!)
  • Added inheritance parent/child to enum type entityChild and entityParent (New!)
  • Doctrine2 "Unsigned" column type (New!) (support-ticket)
  • Fixed invalid font in LicenseActivation::LicenseType edit on MacOS
  • Fixed export for Doctrine2 many-to-many custom attributes (support-ticket)
  • Fixed export of on-delete/on-update attributes to Doctrine2 XML/YML/Annotation schema files
  • Fixed invalid caption in Attach ORMD module wizard
  • Attach ORM Designer module - check if user doesn't try to attach another full project
  • Set correct new project file name after importing project from external source (MySQL Workbench)
  • Fixed problem with "Initial Directory" in external tools
  • Fix: Correctly auto-fill discriminator value in InheritanceWizard
  • Removed test string from ModuleEditor-fullExportPath edit when export isn't configured
  • Fixed displaying inhertance type and inheritance field in inheritance wizard
  • Correct alphabetical ordering of entities and fields in combo boxe in orm property editor
  • Correct alphabetical ordering in "Choose attribute type" dialog
  • Fixed rare crash when merging two annotation files
  • Fixed problem when displaying exception info about incorrectly loaded license
  • Fixed crash when no license is loaded and trying to get mainteinance date (support-ticket)
  • Renamed "decimal" to "integer" attribute data type
  • Reset some inner states when application throw exception and user choose to contine
  • Fixed entityChild and entityOrder enum values to show correct values
  • Renamed enum type "entityChilren" to "entityChild"
  • Discriminator field fix - field has now correctly set-up type and size
  • Fixed displaying of inheritance caption instead of inner name in Wizard/Editor dialog
  • Support for Propel All-tables behaviors (support-ticket)
  • Fixed missing Propel association ORM attributes (support-ticket)
  • OnDelete in Propel ends up in the wrong place in XML (support-ticket)
  • Fixed bug in Doctrine2 exporter when inhertiance was created between two entities inside the namespace
  • Fixed opening projects on OSX from OS on Viewer license (support-ticket)