Commit Graph

416 Commits

Author SHA1 Message Date
Hugues Peccatte
6c8c288067 Merge remote-tracking branch 'origin/master' into useNamespaces_master 2015-09-29 21:19:57 +02:00
Marc Delisle
7b3b85c541 Fix typo
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-28 18:01:15 -04:00
Hugues Peccatte
71b62bcef9 Merge remote-tracking branch 'origin/master' into useNamespaces_master 2015-09-26 13:50:49 +02:00
Marc Delisle
62859dffbc Merge branch 'QA_4_5' 2015-09-25 13:49:36 -04:00
Marc Delisle
62a4e61a65 Optimize function call
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-25 13:48:55 -04:00
Deven Bansod
b13550af11 Fix issue #11500
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-09-26 02:54:50 +05:30
Hugues Peccatte
37bf6f2093 Update nodes load.
Fix template call.
Remove useless 'use'.
Fix node load.
Fix merge.
Attempt to fix transformation unit test.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-20 00:21:28 +02:00
Hugues Peccatte
914cdaa984 Merge remote-tracking branch 'origin/master' into useNamespaces_master 2015-09-19 22:31:36 +02:00
Marc Delisle
0b87f93fec Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-19 13:21:17 -04:00
Hugues Peccatte
f44ebbb717 Fix merge.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-18 23:33:00 +02:00
Hugues Peccatte
21460a01c0 Merge branch 'master' into useNamespaces_master 2015-09-18 23:17:22 +02:00
Madhura Jayaratne
bf0808513f Consistently use a small note rather than a hint
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-18 15:14:56 +10:00
Madhura Jayaratne
fcaf6e360a Fix #11479 Allow setting routine wise privileges
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-17 07:36:51 +10:00
Hugues Peccatte
74ef226857 Merge branch 'master' into useNamespaces_master 2015-09-14 22:10:51 +02:00
Madhura Jayaratne
2cbcf730fe Simplify require SSL
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-14 14:07:14 +10:00
Hugues Peccatte
b1038cfefa Merge branch 'master' into useNamespaces_master 2015-09-04 22:37:45 +02:00
Madhura Jayaratne
8f0f0c5bbe Merge branch 'QA_4_5' 2015-09-03 10:06:53 +10:00
Madhura Jayaratne
b48c414c0b Fix bugs introduced in 788c96e8c7 while fixing issue #11442
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-03 09:53:34 +10:00
Hugues Peccatte
32fd26ad42 Merge branch 'master' into useNamespaces_master 2015-09-02 21:48:40 +02:00
Marc Delisle
4fe8c5f496 Merge branch 'QA_4_5' 2015-09-02 08:07:15 -04:00
Marc Delisle
85f6849921 Avoid fetching a variable that was only introduced in MySQL 5.7.2
Fix a notice due to the new way of fetching system variables

Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-02 08:05:24 -04: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
Marc Delisle
ef18a3a9b7 Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-01 14:35:54 -04:00
Deven Bansod
529b9ff4c8 Refactor queries fn and fix errors related to add/copy user
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-09-02 00:34:08 +05:30
Madhura Jayaratne
788c96e8c7 Fix #11442 MySQL 5.7 and SHOW VARIABLES
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-31 17:10:32 +10:00
Deven Bansod
e75d5f1145 Fix #11433
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-08-27 18:12:36 +05:30
Madhura Jayaratne
c14da41682 Use sentence case here as well
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-26 16:37:47 +10:00
Madhura Jayaratne
a451c80370 Use sentence case - more instances
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-25 21:24:41 +10:00
Hugues Peccatte
03f5aaaf98 Update PHPDoc.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-24 21:50:17 +02:00
Hugues Peccatte
340b01b395 Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-24 20:00:22 +02:00
Marc Delisle
a94c5728c3 Use concatenating assignment
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-08-24 10:27:15 -04:00
Hugues Peccatte
a434017946 Use statements and sprintf to create queries instead of concatenation.
Initialize variable.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-24 15:30:30 +02:00
Deven Bansod
30c754c350 MariaDB 10.0.21 also does not support sha256_password auth plugin
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-08-23 21:33:21 +05:30
Hugues Peccatte
b230e33064 Reduce nested level.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-09 16:10:10 +02:00
Isaac Bennetch
9ad20e82d5 Merge pull request #11330 from devenbansod/1396C
Fixed some errors in SHA256 implementation
2015-08-05 22:42:00 -04:00
Michal Čihař
e83457dd14 Better formatting for SHA256 password hashing
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-08-03 11:12:04 +02:00
Michal Čihař
5664fe52fb Better string for MySQL native password
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-08-03 09:49:34 +02:00
Deven Bansod
7fbb06c1c5 Fixed some errors in SHA256 implementation
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-07-30 03:31:02 +05:30
Hugues Peccatte
f661b97c6d Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-27 21:35:19 +02:00
Hugues Peccatte
6434fbfa80 Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-27 21:13:58 +02:00
Isaac Bennetch
7b1765f1fd Merge pull request #1792 from devenbansod/rfe1396
RFE #1396 : Add support for MySQL 5.6.6+ SHA256 Auth plugin
2015-07-27 14:04:51 -04:00
Isaac Bennetch
9456ee8514 Merge pull request #1797 from devenbansod/reload_privs_visibility
Make visibility of Reload privs notice conditional
2015-07-27 13:41:36 -04:00
Hugues Peccatte
56c07e6f35 Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-25 22:51:02 +02:00
Deven Bansod
56b4352719 RFE#1396 : Support MySQL 5.6.6+ SHA256 Auth Plugin
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-07-23 21:49:05 +05:30
Madhura Jayaratne
cce247fbc9 Fix more floats
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-21 14:00:29 +05:30
Madhura Jayaratne
757599c8eb Float appropriately for both ltr and rtl languages
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-21 11:03:07 +05:30
Madhura Jayaratne
e5d5ce67b4 Fix floating for rtl languages
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-21 10:14:45 +05:30
Madhura Jayaratne
2ac063fd6b 'Host name' is the terminology used in http://dev.mysql.com/doc/refman/5.7/en/account-names.html
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-20 11:11:30 +05:30
Madhura Jayaratne
f424b63a49 Use 'User name' in db and table privilege pages as well
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-20 11:06:11 +05:30
Dan Ungureanu
91b97fadc2 Remove unneeded closing tags.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-19 00:18:38 +03:00