Ann + J.M
f5a9a60382
Fix coding style
...
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-07-03 20:27:39 +02:00
Michal Čihař
dca981481d
Remove plugin manager and observer classes
...
We don't really need the observer pattern, so let's simplify the code.
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-25 09:25:59 +02:00
Chirayu Chiripal
a78a7a0c9c
export with table/column names changes extended for other export formats
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-18 16:09:57 +05:30
Chirayu Chiripal
3ea7d2b52d
rfe-755: export with table/column name changes
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-16 22:41:50 +05:30
Marc Delisle
a83ca5d73b
Fix merge conflict
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-10 12:43:07 -04:00
Chirayu Chiripal
ff688b18fb
Bug-4448: Dump binary columns in hexadecimal notation not working and hex_for_blob -> hex_for_binary
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-10 19:00:16 +05:30
Michal Čihař
06abaaa33f
Merge remote-tracking branch 'origin/QA_4_2'
2014-06-10 08:59:18 +02:00
Isaac Bennetch
307dd3b798
Bug 4449: Mediawiki export does not produce table header row; also fix related PHP warnings
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2014-06-09 16:37:43 -04:00
Chirayu Chiripal
33dfef377f
RFE-759 Use aliases in SQL export for tables and columns
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-09 22:44:07 +05:30
Michal Čihař
c9dc5611ee
Fix type string for longtext
...
It has to be checked before "long", otherwise it matches first.
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-06 15:46:34 +02:00
Marc Delisle
84f135d048
Fix coding style
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-03 12:40:21 -04:00
Marc Delisle
49c9dd3ecb
Remove dead code
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-30 12:20:32 -04:00
Ann + J.M
ddf78c212b
Re-merge b3dbec1...9207203, changes got lost on original merge from QA_4_2
...
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-05-26 10:39:50 +02:00
Ann + J.M
d9bd81a2a1
Code style fixes
...
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-05-19 22:40:24 +02:00
Marc Delisle
e813cab608
bug #4418 When copying databases, primary key attributes get lost
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-18 13:22:14 -04:00
Michal Čihař
b177557c11
Use preg_quote instead of home made replacement to quote string for preg
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 17:35:49 +02:00
Marc Delisle
cb3929766a
Fix merge conflict
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-25 06:18:21 -04:00
Michal Čihař
186a80939d
Allow TCPDF to be removed
...
We currently require TCPDF to be present, but in most cases this is
feature which users do not need and thus can reduce size of installed
phpMyAdmin.
Also this is helpful for Linux distributions as they can provide soft
dependency on tcpdf package.
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-24 16:12:13 +01:00
Hugues Peccatte
db23a9bf8a
PHPCS and PHPdoc updates.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-13 21:40:39 +01:00
Marc Delisle
8e066c5105
Merge branch 'QA_4_1'
2014-03-09 07:41:14 -04:00
Marc Delisle
5fdb93de0a
Fix comment
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-09 07:40:33 -04:00
Marc Delisle
cd998a4c62
Merge pull request #892 from Chanaka/rfe-1403
...
rfe-1403 : Support for export only triggers/stored procedures
2014-02-07 07:57:48 -05:00
Chanaka Indrajith
4457f40ef4
Support for export server/db/table without views
...
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2014-02-06 23:03:04 +05:30
Viduranga Wijesooriya
4c1b38ddf2
fixed loosing of auto increment value when exporting sql
...
Signed-off-by: Viduranga Wijesooriya <vpowerrc@gmail.com>
2014-02-05 17:26:19 +05:30
Chanaka Indrajith
55151381fa
rfe-1403 : Support for export only triggers/stored procedures
...
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2014-02-04 22:47:00 +05:30
Viduranga Wijesooriya
641fa53789
fixed #4261 Export bug
...
Signed-off-by: Viduranga Wijesooriya <vpowerrc@gmail.com>
2014-02-04 19:03:46 +05:30
Chanaka Indrajith
2988aebc86
rfe-1483 : Export database without triggers
...
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2014-01-28 23:09:59 +05:30
Marc Delisle
eb4593c492
Fix coding style
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-16 10:32:24 -05:00
Marc Delisle
eebcb9c531
Fix regexp and add explanation
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-16 10:31:25 -05:00
Viduranga Wijesooriya
d5a3b01f77
fixed #4235 Copy table causes SQL error
...
Signed-off-by: Viduranga Wijesooriya <vpowerrc@gmail.com>
2014-01-16 14:50:31 +05:30
Marc Delisle
fd15323459
Merge pull request #850 from vpowerrc/viduranga
...
fixed error #1004 Create indexes at the end in SQL export
2014-01-11 05:04:56 -08:00
Viduranga Wijesooriya
abc11aa8d8
fixed error #1004 Create indexes at the end in SQL export
...
Signed-off-by: Viduranga Wijesooriya <vpowerrc@gmail.com>
2014-01-11 17:54:29 +05:30
Marc Delisle
3b89a4650a
Fix typos
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-11 07:23:53 -05:00
Marc Delisle
c880e25122
Fix typo
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-10 16:46:23 -05:00
Marc Delisle
8357558f56
There is only one AUTO_INCREMENT per table
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-10 16:38:55 -05:00
Marc Delisle
5cce4dbae4
Fix coding style
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-10 16:36:37 -05:00
Viduranga Wijesooriya
8cf74b688d
added #1004 Create indexes at the end in SQL export
...
Signed-off-by: Viduranga Wijesooriya <vpowerrc@gmail.com>
2014-01-11 02:27:40 +05:30
Madhura Jayaratne
74aebe629b
Spaces around . operator
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-08 18:06:02 +05:30
Madhura Jayaratne
84e9ce4946
Spaces around . operator
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-08 17:26:27 +05:30
Hugues Peccatte
7bd1bf23d3
Fix PHPCS errors.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-11 22:13:10 +01:00
Hugues Peccatte
2274453717
Minor PHPDoc modifications.
2013-12-07 19:00:53 +01:00
Hugues Peccatte
7e1e6e5691
Add initialization of some variables and useless code.
2013-11-11 18:56:46 +01:00
Hugues Peccatte
464ec23ad8
Huge PHPDoc update.
2013-11-10 23:04:58 +01:00
Dieter Adriaenssens
0b86704892
fix coding style : wrap long lines
2013-09-24 15:33:21 +02:00
J.M
ac05fec3fa
Use input type=number
2013-08-18 15:39:51 +02:00
ayushchd
6eced72d93
Fix uninitialized variable issue
2013-08-06 23:58:29 +05:30
Kasun Chathuranga
94ff649d0d
Fix undefined index notices on sql_views_as_tables
2013-07-30 07:20:35 +05:30
Kasun Chathuranga
558c4df1bb
Allow exporting views as if they were tables
2013-07-29 09:06:09 +05:30
Kasun Chathuranga
f94df61e97
Wrap lines exceeding 85 characters
2013-07-24 12:14:21 +05:30
Marc Delisle
dc92c72e8a
Merge commit '77e67c3'
2013-07-19 09:13:51 -04:00