Commit Graph

90615 Commits

Author SHA1 Message Date
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
Atul Pratap Singh
128cd96512 Merge commit '056b40b' 2014-03-13 00:48:11 +05:30
Atul Pratap Singh
9b0e021c44 Fix bug#4316 Grid edit: can't change month on date fields
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-03-12 23:30:03 +05:30
Michal Čihař
bd2067fe08 Merge remote-tracking branch 'origin/QA_4_1' 2014-03-12 14:23:35 +01:00
Marc Delisle
427c4ef18c Merge pull request #1039 from WhaleWatching/fix_shadow
Fix a little bug at main_pane_right box-shadow.
2014-03-12 08:08:29 -04:00
Michal Čihař
25b58235b3 Merge pull request #1046 from jeffchan/fix-tests
Import config to make unit tests friendlier to running independently
2014-03-12 12:24:42 +01:00
Jeff Chan
3f0f634c38 Import config 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.

This is similar to 607cb3b0b3

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-12 03:30:36 +00:00
Yungu Kim
056b40b0ae Translated using Weblate (Korean)
Currently translated at 75.9% (2088 of 2749)
2014-03-11 18:44:06 +01:00
Marc Delisle
5cc63d7b35 Credits for Hugues Peccatte
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-11 08:29:36 -04:00
Marc Delisle
8f2036cec3 Merge pull request #1041 from Tithugues/improveBookmarkedSearches
Improve bookmarked searches
2014-03-11 08:24:42 -04:00
Hugues Peccatte
34af4c4695 Remove hint about bookmarked searches.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-10 21:09:47 +01:00
Hugues Peccatte
ef8a1f6a05 Add new button to update a bookmarked search.
Hide buttons when not needed.
Reset form when selecting 'New bookmark'.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-10 21:07:00 +01:00