Commit Graph

90966 Commits

Author SHA1 Message Date
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
Michal Čihař
d4e34e76bb No need to install coveralls for hhvm
It does not work with it anyway.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 16:19:16 +01:00
Michal Čihař
c3633bef2f Use ant to build locales
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 16:17:35 +01:00
Michal Čihař
91fa25a1eb Prefer stable version of php-coveralls
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 16:04:17 +01:00
Michal Čihař
cec9ad430a No need to install ant, it's already in Travis
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 16:00:36 +01:00
Michal Čihař
3080cf8e32 Wrap long line
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 15:53:15 +01:00
Michal Čihař
abb0cb9262 Coding style cleanup
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 15:52:08 +01:00
Michal Čihař
31d1edda9f We don't need full git history of runkit
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 15:43:48 +01:00
Michal Čihař
17c09354b5 Changelog entry
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 15:35:27 +01:00
Michal Čihař
01c75d95fb Merge pull request #1101 from maxday/1486-possibility-of-disabling-databases-expansion
#1486 Possibility of disabling database expansion
2014-03-26 15:34:05 +01:00
Michal Čihař
d15fd7a57b Run the server in background
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 15:30:45 +01:00
Michal Čihař
549c9af064 No more silencing of lint output
It can cause timeout issue on Travis if run too long.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 15:28:58 +01:00
Michal Čihař
c61c8cc825 Do not run apt quiet, we want to see possible problems
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 15:24:23 +01:00
Maxime DAVID
a395d9474f #1486 Possibility of disabling database expansion + doc + integration
Signed-off-by: Maxime DAVID <got2bex@gmail.com>
2014-03-26 10:15:14 -04:00
Matías Bellone
74b8db8f68 Translated using Weblate (Spanish)
Currently translated at 100.0% (2761 of 2761)
2014-03-26 15:00:12 +01:00
Weblate
7bfb7caed8 Merge remote-tracking branch 'origin/master' 2014-03-26 14:58:48 +01:00
Matías Bellone
59e7006c69 Translated using Weblate (Spanish)
Currently translated at 99.9% (2760 of 2761)
2014-03-26 14:58:45 +01:00
Giovanni Sora
48d9fed629 Translated using Weblate (Interlingua)
Currently translated at 44.5% (1230 of 2761)
2014-03-26 14:58:42 +01:00
Michal Čihař
578dc78624 Missing ;
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 14:58:35 +01:00
Michal Čihař
488129992d Initial attempt to integrate BrowserStack with Travis
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 14:52:03 +01:00
Weblate
8a4a025687 Merge remote-tracking branch 'origin/master' 2014-03-26 14:28:09 +01:00
Giovanni Sora
0b533cd91e Translated using Weblate (Interlingua)
Currently translated at 44.5% (1229 of 2761)
2014-03-26 14:28:06 +01:00
Michal Čihař
6b6e6dbf05 Create output dir before running lint
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 14:28:01 +01:00
Michal Čihař
f9574059b0 Fix syntax error
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 14:23:04 +01:00
Michal Čihař
3f5bfc884a Merge conditions
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 14:18:32 +01:00
Michal Čihař
42d70d2933 Document Travis setup
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 14:16:41 +01:00
Michal Čihař
306bf8669f Lint should not fail with hhvm, only tests can
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 14:14:05 +01:00
Michal Čihař
f9aa9e7be5 Fix matrix setup
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 14:13:12 +01:00
Weblate
35d9b63cee Merge remote-tracking branch 'origin/master' 2014-03-26 14:12:11 +01:00
Giovanni Sora
a38aa1cd15 Translated using Weblate (Interlingua)
Currently translated at 44.4% (1228 of 2761)
2014-03-26 14:12:08 +01:00
Michal Čihař
0e1dce01ab Run lint in separate Travis job
This should speed up execution as the lint job does not have to do any
installations.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 14:11:19 +01:00
Michal Čihař
e128147935 Simplify .travis.yml
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-26 14:02:30 +01:00
Dieter Adriaenssens
d2813ae612 Translated using Weblate (Dutch)
Currently translated at 100.0% (2761 of 2761)
2014-03-26 13:41:52 +01:00