Commit Graph

90626 Commits

Author SHA1 Message Date
Michal Čihař
498786109d Merge pull request #1063 from jeffchan/fix-test-dependencies
Import dependencies to make unit tests friendlier to running independently
2014-03-14 07:25:33 +01:00
Jeff Chan
c9948e9cde Import dependencies to make unit tests friendlier to running independently
The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-14 04:45:08 +00:00
Michal Čihař
ad931a1c05 Merge pull request #1060 from jeffchan/fix-tests
Move slow test in HHVM to group medium
2014-03-13 23:35:56 +01:00
Jeff Chan
013a9a3395 Move slow test in HHVM to group medium
These tests were failing on HHVM because of the default 3 second timeout.
Yes, HHVM is supposed to be faster, but there's a "warmup" time for scripts
in JIT mode (which is on by default). I suspect that's why they're failing.

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-13 20:52:13 +00:00
Weblate
4ac572dc31 Merge remote-tracking branch 'origin/master' 2014-03-13 21:41:09 +01:00
Stian Berg
95197b6b08 Translated using Weblate (Norwegian Bokmål)
Currently translated at 59.8% (1649 of 2754)
2014-03-13 21:41:06 +01:00
Hugues Peccatte
db23a9bf8a PHPCS and PHPdoc updates.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-13 21:40:39 +01:00
Erik Hepsø
071b7f272d Translated using Weblate (Norwegian Bokmål)
Currently translated at 59.8% (1648 of 2754)
2014-03-13 19:11:03 +01:00
Stian Berg
03f57c6b30 Translated using Weblate (Norwegian Bokmål)
Currently translated at 59.8% (1647 of 2754)
2014-03-13 18:54:12 +01:00
Erik Hepsø
66c5aa080c Translated using Weblate (Norwegian Bokmål)
Currently translated at 59.7% (1646 of 2754)
2014-03-13 18:53:01 +01:00
Marc Delisle
bfeb93dfcb ChangeLog entry
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-13 13:15:12 -04:00
Weblate
6ff88a3afe Merge remote-tracking branch 'origin/master' 2014-03-13 18:14:30 +01:00
Domen
43599e74d5 Translated using Weblate (Slovenian)
Currently translated at 100.0% (2754 of 2754)
2014-03-13 18:14:26 +01:00
Giovanni Sora
7952e0baf5 Translated using Weblate (Interlingua)
Currently translated at 43.5% (1200 of 2754)
2014-03-13 18:14:22 +01:00
Dieter Adriaenssens
786f3803ea Translated using Weblate (Dutch)
Currently translated at 99.8% (2750 of 2754)
2014-03-13 18:14:19 +01:00
Marc Delisle
50738aa639 Merge pull request #1049 from D-storm/FR-1501
Feature Request #1501 add maxlength by field with length-spec
2014-03-13 13:14:18 -04:00
Domen
e8b10459b0 Translated using Weblate (Slovenian)
Currently translated at 100.0% (2754 of 2754)
2014-03-13 16:11:48 +01:00
Michal Čihař
81b6e0ab31 Translated using Weblate (Czech)
Currently translated at 100.0% (2754 of 2754)
2014-03-13 16:09:00 +01:00
Michal Čihař
b93e20c8a9 Revert "Avoid not needed click"
This reverts commit ecc3c4d4b5.
2014-03-13 15:53:23 +01:00
Matías Bellone
43ea527faf Translated using Weblate (Spanish)
Currently translated at 100.0% (2754 of 2754)
2014-03-13 15:46:57 +01:00
Weblate
1d45d7a235 Merge remote-tracking branch 'origin/master' 2014-03-13 15:26:36 +01:00
Luis Eduardo Braschi
d5ef8dffeb Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.6% (2743 of 2754)
2014-03-13 15:26:33 +01:00
Marc Delisle
941fafd71d Merge branch 'QA_4_1' 2014-03-13 10:25:33 -04:00
Marc Delisle
8eff2e52ef ChangeLog entry
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-13 10:24:04 -04:00
Aayush Anand
baecb782e5 Fix bug #3991
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-13 10:19:59 -04:00
Kristjan Räts
f45f661a36 Translated using Weblate (Estonian)
Currently translated at 100.0% (2754 of 2754)
2014-03-13 15:12:52 +01:00
Burak Yavuz
f7c9c91fab Translated using Weblate (Turkish)
Currently translated at 100.0% (2754 of 2754)
2014-03-13 14:59:01 +01:00
Michal Čihař
25b916f88a Update po files 2014-03-13 14:26:32 +01:00
Michal Čihař
ecc3c4d4b5 Avoid not needed click
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-13 14:25:44 +01:00
Michal Čihař
eb85831fe1 Fixed ob_start/eval problems in phpunit
When running in phpunit, the eval can raise exception, so treat it same
as it would be output returned by the eval. Without catching it, output
buffering gets one more level of nesting leading to occassional
timeouts in Travis-CI.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-13 13:51:40 +01:00
Michal Čihař
ffbb41d6d5 Fix expected message to match code
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-13 13:50:54 +01:00
Michal Čihař
28f0a09b2f Fix order of params to assertEquals
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-13 13:47:30 +01:00
Michal Čihař
2f1dc89d0a Simplify translation evaluation
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-13 13:42:28 +01:00
Michal Čihař
d33d3a1fb3 Merge pull request #1030 from ganeshaditya1/actionpanel
Fixes the action panel problem when editing rows in chrome(Bug 4228)
2014-03-13 12:05:40 +01:00
Michal Čihař
ee69e2dfb5 Remove DCO checker from Travis
This is now done by separate GitHub hook.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-13 11:48:44 +01:00
Michal Čihař
1740da7f6e Merge pull request #1056 from jeffchan/add-hhvm-travis
Add HHVM to Travis
2014-03-13 09:25:03 +01:00
Michal Čihař
d73b9ef35d Merge pull request #1055 from jeffchan/up-test-time-limit
Move slow tests in HHVM to group medium
2014-03-13 09:18:33 +01:00
Michal Čihař
472d5df554 Revert "testing automated file uploading to remote server"
This reverts commit d5dc579421.

