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
a5d35d41b6
Revert PMA_String rename.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-14 22:39:03 +02:00
Hugues Peccatte
42c0ebac85
Merge branch 'master' into useNamespaces_master
2015-09-09 22:05:00 +02:00
Madhura Jayaratne
93bfdbe371
Remove more references to Drizzle
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-10 01:06:58 +10:00
Madhura Jayaratne
8dcb93c631
More server level Drizzle functions removed
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-10 01:02:35 +10: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
0761fb1801
Rename classes files.
...
Rename classes.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:30:21 +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
4c968434e5
Use sentence case for these as well
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-25 21:41:27 +10:00
Hugues Peccatte
6a93a350cc
Templating ul tag.
...
Templating li tag.
Use li template in getHtmlTab.
Use ul/li templates in libraries/user_preferences.inc.php.
Add/update PHPDoc of templates.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-09 14:24:44 +02:00
Hugues Peccatte
08919d9252
Make PHPCS happy.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-25 09:36:48 +02:00
Hugues Peccatte
bf61709259
Make PHPCS happy.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-23 14:38:07 +02:00
Michal Čihař
16da18e647
Merge remote-tracking branch 'origin/QA_4_4'
2015-07-08 15:26:06 +02:00
Michal Čihař
66dd924517
Point users directly to translator instructions
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-07-08 15:25:46 +02:00
Michal Čihař
b39cb1cb81
Merge remote-tracking branch 'origin/QA_4_4'
2015-07-02 13:40:23 +02:00
Michal Čihař
a6fd4c2ed4
Cleanup URLs to our website
...
- use https everywhere
- follow redirects on renamed pages
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-07-02 13:39:10 +02:00
Deven Bansod
edad7fcb3c
Replace script names as config options with plain english words
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-06-13 04:41:54 +05:30
Marc Delisle
b54a5916c9
Fix loose comparison
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-04-28 14:05:50 -04:00
Marc Delisle
4eccae5290
Merge pull request #1547 from znck/master
...
Remove unneeded closing tags
2015-03-26 07:56:45 -04:00
Madhura Jayaratne
7305e908fb
Merge branch 'QA_4_4'
2015-03-20 11:09:48 +05:30
Madhura Jayaratne
0cb4bffe6f
Merge branch 'QA_4_3' into QA_4_4
2015-03-20 10:59:40 +05:30
Madhura Jayaratne
51d3a1fc40
bug #4802 Changelog page is not working
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-20 10:54:16 +05:30
Chirayu Chiripal
72b07cae86
Fix some more coding style
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2015-03-07 20:37:17 +05:30
Rahul Kadyan
4d308ba364
Remove unneeded closing tags
...
Closing tags at the end of file are not mandatory. It is often
suggested to omit to closing tags at the end of file to prevent
unwanted effects as PHP will start output buffering if there is
any character after closing tag.
Reference: http://php.net/manual/en/language.basic-syntax.phptags.php
Signed-off-by: Rahul Kadyan <hi@znck.me>
2015-03-06 23:37:35 +05:30
Marc Delisle
fd366c9166
Clarify message
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-03-06 08:14:00 -05:00
Marc Delisle
c132f6697b
Merge branch 'QA_4_3'
2015-02-22 08:34:52 -05:00
Marc Delisle
efbfe9a0b4
bug #4768 MariaDB: version mismatch
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-02-22 08:33:18 -05:00
RAKESH KUMAR
f4ff38afca
Feature Request #1604:Show PHP version
...
Signed-off-by: RAKESH KUMAR <rakeshkumar4294@gmail.com>
2015-02-16 16:07:18 +05:30
Madhura Jayaratne
0ad24870e6
rfe #1260 Setting LoginCookieValidity > session.gc_maxlifetime
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-02 16:13:50 +05:30
Hugues Peccatte
763707a72e
Fix typos.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-01-04 15:19:09 +01:00
Madhura Jayaratne
fefb11eb87
bug #4646 Version Check Broken
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-15 15:45:09 +05:30
Marc Delisle
ed6ba4210f
Fix merge conflict
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-11-22 09:10:08 -05:00
Marc Delisle
9af3635c26
Fix merge conflicts
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-11-22 09:09:18 -05:00
Marc Delisle
02fcb6e746
Add FAQ reference
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-11-22 09:04:11 -05:00
Madhura Jayaratne
99ef493ebb
bug #4057 db/table query string parameters no longer work
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-19 15:48:37 +05:30
Michal Čihař
05f01d9c2a
Split HTML markup from translatable string
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-11-04 10:47:50 +01:00
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
70a21ec25c
Merge from master.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-08 21:49:37 +02:00
Hugues Peccatte
49ababac08
Replace mb functions by standard string functions.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-04 10:09:06 +02:00
Chanaka Dharmarathna
4e68ada908
Remove dead codes
...
Signed-off-by: Chanaka Dharmarathna <pe.chanaka.ck@gmail.com>
2014-10-04 11:40:39 +05:30
Hugues Peccatte
e20510de39
Replace mb functions by standard string functions.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-03 23:08:43 +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
Marc Delisle
ea1f826f46
Fix code execution path warning
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-23 13:51:56 -04:00
Smita Kumari
42223e1bf6
avoid session timeout when user is active FR#1529
...
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-09-13 03:10:40 +05:30
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
Marc Delisle
6cadd6ef31
Improve messages
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-25 08:07:42 -04:00
Ashutosh Dhundhara
7a9569f6b5
RFE#1123: Zeroconf PMA tables support.
...
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-08-11 18:33:59 +05:30
Marc Delisle
8ce1e316a6
Merge branch 'QA_4_2'
2014-06-26 09:58:01 -04:00
Marc Delisle
18e6cfd5c5
mcrypt: remove the requirement (64-bit) and the related warning
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-26 09:56:24 -04:00