Commit Graph

23 Commits

Author SHA1 Message Date
Hugues Peccatte
08cdf6f2fd Merge branch 'master' into psr1_master 2015-11-08 16:16:05 +01:00
Hugues Peccatte
f9d582bd09 Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-11-08 15:58:48 +01:00
Hugues Peccatte
dffc8c34e9 Remove logic code in declaration files.
Move declaration out of logic file.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-10-27 18:56:39 +01: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
Hugues Peccatte
7af0fcf918 Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-24 19:43:19 +02:00
Madhura Jayaratne
5bc88eed28 Show indexes in print view in table structure page when InitialSlidersState is 'disabled'
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-08 15:50:45 +05:30
Atul Pratap Singh
14f9cca19f Fix bug#4938: on print, +Indexes link and .sticky_columns remain visible
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-06-02 13:04:24 +05:30
Deven Bansod
aeae86d7cc RFE#701 - Print View using CSS - Rewrite
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-06-01 03:57:50 +05:30
Marc Delisle
1659f80c50 Clarify method name (avoid confusion with SQL's VIEW)
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-25 13:10:55 -04:00
Marc Delisle
45d6f47c84 Incorrect attributes for number fields
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-02 08:04:17 -04:00
Marvin Wegener
1690c6fa32 Fix number field size and remove incorrect attributes
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-02 07:55:50 -04: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
Madhura Jayaratne
20608589c3 Remove trailing white spaces 2013-10-19 14:29:05 +05:30
Spun Nakandala
6a2bf642be extracted methods from tbl_relation.php to tbl_relation.lib.php for rendering html 2013-08-28 12:38:35 +05:30
J.M
3cc673931d Remove strange character in HTML created by index.lib.php 2013-08-18 16:33:42 +02:00
J.M
a5995a5022 Add HTML5 min= attribute for number inputs 2013-08-18 15:44:09 +02:00
J.M
d1d4f9d87e Add HTML5 required attribute to input fields 2013-08-18 15:42:46 +02:00
J.M
f2f0d66b43 Change more inputs to type=number 2013-08-18 15:41:31 +02:00
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Michal Čihař
2f51f6fa88 Fix indentation 2013-05-02 15:34:22 +02:00
Michal Čihař
3751572ad8 Wrap some long lines 2013-04-26 10:07:53 +02:00
Mohamed Ashraf
75bcf1fc62 moved the method PMA_getHtmlForDisplayIndexes to the index.lib.php file 2013-03-21 14:35:22 +02:00