Release: 0.6.5
Hi everyone.
Great news. Version 0.6.5 has just been released. As you may already know, it has 4 new “major” features:
- Mass Actions
- Bulk actions for CRUD operations
- Horizontal
- Add Demo – http://zfdatagrid.com/grid/site/form1/add/1
- View Demo – http://zfdatagrid.com/grid/site/form1/
- Vertical
- Add Demo – http://zfdatagrid.com/grid/site/form/add/1
- Edit Demo – http://zfdatagrid.com/grid/site/form/
- Horizontal
- Custom && External Filters
- Human readable URL’s
Also, it includes small improvements:
- Display filters in export pdf’s
- Bugs fixes dealing with config files
- Incorrect links when using ajax and Zend_layout
- Fields Values can now be translated
- Order Distinct Values in Filters
- SQL EXPR are now applied to every group on horizontal rows
- When adding records a new button may be added. Save && add new. To return to the same page
- Method for retrieving form error messages (Since forms use PRG)
- “Basic” route support
- Ajax loading image
- Support for columns that were not in the query. ($grid->getSelect()->columns(array(…..)))
- Labels in forms have now the same title they have in grid
- Improvements with table template
- coding standards improvements
- and more than 30 bug fixes
Changes:
- setPagination is now setNumberRecordsPerPage();
- Interfaces and abstract classes are now prefixed with the class name. Bvb_Grid_Filters_Render_Abstract => Bvb_Grid_Filters_Render_Render_Abstract
Also, I’m building a new section for code snippets, CSS tables galleries and screencasts to help users getting started. And most importantly, already started to build unit tests (ya, I know…). Meaning this that the next release will be about code and not new features.
You can download this version trough google code, http://code.google.com/p/zfdatagrid/downloads/list . Wiki has also been updated.
Please report any bug you find, and let me know what you think about this grid.
Best Regards,
Bento Vilas Boas

