civicrm-core.git
8 years agoMerge pull request #7321 from eileenmcnaughton/master
Eileen McNaughton [Thu, 26 Nov 2015 22:46:33 +0000 (11:46 +1300)]
Merge pull request #7321 from eileenmcnaughton/master

comment tidies

8 years agoCRM-17539 test tweaks to make non-zero tests pass on master
eileenmcnaugton [Thu, 26 Nov 2015 22:04:30 +0000 (11:04 +1300)]
CRM-17539 test tweaks to make non-zero tests pass on master

In the case of the non-separate payment there is an email change from 4.6 (2 emails rather than 1) this is noted
on the ticket & we will adjust the tests to not fail on that at this stage (pending further analysis of that)

8 years agoMerge pull request #7320 from eileenmcnaughton/CRM-17539
Eileen McNaughton [Thu, 26 Nov 2015 21:44:58 +0000 (10:44 +1300)]
Merge pull request #7320 from eileenmcnaughton/CRM-17539

Crm 17539

8 years agocomment tidies
eileenmcnaugton [Thu, 26 Nov 2015 21:24:26 +0000 (10:24 +1300)]
comment tidies

8 years agoMerge pull request #7319 from eileenmcnaughton/master
Eileen McNaughton [Thu, 26 Nov 2015 21:02:04 +0000 (10:02 +1300)]
Merge pull request #7319 from eileenmcnaughton/master

Partial merge of 4.6 to master

8 years agoCRM-17519 further leaky var fix on useForMember
eileenmcnaughton [Thu, 26 Nov 2015 20:54:15 +0000 (20:54 +0000)]
CRM-17519 further leaky var fix on useForMember

