2.7.2FOF 3.0 (experimental):Available option for building your components for Framework On Framework. Dataset ManagerIntroduction of a visualizer to see your datasets snapshots. The manager allows you to delete the snapshots. When you choose a sandbox with empty dataset, the manager import the last dataset snapshot, whatever the version, and copy it to the selected empty sandbox. 2.7.1 (beta)Improvements : Table files simplified and unified. Toggle function improved. (Now using the save() common function of the model) Fixed ticket : The modified date and modified fields updated on 'toggle' (10885) 2.7This new version is a core rewrite. It took 10 months to achieve it. Basicaly, the javascript front interface (Builder) is now coded on a stable framework. I would have loved to use AngularJS for it, but finally I chosen to improve my own framework wich is good enough. It will not be reused for any other project because the idea is to work with AngularJS (or Ember) in future. Ergonomy : The builder is now faster than ever. Try it and share your user experience reviews New feature : Clone your projects New feature : addGroupBy() is now available for using the native GROUP BY sql statement. New feature : Auto-complete the subnode field when dragging a FK node in forms or filters Removed feature : custom regex Important security fix : LFI in classes/file/file.php Fixed tickets :
2.6.6New feature : Introduction of JLayout for rendering HTML segments :
2.6.5New feature : The page header and browser title respond now correctly with the menu parameters. New feature : Updates (SQL) The new structure is generated in a new sql file and will be executed ONLY is version is superior. Every time you do this, those SQL files will stack in your installed component. Cook is not generating the SQL for morphism of the database base on your changes. It would be too complex to achieve. (well, all is possible, but not as a priority) New feature : Hook Cook has introduced its own ajax engine in the JS side. Call it, and "Hook" handles it. For the moment this small framework is not used that much, but the first stone has been released and the JSON communications between component and javascript engine hare now handled in a standadisated way, containing all informations of the transaction. New feature : CSV
Fix : Ajax file upload in modal views. This is also a new feature, considerating it uses a new ajax file uploader Fix : Required fields for ajax combos.
2.6.4Important Security FixIf your component is using indirect file access, you need to upgrade urgently your component.
|