summaryrefslogtreecommitdiffstats
path: root/codebase/Dhtmlx
Commit message (Collapse)AuthorAgeFilesLines
* [fix] correct processing of Laravel logic for insert operations3.0.1Maksim Kozhukh2016-01-211-1/+1
|
* Merge pull request #8 from matak/modernStanislau Wolski2016-01-141-3/+23
|\ | | | | added, global user data for grid
| * added, global user data for gridmatak2015-06-241-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://docs.dhtmlx.com/api__dhtmlxgrid_getuserdata.html gets user data mixed getUserData(mixed row_id,mixed name); Parameters row_id mixed row id, if empty, user data of the grid (not of a row) name mixed name of the user data //get global user data var userdata = myGrid.getUserData("","someName1"); this commit add possibility to set user data for grid not only for row
* | [fix] connector doesn't work with result of Laravel find APIMaksim Kozhukh2015-12-241-2/+4
| |
* | Merge branch 'modern' of github.com:DHTMLX/connector-php into modernStanislau Wolski2015-09-0717-91/+334
|\ \
| * | Updated live update functionality.Egor2015-07-1912-27/+209
| | |
| * | Added rendering data in xml for mixed connector.Egor2015-06-251-0/+31
| |/
| * fatal error PDO not foundmatak2015-06-232-2/+2
| | | | | | | | | | | | | | | | | | | | Fatal Error Class 'Dhtmlx\Connector\DataStorage\PDO' not found Classes and interfaces without a backslash \ inside their fully-qualified name (for example, the built-in PHP Exception class) must be fully qualified when used in a namespaced file: for example new \Exception();.
| * Renamed class.Egor2015-06-181-0/+0
| |
| * Fixed bug with xml processing in gantt.Egor2015-06-185-59/+89
| |
| * Updated namespaces.Egor2015-06-172-4/+4
| |
* | [fix] invalid namespace for CommonDataProcessorStanislau Wolski2015-09-071-1/+1
|/
* Added namespaces for dhtmlx components.3.0.0Egor2015-06-1627-44/+343
|
* Updated connector for phpcake 3.Egor2015-06-151-8/+7
|
* Updated connectors for cake, yii frameworks.Egor2015-06-155-31/+34
|
* Updated Laravel connector.Egor2015-06-151-8/+15
|
* Added connector for Laravel 5.1 framework.Egor2015-06-151-0/+75
|
* Added connector for phpcake version 2.Egor2015-06-141-0/+76
|
* Updated structure. Added connectors.Egor2015-06-1298-145/+2565
|
* Updated namespaces for psr-0.Egor2015-06-1148-95/+95
|
* Changed psr-4 structure to psr-0. Added connectors for phpcake, codeigniter ↵Egor2015-06-1152-0/+5687
frameworks.