Commit Graph

105489 Commits

Author SHA1 Message Date
Isaac Bennetch
a0df0f15c1 Merge remote-tracking branch 'upstream/master' 2016-03-01 14:28:50 -05:00
Michal Čihař
b71aeefa3a Disable sending referer
We don't use it and this can help us get rid of url.php once the browser
support is good enough (as usual, there is no support in IE and broken
support in Edge right now).

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-01 16:09:51 +01:00
Michal Čihař
b856502d64 Prefer phpseclib if avaible
It does better decisions about which backend to use than simply using
openssl.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-01 15:49:05 +01:00
Michal Čihař
380deb4f39 Share code for generating token
There is no need to have two copies of that.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-01 15:47:20 +01:00
Michal Čihař
4efb1c8a59 Merge branch 'QA_4_6' 2016-03-01 15:43:28 +01:00
Michal Čihař
9eee3353a6 Merge branch 'QA_4_5' into QA_4_6 2016-03-01 15:43:18 +01:00
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
Isaac Bennetch
9f07c1c8ba Merge branch 'QA_4_6' 2016-03-01 09:30:43 -05:00
Isaac Bennetch
ebaeaf9a5b 4.5.5.1 release date in ChangeLog
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2016-03-01 09:30:30 -05: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
Isaac Bennetch
51a0d2f25a 4.5.5.1 release
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2016-02-29 08:45:21 -05: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ř
3c583b86d4 Merge branch 'MAINT_4_5_5' into MAINT_4_5_5-security 2016-02-29 12:13:02 +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