Michal Čihař
3b191c723d
Translated using Weblate (Hindi)
...
Currently translated at 46.4% (1286 of 2770)
2014-03-27 15:27:12 +01:00
Michal Čihař
bfc26bc782
Translated using Weblate (Hebrew)
...
Currently translated at 21.2% (588 of 2770)
2014-03-27 15:27:07 +01:00
Michal Čihař
dab7efdd0f
Translated using Weblate (Georgian)
...
Currently translated at 17.3% (480 of 2770)
2014-03-27 15:27:03 +01:00
Michal Čihař
2ea9b676a5
Translated using Weblate (Bengali)
...
Currently translated at 94.5% (2619 of 2770)
2014-03-27 15:26:58 +01:00
Michal Čihař
fa3fc07f85
Translated using Weblate (Azerbaijani)
...
Currently translated at 14.2% (394 of 2770)
2014-03-27 15:26:54 +01:00
Michal Čihař
d71ef18040
Use Java version of the tunnel, it does not seem to corrupt data as linux version
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 14:47:15 +01:00
Michal Čihař
6eb1800c4e
Do not share sessions on Travis
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 14:30:17 +01:00
Michal Čihař
f632ebeb46
Merge remote-tracking branch 'origin/QA_4_1'
2014-03-27 14:01:09 +01:00
Michal Čihař
77b1390be0
Update po files
2014-03-27 13:54:21 +01:00
Kristjan Räts
6573b1767b
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (2770 of 2770)
2014-03-27 13:45:06 +01:00
Michal Čihař
4208198282
Set password for MySQL root user
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 13:11:43 +01:00
Michal Čihař
0fcbf826a0
Revert "Properly configure MySQL user to use for Selenium testing"
...
This reverts commit 09e8eb9ef0 .
It was simply wrong, we need to configure MySQL on Travis instead.
2014-03-27 13:11:43 +01:00
Marc Delisle
158f3b31c5
4.1.3-dev
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-27 08:07:52 -04:00
Marc Delisle
78416017c6
Merge commit '9594397'
2014-03-27 08:06:55 -04:00
Weblate
9594397c56
Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1
2014-03-27 13:05:50 +01:00
Giovanni Sora
6c4aef59b0
Translated using Weblate (Interlingua)
...
Currently translated at 42.0% (1156 of 2749)
2014-03-27 13:05:48 +01:00
Marc Delisle
866376e1da
4.1.13-dev
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-27 08:04:34 -04:00
Michal Čihař
09e8eb9ef0
Properly configure MySQL user to use for Selenium testing
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 13:03:37 +01:00
Michal Čihař
1566224cb6
Remove not needed waiting
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 12:43:04 +01:00
Michal Čihař
7f55065d71
Use correct port for testing
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 12:04:37 +01:00
Michal Čihař
6fa5736a23
Set local flags only if needed
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 11:47:16 +01:00
Michal Čihař
9b8c943a50
Enable BrowserStack debugging
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 11:36:25 +01:00
Michal Čihař
c02dd60d70
Wait for load
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 11:36:25 +01:00
Michal Čihař
80126a115e
Set build identifier for local builds
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 11:36:25 +01:00
Michal Čihař
474ab1ac17
Use hardcoded port
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 11:36:25 +01:00
Michal Čihař
d25fe6b5ec
Set browserstack.local flag for Travis builds
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 11:36:25 +01:00
Michal Čihař
72580c4b9a
Translated using Weblate (Czech)
...
Currently translated at 100.0% (2770 of 2770)
2014-03-27 11:10:27 +01:00
Michal Čihař
ced826dde3
Need locales for testing as well
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 11:07:50 +01:00
Michal Čihař
09eed1f8e9
Fix typo in method name
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 10:14:08 +01:00
Weblate
892311234b
Merge remote-tracking branch 'origin/master'
2014-03-27 09:50:46 +01:00
Giovanni Sora
7fa3ed63e8
Translated using Weblate (Interlingua)
...
Currently translated at 44.6% (1238 of 2770)
2014-03-27 09:50:42 +01:00
Michal Čihař
b53dd865b7
Workaround for Selenium tests with coverage
...
The phpunit-selenium tries to set cookie just after opening Selenium
session, what fails (at least with Chrome) as the browser is currently
pointing to data: URL and not our application one. So we need to set URL
just as the Selenium session is opened.
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 09:49:30 +01:00
Michal Čihař
5dd722d4c3
Revert "Try to open page in setUp."
...
This reverts commit 37e58a8961 .
It needs to be done with existing session.
2014-03-27 09:47:08 +01:00
Michal Čihař
37e58a8961
Try to open page in setUp.
...
This could workaround phpunit-selenium issue:
https://github.com/sebastianbergmann/phpunit-selenium/issues/295
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-27 09:27:13 +01:00
Burak Yavuz
1d1907ae27
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (2770 of 2770)
2014-03-27 07:32:22 +01:00
Matías Bellone
29b04a6d70
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (2770 of 2770)
2014-03-27 03:24:02 +01:00
Domen
75f67239d5
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (2770 of 2770)
2014-03-27 01:02:50 +01:00
Marc Delisle
2cfecbea95
Update po files
2014-03-26 17:07:47 -04:00
Marc Delisle
e0ebed0eb7
ChangeLog entry
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-26 17:05:48 -04:00
Weblate
f186d07018
Merge remote-tracking branch 'origin/master'
2014-03-26 22:01:24 +01:00
Helder Santana
71afe129bb
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.5% (2751 of 2763)
2014-03-26 22:01:21 +01:00
Marc Delisle
e4224bf18d
Merge pull request #1095 from ashutoshdhundhara/favourite_tables_icon_only
...
Feature request: #1476 Favorite tables select box.
2014-03-26 17:01:18 -04:00
Panagiotis Papazoglou
a3c30eeeca
Translated using Weblate (Greek)
...
Currently translated at 100.0% (2762 of 2762)
2014-03-26 19:27:45 +01:00
Ashutosh Dhundhara
8bc21b7876
Feature request: #1476 Favourite tables select box.
...
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Changes in "create_tables.sql".
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Minor fix in structure.lib.php.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Ripped Trailing White spaces.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Removed irrelevant comments from "FavouriteTable.class.php".
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Fixed Table Summary colspan.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Changed Favourite to Favorite
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Fixed failing test.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Feature request: #1476 Favourite tables select box. (Icon only)
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Gray and Golden Icons.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Removed unwanted icon from "img".
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Fixed error in PMA_buildActionTitles_test.php.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Re-positioned star icon and added tooltip to it.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Ripped trailing spaces from "structure.lib.php" and "db_structure.js".
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-03-26 23:37:19 +05:30
Michal Čihař
c3d43299ca
Revert "Use long parameters for better readibility"
...
This reverts commit 826482b4c6 .
Long params unfortunately do not work with PHP 5.3.
2014-03-26 18:04:02 +01:00
Marc Delisle
81345e9b53
Fix coding style
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-26 12:39:52 -04:00
Michal Čihař
bebab9aa83
Update po files
2014-03-26 16:30:00 +01:00
Michal Čihař
fec8d4886c
Allow failures in Selenium till it is debugged
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 16:29:29 +01:00
Michal Čihař
826482b4c6
Use long parameters for better readibility
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 16:27:04 +01:00
Michal Čihař
638f3be8af
Correct call to free method
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 16:23:02 +01:00