Madhura Jayaratne
|
1bd394aed4
|
These @todos have reasonably been done
|
2012-10-28 18:29:38 +05:30 |
|
Madhura Jayaratne
|
c9f37be407
|
Add @subpackage tags
|
2012-10-28 18:27:38 +05:30 |
|
Michal Čihař
|
869d7c0e99
|
Use single quotes when we do not want to evaluate the string
|
2012-10-16 11:18:16 +02:00 |
|
Chanaka Indrajith
|
13208324d3
|
Removed unnecessary empty lines in functions
|
2012-09-19 00:15:15 +05:30 |
|
Chanaka Indrajith
|
6971295e96
|
Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::
|
2012-09-16 14:41:47 +05:30 |
|
Chanaka Indrajith
|
e6894be57f
|
Renamed ->method() with PMA_Util::method()
|
2012-09-16 14:35:45 +05:30 |
|
Chanaka Indrajith
|
0829709064
|
Remove variable
|
2012-09-16 14:31:22 +05:30 |
|
Madhura Jayaratne
|
5aea2de2cb
|
Proper function naming
|
2012-08-30 22:52:32 +05:30 |
|
Madhura Jayaratne
|
12fbba3724
|
Inline control structures are discouraged
|
2012-08-30 22:19:00 +05:30 |
|
Alex Marin
|
34a0dace8a
|
oop: some coding style for plugins
|
2012-08-16 23:10:33 +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 |
|
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
|
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
|
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
|
1a7fd1b6cd
|
oop: remove getters, setters and usages for global crlf
|
2012-07-29 18:02:43 +03:00 |
|
Alex Marin
|
503e1a8b1a
|
oop: add properties subgroups for ExportSql
|
2012-07-25 14:09:55 +03:00 |
|
Alex Marin
|
54213e16a8
|
oop: use properties without subgroups for ExportSql
|
2012-07-25 11:55:44 +03:00 |
|
Alex Marin
|
9458f9d062
|
oop: integrate the properties system for ExportXml
|
2012-07-17 13:32:13 +03:00 |
|
Chanaka Indrajith
|
106265a7f8
|
Resolve conflicts
|
2012-06-30 11:30:39 +05:30 |
|
Alex Marin
|
5623356e7a
|
oop: fix bugs and phpcs errors for all export plugins
|
2012-06-18 14:22:12 +03:00 |
|
Alex Marin
|
3e406e2a76
|
oop: fix class variables names
|
2012-06-08 15:59:12 +03:00 |
|
Alex Marin
|
683d7677b9
|
oop: export codegen; camel caps export naming convention
|
2012-06-08 11:47:36 +03:00 |
|