Commit Graph

109775 Commits

Author SHA1 Message Date
Michal Čihař
0c1589920e Merge pull request #13341 from mauriciofauth/sql-lib
Refactor the sql functions into static methods
2017-06-02 17:25:24 +02:00
Michal Čihař
87fd00915a Remove composer.lock after tagging release
We really want this file only on tags and not elsewhere.

Fixes #13346

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-02 09:53:05 +02:00
Michal Čihař
c4380018a7 Avoid .gitignore modification when commiting composer.lock
With --force we can add files which would be ignored.

Issue #13346

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-02 09:51:36 +02:00
Michal Čihař
bbf5ca9156 Merge branch 'QA_4_7' 2017-06-02 09:50:57 +02:00
Michal Čihař
695464de8a Ignore composer.lock from git
Issue #13346

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-02 09:50:47 +02:00
Michal Čihař
b2ddd0c14a Merge branch 'QA_4_7' 2017-06-02 09:35:40 +02:00
Michal Čihař
9748c35b76 Merge remote-tracking branch 'origin/QA_4_7' 2017-06-02 09:35:38 +02:00
Michal Čihař
d2240cd8f2 Fix phpseclib method invocation
Apparently this has been broken for quite some time on PHP 5 and nobody
noticed.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-02 09:35:24 +02:00
Michal Čihař
e23d174942 Specify -e parameter to sed
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-02 09:34:53 +02:00
Viktar Vauchkevich
1512bd3f15 Translated using Weblate (Belarusian)
Currently translated at 56.9% (1820 of 3198 strings)

[CI skip]
2017-06-02 09:34:37 +02:00
Weblate
a12a41e73a Merge remote-tracking branch 'origin/master' 2017-06-02 04:42:21 +02:00
Viktar Vauchkevich
c90557234b Translated using Weblate (Belarusian)
Currently translated at 56.9% (1826 of 3207 strings)

[CI skip]
2017-06-02 04:42:16 +02:00
Isaac Bennetch
a9626ecd31 Slight improvement to phrasing
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2017-06-01 22:39:39 -04:00
Maurício Meneghini Fauth
7fd6718e83 Merge branch 'master' into sql-lib
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-01 11:12:59 -03:00
Michal Čihař
69e50a8886 Merge pull request #13329 from karlvaniseghem/twig-auto-escape
Removed &nbsp;&nbsp;
2017-06-01 15:38:28 +02:00
Michal Čihař
2c51cb4271 Document how to customize themes in Docker image
Fixes https://github.com/phpmyadmin/docker/issues/37

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-01 15:30:15 +02:00
Michal Čihař
0893c067a7 Merge branch 'QA_4_7' 2017-06-01 15:18:39 +02:00
Michal Čihař
e10a7fd5d4 Increase memory limit for OSX tests
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-01 15:18:26 +02:00
Michal Čihař
90a6678500 Merge branch 'QA_4_7' 2017-06-01 15:16:16 +02:00
Michal Čihař
371a2433a5 Remove tests on ancient hhvm
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-01 15:15:59 +02:00
Michal Čihař
beaaed511e Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2017-06-01 14:53:13 +02:00
Michal Čihař
ad7b9eee59 Ignore twig templates
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-01 14:46:50 +02:00
Michal Čihař
a3293b12a3 Merge pull request #13284 from udan11/fix_13269
Small refactoring in preparation to CSP.
2017-06-01 14:43:17 +02:00
Michal Čihař
8aa4ca5985 Merge branch 'QA_4_7' 2017-06-01 14:42:35 +02:00
Michal Čihař
073a26b0da Use Util::generateRandom for generating CSRF token
- We reuse existing code for that.
- The token string is now shorter as it can contain any ASCII char,
  compared to hex digits previously.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-01 14:40:26 +02:00
Weblate
e7a6eadcee Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7 2017-06-01 14:36:05 +02:00
Володимир Бриняк
54c5a80263 Translated using Weblate (Ukrainian)
Currently translated at 99.9% (3197 of 3198 strings)

