Commit Graph

113188 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
76b0f64f21 Fix visibility of the methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-06 18:47:57 -02:00
Maurício Meneghini Fauth
e0b9ff1c00 Replace static methods with instance methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-06 18:47:56 -02:00
David G
de93175fca Translated using Weblate (Chinese (Simplified))
Currently translated at 83.2% (2736 of 3288 strings)

[CI skip]
2018-02-06 10:35:39 +01:00
David G
6a0f0c8508 Translated using Weblate (Chinese (Simplified))
Currently translated at 87.3% (2801 of 3208 strings)

[CI skip]
2018-02-06 10:35:30 +01:00
Zoran Dori
29d92a16a3 Translated using Weblate (Serbian)
Currently translated at 20.6% (679 of 3288 strings)

[CI skip]
2018-02-05 22:41:57 +01:00
Zoran Dori
0ad220549b Translated using Weblate (Serbian)
Currently translated at 21.4% (689 of 3208 strings)

[CI skip]
2018-02-05 22:41:49 +01:00
Maurício Meneghini Fauth
bfa9e222ae
Merge pull request #13966 from mauriciofauth/central-columns
Refactor PhpMyAdmin\CentralColumns class
2018-02-04 17:16:06 -02:00
Maurício Meneghini Fauth
87056ca57c Move DisableIS setting to constructor
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-04 16:37:28 -02:00
Maurício Meneghini Fauth
78b3ac810f Move CharEditing setting to constructor
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-04 16:37:28 -02:00
Maurício Meneghini Fauth
763e161355 Move MaxRows setting to constructor
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-04 16:37:27 -02:00
Maurício Meneghini Fauth
4c661bd1fd Move current server user global to constructor
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-04 16:37:27 -02:00
Maurício Meneghini Fauth
e2a648881c Move DatabaseInterface object to constructor
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-04 16:37:27 -02:00
Maurício Meneghini Fauth
fbab1101c0 Refactor CentralColumnsTest method names
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-04 16:37:27 -02:00
Maurício Meneghini Fauth
e9bc3e0cd5 Fix visibility of the methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-04 16:37:27 -02:00
Maurício Meneghini Fauth
dc2b2d4f6c Replace static methods with instance methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-04 16:37:27 -02:00
scootergrisen
9643743683 Translated using Weblate (Danish)
Currently translated at 98.5% (3241 of 3288 strings)

[CI skip]
2018-02-04 18:36:30 +01:00
scootergrisen
99d2cdc3f9 Translated using Weblate (Danish)
Currently translated at 99.9% (3207 of 3208 strings)

[CI skip]
2018-02-04 18:36:21 +01:00
Cristian Gherman
cd92b51d21 Translated using Weblate (Romanian)
Currently translated at 50.9% (1676 of 3288 strings)

[CI skip]
2018-02-04 11:40:20 +01:00
Cristian Gherman
e34fc46d54 Translated using Weblate (Romanian)
Currently translated at 52.9% (1699 of 3208 strings)

[CI skip]
2018-02-04 11:40:12 +01:00
Michal Čihař
f58470e390 Translated using Weblate (Italian)
Currently translated at 99.7% (3280 of 3288 strings)

[CI skip]
2018-02-01 15:37:56 +01:00
Michal Čihař
9d2bdca4de Translated using Weblate (Italian)
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-02-01 15:37:50 +01:00
Edgaras Janušauskas
2b34ddcd62 Translated using Weblate (Lithuanian)
Currently translated at 39.9% (1314 of 3288 strings)

[CI skip]
2018-02-01 14:38:32 +01:00
Edgaras Janušauskas
ded2fb74ca Translated using Weblate (Lithuanian)
Currently translated at 41.5% (1333 of 3208 strings)

[CI skip]
2018-02-01 14:38:25 +01:00
RD WebDesign
e288b2230c Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-01-31 21:40:00 +01:00
RD WebDesign
f47891546e Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3288 of 3288 strings)

