summaryrefslogtreecommitdiffstats
path: root/codebase
Commit message (Collapse)AuthorAgeFilesLines
* [fix] combo_connector.php, selected optionMaria Staskova2014-05-201-1/+1
|
* Merge branch 'master' of 192.168.3.251:connector-phpdmitry-radyno2013-09-2421-39/+478
|\
| * fix tree structure for mixingdmitry-radyno2013-06-031-0/+1
| |
| * fix mix in json tree connectordmitry-radyno2013-06-031-2/+6
| |
| * Merge branch 'gantt' of 192.168.1.251:connector-phpdmitry-radyno2013-05-311-0/+350
| |\
| | * saving gantt linksdmitry-radyno2013-04-291-2/+97
| | |
| | * fix gantt saving when end_date and duration are passeddmitry-radyno2013-04-271-3/+5
| | |
| | * rendering linksdmitry-radyno2013-04-151-1/+13
| | |
| | * added ->openAlldmitry-radyno2013-04-151-0/+11
| | |
| | * adding gant connectordmitry-radyno2013-04-151-0/+230
| | |
| * | collections in treeconnectordmitry-radyno2013-05-311-1/+2
| | |
| * | collections in JSONTreeDataConnectordmitry-radyno2013-05-301-0/+41
| | |
| * | render_array and tree structuredmitry-radyno2013-05-182-2/+20
| | |
| * | dynloading improvementdmitry-radyno2013-05-172-6/+7
| | |
| * | remove duplicating codedmitry-radyno2013-05-171-13/+1
| | |
| * | dynamic loading for Connector and DataConnectordmitry-radyno2013-05-172-1/+18
| |/
| * [update] yii based connector can get result set as initialiazationStanislau Wolski2012-12-261-3/+6
| | | | | | | | parameter
| * [update] mixed connector ignores parameters in the requestStanislau Wolski2012-12-221-1/+2
| |
| * [add] ability to define limit and sort for mix requestsStanislau Wolski2012-12-211-0/+7
| |
| * [update] get_new_id changed to publicStanislau Wolski2012-12-1713-17/+23
| |
| * Merge branch 'master' of 192.168.1.251:connector-phpStanislau Wolski2012-12-176-6/+81
| |\
| * | [fix] json options for schedulerStanislau Wolski2012-08-241-3/+4
| | |
* | | fix skipping item in JSON connectorsdmitry-radyno2013-09-242-4/+7
| |/ |/|
* | fix tree/treegrid multitable connectordmitry-radyno2012-12-062-2/+2
| |
* | adodb database driverdmitry-radyno2012-12-041-0/+72
| |
* | fix json connector quotesdmitry-radyno2012-11-202-3/+3
| |
* | Merge branch 'master' of 192.168.1.251:connector-phpdmitry-radyno2012-11-206-9/+14
|\ \ | |/
| * [update] strict standard issues fixedStanislau Wolski2012-08-213-3/+3
| |
| * [fix] php strict standard errorsStanislau Wolski2012-08-212-2/+2
| |
| * [update] sorting state preserved in grid during filtering reloadsStanislau Wolski2012-08-211-2/+7
| |
| * [fix] basic connectors use db_name instead of alias during xml generationStanislau Wolski2012-08-141-2/+2
| |
* | -fix db_excel + datesdmitry-radyno2012-10-181-1/+4
|/
* configure may take sql instead of tableDmitry2012-07-191-1/+4
|
* fix sqlsrv driverDmitry2012-07-131-1/+1
|
* fix incorrect mix/unmix callDmitry2012-07-121-3/+7
|
* fix bugs in db_sqlsrvDmitry2012-07-121-4/+10
|
* fix mixDmitry2012-07-122-4/+5
|
* fix log date formatDmitry2012-07-121-1/+1
|
* implement complex mix usingDmitry2012-07-127-33/+181
|
* easy sort apiDmitry2012-07-102-4/+27
|
* easy api for filteringDmitry2012-07-102-3/+20
|
* implements MixedConnectorDmitry2012-07-104-20/+71
|
* ability to use lowercase for oracleDmitry2012-07-061-5/+2
|
* fix aliases in base connectorDmitry2012-07-061-1/+2
|
* locate extra_output and options in base connector classDmitry2012-07-052-4/+3
|
* [fix] infinite self-reccurence in case of double including connector.jsv1.5Stanislav-Wolski2012-06-201-4/+4
|
* fix userdata for JSONDataConnectorDmitry2012-05-291-3/+5
|
* [add] csrf defense and render_array functionalityStanislav-Wolski2012-05-288-21/+55
|
* Merge branch 'frameworks'Stanislav-Wolski2012-05-2311-1004/+1318
|\ | | | | | | | | | | | | | | Conflicts: codebase/base_connector.php codebase/data_connector.php codebase/grid_connector.php codebase/scheduler_connector.php
| * [add] cakephp supportStanislav-Wolski2012-05-231-0/+80
| |
| * [add] support for php-yii, better loogingStanislav-Wolski2012-05-232-0/+90
| |
| * [update] better model support for codeigniterStanislav-Wolski2012-05-223-6/+29
| |
| * [fix] invalid xml output for userdata in schedulerStanislav2012-05-221-1/+1
| |
| * [add] model can intercept loading and savingStanislav2012-05-222-496/+518
| |
| * [add] ability to use class for event handlingStanislav2012-05-221-253/+266
| |
| * [add] ability to define extra data attributesStanislav2012-05-226-1932/+2019
| |
* | fix tree render callingDmitry2012-05-231-4/+4
| |
* | fix crosslink connector requirementsDmitry2012-05-231-1/+1
| |
* | fix crosslink connectorDmitry2012-05-223-19/+29
| |
* | improve codeDmitry2012-05-221-5/+5
| |
* | Merge branch 'master' of 192.168.1.251:connector-phpDmitry2012-05-223-5/+225
|\ \ | |/
| * [update] csrf key generation and checkingStanislav2012-05-212-3/+52
| |
| * [add] xss filterStanislav-Wolski2012-05-213-3/+174
| |
* | implements correct extending for fill_collectionsDmitry2012-05-224-56/+58
|/
* silent including JSONOptionsConnectorDmitry2012-05-171-0/+1
|
* remove non-using parameter in JSONOptionsConnectorDmitry2012-05-171-1/+1
|
* fix JSONScheduler connection without collectionsDmitry2012-05-171-1/+4
|
* fix JSON extendingDmitry2012-05-171-1/+1
|
* merge with masterDmitry2012-05-142-10/+32
|\
| * [update] ability to include custom sections in the outputStanislav-Wolski2012-05-071-8/+31
| |
| * [add] check to block invalid column indexes in save operationsStanislav-Wolski2012-05-071-1/+2
| |
* | fix JSONTreeRenderstrategy parent classDmitry2012-05-141-1/+1
| |
* | improve group connectors + DataGroupConn + JSONDataGroupConnDmitry2012-05-114-12/+137
| |
* | fix different separator for treegridDmitry2012-05-102-3/+13
| |
* | minimize duplicating using TreeRenderStrategyDmitry2012-05-107-257/+122
| |
* | refactor tree/treegrid multitable connectorsDmitry2012-05-103-215/+119
| |
* | minimize code duplicating for GroupConnectorsDmitry2012-05-085-149/+114
| |
* | change uuid access type to publicDmitry2012-05-081-1/+1
| |
* | implements RenderStrategy logicDmitry2012-05-0812-318/+300
| |
* | refactor multitable connectorsDmitry2012-05-072-15/+25
| |
* | usage collections in scheduler json connectorDmitry2012-05-031-4/+45
| |
* | implements collections usage in JSONDataConnectorDmitry2012-05-031-3/+101
| |
* | implements scheduler json connectorDmitry2012-04-102-4/+88
|/
* remove code duplicatingDmitry2012-04-101-2/+64
|
* implements treedata multitable connectorDmitry2012-04-092-0/+164
|
* Merge branch 'master' of 192.168.1.251:connector-phpDmitry2012-03-271-7/+190
|\
| * [fix] dhx_kids flag not generated for json treeStanislav-Wolski2012-03-261-1/+2
| |
| * [add] common-tree connectorsStanislav-Wolski2012-03-231-7/+179
| |
| * [update] support of dyn. loading for json connectorsStanislav-Wolski2012-03-071-0/+10
| |
* | fix live-update according output object usageDmitry2012-03-271-2/+2
|/
* -remove debug outputDmitry2011-12-271-2/+0
|
* -add set_convert_mode for GridConfigurationDmitry2011-12-192-22/+149
|
* Merge branch 'dev' of 192.168.1.251:connector-php into devStanislav2011-11-118-5/+100
|\
| * [add] render_complex_sql - renders by sql, preserving it as isStanislau2011-11-102-2/+13
| |
| * [fix] set xmlentities to public, must fix some backward compatibility issuesStanislau2011-11-021-1/+1
| |
| * [fix] incorrect UNION processing for non-mysql db typesStanislau2011-11-016-1/+22
| |
| * [fix] sql error for UNION selectsStanislau2011-10-311-1/+10
| |
| * [add] SQL Anywhere DB wrapperStanislau2011-10-211-0/+51
| |
| * [merge] stored procedure fixStanislau2011-10-191-0/+1
| |\
| | * [add] support to non-select sqlStanislau2011-10-181-2/+3
| | |