Commit Graph

82 Commits

Author SHA1 Message Date
Hugues Peccatte
c752c01309 Merge branch 'master' into useNamespaces_master 2015-09-27 20:50:19 +02:00
Hugues Peccatte
0f80756fe6 Use pre-increment when possible.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-26 23:12:09 +02:00
Hugues Peccatte
330c92ddf7 Set namespace on properties classes.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-12 22:16:23 +02:00
Hugues Peccatte
7185d61649 Set uses instead of absolute namespace.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-12 15:43:39 +02:00
Hugues Peccatte
fa801c507f Set namespace on plugins classes.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-12 12:51:45 +02:00
Hugues Peccatte
178a6edd38 Add namespace on part of plugins classes.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-05 00:33:42 +02:00
Hugues Peccatte
7f8f34e89d Remove classes require_once.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:30:22 +02:00
Hugues Peccatte
f0ba28fc1d Set namespace on Advisor, Config, Console and Util classes.
Set namespace on DbQbe.
Set namespace to 'DbSearch'.
Split Advisor.class.php file.
Change Advisor namespace.
Rename DbQbe class and file.
Set namespace on DisplayResults.
Set namespace on Error.
Use namespace for ErrorHandler.
Add class autoloader.
Change ErrorHandler filename.
Remove some require.
Update Config namespace path.
Update PMA_Util to PMA\libraries\Util.
Rename Font and File classes files.
Use namespace for Footer.
Set namespace in all libraries classes.
Namespace OutputBuffering.
Export SubPartition.
Rename Partition file.
Namespace PDF.
Namespace RecentFavoriteTable.
Replace PMA_Response by Response and PMA_Message by Message.
Update uses and calls.
Fix unit tests.
Fix SqlParser autoload.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:22:52 +02:00
Madhura Jayaratne
6eb6786506 Standardize to sentence case
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-26 16:57:42 +10:00
Hugues Peccatte
17fb74d2cf Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-25 16:20:31 +02:00
Atul Pratap Singh
917add1528 Merge pull request #11370 from gzzhanghao/unittest
Recover test coverage
2015-08-25 13:30:44 +05:30
Hugues Peccatte
bd707b871d Update PHPDoc.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-24 23:34:50 +02:00
Jason
59b11954f4 Recover tests for PMA_Table and rename sGetStatusInfo to getStatusInfo
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-08-12 16:48:40 +08:00
Madhura Jayaratne
ca1c424e9d Add missing docs for parameters
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-11 12:24:31 +05:30
Hugues Peccatte
9b0e7652a5 Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-10 22:22:51 +02:00
Hugues Peccatte
2f7aecc12a Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-10 21:27:51 +02:00
Sebastian Ott
e29119cb64 Improved schema svg export
Signed-off-by: Sebastian Ott <sebastian@it-ott.de>
2015-08-10 09:09:43 -04:00
Madhura Jayaratne
75cf9e7d59 Merge branch 'QA_4_4' 2015-07-28 08:17:42 +05:30
Madhura Jayaratne
7c1c639ef4 Fix #11326 Exported schema includes all the tables of the database
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-28 08:11:38 +05:30
Dan Ungureanu
4a0ab124f7 Fixed visibility.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-25 19:39:34 +03:00
Dan Ungureanu
cb9cc68fe9 Fixed more issues.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-25 19:39:33 +03:00
Jason
6fd29078b6 Fix test failures
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-23 11:46:40 +08:00
Dan Ungureanu
91b97fadc2 Remove unneeded closing tags.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-19 00:18:38 +03:00
Madhura Jayaratne
5eedd7b40b Remove more GLOBALS['db']
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-18 15:56:40 +05:30
Madhura Jayaratne
e86112a487 Remove more instances of GLOBALS['db'] usages
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-18 15:50:33 +05:30
Madhura Jayaratne
e64ed2e8e4 Pass instance variable db instead of GLOBALS db
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-18 15:46:33 +05:30
Madhura Jayaratne
9c994c741d Use instance variable db rather than the GLOBAL value
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-18 15:30:48 +05:30
Madhura Jayaratne
365d98d4c6 Revert "Remove unused parameter $db"
This reverts commit d862940cb3.
2015-06-18 15:22:32 +05:30
Madhura Jayaratne
d862940cb3 Remove unused parameter $db
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-18 13:56:12 +05:30
Madhura Jayaratne
f78ad0f1d5 Wrap some long lines - pdf/Pdf_Relation_Schema.class.php
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-28 17:31:07 +05:30
Madhura Jayaratne
d04466cee4 Fix indentation
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-28 15:02:46 +05:30
Madhura Jayaratne
09ed830d8e Fix some indentations
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-28 11:53:51 +05:30
Madhura Jayaratne
5857fe163d Fix spacing after opening brace
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-28 11:05:08 +05:30
Madhura Jayaratne
f98600d174 More doc updates
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-28 07:26:24 +05:30
Madhura Jayaratne
40c82aad55 Update docs
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-28 07:21:41 +05:30
Madhura Jayaratne
15e5c3d9f7 Do not use globals
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-10 19:23:52 +05:30
Madhura Jayaratne
cb57dbb0ad Use object properties rather than using globals
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-10 17:46:54 +05:30
Madhura Jayaratne
04c39ebe30 Identify types
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-10 17:36:11 +05:30
Madhura Jayaratne
f70cda04e5 Merge branch 'QA_4_4' 2015-03-27 19:23:47 +05:30
Madhura Jayaratne
9c56ea6950 Make translatable
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-27 19:20:16 +05:30
Madhura Jayaratne
050319f2e2 rfe #354 PDF schema sort options
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-27 19:16:49 +05:30
Madhura Jayaratne
dc4b9a628f Merge branch 'QA_4_3' into QA_4_4 2015-03-19 18:02:43 +05:30
Madhura Jayaratne
610e3c76a2 bug #4804 Undefined Index after export schema
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-19 17:59:02 +05:30
Madhura Jayaratne
1006aedb28 Merge branch 'QA_4_3'
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-04 15:17:55 +05:30
Madhura Jayaratne
677da2906c bug #4706 Schema export doesn't handle dots in db/table name
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-04 15:11:05 +05:30
Madhura Jayaratne
4d6c6e53ac rfe #719 more details in PDF relation view
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-30 10:03:12 +05:30
Marc Delisle
4458426aa7 Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-01-22 16:01:32 -05:00
Madhura Jayaratne
aea519fded bug #4707 Call to undefined method PMA_Schema_PDF::dieSchema()
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-14 19:30:00 +05:30
Madhura Jayaratne
b1056fc7d4 diagram variable does not have a method dieSchema()
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-13 19:08:36 +05:30
Madhura Jayaratne
baa92b32f3 Revert "Remove more dead code"
This reverts commit c1e220520e.
2015-01-13 18:51:21 +05:30