[CI skip]
2018-01-31 21:39:51 +01:00
Saksham Gupta
4027f4fc49 Fixes Colour issue in rows on hover (#13960)
* Fixes Colour issue in rows on hover
Fixes : https://github.com/phpmyadmin/phpmyadmin/issues/13880

Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2018-01-30 13:29:46 -02:00
Madhura Jayaratne
e25b91acfd Escape search string and table names in database search results page
Thanks to Jon Caz 1 for reporting the issue

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2018-01-30 12:36:04 +11:00
Saksham Gupta
439185c612 Fix Row coloring issue@Indexes (#13877)
Fix #13090

* Fix Row coloring issue@Indexes
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090
* Update Index.php
* Update Index.php
* Update common.css.php
* Fix Row Colouring Issue
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090
* Fix Row Colouring Issue @ Indexes
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090
* Fix Row Colouring Issue [Original Theme]
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/13090
* Refactor code
* Fix Row coloring issue@Indexes
* Body wrap
* Fix Keyname Column and colour inversion

Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2018-01-29 14:43:47 -02:00
Володимир Бриняк
7278e72812 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3288 of 3288 strings)

[CI skip]
2018-01-29 17:42:09 +01:00
Володимир Бриняк
4f294a6b24 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3288 of 3288 strings)

[CI skip]
2018-01-28 17:12:55 +01:00
Maurício Meneghini Fauth
8e8956c0ef Fix InsertEditTest broken tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-01-28 01:13:01 -02:00
Maurício Meneghini Fauth
0db0ba0c55 Use template for getContinueInsertionForm method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-01-27 22:52:43 -02:00
Maurício Meneghini Fauth
05da8a4cea
Merge pull request #13876 from shucon/custom_row
Allow Custom number of rows to be inserted

Fix #13578
2018-01-27 15:46:06 -02:00
Edgars Sūnākslis
43c9b80ca4 Translated using Weblate (Latvian)
Currently translated at 17.8% (573 of 3208 strings)

[CI skip]
2018-01-27 00:39:03 +01:00
Edgars Sūnākslis
91d477ff65 Translated using Weblate (Latvian)
Currently translated at 17.2% (567 of 3288 strings)

[CI skip]
2018-01-27 00:38:56 +01:00
Kristjan Räts
f63bc16bbf Translated using Weblate (Estonian)
Currently translated at 100.0% (3288 of 3288 strings)

[CI skip]
2018-01-26 17:40:39 +01:00
Kristjan Räts
89abca4caa Translated using Weblate (Estonian)
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-01-26 17:28:56 +01:00
Burak Yavuz
0d9e9b0610 Translated using Weblate (Turkish)
Currently translated at 100.0% (3288 of 3288 strings)

[CI skip]
2018-01-26 10:42:53 +01:00
Vangelis Skarmoutsos
131a37d4aa Translated using Weblate (Greek)
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-01-25 14:37:47 +01:00
Vangelis Skarmoutsos
445435e776 Translated using Weblate (Greek)
Currently translated at 99.8% (3283 of 3288 strings)

[CI skip]
2018-01-25 14:37:38 +01:00
ButterflyOfFire
f216c00634 Translated using Weblate (French)
Currently translated at 99.9% (3207 of 3208 strings)

[CI skip]
2018-01-25 02:46:26 +01:00
ButterflyOfFire
14a0b596c7 Translated using Weblate (French)
Currently translated at 99.7% (3280 of 3288 strings)

[CI skip]
2018-01-25 02:46:16 +01:00
dingo thirteen
eaf7bf1956 Translated using Weblate (Dutch)
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-01-25 01:45:35 +01:00
Maurício Meneghini Fauth
1ba4363076 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-01-24 16:50:11 +01:00
Maurício Meneghini Fauth
419ab3ce46 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3288 of 3288 strings)

[CI skip]
2018-01-24 16:49:58 +01:00
Марс Ямбар
3be99071f9 Translated using Weblate (Ukrainian)
Currently translated at 99.7% (3281 of 3288 strings)

[CI skip]
2018-01-24 13:33:57 +01:00
Burak Yavuz
bc5d9b1733 Translated using Weblate (Turkish)
Currently translated at 99.9% (3287 of 3288 strings)

[CI skip]
2018-01-24 13:32:07 +01:00
Giovanni Sora
1e2e2250d5 Translated using Weblate (Interlingua)
Currently translated at 75.5% (2425 of 3208 strings)

[CI skip]
2018-01-24 13:17:34 +01:00
Giovanni Sora
953e2df065 Translated using Weblate (Interlingua)
Currently translated at 75.2% (2473 of 3288 strings)

[CI skip]
2018-01-24 13:17:27 +01:00
Michal Čihař
5daa506ecd Translated using Weblate (Greek)
Currently translated at 100.0% (3208 of 3208 strings)

[CI skip]
2018-01-24 06:06:38 +01:00