{"id":1559,"date":"2016-06-09T15:28:35","date_gmt":"2016-06-09T12:28:35","guid":{"rendered":"http:\/\/www.trirand.com\/blog\/?p=1559"},"modified":"2016-06-09T15:29:32","modified_gmt":"2016-06-09T12:29:32","slug":"guriddo-suito-php-5-1-1-released","status":"publish","type":"post","link":"http:\/\/www.trirand.com\/blog\/?p=1559","title":{"rendered":"Guriddo Suito PHP 5.1.1 released"},"content":{"rendered":"<p>Hello All,<\/p>\n<p>We are pleased to announce the release of Guriddo Suito PHP 5.1.1. This is a bug fix release and includes the following additions and fixes:<br \/>\n<\/p>\n<h3>PHP<\/h3>\n<p><\/p>\n<h5>Additions and Updates<\/h5>\n<p><\/p>\n<ul>\n<li>\n\t\t\t\tAdd possibility to save the exported result (csv, excel, pdf) to a server.<br \/>\n\t\t\t\tAdded 3 new parameters in the appropriate  csv, pdf excel options<br \/>\n\t\t\t\t&#8211; save_to_disk (boolean default false)<br \/>\n\t\t\t\t&#8211; save_to_disk_only (boolean default false) ,<br \/>\n\t\t\t\t&#8211; disk_file (string default empty string)\n\t\t\t<\/li>\n<li>\n\t\t\t\tAdded custom function in scheduler <b>public $customFunc = null;<\/b>.<br \/>\n\t\t\t\tThe function work the same way as in grid. The first parameter is the operation<br \/>\n\t\t\t\tand the second is the data for that operation.<br \/>\n\t\t\t\tThe operation can be: &#8216;editEvent&#8217;,&#8217;removeEvent&#8217;,&#8217;newEvent&#8217;,&#8217;resizeEvent&#8217;, &#8216;moveEvent&#8217;\n\t\t\t<\/li>\n<li>\n\t\t\t\tAdded error messaging  in Scheduler when  error occur\n\t\t\t<\/li>\n<\/ul>\n<p><\/p>\n<h5>Bug Fixes<\/h5>\n<p><\/p>\n<ul>\n<li>Fix scheduler form search function <\/li>\n<li>\n\t\t\t\tFix the \/e modifier is deprecated in preg_replace in jqGridArray\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix date formatting for true excel export\n\t\t\t<\/li>\n<\/ul>\n<p><\/p>\n<h3>JavaScript<\/h3>\n<p><\/p>\n<h5>Addition and Updates<\/h5>\n<p><\/p>\n<ul>\n<li>\n\t\t\t\tSetLabel method accept now column name or index of the coulmn.\n\t\t\t<\/li>\n<li>\n\t\t\t\tRemove the local _savedData parameter from editRow and replace it with<br \/>\n\t\t\t\tthe global savedData (like savedRow) which now part of Grid parameter for easy access\n\t\t\t<\/li>\n<li>\n\t\t\t\tAdd support in loadState for Subgrid\n\t\t\t<\/li>\n<li>\n\t\t\t\tAdd support in loadState for Tree Grid\n\t\t\t<\/li>\n<li>\n\t\t\t\t getFormData have the same ruled obtaining the values as in createData and syncSavedData\n\t\t\t<\/li>\n<li>\n\t\t\t\tUpdate French localization\n\t\t\t<\/li>\n<li>\n\t\t\t\t Added beforeSetTreeNode and afterSetTreeNode events (grid parameters) in setTreeNode method\n\t\t\t<\/li>\n<li>\n\t\t\t\t Added method setLeaf, which visually change the icons and data (isLeaf) parameter\n\t\t\t<\/li>\n<li>\n\t\t\t\treloadNode method now support updating the current node Leaf status depending if there is a data or not\n\t\t\t<\/li>\n<li>\n\t\t\t\tAdded debug option in saveState method to generate dump grid file with options and data.<br \/>\n\t\t\t\t(very useful for test and support)\n\t\t\t<\/li>\n<li>\n\t\t\t\tAdded option editselected (default false) in form edit module which allow to edit only the selected rows in multi select mode\n\t\t\t<\/li>\n<li>\n\t\t\t\tSet $.jgrid.useJSON by default true\n\t\t\t<\/li>\n<li>\n\t\t\t\t In custom sort function we add the full sort objects as 4 and 5 parameter in order to overcome some Chrome unexpected sort behaviour\n\t\t\t<\/li>\n<li>\n\t\t\t\t Add paremeter saveAfterSelect (default false) in inline navigator (inlineNav) to save the row if another is selected\n\t\t\t<\/li>\n<li>\n\t\t\t\t RTL support for column menu. The column menu is positioned near to column icon\n\t\t\t<\/li>\n<\/ul>\n<p><\/p>\n<h5>Bug Fixes<\/h5>\n<p><\/p>\n<ul>\n<li>\n\t\t\t\tFix for search operators and search oper menu\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix checking compareData function to work properly when checkOnUpdate and\/or checkOnSubmit is on\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix saveSatate to export correct the data\n\t\t\t<\/li>\n<li>\n\t\t\t\t Fix savedData array in form editing to have fields only if they are found in template\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix the position of column menu with actions\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix column menu sort to  work with multisort\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix for inline saveRow method to show the validation UI dialog.\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix for info_dialog syling\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix using checkOnUpdate with dataUrl in edit options.\n\t\t\t<\/li>\n<li>\n\t\t\t\t Fix binding click events in treeGrid after loadState is called. The _index should be refreshed in order to get right positions\n\t\t\t<\/li>\n<li>\n\t\t\t\tRemoving not needed code in grouping\n\t\t\t<\/li>\n<li>\n\t\t\t\tFixes in getRowData\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix jqGridExport not to delete the additional tree Columns\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix toppager css\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix for frozen Columns in IE11\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix check in our jsoon parse function\n\t\t\t<\/li>\n<li>\n\t\t\t\t Fix for right border when bootstarp is used with alternate row collor\n\t\t\t<\/li>\n<li>\n\t\t\t\t Fix for loadState to check selected checkboxes of selected rows when multiselect is set\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix for cbox class to not be added two times\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix for bootstrap border problems in diffrent grid elements\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix prevent click for the disabled check boxes in multiselect mode in IE browsers\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix jumping to the top of page when a colmenu is clicked\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix multiselect when a checkbox is checked\n\t\t\t<\/li>\n<li>\n\t\t\t\t Fix setFrozenColumns heigh inconsitencies when the height is not default and\/or a rowspan is used\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix detecting MS IE <=11. Note that MS Edge is not IE browser\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix uniqueSearchFields in filter string\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix for RTL scrollbar\n\t\t\t<\/li>\n<li>\n\t\t\t\tBootstrap CSS fix for RTL\n\t\t\t<\/li>\n<li>\n\t\t\t\tFix semicolon in base module.\n\t\t\t<\/li>\n<li>\n\t\t\t\t Fix inlineNav when beforeAddRow and beforeEditRow return false not to show the save cancel buttons in inline navigator\n\t\t\t<\/li>\n<\/ul>\n<p><\/p>\n<p>Kind Regards,<br \/>\nThe TriRand Team<\/p>\n<p>[HTML1]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hello All, We are pleased to announce the release of Guriddo Suito PHP 5.1.1. This is a bug fix release and includes the following additions and fixes: PHP Additions and Updates Add possibility to save the exported result (csv, excel, pdf) to a server. Added 3 new parameters in the appropriate csv, pdf excel options [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"http:\/\/www.trirand.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1559"}],"collection":[{"href":"http:\/\/www.trirand.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.trirand.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.trirand.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.trirand.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1559"}],"version-history":[{"count":5,"href":"http:\/\/www.trirand.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1559\/revisions"}],"predecessor-version":[{"id":1564,"href":"http:\/\/www.trirand.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1559\/revisions\/1564"}],"wp:attachment":[{"href":"http:\/\/www.trirand.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1559"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.trirand.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1559"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.trirand.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1559"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}