Sunday, November 11, 2007

New version 4.2.1 of PHP DataGrid - Beta

The new version 4.2.1 of PHP DataGrid is available for downloading from here.

There are some changes in this version. Read carefully Getting Started.

Main additions and improvements:

1. * Feature: [added] new field type - "time"
2. * Feature: [added] new language: Bulgarian
3. * Feature: [added] option: drawing add button separately (not documented)
4. * Feature: [added] new req_type for checkboxes fields: "c" - checked
5. * Feature: [added] non-documented: setHeadersInColumnarLayout();
6. * Feature: [added] non-documented: setDgMessages();
7. * Feature: [added] ability to write some fileds in "field"=>"f1, f2..." parameter of filtering field
8. * Feature: [added] new parameters for "enum" type: "multiple" and "multiple_size"
9. * Feature: [added] new layout type: customized (drawCustomized()) in view/details mode
10. * Feature: [added] new parameters for "link" type in view mode: "rel" and "title"
11. * Feature: [added] new option: show/hide search types dropdownbox

1. = Feature: [improved] language translation: German, Netherlands
2. = Feature: [improved] "image" size attributes: height and width
3. = Feature: [improved] faster working in view and detail modes
(removed unnecessary including form.scripts.js, resize.js (~60Kb))
4. = Feature: [improved] faster working in add and edit modes
(removed unnecessary including wysiwyg.js (~35Kb))
5. = Feature: [improved] added errors handling for selectSqlItem/executeSql
6. = Feature: [improved] function setBrowserDefinitions in separateed file in folder "functions/"

1. # Bug: [fixed] wrong variable value while uploading
2. # Bug: [fixed] when using GROUP BY in SELECT SQL statement
3. # Bug: [fixed] in drawing foreign keys
4. # Bug: [fixed] with processing datemdy type in calendar
5. # Bug: [fixed] in "link" type with multiple parameters processing
6. # Bug: [fixed] LIMIT (OFFSET) error for PostgreSql statements
7. # Bug: [fixed] error with mysql_real_escape_string for different db types
8. # Bug: [fixed] with alignment of images in view mode
9. # Bug: [fixed] on Update with readonly fields

etc.


To view a Live Demo click here.

To download new version click here.