History of Last Changes (for ApPHP DataGrid)
You can read here a brief list of last changes:
Version 8.4.7 (May 30, 2020)
Version 8.3.9 (May 10, 2019)
Version 8.2.7 (Jan 26, 2017)
Version 8.1.8 (Jan 20, 2016)
Version 8.0.4 (Nov 21, 2015)
Version 7.9.9 (Aug 28, 2013)
Version 7.8.9 (Jul 22, 2013)
Version 7.7.7 (Oct 09, 2012)
Version 7.6.9 (Oct 09, 2012)
Version 7.5.9 (Aug 26, 2012)
Version 8.4.7 (May 30, 2020)
- New new multi-row operation: exchange columns.
- Enh jQuery updated to 1.11.3
- Enh added database version in debug mode
- Fix bugs fixed
Version 8.3.9 (May 10, 2019)
- Enh default values for datetime fields re-defined as NULL (MySQl > 5.7)
- Enh Czech language translation - (cz). Special thanks to our member: Tomas Michalek
- Fix bugs fixed
Version 8.2.7 (Jan 26, 2017)
- Enh security check of some parameters
- Enh fields validation on server-side
- Enh detection of DISTINCT in SQL
- Enh all "alt" and "title" attributes wrapped with htmlspecialchars() function
- Enh removed overlib library, jquery pure code used instead
- Enh JS AFV module updated to version 3.3.3
- Enh PEAR support removed from the script
- Fix bugs fixed
Version 8.1.8 (Jan 20, 2016)
- New added HTML5 attribute "download" to download links
- New new language translation - (th) Thai. Special thanks to our member: yudthaphon
- New new language translation - (tw) Traditional Chinese. Special thanks to our member: Nick Chang
- Enh replaced deprecated function mysql_real_escape_string()
- Enh installation wizard - added check for installed PDO driver
- Enh debug module - added check and warning if now fields defined in specific mode
- Enh jQuery updated to 1.8.3
- Fix bugs fixed
Version 8.0.4 (Nov 21, 2015)
- Fix bugs fixed
Version 7.9.9 (Aug 28, 2013)
- New non-documented attribute 'placeholder' => '' for textfields in Filtering section
- New new language translation - (pt) Portuguese. Special thanks to Dilonei Grando.
- New non-documented print type: private $printType = 'new';
- Enh minor changes in CSS styles
- Enh using multi-fields for filtering mode
- Enh minor changes in Debug Mode output information
- Fix bugs fixed
Version 7.8.9 (Jul 22, 2013)
- New translation for Thai(th) language. Special thanks to yudthaphon@gmail.com
- Enh minor changes in debug messaging for GetEnumValues() method
- Enh working with sqlsrv driver for PDO extension
- Enh pagination feature for using default page size on Reset button click
- Fix bugs fixed
Version 7.7.7 (Oct 09, 2012)
- New possibility to export into MS WORD files: 'doc'=>'true'
- New non-documented attribute 'placeholder' => '' for textfields in Add/Edit Modes
- New possibility to define view type of multirow operations: 'icons' or 'dropdownlist'
- New non-documented property $this->drawElementIdInViewMode (default - false)
- New 'elements_alignment' property for "enum" fields in Add/Edit Modes
- New non-documented property $this->filteringHideIconAllowed (default - true)
- New non-documented property $this->refreshPageIconAllowed(default - true)
- Enh maxlength attribute for textarea doesn't show counter if value is not defined
- Enh optimized executing time for AddRow() method
- Enh optimized drawing of pagination selector dropdownlist for large tables
- Enh 'radiobuttons_alignment' property for foreign fields renamed into 'elements_alignment'
- Enh scrolling feature with new jQuery Scrollable Table Plugin
- Fix bugs fixed
Version 7.6.9 (Oct 09, 2012)
- New new type of summarize function SUM_TIME
- New autofocus on column name click in Add/Edit Modes
- New non-documented method $dgrid->CloseConnection();
- Enh exporting - added header tooltips in exporting data
- Enh exporting - reduced size of exporting popup window, added automatic popup window close after 30 sec.
- Enh code of exporting routines
- Enh filtering - added new type of default operator "!="
- Enh possible values in attribute 'resizable' for textareas: 'both', 'horizontal', 'vertical' or 'none'
- Enh debug information - added filtering SQL statements
- Fix bugs fixed
Version 7.5.9 (Aug 26, 2012)
- Enh updated German translation. Special thanks to Andreas Kroll.
- Enh String Escape function for MSSQL database type
- Enh downloading export files for IE6. Special thanks for Felipe A.
- Fix bugs fixed