[CI skip]
2017-06-01 14:36:04 +02:00
davipatury
edfa111b9e Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.4% (2958 of 3198 strings)

[CI skip]
2017-06-01 14:36:03 +02:00
Rajat Sharma
b18323b210 Translated using Weblate (Hindi)
Currently translated at 36.8% (1178 of 3198 strings)

[CI skip]
2017-06-01 14:36:02 +02:00
Viktar Vauchkevich
790283cccc Translated using Weblate (Belarusian)
Currently translated at 55.9% (1790 of 3198 strings)

[CI skip]
2017-06-01 14:36:00 +02:00
Michal Čihař
71c3f9f7c1 Fix check for phpseclib presence
The check here was reversed compared to other locations.

Fixes #13308

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-01 14:33:03 +02:00
Michal Čihař
3eb07713fe Merge branch 'QA_4_7' 2017-06-01 14:32:01 +02:00
Michal Čihař
a09ce3c76d Merge commit 'd09bba5bb6b10ca90c366851e45dec2480791f5d' 2017-06-01 14:31:54 +02:00
Michal Čihař
82933cc68d Merge commit 'a39992be43780f2a58709da56e5d41b666b8aa3b' 2017-06-01 14:31:26 +02:00
Michal Čihař
aa18cf7c90 Remove composer lock from branch
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-01 14:30:14 +02:00
Michal Čihař
a586c8ca4f Ensure we reset locales back to English after running tests
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-01 14:29:08 +02:00
Michal Čihař
b368c38357 Move random string generation to separate method
It's better to reuse the code in more locations.

See #13308

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-01 14:28:26 +02:00
Michal Čihař
6b18dfa588 Improve secret generation
Strip highest bit so that we can use more generated bytes in the ASCII
password.

See #13308

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-01 14:12:57 +02:00
Michal Čihař
a07ee72499 Merge pull request #13333 from mauriciofauth/templates
Port some templates to Twig
2017-06-01 14:00:04 +02:00
Weblate
8fa57d23ff Merge remote-tracking branch 'origin/master' 2017-06-01 13:58:21 +02:00
Володимир Бриняк
bff42f0338 Translated using Weblate (Ukrainian)
Currently translated at 99.9% (3206 of 3207 strings)

[CI skip]
2017-06-01 13:58:20 +02:00
davipatury
d1b28bd1f3 Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.0% (2951 of 3207 strings)

[CI skip]
2017-06-01 13:58:19 +02:00
Rajat Sharma
ad2f03b9cd Translated using Weblate (Hindi)
Currently translated at 36.6% (1174 of 3207 strings)

[CI skip]
2017-06-01 13:58:18 +02:00
Viktar Vauchkevich
e5b1449935 Translated using Weblate (Belarusian)
Currently translated at 56.0% (1796 of 3207 strings)

[CI skip]
2017-06-01 13:58:15 +02:00
Michal Čihař
cf471a0f49 Merge pull request #13340 from mauriciofauth/transformations-lib
Refactor the transformations functions into static methods
2017-06-01 13:58:06 +02:00
Maurício Meneghini Fauth
2124311e38 Refactor the sql functions into static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-05-31 19:46:06 -03:00
Maurício Meneghini Fauth
64b1b79933 Refactor the transformations into static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-05-31 16:36:09 -03:00
Michal Čihař
d09bba5bb6 Translated using Weblate (Punjabi)
Currently translated at 2.5% (81 of 3198 strings)

[CI skip]
2017-05-31 17:16:34 +02:00
Michal Čihař
572c4b7a3d Translated using Weblate (Punjabi)
Currently translated at 2.5% (81 of 3207 strings)

[CI skip]
2017-05-31 17:16:19 +02:00
Maurício Meneghini Fauth
093ed72698 Port some templates to Twig
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-05-30 22:33:25 -03:00