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
3c118b8106
Fix #11446 MySQL 5.7 and Variables page for an unprivileged user
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-31 22:28:03 +10:00
Madhura Jayaratne
f978e17c69
Allow editing unless it's a static variable. Allow editing new dynamic variables added in MariaDB and newer versions of MySQL.
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-25 20:06:14 +10:00
Hugues Peccatte
56c07e6f35
Make PHPCS happy.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-25 22:51:02 +02:00
Madhura Jayaratne
6adb96f3a7
Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
2015-07-20 07:49:38 +05:30
Madhura Jayaratne
b4bf7f7bb7
Use disabled edit icon for read only variables
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-20 07:49:15 +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
Isaac Bennetch
447a66be95
Merge pull request #1774 from devenbansod/disable_edit_for_readonly_var
...
Edit link should be active only for non read-only system variables
2015-07-11 10:51:23 -04:00
Madhura Jayaratne
b98a342a19
Link more sys vars
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-08 15:11:29 +05:30
Madhura Jayaratne
efd5a94b24
Update doc comment
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-07 08:42:22 +05:30
Madhura Jayaratne
44876399fa
Fix a missed variable link
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-07 08:31:16 +05:30
Madhura Jayaratne
ebf756b7e3
More variable links fixed
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-07 08:27:11 +05:30
Madhura Jayaratne
0eeace7c4b
Another batch of system variable links
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-07 08:20:09 +05:30
Madhura Jayaratne
7788eefb9c
Fix links for performance schema variables
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-07 07:53:24 +05:30
Madhura Jayaratne
c5aa7af526
Links for optimizer system variables
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-07 07:39:47 +05:30
Madhura Jayaratne
bda7f38988
More system variables
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-07 07:31:57 +05:30
Madhura Jayaratne
f9eb0b8d20
Fix a broken link
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-07 07:13:54 +05:30
Madhura Jayaratne
a3022e8b06
Fix all innodb system variable links
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-06 22:50:25 +05:30
Madhura Jayaratne
f56254d9b1
More sysvars
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-06 21:56:35 +05:30
Madhura Jayaratne
14d192a9cd
Links for more system variables
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-06 21:28:11 +05:30
Madhura Jayaratne
34c98115fc
Add missing doc links for binlog related variables
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-06 21:13:44 +05:30
Deven Bansod
d06982f692
Edit link should be active only for non read-only system variables
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-07-04 02:59:54 +05:30
Madhura Jayaratne
fc5bd53eba
Sever Variables Table UI Improvements
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-30 18:03:40 +05:30
Hugues Peccatte
e17de11c74
Improve multibytes string manipulation performances.
...
Review SQL import process.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-30 17:40:09 +01:00
Ann + J.M
b1a7039ae3
Convert PMA_URL_getCommon calls to new style
...
Rewritten tests need validation
Signed-Off-By: Ann + J.M. <phpMyAdmin@ZweiSteinSoft.de>
2014-10-18 19:42:29 +02:00
Hugues Peccatte
3de88162ff
Replace PMA_String uses by mb_* calls.
...
Remove part of unused variables.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-28 20:53:01 +02:00
Hugues Peccatte
9b77d746ab
Mass modifications to use PMA_String.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 10:44:03 +02:00
Michal Čihař
b485c6105c
Remove blank lines from the end of PHP files (causing extra output)
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-24 10:57:21 +01:00
Hugues Peccatte
464ec23ad8
Huge PHPDoc update.
2013-11-10 23:04:58 +01:00
Michal Čihař
7153a45546
Correctly merge server variables fix to master
2013-08-07 14:43:01 +02:00
Michal Čihař
04ed28ccd5
Merge remote-tracking branch 'origin/QA_4_0'
...
Conflicts:
server_variables.php
2013-08-07 14:41:59 +02:00
Michal Čihař
0a3d1d5be8
Better names for URL generating functions
2013-08-07 10:58:17 +02:00
Michal Čihař
d1bb142e87
Remove unused param from PMA_Util::showMySQLDocu
2013-08-07 08:48:50 +02:00
xmujay
6e6bd82cd1
remove server_variables_doc.php and add a function to return doc links
2013-08-02 23:08:14 +08:00
xmujay
db39eeb423
refactor server_variables
...
1. move functions to separated files
2. render HTML at once
3. refactor function name to PMA_getHtmlForSubPageHeader
2013-08-02 20:05:27 +08:00