Not yet supported in php selenium.
2014-03-13 09:13:33 +01:00
Michal Čihař
d5f7ca0215 Use http for translation widget as GitHub does not trust CAcert
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-13 09:04:51 +01:00
Jeff Chan
4749251cc8 Only install runkit / pear selenium when normal PHP
Also, use Travis' composer binary

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-13 06:02:35 +00:00
Jeff Chan
85085037c3 Add HHVM to Travis
Currently 1 test is still failing, so it's set up to allow for failures.
See: https://github.com/facebook/hhvm/issues/2018

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-13 05:23:52 +00:00
Jeff Chan
0216a5a4a1 Move slow tests in HHVM to group medium
These tests were failing on HHVM because of the default 3 second timeout.
Yes, HHVM is supposed to be faster, but there's a "warmup" time for scripts
in JIT mode (which is on by default). I suspect that's why they're failing.

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-13 05:20:31 +00:00
Viduranga Wijesooriya
b5edca0b4c bug #4321 - updated the jquery datepicker addon library to 1.4
Signed-off-by: Viduranga Wijesooriya <vpowerrc@gmail.com>
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-12 17:37:42 -04:00
Atul Pratap Singh
8ca233d511 Fix bug#4324: Insert page datepicker not showing up
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-03-13 00:44:21 +05:30
Michal Čihař
7447bbab1a Merge pull request #1052 from mebjas/master
testing automated file uploading to remote server
2014-03-12 19:49:25 +01:00
minhaz
d5dc579421 testing automated file uploading to remote server
Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-13 00:11:08 +05:30
Chirayu Chiripal
ef6dd51514 Feature Request #1501 add maxlength by field with length-spec
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-03-12 22:21:36 +05:30
Michal Čihař
85597f7e13 Workaround another timing issue
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-12 15:04:21 +01:00
Atul Pratap Singh
e18450b128 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2014-03-13 00:49:23 +05:30
Atul Pratap Singh
c6e8c3bbb3 Merge branch 'QA_4_1' 2014-03-13 00:48:26 +05:30