Commit Graph

89894 Commits

Author SHA1 Message Date
Michal Čihař
b89988a4e9 Fix path to a file
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-17 13:30:04 +01:00
Michal Čihař
f790a2c7ed Remove not used line
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-17 13:23:27 +01:00
Michal Čihař
3a1a8e8bf8 Testing Selenium and BrowserStack integration
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-17 12:25:10 +01:00
Michal Čihař
778a641c34 Fix comments in testsuite setup
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-17 12:05:49 +01:00
Michal Čihař
6922e3653a Reintroduce forgotten user config
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-17 12:02:48 +01:00
Michal Čihař
5f4988567e Move selenium configuration to test/bootstrap-dist.php
This way it can be overridden from environment.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-17 11:58:44 +01:00
Michal Čihař
b9187f7a69 Document this section
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-17 11:58:44 +01:00
Michal Čihař
938ba599a5 Merge pull request #943 from jeffchan/fix-arraywalk
Fix PMA_arrayWalkRecursive to ensure single pass thru keys
2014-02-17 09:01:37 +01:00
Jeff Chan
896fe8169a Fix PMA_arrayWalkRecursive to ensure single pass thru keys
Fix a bug with PMA_arrayWalkRecursive that causes it to apply a function
to its keys/values more than once. A previously incorrect test is fixed
as well.

The bug happens because when keys are modified, PHP's foreach loops
through the new keys again. This does not usually happen unless the
iterating array is passed through by reference (or has refcount=1).
See: http://stackoverflow.com/a/14854568/791890

