Saturday, September 29, 2007

New version 4.2.0 of PHP DataGrid - release

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

Special THANKS to all who was helping this project. I think we have now a really stable version. Any way, the list of 'TODO' is full of features I need to add still.

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

Two short remainders:

1) Remember! This is not an updatable version. If you use old version of PHP DataGrid - you need to reinstall it (see here how you do it).

2) Only version 4.2.0 or above will be supported from now!



To view a Live Demo click here.

To download new version click here.

Friday, September 21, 2007

BETA version 4.1.9 of PHP DataGrid

The BETA version 4.1.9 of PHP DataGrid is available for downloading from here.

Main additions, changes and bugs fixed in this version you can read about in our forum.

Main additions and improvements:

* Feature: [added] uploading images and files from remote hosting: "host"=>"remote"
* Feature: [added] added new source format for "enum" field type:
$fill_from_array = array("0"=>"No", "1"=>"Yes");
* Feature: [added] added new source format for dropdownlist in filtering mode:
$fill_from_array = array("0"=>"No", "1"=>"Yes");
* Feature: [added] new not-documented method getNextId()

* Feature: [improved] reduced page's HTML output (~ upto 6%)
* Feature: [improved] lang.php file splited in separate language files
* Feature: [improved] myDate() method
* Feature: [improved] language file - added Serbian
* Feature: [improved] "enum" field type in "details" mode

# Bug: [Fixed] with using WHERE in SELECT SQL statment in view mode
# Bug: [Fixed] undefined index error in drawFiltering() method
# Bug: [Fixed] wrong detection of "https://" in getProtocol() method
# Bug: [Fixed] wrong placed ")"
# Bug: [Fixed] in filtering with 2 DG's on one page
# Bug: [Fixed] in "maxlength" property for textarea
# Bug: [Fixed] <!--// error in some browsers
# Bug: [Fixed] wrong action onclick event when back button is image or button.

etc.

You can get and test it NOW!!!.

Saturday, September 15, 2007

New 1.0.4 version of JS Auto Form Validator

New 1.0.4 version of JS Auto Form Validator is available for downloading from here.

Changes in this version:
-----------------------
* Feature: [added] third letter for sub-type of field
* Feature: [added] new option - handle each/all error/s
* Feature: [added] new parameter - "handle_hidden_fields" in onSubmitCheck()
* Feature: [improved] filled array of diactric uppers

To view a Live Demo click here.