Michal Čihař
391d6c87a1
Merge pull request #13597 from nehalko3087/master
...
Fix #13593 : removed whitespace in textarea for column default value
2017-08-21 10:59:36 +02:00
Michal Čihař
4fa47f40b6
Merge branch 'QA_4_7'
2017-08-21 10:57:41 +02:00
Michal Čihař
0f965f0f0e
Merge remote-tracking branch 'origin/QA_4_7'
2017-08-21 10:57:29 +02:00
Michal Čihař
86f2ed6a76
Changelog entry for #13512 and #13590
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-21 10:56:19 +02:00
Michal Čihař
ed81a25eb8
Apply #13590 to the original theme as well
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-21 10:55:30 +02:00
Anant Jain
28143053df
Do not hardcode width of button elements
...
Fixes #13512 , #13590
Signed-off-by: Anant Jain <anantjain60@gmail.com>
2017-08-21 10:55:21 +02:00
Maurício Meneghini Fauth
77c7fda07b
Merge pull request #13598 from mauriciofauth/operations
...
Refactor operations functions to static methods
2017-08-20 21:52:44 -03:00
Maurício Meneghini Fauth
0d11ecc728
Refactor operations functions to static methods
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-08-20 21:28:36 -03:00
Neha Parihar Sinha
7c8e33b657
Fix #13593 : removed whitespace in textarea for column default value
...
Signed-off-by: Neha Parihar Sinha <nehalko3087@gmail.com>
2017-08-20 08:16:33 +02:00
Kyeong Su Shin
a459e35e43
Translated using Weblate (Korean)
...
Currently translated at 81.9% (2625 of 3205 strings)
[CI skip]
2017-08-20 03:46:50 +02:00
Weblate
0932f254d1
Merge remote-tracking branch 'origin/master'
2017-08-20 03:31:12 +02:00
Kyeong Su Shin
7d709d92c5
Translated using Weblate (Korean)
...
Currently translated at 81.0% (2619 of 3231 strings)
[CI skip]
2017-08-20 03:31:09 +02:00
Maurício Meneghini Fauth
91f1fdc09b
Merge pull request #13596 from mauriciofauth/insert-edit
...
Refactor insert_edit functions to static methods
2017-08-19 22:30:47 -03:00
Maurício Meneghini Fauth
8a2dd938ef
Refactor insert_edit functions to static methods
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-08-19 20:55:52 -03:00
Володимир Бриняк
0e00c43379
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3231 of 3231 strings)
[CI skip]
2017-08-18 20:56:01 +02:00
Володимир Бриняк
e390c1fa33
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3205 of 3205 strings)
[CI skip]
2017-08-18 20:42:34 +02:00
Weblate
265bdcde5c
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-08-16 17:15:06 +02:00
Jamaro Ja Ma Ro
b5a386f3f1
Translated using Weblate (Spanish)
...
Currently translated at 99.9% (3204 of 3205 strings)
[CI skip]
2017-08-16 17:15:04 +02:00
Michal Čihař
b146b9195c
Merge branch 'QA_4_7'
2017-08-16 17:14:34 +02:00
Michal Čihař
402ebadb19
Improved error handling on corrupted tables
...
Better handle situation where MySQL is unable to give us description of
a column. This usually happens when the table is corrupted in some way,
but still we should be able to recover from the error and not to fail
with dozen of undefined variables.
Fixes #13553
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-16 17:10:38 +02:00
Michal Čihař
aa98a4b10c
Simplify code to show element
...
Issue #13568
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-16 16:40:15 +02:00
Michal Čihař
07a36c94a9
Add missing hide class to setup CSS
...
Fixes #13568
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-16 16:39:43 +02:00
Michal Čihař
1ad2bc5f9c
Add warning about placing SessionSavePath web accessible
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-16 16:26:44 +02:00
Michal Čihař
f649b2a652
Add suggestion to use SessionSavePath
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-16 16:25:31 +02:00
Michal Čihař
dc4747d478
Configure session.save_handler when SessionSavePath is set
...
When user configures the path he wants to use files handler regardless
what is currently set.
See also #8346
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-16 16:22:21 +02:00
Michal Čihař
161c6a6419
Merge branch 'QA_4_7'
2017-08-16 16:16:16 +02:00
Michal Čihař
f31b37ad63
Merge pull request #13588 from devenbansod/add_qbe_tests
...
Add QBE tests
2017-08-16 15:57:25 +02:00
Michal Čihař
ec9fe20e48
Use Response::addHTML to render error message
...
This way the rendering is explicit instead of relying on hidden logic in
handling global variables.
See #13585
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-16 15:55:24 +02:00
Michal Čihař
1f3bab4c0c
Merge remote-tracking branch 'origin/pull/13585'
2017-08-16 15:53:03 +02:00
Weblate
81470f864d
Merge remote-tracking branch 'origin/master'
2017-08-16 14:50:08 +02:00
Jamaro Ja Ma Ro
49301fa8b7
Translated using Weblate (Spanish)
...
Currently translated at 99.4% (3214 of 3231 strings)
[CI skip]
2017-08-16 14:50:05 +02:00
Isaac Bennetch
85a5423615
Merge pull request #13589 from lem9/patch-7
...
Fix typo; improve wording
2017-08-16 08:49:46 -04:00
Marc Delisle
db6b2963c5
Fix typo; improve wording
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2017-08-16 08:37:02 -04:00
Isaac Bennetch
1d32bd7029
Improve wording of InsertRows documentation
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2017-08-15 13:02:16 -04:00
Deven Bansod
058546d29d
Add scrolling to bottom so that click goes through
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2017-08-15 17:20:43 +05:30
Deven Bansod
58be76e4e7
Add selenium tests for Query-by-example
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2017-08-15 16:10:37 +05:30
Isaac Bennetch
486daec6d1
Remove debugging code
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2017-08-14 14:19:03 -04:00
Isaac Bennetch
22ddc46e4d
Replace some double-quotes with single-quotes to match existing styles
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2017-08-14 14:16:52 -04:00
Isaac Bennetch
3c70467d54
ChangeLog for pull request #13455
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2017-08-14 14:15:00 -04:00
Isaac Bennetch
c7264e5858
Merge pull request #13455 from Achilles-96/Issue-#5827
...
Allow Designer to show tables from other databases
2017-08-14 14:10:25 -04:00
Manish Bisht
7ba7db2806
show error message on export page when database is empty
...
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-08-14 06:56:32 +05:30
Weblate
db94ea1f03
Merge remote-tracking branch 'origin/master'
2017-08-13 08:31:38 +02:00
ប៉ុកណូ រ៉ូយ៉ាល់
7452b2358e
Translated using Weblate (Central Khmer)
...
Currently translated at 5.8% (188 of 3231 strings)
[CI skip]
2017-08-13 08:31:34 +02:00
Weblate
a2cd9cde8e
Merge remote-tracking branch 'origin/QA_4_7' into QA_4_7
2017-08-13 08:25:22 +02:00
ប៉ុកណូ រ៉ូយ៉ាល់
e8340efa95
Translated using Weblate (Central Khmer)
...
Currently translated at 5.8% (188 of 3205 strings)
[CI skip]
2017-08-13 08:25:19 +02:00
Deven Bansod
541525cf41
Remove unnecessarily file, added in merge
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2017-08-13 06:30:41 +05:30
Deven Bansod
e82ca3582e
Merge branch 'QA_4_7'
...
Conflicts:
templates/table/structure/display_table_stats.phtml
2017-08-13 06:27:41 +05:30
Deven Bansod
3c4ec46b0e
ChangeLog for #13579
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2017-08-13 06:24:48 +05:30
Deven Bansod
c6db1f9a50
Optimize table link should not be visible in print page
...
Fix #13579
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2017-08-13 06:23:31 +05:30
Weblate
b679fa78b4
Merge remote-tracking branch 'origin/master'
2017-08-12 15:10:06 +02:00