Please see #936 for full explanation.

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-02-17 03:09:34 +00:00
Marc Delisle
d20f0fee78 Merge branch 'QA_4_1' 2014-02-16 12:57:37 -05:00
Marc Delisle
06bd132d46 bug #4287 Printview - Always one column too much
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-02-16 12:57:01 -05:00
Marc Delisle
b79abc4f18 Merge branch 'QA_4_1' 2014-02-16 06:50:39 -05:00
Marc Delisle
273909b56b Merge commit '8d3e6df' 2014-02-16 06:50:32 -05:00
Marc Delisle
1029776df1 Merge commit 'ac80367' 2014-02-16 06:49:53 -05:00
Marc Delisle
8d3e6df816 Merge pull request #934 from sampathLiyanage/bugfix4286
bug fix 4286
2014-02-16 06:49:24 -05:00
Marc Delisle
eceef4155c ChangeLog entry for fix of bug #4286
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-02-16 06:48:01 -05:00
Weblate
1ef691f7d7 Merge remote-tracking branch 'origin/master' 2014-02-16 10:34:48 +01:00
Huang Zhiyi
90dce87a3d Translated using Weblate (Simplified Chinese)
Currently translated at 89.0% (2442 of 2741)
2014-02-16 10:34:46 +01:00
Michal Čihař
81a37ad810 Use https for l10n.cihar.com
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-16 10:34:38 +01:00
Yuki Shira
adf5f378f3 Translated using Weblate (Japanese)
Currently translated at 89.6% (2465 of 2749)
2014-02-16 02:03:25 +01:00
Yuki Shira
ba7008cf51 Translated using Weblate (Japanese)
Currently translated at 81.6% (2239 of 2741)
2014-02-16 02:02:56 +01:00
Weblate
cbc9b2a11b Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1 2014-02-15 15:37:46 +01:00
Huang Zhiyi
0299624abe Translated using Weblate (Simplified Chinese)
Currently translated at 95.7% (2633 of 2749)
2014-02-15 15:37:43 +01:00
Yuki Shira
60da3dbc56 Translated using Weblate (Japanese)
Currently translated at 89.6% (2465 of 2749)
2014-02-15 15:37:41 +01:00
Marc Delisle
d4c6964ffb Merge branch 'QA_4_1' 2014-02-15 09:35:38 -05:00
Marc Delisle
8f64170343 Merge commit '7070795' 2014-02-15 09:35:31 -05:00
Marc Delisle
5500ce6f66 ChangeLog entry for fix of bug #4284
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-02-15 09:34:51 -05:00
minhaz
abe8dbba82 Bug fix 4284
Signed-Off-By: A V Minhaz <minhazav@gmail.com>
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-02-15 09:33:18 -05:00
Michal Čihař
b5f724d0f7 Merge pull request #924 from ayushchd/sel
Selenium fixes and BrowserStack configuration
2014-02-15 10:53:45 +01:00
Weblate
a86440390c Merge remote-tracking branch 'origin/master' 2014-02-14 14:09:46 +01:00
Huang Zhiyi
8a1eada1b9 Translated using Weblate (Simplified Chinese)
Currently translated at 89.0% (2440 of 2741)
2014-02-14 14:09:43 +01:00
Yuki Shira
b63b0c1402 Translated using Weblate (Japanese)
Currently translated at 81.6% (2239 of 2741)
2014-02-14 14:09:40 +01:00
Marc Delisle
2127ee0f3a Merge pull request #922 from jeffchan/remove-property-stable-sort
Use stable sort for OptionsPropertyGroup removeProperty.
2014-02-14 08:09:36 -05:00
Sampath Liyanage
ac80367c8c bug fix 4286
Signed-off-by: Sampath Liyanage <plbsam@gmail.com>
2014-02-14 17:18:46 +05:30
Ayush Chaudhary
6d90d5eb81 configure Selenium tests for browserstack
Signed-off-by: Ayush Chaudhary <ayushchd@gmail.com>
2014-02-14 16:39:24 +05:30
Ayush Chaudhary
08563e4e38 Fix minor selenium test issues
Signed-off-by: Ayush Chaudhary <ayushchd@gmail.com>
2014-02-14 16:38:42 +05:30
Hao Chen
707079535f Translated using Weblate (Japanese)
Currently translated at 89.1% (2452 of 2749)
2014-02-14 06:09:58 +01:00
Yuki Shira
027a064ef5 Translated using Weblate (Japanese)
Currently translated at 89.1% (2451 of 2749)
2014-02-14 06:00:01 +01:00
Hao Chen
b997059975 Translated using Weblate (Japanese)
Currently translated at 88.5% (2435 of 2749)
2014-02-14 04:31:24 +01:00
Yuki Shira
33dfcbb742 Translated using Weblate (Japanese)
Currently translated at 88.5% (2435 of 2749)
2014-02-14 04:31:06 +01:00
Huang Zhiyi
f34603791a Translated using Weblate (Japanese)
Currently translated at 80.5% (2209 of 2741)
2014-02-14 04:29:48 +01:00
Huang Zhiyi
0e8749c687 Translated using Weblate (Japanese)
Currently translated at 88.3% (2430 of 2749)
2014-02-14 04:29:43 +01:00
Weblate
ce4b3aeea7 Merge remote-tracking branch 'origin/master' 2014-02-13 18:56:15 +01:00
Oleksandr
ab7c0b0776 Translated using Weblate (Ukrainian)
Currently translated at 86.7% (2377 of 2741)
2014-02-13 18:56:12 +01:00
Jozef Pistej
7e5639d416 Translated using Weblate (Slovak)
Currently translated at 76.3% (2092 of 2741)
2014-02-13 18:56:09 +01:00
Marc Delisle
ad094f4345 Merge commit '515f4e8' 2014-02-13 12:55:32 -05:00
Marc Delisle
a0574b8164 Merge commit 'b82c915' 2014-02-13 12:55:19 -05:00
Weblate
515f4e86b5 Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1 2014-02-13 18:54:24 +01:00
Oleksandr
dc266353a1 Translated using Weblate (Ukrainian)
Currently translated at 94.4% (2597 of 2749)
2014-02-13 18:54:21 +01:00
Jozef Pistej
911c7d713c Translated using Weblate (Slovak)
Currently translated at 83.4% (2294 of 2749)
2014-02-13 18:54:19 +01:00