(this leakage was blocking fixing CRM-17539 - it might be 'in the wild' like the other leakage - but the impact of it
if that the receipt looks slightly different & it would not be noticeable (potentially)

8 years agocomment & whitepace
eileenmcnaugton [Thu, 26 Nov 2015 07:44:10 +0000 (20:44 +1300)]
comment & whitepace

8 years agoCRM-17519 refactor assignment of profile parameters so they don't leak
eileenmcnaugton [Thu, 26 Nov 2015 07:09:32 +0000 (20:09 +1300)]
CRM-17519 refactor assignment of profile parameters so they don't leak

Conflicts:
CRM/Contribute/BAO/ContributionPage.php

8 years agoCRM-17519 add test for leaky smarty params (profile vars)
eileenmcnaugton [Thu, 26 Nov 2015 07:08:35 +0000 (20:08 +1300)]
CRM-17519 add test for leaky smarty params (profile vars)

8 years agoTest fix - allow clear messages to clear multiple messages
eileenmcnaugton [Thu, 26 Nov 2015 07:05:36 +0000 (20:05 +1300)]
Test fix - allow clear messages to clear multiple messages

8 years agoMerge pull request #7316 from rohankatkar/CRM-17621
Eileen McNaughton [Thu, 26 Nov 2015 19:32:17 +0000 (08:32 +1300)]
Merge pull request #7316 from rohankatkar/CRM-17621

CRM-17621

8 years agoMerge pull request #7315 from sudhabisht/CRM-17143
Eileen McNaughton [Thu, 26 Nov 2015 19:31:56 +0000 (08:31 +1300)]
Merge pull request #7315 from sudhabisht/CRM-17143

Warning Fix

8 years agoMerge pull request #7288 from eileenmcnaughton/CRM-17559
Eileen McNaughton [Thu, 26 Nov 2015 19:29:39 +0000 (08:29 +1300)]
Merge pull request #7288 from eileenmcnaughton/CRM-17559

CRM-17559 autorenew membership fix - front end form

8 years agoMerge pull request #7311 from eileenmcnaughton/CRM-17275-prelim
Eileen McNaughton [Thu, 26 Nov 2015 19:15:26 +0000 (08:15 +1300)]
Merge pull request #7311 from eileenmcnaughton/CRM-17275-prelim

CRM-17275 preliminary tidy-ups, remove unused vars & fix comments & r…

8 years agoMerge pull request #7306 from colemanw/caseTokens
colemanw [Thu, 26 Nov 2015 17:28:41 +0000 (12:28 -0500)]
Merge pull request #7306 from colemanw/caseTokens

CRM-17606 - Support case tokens when creating PDF

8 years agoMerge pull request #7312 from eileenmcnaughton/merge
colemanw [Thu, 26 Nov 2015 15:10:33 +0000 (10:10 -0500)]
Merge pull request #7312 from eileenmcnaughton/merge

Merge 4.6 to master

8 years agoMerge pull request #7313 from JKingsnorth/CRM-17625
colemanw [Thu, 26 Nov 2015 15:05:26 +0000 (10:05 -0500)]
Merge pull request #7313 from JKingsnorth/CRM-17625

CRM-17625 Dispell the evil eye

8 years agoCRM-17621
Web Access [Thu, 26 Nov 2015 13:33:51 +0000 (19:03 +0530)]
CRM-17621

8 years agoWarning Fix
Sudha Bisht [Thu, 26 Nov 2015 12:50:04 +0000 (18:20 +0530)]
Warning Fix

8 years agoCRM-17625 Dispell the evil eye
JKingsnorth [Thu, 26 Nov 2015 09:17:45 +0000 (09:17 +0000)]
CRM-17625 Dispell the evil eye

8 years agoMerge branch '4.6' of https://github.com/civicrm/civicrm-core
eileenmcnaugton [Thu, 26 Nov 2015 08:11:03 +0000 (21:11 +1300)]
Merge branch '4.6' of https://github.com/civicrm/civicrm-core

Conflicts:
CRM/Core/Payment/AuthorizeNetIPN.php
tests/phpunit/CRM/Core/BAO/FinancialTrxnTest.php
tests/phpunit/CRM/Core/Payment/BaseIPNTest.php
tests/phpunit/CiviTest/CiviUnitTestCase.php
tests/phpunit/api/v3/ContributionPageTest.php
tests/phpunit/api/v3/ContributionTest.php
tests/phpunit/api/v3/PledgePaymentTest.php
tests/phpunit/api/v3/TaxContributionPageTest.php

8 years agoCRM-17275 preliminary tidy-ups, remove unused vars & fix comments & re-use test code
eileenmcnaugton [Sun, 18 Oct 2015 22:18:11 +0000 (11:18 +1300)]
CRM-17275 preliminary tidy-ups, remove unused vars & fix comments & re-use test code

Conflicts:
CRM/Contact/Import/Parser.php

8 years agoMerge pull request #7309 from eileenmcnaughton/CRM-17539-46
Eileen McNaughton [Thu, 26 Nov 2015 06:15:41 +0000 (19:15 +1300)]
Merge pull request #7309 from eileenmcnaughton/CRM-17539-46

Additional tests on 4.6 (CRM-17519 CRM17539)

8 years agoMerge pull request #7308 from colemanw/fa
Kurund Jalmi [Thu, 26 Nov 2015 03:31:49 +0000 (09:01 +0530)]
Merge pull request #7308 from colemanw/fa

CRM-16415 - A few more fa icons

8 years agoCRM-16415 - Stray button icons
Coleman Watts [Thu, 26 Nov 2015 02:00:49 +0000 (21:00 -0500)]
CRM-16415 - Stray button icons

8 years agoCRM-16415 - A few more fa icons
Coleman Watts [Thu, 26 Nov 2015 01:48:16 +0000 (20:48 -0500)]
CRM-16415 - A few more fa icons

8 years agoCRM-17519 minor fixes to support test expansion
eileen [Wed, 25 Nov 2015 10:16:37 +0000 (23:16 +1300)]
CRM-17519 minor fixes to support test expansion

Conflicts:
tests/phpunit/CiviTest/CiviUnitTestCase.php

8 years agoCRM-17539 preliminary tests on receipts for memberships
eileenmcnaugton [Wed, 25 Nov 2015 22:58:41 +0000 (11:58 +1300)]
CRM-17539 preliminary tests on receipts for memberships

8 years agoFurther synchronisation of tests from master to 4.6 to allow portability
eileenmcnaugton [Wed, 25 Nov 2015 21:42:31 +0000 (10:42 +1300)]
Further synchronisation of tests from master to 4.6 to allow portability

8 years agoCRM-17519 add test to (fail to) demonstrate leakage
eileen [Wed, 25 Nov 2015 11:26:17 +0000 (00:26 +1300)]
CRM-17519 add test to (fail to) demonstrate leakage

8 years agoCRM-17519 add test to catch any leakage at IPN level
eileen [Wed, 25 Nov 2015 08:36:28 +0000 (21:36 +1300)]
CRM-17519 add test to catch any leakage at IPN level

8 years agoSynchronize test classes from master
eileenmcnaugton [Wed, 25 Nov 2015 21:24:36 +0000 (10:24 +1300)]
Synchronize test classes from master

Add extra functions & change contributionCreate signature in 4.6 to match master

8 years agoCRM-17606 - Limit case token list to only relevant custom fields
Coleman Watts [Wed, 25 Nov 2015 23:52:03 +0000 (18:52 -0500)]
CRM-17606 - Limit case token list to only relevant custom fields

8 years agoCRM-17606 - Case token fixes
Coleman Watts [Wed, 25 Nov 2015 23:44:23 +0000 (18:44 -0500)]
CRM-17606 - Case token fixes

8 years agoMerge pull request #7269 from eileenmcnaughton/CRM-17610
Eileen McNaughton [Wed, 25 Nov 2015 23:33:35 +0000 (12:33 +1300)]
Merge pull request #7269 from eileenmcnaughton/CRM-17610

CRM-17610 replace exits with exceptions in IPN processing

8 years agoMerge pull request #7300 from eileenmcnaughton/CRM-17519-46
Eileen McNaughton [Wed, 25 Nov 2015 22:55:27 +0000 (11:55 +1300)]
Merge pull request #7300 from eileenmcnaughton/CRM-17519-46

CRM-17519 add test to (fail to) demonstrate leakage

8 years agoCRM-17606 - Add 'Print Document' button on manage case screen
Coleman Watts [Wed, 25 Nov 2015 22:28:15 +0000 (17:28 -0500)]
CRM-17606 - Add 'Print Document' button on manage case screen

8 years agoCRM-17519 add test to (fail to) demonstrate leakage
eileen [Wed, 25 Nov 2015 11:26:17 +0000 (00:26 +1300)]
CRM-17519 add test to (fail to) demonstrate leakage

8 years agoMerge pull request #7298 from eileenmcnaughton/CRM-17539-partial
Eileen McNaughton [Wed, 25 Nov 2015 21:48:58 +0000 (10:48 +1300)]
Merge pull request #7298 from eileenmcnaughton/CRM-17539-partial

CRM-17539 cosmetic fixes

8 years agoCRM-17606 - Support case tokens when creating PDF
Coleman Watts [Wed, 25 Nov 2015 20:27:07 +0000 (15:27 -0500)]
CRM-17606 - Support case tokens when creating PDF

8 years agoMerge pull request #7304 from JKingsnorth/CRM-17622
colemanw [Wed, 25 Nov 2015 18:17:02 +0000 (13:17 -0500)]
Merge pull request #7304 from JKingsnorth/CRM-17622

CRM-17622 Remove unused icons

8 years agoMerge pull request #7305 from colemanw/Css
colemanw [Wed, 25 Nov 2015 18:13:15 +0000 (13:13 -0500)]
Merge pull request #7305 from colemanw/Css

Css fixes

8 years agoCss fixes
Coleman Watts [Wed, 25 Nov 2015 18:07:20 +0000 (13:07 -0500)]
Css fixes

8 years agoMerge pull request #7303 from rohankatkar/master_webtests
Kurund Jalmi [Wed, 25 Nov 2015 16:03:00 +0000 (21:33 +0530)]
Merge pull request #7303 from rohankatkar/master_webtests

Tests Fixes

8 years agoCRM17622 Remove unused icons
JKingsnorth [Wed, 25 Nov 2015 14:35:17 +0000 (14:35 +0000)]
CRM17622 Remove unused icons

8 years agoMerge pull request #7299 from sudhabisht/CRM-17612
Monish Deb [Wed, 25 Nov 2015 13:23:34 +0000 (18:53 +0530)]
Merge pull request #7299 from sudhabisht/CRM-17612

 Fix for Pledge update issue

8 years agoMerge pull request #7302 from monishdeb/testFailures
Monish Deb [Wed, 25 Nov 2015 13:18:12 +0000 (18:48 +0530)]
Merge pull request #7302 from monishdeb/testFailures

4.7beta1 fix for phpunit test failures

8 years agominor fix
monishdeb [Wed, 25 Nov 2015 13:17:29 +0000 (18:47 +0530)]
minor fix

8 years agoTests Fixes
Web Access [Wed, 25 Nov 2015 13:16:06 +0000 (18:46 +0530)]
Tests Fixes

8 years agominor fix
monishdeb [Wed, 25 Nov 2015 12:26:49 +0000 (17:56 +0530)]
minor fix

8 years ago4.7beta1 fix for phpunit test failures
monishdeb [Wed, 25 Nov 2015 12:18:51 +0000 (17:48 +0530)]
4.7beta1 fix for phpunit test failures

8 years agoCRM-17519 minor fixes to support test expansion
eileen [Wed, 25 Nov 2015 10:16:37 +0000 (23:16 +1300)]
CRM-17519 minor fixes to support test expansion

8 years agoCRM-17519 add test to catch any leakage at IPN level
eileen [Wed, 25 Nov 2015 08:36:28 +0000 (21:36 +1300)]
CRM-17519 add test to catch any leakage at IPN level

8 years agoMinor fix
Sudha Bisht [Wed, 25 Nov 2015 09:49:54 +0000 (15:19 +0530)]
Minor fix

8 years agoPledge update issue fix
Sudha Bisht [Wed, 25 Nov 2015 09:01:20 +0000 (14:31 +0530)]
Pledge update issue fix

8 years agoCRM-17539 cosmetic fixes
eileen [Wed, 25 Nov 2015 07:36:51 +0000 (20:36 +1300)]
CRM-17539 cosmetic fixes

Just a couple of non-changing fixes syphoned off the main PR to allow me to simplify it

8 years agoMerge pull request #7279 from davecivicrm/CRM-16761b
Kurund Jalmi [Wed, 25 Nov 2015 06:24:09 +0000 (11:54 +0530)]
Merge pull request #7279 from davecivicrm/CRM-16761b

Crm 16761b

8 years agoMerge pull request #7294 from colemanw/tree
colemanw [Tue, 24 Nov 2015 22:26:08 +0000 (17:26 -0500)]
Merge pull request #7294 from colemanw/tree

CRM-17617 - Remove unused files

8 years agoMerge pull request #7226 from eileenmcnaughton/CRM-17155-only
colemanw [Tue, 24 Nov 2015 21:00:33 +0000 (16:00 -0500)]
Merge pull request #7226 from eileenmcnaughton/CRM-17155-only

CRM-17155 improve links & options from all reports page

8 years agoCRM-17617 - Remove unused files
Coleman Watts [Tue, 24 Nov 2015 20:28:32 +0000 (15:28 -0500)]
CRM-17617 - Remove unused files

8 years agoMerge pull request #7290 from monishdeb/testFailures
colemanw [Tue, 24 Nov 2015 20:11:18 +0000 (15:11 -0500)]
Merge pull request #7290 from monishdeb/testFailures

CRM-16203 conflict fix in master

8 years agoMerge pull request #7282 from eileenmcnaughton/CRM-17454
Eileen McNaughton [Tue, 24 Nov 2015 19:27:37 +0000 (08:27 +1300)]
Merge pull request #7282 from eileenmcnaughton/CRM-17454

CRM-17454 fix slow dedupe query (on load 2 contacts not on find)

8 years agoMerge pull request #7285 from eileenmcnaughton/master
Eileen McNaughton [Tue, 24 Nov 2015 19:26:11 +0000 (08:26 +1300)]
Merge pull request #7285 from eileenmcnaughton/master

remove some unused variables & add comments

8 years agoMerge pull request #7292 from sudhabisht/webtestfix2
Monish Deb [Tue, 24 Nov 2015 14:42:50 +0000 (20:12 +0530)]
Merge pull request #7292 from sudhabisht/webtestfix2

Added skipped and webtest fix

8 years agoMerge pull request #7291 from rohankatkar/webtest_master
Monish Deb [Tue, 24 Nov 2015 14:41:12 +0000 (20:11 +0530)]
Merge pull request #7291 from rohankatkar/webtest_master

Webtests Fixes - master

8 years agoAdded skipped and fix some webtest
Sudha Bisht [Tue, 24 Nov 2015 13:44:50 +0000 (19:14 +0530)]
Added skipped and fix some webtest

8 years agoWebtests Fixes - master
Web Access [Tue, 24 Nov 2015 13:25:18 +0000 (18:55 +0530)]
Webtests Fixes - master

8 years agoMerge pull request #7271 from jitendrapurohit/CRM-17613
Monish Deb [Tue, 24 Nov 2015 11:28:55 +0000 (16:58 +0530)]
Merge pull request #7271 from jitendrapurohit/CRM-17613

CRM-17613 -- On view of register participant info, Selection section …

8 years agoMerge pull request #7287 from eileenmcnaughton/CRM-17539-4
Monish Deb [Tue, 24 Nov 2015 09:46:11 +0000 (15:16 +0530)]
Merge pull request #7287 from eileenmcnaughton/CRM-17539-4

CRM-17539 fix enotice on zero dollar receipt

8 years agoMerge pull request #7281 from mlutfy/4.7-crm13934
Yashodha Chaku [Tue, 24 Nov 2015 07:51:49 +0000 (13:21 +0530)]
Merge pull request #7281 from mlutfy/4.7-crm13934

CRM-13934: Fix for saving dedupe rules in non-English.

8 years agoCRM-16203 conflict fix in master
monishdeb [Tue, 24 Nov 2015 07:33:03 +0000 (13:03 +0530)]
CRM-16203 conflict fix in master

----------------------------------------
* CRM-16203:
  https://issues.civicrm.org/jira/browse/CRM-16203

8 years agouse implodepadded
jitendrapurohit [Tue, 24 Nov 2015 05:32:03 +0000 (11:02 +0530)]
use implodepadded

8 years agoCRM-17559 autorenew membership fix - front end form
eileen [Mon, 16 Nov 2015 11:04:45 +0000 (03:04 -0800)]
CRM-17559 autorenew membership fix - front end form

8 years agoCRM-17539 fix enotice on zero dollar receipt
eileen [Sun, 15 Nov 2015 21:47:32 +0000 (13:47 -0800)]
CRM-17539 fix enotice on zero dollar receipt

8 years agoMerge pull request #7203 from civicrm/eileenmcnaughton-patch-1
Eileen McNaughton [Tue, 24 Nov 2015 04:56:11 +0000 (17:56 +1300)]
Merge pull request #7203 from civicrm/eileenmcnaughton-patch-1

[DO NOT MERGE to master] Update 4.6 toxic code comment

8 years agoremove some unused variables & add comments
eileen [Tue, 24 Nov 2015 04:21:00 +0000 (17:21 +1300)]
remove some unused variables & add comments

8 years agoMerge pull request #7284 from eileenmcnaughton/master
Eileen McNaughton [Tue, 24 Nov 2015 03:59:58 +0000 (16:59 +1300)]
Merge pull request #7284 from eileenmcnaughton/master

code comments

8 years agocode comments
eileen [Tue, 24 Nov 2015 03:58:56 +0000 (16:58 +1300)]
code comments

8 years agoCRM-17155 improve links & options from all reports page
eileen [Fri, 6 Nov 2015 23:27:33 +0000 (15:27 -0800)]
CRM-17155 improve links & options from all reports page

This allows people to view the report in various formats, delete or update it from the all reports page

8 years agoCRM-17454 add tests for dedupe query
eileen [Tue, 24 Nov 2015 02:51:14 +0000 (15:51 +1300)]
CRM-17454 add tests for dedupe query

8 years agoMerge pull request #7280 from eileenmcnaughton/master
Eileen McNaughton [Tue, 24 Nov 2015 03:03:48 +0000 (16:03 +1300)]
Merge pull request #7280 from eileenmcnaughton/master

Remove defunct reference to cdType from case form

8 years agoCRM-17454 fix slow dedupe query
eileen [Tue, 24 Nov 2015 02:50:55 +0000 (15:50 +1300)]
CRM-17454 fix slow dedupe query

8 years agoCRM-13934: Fix for saving dedupe rules in non-English.
Mathieu Lutfy [Tue, 24 Nov 2015 02:27:59 +0000 (21:27 -0500)]
CRM-13934: Fix for saving dedupe rules in non-English.

8 years agoRemove defunct reference to cdType from case form
eileen [Tue, 24 Nov 2015 02:06:17 +0000 (15:06 +1300)]
Remove defunct reference to cdType from case form

8 years agoMerge pull request #7207 from totten/4.6-js-style
Eileen McNaughton [Tue, 24 Nov 2015 02:04:42 +0000 (15:04 +1300)]
Merge pull request #7207 from totten/4.6-js-style

jshint fixes

8 years agoMerge pull request #7268 from colemanw/userSystem
colemanw [Tue, 24 Nov 2015 00:46:34 +0000 (19:46 -0500)]
Merge pull request #7268 from colemanw/userSystem

Add userSystem to Civi facade... or don't

8 years agoCRM-16761 - New version of civicrm_generated.mysql.
Dave Greenberg [Tue, 24 Nov 2015 00:23:41 +0000 (16:23 -0800)]
CRM-16761 - New version of civicrm_generated.mysql.

----------------------------------------
* CRM-16761: Self service view, update and cancel for CiviEvent
  https://issues.civicrm.org/jira/browse/CRM-16761

8 years agoCRM-16761 - Form and message template fixes.
Dave Greenberg [Mon, 23 Nov 2015 23:55:26 +0000 (15:55 -0800)]
CRM-16761 - Form and message template fixes.

----------------------------------------
* CRM-16761: Self service view, update and cancel for CiviEvent
  https://issues.civicrm.org/jira/browse/CRM-16761

8 years agoMerge pull request #7228 from mollux/CRM-17582
Dave Greenberg [Mon, 23 Nov 2015 20:05:03 +0000 (12:05 -0800)]
Merge pull request #7228 from mollux/CRM-17582

CRM-17582 - Allow filtering on deleted participants.

8 years agoMerge pull request #7249 from davecivicrm/CRM-16761a
Dave Greenberg [Mon, 23 Nov 2015 18:25:26 +0000 (10:25 -0800)]
Merge pull request #7249 from davecivicrm/CRM-16761a

CRM-16761 - Forms, templates and message template changes.

8 years agoMerge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-11-23-22-46-27
Kurund Jalmi [Mon, 23 Nov 2015 17:31:42 +0000 (23:01 +0530)]
Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-11-23-22-46-27

8 years agoMerge pull request #7266 from jmcclelland/CRM-17586-master
colemanw [Mon, 23 Nov 2015 16:03:51 +0000 (11:03 -0500)]
Merge pull request #7266 from jmcclelland/CRM-17586-master

Crm 17586 master

8 years agoMerge pull request #7109 from jitendrapurohit/CRM-9428
colemanw [Mon, 23 Nov 2015 15:41:20 +0000 (10:41 -0500)]
Merge pull request #7109 from jitendrapurohit/CRM-9428

CRM-9428 - Using custom field data specified with hook_civicrm_custom…

8 years agoMerge pull request #7215 from totten/master-sql-log
colemanw [Mon, 23 Nov 2015 15:41:03 +0000 (10:41 -0500)]
Merge pull request #7215 from totten/master-sql-log

CRM-17394 - Initialize DB slightly later. Fix query-log and redundant SET NAMES.

8 years agoInitial refactor of CRM_Utils_System to use magic method.
Coleman Watts [Mon, 23 Nov 2015 15:35:00 +0000 (10:35 -0500)]
Initial refactor of CRM_Utils_System to use magic method.

Instead of creating one static function for every CMS function we can access them via magic method.

8 years agoCRM-17586 - fixed last coding style problem.
Jamie McClelland [Mon, 23 Nov 2015 15:26:14 +0000 (10:26 -0500)]
CRM-17586 - fixed last coding style problem.

8 years agoMerge pull request #7274 from monishdeb/testFailures
Monish Deb [Mon, 23 Nov 2015 15:11:20 +0000 (20:41 +0530)]
Merge pull request #7274 from monishdeb/testFailures

4.7beta1 w/o skip Webtest fixes

8 years agoMerge pull request #7273 from sudhabisht/webtestfix
Monish Deb [Mon, 23 Nov 2015 15:09:23 +0000 (20:39 +0530)]
Merge pull request #7273 from sudhabisht/webtestfix

Webtest Fix

8 years agoMerge pull request #7272 from rohankatkar/master_webtests
Monish Deb [Mon, 23 Nov 2015 15:08:51 +0000 (20:38 +0530)]
Merge pull request #7272 from rohankatkar/master_webtests

Webtests Fix

8 years ago4.7beta1 w/o skip Webtest fixes
monishdeb [Mon, 23 Nov 2015 15:04:53 +0000 (20:34 +0530)]
4.7beta1 w/o skip Webtest fixes