Commit Graph

105479 Commits

Author SHA1 Message Date
Michal Čihař
eb536f2c76 Merge branch 'QA_4_6' 2016-03-01 15:41:36 +01:00
Michal Čihař
12bf06e016 Add changelog for issue #12055
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-01 15:41:19 +01:00
Michal Čihař
4dce6ec2db Merge branch 'QA_4_6' 2016-03-01 15:39:45 +01:00
Michal Čihař
02aa0729dc Make PMA_fatalError work even early
The messaging framework can not make assumptions about available objects
as this doesn't have to be satisfied in early PMA_fatalError case.

Issue #12056

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-01 15:36:05 +01:00
Michal Čihař
a6b3a9ce51 Fix error when we can not generate random string
Fixes #12056

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-01 15:35:53 +01:00
Michal Čihař
faa1229ed7 Merge branch 'QA_4_6' 2016-03-01 08:07:27 +01:00
Michal Čihař
8eee22be3a Lint templates as well
This will help us spotting syntax errors even in files which are not
covered by tests.

Fixes #12055

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-01 08:06:48 +01:00
Michal Čihař
35becb00ee Fix duplicate function call
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-01 08:06:06 +01:00
Michal Čihař
85972d3529 Merge branch 'QA_4_6' 2016-03-01 08:01:06 +01:00
Michal Čihař
ed5a8307c7 Fix wrong merge
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-01 08:00:54 +01:00
Michal Čihař
4e5b08e26c Fix errors introduced by wrongly merging
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-01 07:55:46 +01:00
Weblate
a7a475b67c Merge remote-tracking branch 'origin/master' 2016-03-01 07:46:24 +01:00
Kenzo Martins Matuzawa
27e68b1cf1 Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.0% (2954 of 3208 strings)

[CI skip]
2016-03-01 07:46:23 +01:00
Michal Čihař
9a656ad21f Merge remote-tracking branch 'origin/QA_4_6' 2016-03-01 07:46:10 +01:00
Michal Čihař
2c256da5e8 Merge commit '73fd0dc2a8f5471c717a887aae22bde97bc5498f' 2016-03-01 07:45:58 +01:00
Weblate
d280e53aaa Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6 2016-02-29 21:36:45 +01:00
Kenzo Martins Matuzawa
8563303004 Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.2% (2963 of 3211 strings)

[CI skip]
2016-02-29 21:36:44 +01:00
Atul Pratap Singh
39fd5888be Merge pull request #12050 from 007durgesh219/Issue#12049
Fix Enable statistics link is not displaying correctly, Issue #12049
2016-02-29 21:29:06 +05:30
Isaac Bennetch
73fd0dc2a8 4.6.0-rc1 pre-release
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2016-02-29 08:56:32 -05:00
Michal Čihař
ed17d3c450 Merge branch 'QA_4_6' into QA_4_6-security 2016-02-29 19:06:23 +01:00
Durgesh
e0f4128d76 Fix Enable statistics link is not displaying correctly, Issue #12049
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-02-29 17:41:42 +05:30
Michal Čihař
317eb54abd Silent errors from git cat-file
There doesn't seem to be better way to check for existence of file in
branch, so let's just ignore the errors from it.

Fixes #12015

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-29 13:09:25 +01:00
Michal Čihař
d5650a757a Merge branch 'QA_4_6' 2016-02-29 12:14:12 +01:00
Michal Čihař
2ebabd11fd Merge branch 'QA_4_5' into QA_4_6 2016-02-29 12:13:45 +01:00
Michal Čihař
88e0944cfd Honor vendor configuration for gettext inclusion
Fixes #12048

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-29 12:12:34 +01:00
Michal Čihař
805cede33e Update sprites for new icons (see #12032)
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-29 11:52:56 +01:00
Michal Čihař
c5934574f2 Fix tests after #12032
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-29 11:51:24 +01:00
Michal Čihař
238a87903b Merge remote-tracking branch 'origin/pull/12032' 2016-02-29 11:49:55 +01:00
Michal Čihař
e0709eea56 Merge pull request #12044 from nisargjhaveri/patch-1
Fix example in `test/README.rst`
2016-02-29 11:42:03 +01:00
Michal Čihař
a29f154f37 Merge branch 'MAINT_4_5_5-security' into QA_4_6-security 2016-02-29 10:35:47 +01:00
Michal Čihař
2925d6468b Merge pull request #29 from phpmyadmin/escape
A better way of escaping
2016-02-29 10:32:56 +01:00
Atul Pratap Singh
027d5d963a Merge pull request #12022 from 007durgesh219/Issue#12007
Templating Console.php, Issue#12007
2016-02-29 12:50:59 +05:30
Durgesh
3c56e4b9af Templating Console.php, Issue #12007
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-02-29 12:24:02 +05:30
Atul Pratap Singh
4d09f855bb Rename some templates, formatting changes
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2016-02-29 12:03:47 +05:30
Atul Pratap Singh
386cbc8f6c Merge pull request #12009 from poush/fix_#12005
Templating toggleButton() and getDivForSliderEffect() (Fix #12005)
2016-02-29 10:21:45 +05:30
Madhura Jayaratne
41c4e0214c Fix XSS in zoom search
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-02-29 12:26:44 +11:00
Madhura Jayaratne
4650ad7fbd A better way of escaping
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-02-29 12:14:46 +11:00
Madhura Jayaratne
cc55f44a4a Fix XSS in Central columns page
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-02-29 11:12:07 +11:00
Madhura Jayaratne
ab1283e836 Fix XSS in User accounts page
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-02-29 11:08:38 +11:00
Nisarg Jhaveri
bf6349212f Fix example in test/README.rst
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2016-02-28 17:30:01 +05:30
Madhura Jayaratne
bcd4ce8cba Fix XSS in normalization.js
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-02-27 09:56:12 +11:00
Madhura Jayaratne
d799a9a997 Merge branch 'QA_4_6' 2016-02-26 13:28:43 +11:00
Weblate
19c7a069c7 Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6 2016-02-26 03:28:05 +01:00
Ray Santos
19308231b3 Translated using Weblate (Portuguese (Brazil))
Currently translated at 92.2% (2962 of 3211 strings)

[CI skip]
2016-02-26 03:28:05 +01:00
Andre Evertz
f825abc8a7 Fix for wrong mysql_upgrade message on Users tab with Percona Server >= 5.7
Signed-off-by: Andre Evertz <andre.evertz@devil-coding.de>
2016-02-26 13:26:35 +11:00
Weblate
78be1555c0 Merge remote-tracking branch 'origin/master' 2016-02-26 03:21:47 +01:00
Ray Santos
7adf86472e Translated using Weblate (Portuguese (Brazil))
Currently translated at 91.8% (2953 of 3214 strings)

[CI skip]
2016-02-26 03:21:46 +01:00
Madhura Jayaratne
4fb120f78d Merge pull request #12036 from KeldorDE/percona_server
Fix for wrong mysql_upgrade message on Users tab with Percona Server 5.7
2016-02-26 13:21:40 +11:00
Andre Evertz
10e9a91c12 Fix for wrong mysql_upgrade message on Users tab with Percona Server >= 5.7
Signed-off-by: Andre Evertz <andre.evertz@devil-coding.de>
2016-02-25 23:35:11 +01:00
Chintan Zaveri
6735f33297 Icons added and code changed to display icons
Signed-off-by: Chintan Zaveri <zaveri_chintan@rediff.com>

icons added:wq
2016-02-25 18:56:24 +05:30