summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [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
|/
* configure may take sql instead of tableDmitry2012-07-191-1/+4
|
* add asString sampleDmitry2012-07-191-0/+13
|
* 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
|
* mix usage sampleDmitry2012-07-121-0/+20
|
* implement complex mix usingDmitry2012-07-127-33/+181
|
* update filter api sampleDmitry2012-07-101-0/+2
|
* easy sort apiDmitry2012-07-103-4/+40
|
* easy api for filteringDmitry2012-07-103-3/+31
|
* MixinConnector sampleDmitry2012-07-101-0/+22
|
* 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
|
* update scheduler sourcesDmitry2012-06-042-192/+32
|
* fix userdata for JSONDataConnectorDmitry2012-05-291-3/+5
|
* [add] csrf defense and render_array functionalityStanislav-Wolski2012-05-2817-24/+208
|
* 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-172-1/+1
|
* remove non-using parameter in JSONOptionsConnectorDmitry2012-05-171-1/+1
|
* fix JSONScheduler connection without collectionsDmitry2012-05-171-1/+4
|
* add json options sampleDmitry2012-05-172-0/+73
|
* update scheduler samples index pageDmitry2012-05-171-0/+1
|
* fix JSON extendingDmitry2012-05-172-6/+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
| |
* | update ImagePath in all samplesDmitry2012-05-1026-25/+30
| |
* | update multitable sample - enable editingDmitry2012-05-102-5/+12
| |
* | refactor tree/treegrid multitable connectorsDmitry2012-05-103-215/+119
| |
* | update group samplesDmitry2012-05-082-3/+10
| |
* | 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
| |
* | add scheduler json sampleDmitry2012-04-102-0/+63
| |
* | 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-196-26/+165
|
* Merge branch 'dev' of 192.168.1.251:connector-php into devStanislav2011-11-172-0/+32
|\
| * [add] samples of html and csv exportStanislau2011-11-112-0/+32
| |
* | Merge branch 'dev' of 192.168.1.251:connector-php into devStanislav2011-11-1111-5/+150
|\ \ | |/
| * [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-214-0/+101
| |
| * [merge] stored procedure fixStanislau2011-10-191-0/+1
| |\
| | * [add] support to non-select sqlStanislau2011-10-181-2/+3
| | |
| * | [add] support to non-select sqlStanislau2011-10-191-1/+3
| |/
| * [fix] incorrect removing of limit in subquery during render_sqlStanislau2011-09-061-1/+1
| |
* | [feature] Error logging for sqlsrv db driverStanislav2011-08-151-0/+7
|/
* [fix] incorrect processing of aliases during data generation for the form ↵Stanislav2011-07-261-1/+1
| | | | component
* [add] Adapter for SQLite3 connection typeStanislau2011-07-212-0/+45
|
* * import of php connector v1.2Maksim2011-07-18249-0/+13028