Commit Graph

102200 Commits

Author SHA1 Message Date
Hugues Peccatte
5bc3a665fa Fix unit tests.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-29 23:17:11 +02:00
Hugues Peccatte
747a174257 Add missing namespaces.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-29 23:17:00 +02:00
Hugues Peccatte
f54bbe7a70 Remove classes require_once.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-29 23:02:10 +02:00
Hugues Peccatte
475e5f9fae Rename classes files.
Rename classes.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-29 22:44:33 +02:00
Hugues Peccatte
567a628947 Rename classes files.
Rename classes.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-29 22:29:21 +02:00
Hugues Peccatte
90b234220d Attempt to fix unit tests.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-29 21:45:48 +02:00
Hugues Peccatte
cd30684589 Skip test.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-29 21:26:52 +02:00
Hugues Peccatte
f3793afb83 Attempt to fix unit tests.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-29 20:32:55 +02:00
Hugues Peccatte
8397d8069a Skip test.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-29 20:12:48 +02:00
Hugues Peccatte
760b6c8c77 Merge branch 'useNamespaces_master' of https://github.com/tithugues/phpmyadmin into useNamespaces_master 2015-08-29 16:27:46 +02:00
Hugues Peccatte
ce395fdab3 Fix merge.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-29 16:27:21 +02:00
Hugues Peccatte
2fe6ff4655 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-08-29 16:27:21 +02:00
Hugues Peccatte
f05beef761 Fix merge.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-29 16:21:15 +02:00
Marc Delisle
5817df125c Fix type declaration
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-08-29 09:39:27 -04:00
Marc Delisle
8b09b1be81 Merge branch 'QA_4_5' 2015-08-29 07:36:42 -04:00
monojp
6b75c5a43d Fix irregular length (different from the inputs) of select element on login form
Signed-off-by: Martin Herndl <martin.herndl@world4you.com>

Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-08-29 07:33:56 -04:00
monojp
de3e32fe27 Avoid caching theme sprites CSS across phpMyAdmin versions analogue to cd76cb6acc
Signed-off-by: Martin Herndl <martin.herndl@world4you.com>

Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-08-29 07:33:20 -04:00
Marc Delisle
2192acf343 Merge pull request #11440 from monojp/w4y-patches
login form style fix, sprites css caching fix and extended security-related HTTP headers
2015-08-29 07:31:50 -04:00
Madhura Jayaratne
2a5a3784ed Merge branch 'QA_4_5' 2015-08-29 17:25:48 +10:00
Madhura Jayaratne
ab00a2af65 Add missing 'sql_create_database' to setup and user preferences. Organize export relation options
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-29 17:24:30 +10:00
Madhura Jayaratne
6362e031c9 ChangeLog entry for issue #11436
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-29 17:03:20 +10:00
Hugues Peccatte
bb7786ee6b 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-08-28 23:44:37 +02:00
Marc Delisle
f42f9021ae Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-08-28 16:23:55 -04:00
Marc Delisle
0347149d18 Merge branch 'QA_4_5' 2015-08-28 08:20:22 -04:00
Marc Delisle
c6a3671e6c Fixes #11434 Class 'SqlParser\Lexer' not found
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-08-28 08:19:40 -04:00
Madhura Jayaratne
1f7b0903f8 Merge branch 'QA_4_5' 2015-08-28 20:32:56 +10:00
Madhura Jayaratne
0753fb86d0 Merge pull request #11441 from madhuracj/issue11436
Fix #11436 CREATE DATABASE should be enabled by default on server exports
2015-08-28 20:30:20 +10:00
Weblate
b90912f5f2 Merge remote-tracking branch 'origin/master' 2015-08-28 11:46:55 +02:00
Amir Hamzah
097c97af5a Translated using Weblate (Malay)
Currently translated at 10.7% (344 of 3207 strings)

[CI skip]
2015-08-28 11:46:50 +02:00
Madhura Jayaratne
822ff85ff7 Merge branch 'QA_4_5' 2015-08-28 19:46:37 +10:00
Weblate
c545f5d3ee Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5 2015-08-28 11:44:46 +02:00
Amir Hamzah
ec1632b45e Translated using Weblate (Malay)
Currently translated at 10.7% (344 of 3207 strings)

[CI skip]
2015-08-28 11:44:45 +02:00
Madhura Jayaratne
2c4ef3888d Fix bug - Do not export sys database when exporting server
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-28 19:44:33 +10:00
Madhura Jayaratne
154d62d27d Fix #11436 CREATE DATABASE should be enabled by default on server exports
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-28 18:52:37 +10:00
diprofinfiniti
ee9c505175 Translated using Weblate (Malay)
Currently translated at 10.7% (344 of 3207 strings)

[CI skip]
2015-08-28 06:06:51 +02:00
diprofinfiniti
a3d0f5fdd9 Translated using Weblate (Malay)
Currently translated at 10.7% (344 of 3207 strings)

[CI skip]
2015-08-28 06:06:41 +02:00
Marc Delisle
8e3f821eba Remove dead code
Initialize array

Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-08-27 15:19:47 -04:00
Marc Delisle
c76e7c8c46 Remove unused code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-08-27 15:13:58 -04:00
Marc Delisle
571f50ea65 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2015-08-27 12:59:24 -04:00
Marc Delisle
12c28e09a9 Merge commit 'd5ee22f' 2015-08-27 12:59:14 -04:00
Weblate
ec717c5b90 Merge remote-tracking branch 'origin/master' 2015-08-27 18:59:06 +02:00
Ann + J.M
a16e0bae7b Translated using Weblate (German)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2015-08-27 18:59:02 +02:00
Marc Delisle
a2b9fac8bd Merge commit '2efad57' 2015-08-27 12:58:23 -04:00
Marc Delisle
0d67cfeda5 Merge commit 'e6c5193' 2015-08-27 12:58:10 -04:00
Weblate
d5ee22fae2 Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5 2015-08-27 18:57:06 +02:00
Ann + J.M
c747a5275d Translated using Weblate (German)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2015-08-27 18:57:04 +02:00
Chien Wei Lin
e6e6c9b4aa Translated using Weblate (Chinese (Taiwan))
Currently translated at 99.8% (3201 of 3207 strings)

[CI skip]
2015-08-27 18:57:03 +02:00
Xavier Navarro
2aa91da197 Translated using Weblate (Catalan)
Currently translated at 98.2% (3151 of 3207 strings)

[CI skip]
2015-08-27 18:57:01 +02:00
Luis Garcia
2efad579ec Improve wording
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-08-27 12:56:48 -04:00
Phillip Rohmberger
9473b97b2e Translated using Weblate (German)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2015-08-27 17:48:27 +02:00