Commit Graph

20 Commits

Author SHA1 Message Date
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
87fadc20b0 Remove extraneous spaces around values. Remove deprecated cellpadding and cellspacing attributes
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-28 15:12:52 +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
Hugues Peccatte
bdb5f333d7 Fix PHPCS issues.
PHPDoc updates.
Minor coding style modifications.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-01 22:07:18 +01:00
Madhura Jayaratne
84e9ce4946 Spaces around . operator
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-08 17:26:27 +05:30
Michal Čihař
17b6252b5b Shorter name for binary logs list
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-01-06 11:34:39 +01:00
Michal Čihař
9d215e6ac5 Remove unused parameter binary_log_file_names
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-01-06 11:33:25 +01:00
Madhura Jayaratne
17e4f9eb39 Fix syntax highlighting. Use PMA_Util::formatSql() for SQL formatting 2013-10-19 10:56:47 +05:30
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Michal Čihař
7a97781c23 Share code for checking whether to show icons 2013-07-30 14:54:21 +02:00
Madhura Jayaratne
e5519859fb Make all string function accessible via $GLOBALS['PMA_String'] 2013-07-17 16:36:13 +05:30
xmujay
c8681dcc29 fix the code style error for some server_view pages 2013-06-29 16:58:30 +08:00
Michal Čihař
5bac29126c There is no value of "all" allowed here 2013-06-24 15:38:08 +02:00
Michal Čihař
bebba32337 Merge remote-tracking branch 'origin/QA_4_0'
Conflicts:
	libraries/config.values.php
	libraries/sql_query_form.lib.php
	server_binlog.php
	server_databases.php
	tbl_structure.php
	test/classes/PMA_DisplayResults_test.php
2013-06-24 10:41:54 +02:00
ayushchd
2e542c4f95 Group native and mb string functions into classes 2013-06-20 12:30:04 +05:45
xmujay
bfb6dec7e6 fix the issues:
1. replace tab with space in server_bin_log.lib.php
2. move $bin_log to server_binlog.php
3. add server common function file server_common.lib.php
2013-06-08 00:02:45 +08:00
xmujay
fc3e0d961e move PMA_getSubPageHeader to server_common.inc.php 2013-06-07 23:32:17 +08:00
xmujay
dc2f33ffc0 split navigation and item render from long function 2013-06-07 11:46:17 +08:00
xmujay
222c432fbb fix code indention 2013-06-07 00:26:54 +08:00
xmujay
77318c0d02 refactor server_binlog.php:
1. split to functions
2. move function to server_bin_log.lib.php
2013-06-07 00:22:48 +08:00