Commit Graph

75 Commits

Author SHA1 Message Date
Alex Marin
c806f1d64d oop: fix ExportLatex 2012-08-17 11:06:41 +03:00
Alex Marin
34a0dace8a oop: some coding style for plugins 2012-08-16 23:10:33 +03:00
Alex Marin
efdc08fad3 oop: ExportLatex - wrong usage of expandUserString 2012-08-14 15:41:33 +03:00
Alex Marin
92bb8d4b70 oop: fix XML handler for ExportCodegen 2012-08-14 10:40:30 +03:00
Michal Čihař
dae3543da1 Various coding style improvements (issue #88) 2012-08-13 20:17:59 +02:00
Michal Čihař
df1badb0fd Merge branch 'master' of git://github.com/hastenax/phpmyadmin into hastenax-master
Conflicts:
	libraries/plugins/export/ExportSql.class.php
2012-08-13 20:02:30 +02:00
Alex Marin
8ebbab0c30 oop: fix getTableDefStandIn for ExportSql 2012-08-13 09:42:22 +03:00
hastenax
9e4a839bc4 Update libraries/plugins/export/ExportSql.class.php
Fixed DOUBLE precision issue.
2012-08-09 14:41:50 +04:00
hastenax
a0786385cd Update libraries/plugins/export/ExportSql.class.php
Formatting and removed DOUBLE datatype, used FLOAT instead.
2012-08-08 11:55:21 +04:00
hastenax
1167d32baf Update libraries/plugins/export/ExportSql.class.php
Removed length on SMALLINT and BIGINT fields.
2012-08-07 17:55:36 +04:00
hastenax
967166f0d7 Update libraries/plugins/export/ExportSql.class.php
Removed length on TINYINT fields.
2012-08-07 17:38:38 +04:00
hastenax
a0b17d99c7 Update libraries/plugins/export/ExportSql.class.php
Fixed DEFAULT field value replacing issue.
2012-08-07 16:53:11 +04:00
hastenax
0249919c15 Update libraries/plugins/export/ExportSql.class.php
Fixed issue with int, date, unsigned text inside DEFAULT field value.
2012-08-07 16:09:34 +04:00
Alex Marin
c2b54f62b1 oop: fix properties for ExportTexytext 2012-08-03 17:12:20 +03:00
Alex Marin
b246878717 oop: check for undefined variables 2012-08-03 16:55:51 +03:00
hastenax
da855d34d0 Update libraries/plugins/export/ExportSql.class.php
Rewrited, backquote_compat parameters order changed. Prevented multiple IDENTITY_INSERTs.
2012-08-02 23:18:13 +04:00
hastenax
a54bee033d Update libraries/plugins/export/ExportSql.class.php
Rewrited for new method backqoute_compat with SQL $compatibility param.
2012-08-02 17:25:05 +04:00
hastenax
b210f1339e Update libraries/plugins/export/ExportSql.class.php
Extended MSSQL compatibility features.
2012-08-02 16:31:01 +04:00
hastenax
0d1cd54dcc Update libraries/plugins/export/ExportSql.class.php
Extended MSSQL compatibility exporting mode.
2012-08-02 16:28:26 +04:00
Alex Marin
59ba476e43 oop: update export readme with new properties 2012-07-30 18:44:50 +03:00
Alex Marin
3f30a1bf96 oop: coding style for export plug-ins 2012-07-29 18:59:46 +03:00
Alex Marin
50d8322b38 oop: replace conditional includes for properties in export plug-ins 2012-07-29 18:46:54 +03:00
Alex Marin
26c35fbc9a oop: coding style for ExportSql 2012-07-29 18:41:49 +03:00
Alex Marin
60d679b839 oop: globals for ExportSql 2012-07-29 18:29:50 +03:00
Alex Marin
428d6ecf10 oop: remove getters, setters and usages for global plugin_param 2012-07-29 18:11:57 +03:00
Alex Marin
7d95c59208 oop: remove getters, setters and usages for global what 2012-07-29 18:10:23 +03:00
Alex Marin
23f97d9133 oop: remove getters, setters and usages for global cfgRelation 2012-07-29 18:08:54 +03:00
Alex Marin
8bffa1eeec oop: remove getters, setters and usages for global cfg 2012-07-29 18:04:39 +03:00
Alex Marin
a1febe8147 oop: remove getters, setters and usages for global db 2012-07-29 18:02:58 +03:00
Alex Marin
1a7fd1b6cd oop: remove getters, setters and usages for global crlf 2012-07-29 18:02:43 +03:00
Alex Marin
3274113ee7 oop: globals for ExportLatex 2012-07-29 17:56:25 +03:00
Alex Marin
e5514b464c oop: globals for ExportHtmlword 2012-07-29 17:50:54 +03:00
Alex Marin
52fccf0150 oop: globals for ExportCsv 2012-07-29 17:46:19 +03:00
Alex Marin
503e1a8b1a oop: add properties subgroups for ExportSql 2012-07-25 14:09:55 +03:00
Alex Marin
2082fe2471 oop: fix properties subgroup for ExportMediawiki 2012-07-25 14:07:19 +03:00
Alex Marin
54213e16a8 oop: use properties without subgroups for ExportSql 2012-07-25 11:55:44 +03:00
Alex Marin
aef3d70ac8 oop: fix properties for ExportMediawiki 2012-07-25 11:04:55 +03:00
Alex Marin
6b7331e9ef oop: use properties for ExportMediawiki 2012-07-25 11:04:55 +03:00
Alex Marin
afebe60cdb oop: use properties for ExportTexytext 2012-07-18 17:37:41 +03:00
Alex Marin
bbee588f95 oop: use properties for ExportYaml 2012-07-18 17:32:10 +03:00
Alex Marin
b672d605e2 oop: use properties for ExportPhparray 2012-07-18 17:29:23 +03:00
Alex Marin
9f53828dca oop: use properties for ExportPdf 2012-07-18 12:18:37 +03:00
Alex Marin
05e0bd9756 oop: use properties for ExportOdt 2012-07-18 12:13:12 +03:00
Alex Marin
1f23a10f53 oop: use properties for ExportOds 2012-07-18 11:55:13 +03:00
Alex Marin
63fa3fa4c0 oop: use properties for ExportLatex 2012-07-18 11:44:19 +03:00
Alex Marin
857d56277c oop: use properties for ExportHtmlword 2012-07-18 10:50:04 +03:00
Alex Marin
94ea719b4d oop: use properties for ExportExcel 2012-07-18 10:35:17 +03:00
Alex Marin
9288f0eaec oop: reorganise usage of properties in plug-ins 2012-07-18 10:21:58 +03:00
Alex Marin
12e5c6f5c9 oop: use properties for ExportCsv 2012-07-18 10:21:58 +03:00
Alex Marin
9823d9532c oop: use properties for ExportJson 2012-07-17 17:09:26 +03:00