Commit Graph

112168 Commits

Author SHA1 Message Date
Michal Čihař
e7eaea8c86 Adjust browsing distinct values to use POST
Issue #13866

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-15 12:15:10 +01:00
Michal Čihař
6ee2f12841 Adjust adding table key operations to use POST
Issue #13866

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-15 12:14:31 +01:00
Michal Čihař
8332861d62 Adjust table drop operation to use POST
Issue #13866

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-15 11:52:38 +01:00
Michal Čihař
ff20564ef0 Adjust table truncate operation to use POST
Issue #13866

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-15 11:51:18 +01:00
Michal Čihař
f059baa2ec Handle data-post with leading ?
This makes it easier to convert existing code.

Issue #13866

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-15 11:43:17 +01:00
Michal Čihař
0b5b287049 Merge branch 'QA_4_7' 2017-12-15 11:10:00 +01:00
Michal Čihař
39b8020857 Fixed displaying of formatted numeric values for some locales
The code was wrongly assuming that . is always decimal separator, what
it is not and can be even thousands separator.

Fixes #13865

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-15 11:05:54 +01:00
Michal Čihař
11d236b2ea Merge branch 'QA_4_7' 2017-12-15 09:49:25 +01:00
Michal Čihař
26b928904f Merge remote-tracking branch 'origin/QA_4_7' 2017-12-15 09:49:21 +01:00
Michal Čihař
dc0e9a5c45 Restore worktree for composer.lock removal on release
The worktree is previously cleaned up, so it can't be reused.

Fixes #13613

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-15 09:48:21 +01:00
Michal Čihař
ff18aa1f25 Do not activate virtualenv on OSX builds
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-15 09:42:35 +01:00
Michal Čihař
379811702e Fix test expectations to match current code
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-15 08:50:26 +01:00
Michal Čihař
7a83d83309
Merge pull request #13868 from carusogabriel/clean-elses
Clean elses
2017-12-15 08:41:50 +01:00
Michal Čihař
c162a75b9b Improve javascript loading
- jquery-ui-timepicker-addon.js is loaded in Header, no need to load it
  elsewhere
- jquery.validate.js is needed on way to many pages to benefit of
  loading only on some of them

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-15 08:36:23 +01:00
Michal Čihař
4845ee68c8 Remove compatibility AJAX code
We now submit all forms by POST, there should be no reason for something
else.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-15 08:30:49 +01:00
Gabriel Caruso
a8bd364e02 Clean elses
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
2017-12-14 22:02:17 -02:00
Michal Čihař
dfbbff0e69 Always activate virtualenv
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-14 13:47:18 +01:00
Michal Čihař
7d51982072 Install packages in virtualenv
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-14 13:13:15 +01:00
Michal Čihař
75bd706565 Use python image to build docs
It is using python anyway, so make it simple

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-14 12:55:31 +01:00
Michal Čihař
cfc79ded73 Try to use python 3 for building docs
It has SNI support out of the box without need to handle some deps.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-14 12:49:29 +01:00
Michal Čihař
68c30db684 The SSL setup seems to be fixed here
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-14 11:36:44 +01:00
Michal Čihař
bd476715a9 Install newer requests to add SNI support
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-14 11:32:03 +01:00
Michal Čihař
c0b6ee1e2a Add example for custom servers setup in Docker container
See https://github.com/phpmyadmin/docker/issues/143

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-14 10:56:26 +01:00
Michal Čihař
72f109a99c Accept SQL query only from POST requests
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-14 10:34:45 +01:00
Maurício Meneghini Fauth
72925985e0
Merge pull request #13862 from carusogabriel/phpunit-5
Support PHPUnit 5
2017-12-12 12:06:28 -02:00
Maurício Meneghini Fauth
8be5072fd6
Merge pull request #13863 from carusogabriel/refactoring-tests
Refactoring tests
2017-12-12 10:47:03 -02:00
Gabriel Caruso
d0b3ca5d48 Refactoring tests
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
2017-12-12 06:46:53 -02:00
Gabriel Caruso
930af7ec27 Support PHPUnit 5
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
2017-12-12 06:34:20 -02:00
Maurício Meneghini Fauth
533f3ff6f4
Merge pull request #13859 from mauriciofauth/tracking
Use template for some PhpMyAdmin\Tracking methods
2017-12-10 14:11:51 -02:00
Maurício Meneghini Fauth
1637796ca6 Use template for getHtmlForDataStatements method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-10 13:34:09 -02:00
Maurício Meneghini Fauth
2f84cecdb9 Use template for getHtmlForOneStatement method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-10 11:42:53 -02:00
Maurício Meneghini Fauth
220b94caa0 Use template for getHtmlForSelectableTables method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-10 11:42:53 -02:00
Maurício Meneghini Fauth
5128fd4c29 Use template for getHtmlForDataDefinitionAndManipulationStatements
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-10 11:42:53 -02:00
Maurício Meneghini Fauth
925c2e0863 Use template for getHtmlForColumns method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-10 11:42:53 -02:00
Maurício Meneghini Fauth
d5fedaf4c7 Use template for getHtmlForIndexes method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-10 11:42:53 -02:00
Maurício Meneghini Fauth
09f7fb12d7 Use template for getHtmlForIndex method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-10 11:42:53 -02:00
Maurício Meneghini Fauth
117d2950d8 Remove Tracking::getHtmlForField method
Using template call istead.

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-10 11:42:53 -02:00
Maurício Meneghini Fauth
4f47e9d6cf Use template for getHtmlForField method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-10 11:42:53 -02:00
Maurício Meneghini Fauth
64e36d8746 Use template for getHtmlForActivateDeactivateTracking
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-10 11:42:53 -02:00
Maurício Meneghini Fauth
5733c1302f Refactor Tracking::displayUntrackedTables method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-10 11:42:53 -02:00
Maurício Meneghini Fauth
5fc6631b8f Use template for displayUntrackedTables method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-10 11:42:53 -02:00
Maurício Meneghini Fauth
93726af005 Fix broken link in toggle button
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-10 11:42:53 -02:00
Aleix Sanchis
8b2db0e784 Translated using Weblate (Spanish)
Currently translated at 97.9% (3218 of 3287 strings)

[CI skip]
2017-12-09 21:50:40 +01:00
David Kindl
7f535fd84a Translated using Weblate (Czech)
Currently translated at 92.8% (2979 of 3207 strings)

[CI skip]
2017-12-08 23:45:29 +01:00
Michal Čihař
6f2ffdfafd Translated using Weblate (Czech)
Currently translated at 89.8% (2952 of 3287 strings)

[CI skip]
2017-12-08 23:45:19 +01:00
Jiří Wolker
71af631cc3 Translated using Weblate (Czech)
Currently translated at 92.8% (2977 of 3207 strings)

[CI skip]
2017-12-07 22:55:14 +01:00
Kristjan Räts
1032225fd9 Translated using Weblate (Estonian)
Currently translated at 100.0% (3287 of 3287 strings)

[CI skip]
2017-12-06 21:13:48 +01:00
tmtisfree
d104c7fdd3 Translated using Weblate (French)
Currently translated at 100.0% (3287 of 3287 strings)

[CI skip]
2017-12-06 17:53:48 +01:00
Maurício Meneghini Fauth
4a8bd1cf5c Fix toggle button not showing background image
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-05 15:53:14 -02:00
Maurício Meneghini Fauth
261c39c815 Refactor Tracking::displayTrackedTables
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-12-04 17:35:07 -02:00