Michal Čihař
1c2ca25aed
Merge pull request #13464 from WeeRox/master
...
Refactor ZipExtension and ZipFile to use ZipArchive
2017-07-10 11:30:05 +03:00
Aron Bergman
dd73e321e3
Refractor ZipExtension to use ZipArchive
...
ZipExtension is now using ZipArchive instead of zip_* functions.
Replaced getError with ZipArchive::getStatusString.
The documentation for the file has been refractored.
ZipExtension now includes ZipFile functionality, and thus ZipFile is removed.
See issue #13365
Signed-off-by: Aron Bergman <bathingrad@gmail.com>
2017-07-10 09:39:37 +02:00
Weblate
9d2faf01a3
Merge remote-tracking branch 'origin/master'
2017-07-09 20:47:14 +02:00
test
f3be778624
Translated using Weblate (Croatian)
...
Currently translated at 27.4% (883 of 3211 strings)
[CI skip]
2017-07-09 20:47:09 +02:00
Maurício Meneghini Fauth
491de7ee06
Merge pull request #13463 from mauriciofauth/classes
...
Move config classes to PhpMyAdmin namespace
2017-07-09 15:47:00 -03:00
Maurício Meneghini Fauth
5e7f6a1bab
Move config classes to PhpMyAdmin namespace
...
- Move ConfigFile to PhpMyAdmin namespace
- Move FormDisplay to PhpMyAdmin namespace
- Move Form to PhpMyAdmin namespace
- Move PageSettings to PhpMyAdmin namespace
- Move ServerConfigChecks to PhpMyAdmin namespace
- Move Validator to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-09 15:16:37 -03:00
Michal Čihař
87e1cd0877
Merge branch 'QA_4_7'
2017-07-09 11:18:59 +02:00
Michal Čihař
36ea981bdd
Fix format string
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-09 11:18:55 +02:00
Michal Čihař
32a8fd2448
Merge branch 'QA_4_7'
2017-07-09 11:16:11 +02:00
Michal Čihař
ee1ce07970
Fixed version check when not connected to a database
...
Fixes #13437
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-09 11:15:47 +02:00
Michal Čihař
10b04f175a
Fix website URL
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-09 11:14:05 +02:00
Michal Čihař
f563880af4
Merge branch 'QA_4_7'
2017-07-09 10:51:26 +02:00
Michal Čihař
d4268d20ac
Merge remote-tracking branch 'origin/QA_4_7'
2017-07-09 10:50:37 +02:00
Michal Čihař
a4ec378179
Move spacing around buttons to Util::getMessage
...
We really do not want to add spacing around all buttons, just the ones
in the SQL message.
Fixes #13445
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-09 10:50:22 +02:00
Maurício Meneghini Fauth
b2ad33ca47
Merge pull request #13454 from mauriciofauth/classes
...
Move classes to PhpMyAdmin namespace
2017-07-08 11:20:50 -03:00
Maurício Meneghini Fauth
ca910e8de8
Move classes to PhpMyAdmin namespace
...
- Move Table to PhpMyAdmin namespace
- Move Template to PhpMyAdmin namespace
- Move ThemeManager to PhpMyAdmin namespace
- Move Theme to PhpMyAdmin namespace
- Move Tracker to PhpMyAdmin namespace
- Move Transformations to PhpMyAdmin namespace
- Move TypesMySQL to PhpMyAdmin namespace
- Move Types to PhpMyAdmin namespace
- Move Util to PhpMyAdmin namespace
- Move VersionInformation to PhpMyAdmin namespace
- Move Url to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-08 10:54:21 -03:00
Weblate
6e71574e9c
Merge remote-tracking branch 'origin/master'
2017-07-08 12:51:16 +02:00
yagoub fadel
5f02c8f8d3
Translated using Weblate (Arabic)
...
Currently translated at 49.3% (1584 of 3211 strings)
[CI skip]
2017-07-08 12:51:09 +02:00
Madhura Jayaratne
a6e0a69cd0
Merge branch 'QA_4_7'
2017-07-08 20:50:43 +10:00
Weblate
67b0180ba9
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-07-08 12:48:15 +02:00
zhangmiao
57fc8e8cf7
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 85.8% (2751 of 3203 strings)
[CI skip]
2017-07-08 12:48:12 +02:00
yagoub fadel
b9314f1d80
Translated using Weblate (Arabic)
...
Currently translated at 49.3% (1581 of 3203 strings)
[CI skip]
2017-07-08 12:48:11 +02:00
Madhura Jayaratne
d8f11a84a4
Fix #13447 Large multi-line query removes Export operation and blanks query box options
...
This is not a guaranteed method of detecting image upload into a BLOB field
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2017-07-08 20:47:45 +10:00
Weblate
23882a4516
Merge remote-tracking branch 'origin/master'
2017-07-07 16:54:24 +02:00
Rokar Ali
a51c5db6bf
Translated using Weblate (Kurdish)
...
Currently translated at 0.5% (19 of 3211 strings)
[CI skip]
2017-07-07 16:54:22 +02:00
zhangmiao
3375fa631d
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 85.4% (2745 of 3211 strings)
[CI skip]
2017-07-07 16:54:20 +02:00
yagoub fadel
15dcdf90dd
Translated using Weblate (Arabic)
...
Currently translated at 48.3% (1552 of 3211 strings)
[CI skip]
2017-07-07 16:54:16 +02:00
Maurício Meneghini Fauth
87a211faa2
Merge pull request #13451 from mauriciofauth/classes
...
Move classes to PhpMyAdmin namespace
2017-07-07 11:54:07 -03:00
Maurício Meneghini Fauth
8f943ae1c0
Move classes to PhpMyAdmin namespace
...
- Move Sanitize to PhpMyAdmin namespace
- Move SavedSearches to PhpMyAdmin namespace
- Move Scripts to PhpMyAdmin namespace
- Move ServerStatusData to PhpMyAdmin namespace
- Move Sql to PhpMyAdmin namespace
- Move StorageEngine to PhpMyAdmin namespace
- Move SubPartition to PhpMyAdmin namespace
- Move SysInfoLinux to PhpMyAdmin namespace
- Move SysInfoSunOS to PhpMyAdmin namespace
- Move SysInfoWINNT to PhpMyAdmin namespace
- Move SysInfo to PhpMyAdmin namespace
- Move SystemDatabase to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-07 01:46:08 -03:00
Paul Polidoro
0445c3101d
Translated using Weblate (Kurdish)
...
Currently translated at 0.1% (2 of 3211 strings)
[CI skip]
2017-07-06 21:33:21 +02:00
Michal Čihař
167d009b04
Translated using Weblate (Kurdish)
...
Currently translated at 0.1% (1 of 3211 strings)
[CI skip]
2017-07-05 20:06:28 +02:00
Michal Čihař
f24c76915c
Merge remote-tracking branch 'origin/QA_4_7'
2017-07-05 20:02:39 +02:00
Michal Čihař
a0bb045ec6
Add Kurdish translation
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-05 19:59:04 +02:00
Michal Čihař
6b05ca44d6
Translated using Weblate (Arabic)
...
Currently translated at 48.3% (1551 of 3211 strings)
[CI skip]
2017-07-05 08:22:10 +02:00
Michal Čihař
4f16801f04
Translated using Weblate (Arabic)
...
Currently translated at 48.3% (1548 of 3203 strings)
[CI skip]
2017-07-05 08:22:05 +02:00
yagoub fadel
cb84500c1d
Translated using Weblate (Arabic)
...
Currently translated at 48.3% (1548 of 3203 strings)
[CI skip]
2017-07-05 08:14:35 +02:00
yagoub fadel
025488f4e4
Translated using Weblate (Arabic)
...
Currently translated at 48.2% (1550 of 3211 strings)
[CI skip]
2017-07-05 08:14:29 +02:00
Weblate
3acb82db6e
Merge remote-tracking branch 'origin/master'
2017-07-04 18:05:14 +02:00
yagoub fadel
746676b5bc
Translated using Weblate (Arabic)
...
Currently translated at 45.8% (1473 of 3211 strings)
[CI skip]
2017-07-04 18:05:06 +02:00
Maurício Meneghini Fauth
ffcb954aeb
Merge pull request #13443 from mauriciofauth/issue/13441
...
Fix class not found
2017-07-04 13:04:49 -03:00
Maurício Meneghini Fauth
75ec1381cf
Fix class not found
...
Fix #13441
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-04 12:46:21 -03:00
Володимир Бриняк
b92a328e7f
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3203 of 3203 strings)
[CI skip]
2017-07-04 15:48:25 +02:00
Володимир Бриняк
f6656e58ea
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3211 of 3211 strings)
[CI skip]
2017-07-02 13:53:09 +02:00
Maurício Meneghini Fauth
6d6787d54e
Merge pull request #13433 from mauriciofauth/classes
...
Move classes to PhpMyAdmin namespace
2017-07-01 11:07:39 -03:00
Maurício Meneghini Fauth
42bfa9c42d
Move classes to PhpMyAdmin namespace
...
- Move ZipExtension to PhpMyAdmin namespace
- Move ZipFile to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-01 10:49:53 -03:00
Madhura Jayaratne
94b34d8eec
Fix another instance of broken URL
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2017-07-01 21:33:14 +10:00
Madhura Jayaratne
d781ce309e
Fix #13429 "Check privileges" link broken
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2017-07-01 21:20:25 +10:00
Michal Čihař
df35778bf5
Translated using Weblate (Arabic)
...
Currently translated at 41.3% (1327 of 3211 strings)
[CI skip]
2017-07-01 09:21:44 +02:00
Michal Čihař
3fd0bffe66
Translated using Weblate (Arabic)
...
Currently translated at 41.6% (1334 of 3203 strings)
[CI skip]
2017-07-01 09:21:36 +02:00
Weblate
432726a920
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-07-01 09:20:43 +02:00