Blog

Pubblicati in feature

Feature v.2.10.0

  • Add properties for insert output applications in pages
  • Fixed bugs in Gino.Model and Gino.App.Searchsite.searchsite clesses

Feature v.2.9.0

  • Addition of the BreadCrumbs class to manage generic bread crumbs
  • Addition of the SearchInterface class to manage the research in user interfaces
  • Addition of the TagInput class to build Tag input form
  • Update Slimbox to 1.8 version
  • Fixed bug

Feature v.2.8.0

  • Update CKEditor to 4.5.8 version and activation of a file manager in editor
  • It has been added the edit_allow option  in the AdminTable class to allow editing of individual records
  • It added the possibility to allow specific users to edit individual pages
  • Fixed bug in ManyToManyThrough field

Feature v.2.7.0

  • Improving the display of search filters in lists
  • Modify "Top Bar" voice in phpModuleView class
  • Implementation PDO class as default
  • Implementation of option configuration DEBUG_ACTION_QUERY
  • The logger stops sending alert emails with error 404

Feature v.2.6.0

In the menu application were added the options to display menu voices that refer to the administrative page and logout.


Feature v.2.5.0

In this update we made changes to code refactoring:

  • Implementation Gino.ModelForm and Gino.Input classes resulting modification of the mechanism generating the forms.
  • Implementation of specific functions of cleaning of the fields associated to the various types of field.
  • Code optimization.
  • In the tools section has been added to the code view for inserting pages and modules in the template.

Feature v.2.4.0

This update has been designed model management with the differentiation between the structure (defined at the level of class and not instance) and any specific properties of each field.
In addition, the font-awesome have been updated to version 4.4.0.


Feature v.2.3.0

The main elements that characterize this update of gino are the implementation of the query cache and library PDO.
The complete list of developments made:

  • Implementation query cache statistics and performance
  • Added methods for admin filter form: Now the methods called by AdminTable are "formFilter" and "cleanFilter", which by default call the "old" "formElement" and "clean". In this way it is more easy to
to be continued »

Feature v.2.2.0

This update introduces the following features

  • widget "go to page" (in pagination)
  • management of autonomous registration of a user
  • implementation of the modification of the translation files (local type) through an interface

Feature v.2.1.0

This update fixes some bugs and implements the editor CKEditor to version 4.4.7.

  • Fixed bug
    • manual installation of a package
    • input language in the form translations
    • reintroduction of javascript function externalLinks
    • problem of data consistency of the pages with the version MySQL 5.6
  • Added option "save and continue"
  • Updated version of CKEditor