Madhura Jayaratne
|
2ebcfa1da7
|
Last parameter comment requires a blank newline after it
|
2012-09-22 22:35:51 +05:30 |
|
Michal Čihař
|
0087992c06
|
Various coding style improvements
|
2012-09-19 15:08:48 +02:00 |
|
Chanaka Indrajith
|
13208324d3
|
Removed unnecessary empty lines in functions
|
2012-09-19 00:15:15 +05:30 |
|
Chanaka Indrajith
|
abf9e1d8db
|
Merge remote branch 'upstream/master'
|
2012-09-16 17:13:58 +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
|
432040c52d
|
Forgot to change imports
|
2012-09-16 00:07:02 +05:30 |
|
Madhura Jayaratne
|
2d34f51bfd
|
We use PMA_ prefix for class names, but not for their file names
|
2012-09-15 23:00:36 +05:30 |
|
Madhura Jayaratne
|
2be4178527
|
Merge branch 'QA_3_5'
Conflicts:
libraries/import/xml.php
po/ar.po
po/de.po
|
2012-09-08 10:31:00 +05:30 |
|
Dieter Adriaenssens
|
163dba1143
|
fix coding style
|
2012-09-02 21:02:51 +02:00 |
|
Madhura Jayaratne
|
3711b57df6
|
Fix coding style
|
2012-09-01 07:29:48 +05:30 |
|
Madhura Jayaratne
|
8ce541068c
|
Various coding style changes
|
2012-08-31 14:37:46 +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
|
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 |
|
Rouslan Placella
|
b0a9418591
|
Use PMA_Message for all connection errors
|
2012-08-03 10:05:48 +02: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 |
|
Chanaka Indrajith
|
22c16fea5a
|
Merge remote branch 'upstream/master'
|
2012-08-01 23:30:40 +05:30 |
|
Chanaka Indrajith
|
87bcfe6deb
|
Links for information_schema
|
2012-08-01 23:29:41 +05:30 |
|
Alex Marin
|
3a3dff6b5f
|
Merge branch 'master' into plugins-and-OOP
|
2012-07-31 15:17:00 +03:00 |
|
Michal Čihař
|
3b78768c18
|
Merge remote-tracking branch 'chanaka/master'
|
2012-07-31 13:38:30 +02:00 |
|
Alex Marin
|
b5ec05f7c9
|
oop: update import readme with new properties
|
2012-07-30 18:50:56 +03:00 |
|
Alex Marin
|
59ba476e43
|
oop: update export readme with new properties
|
2012-07-30 18:44:50 +03:00 |
|
Alex Marin
|
e16f13b0bd
|
oop: properties for ImportXml
|
2012-07-30 15:21:16 +03:00 |
|
Alex Marin
|
45d6e21148
|
oop: properties for ImportSql
|
2012-07-30 15:18:48 +03:00 |
|
Alex Marin
|
7411cd3989
|
oop: properties for ImportShp
|
2012-07-30 15:03:11 +03:00 |
|
Alex Marin
|
d83fc57c51
|
oop: properties for ImportOds
|
2012-07-30 14:57:57 +03:00 |
|
Alex Marin
|
01ba929c94
|
oop: properties for ImportMediawiki
|
2012-07-30 14:51:31 +03:00 |
|
Alex Marin
|
912ad23d41
|
oop: properties for ImportLdi
|
2012-07-30 14:46:04 +03:00 |
|
Alex Marin
|
c91058d0d6
|
oop: properties for ImportDocSQL
|
2012-07-30 14:46:04 +03:00 |
|
Alex Marin
|
02c37994c1
|
oop: properties for ImportCsv
|
2012-07-30 14:25:04 +03:00 |
|
Chanaka Indrajith
|
d47030c4c8
|
Generate some links inside mysql schema
|
2012-07-30 01:57:37 +05:30 |
|