yashodha [Wed, 31 Jul 2013 06:16:45 +0000 (11:46 +0530)]
CRM-13092
Dave Greenberg [Tue, 30 Jul 2013 19:23:52 +0000 (12:23 -0700)]
Update Layout.hlp
fixed duplicate id in htxt tag.
colemanw [Tue, 30 Jul 2013 17:29:04 +0000 (10:29 -0700)]
Merge pull request #1282 from colemanw/getLabel
More robust ways to get pseudoconstant labels and names CRM-12464
Coleman Watts [Tue, 30 Jul 2013 16:52:33 +0000 (09:52 -0700)]
More robust ways to get pseudoconstant labels and names CRM-12464
----------------------------------------
* CRM-12464: Add PseudoConstants to Schema Metadata
http://issues.civicrm.org/jira/browse/CRM-12464
deepak-srivastava [Tue, 30 Jul 2013 16:15:29 +0000 (09:15 -0700)]
Merge pull request #1281 from deepak-srivastava/softcredits
CRM-13061, soft credits - aggregate columns, filters and stats
Deepak Srivastava [Tue, 30 Jul 2013 15:03:31 +0000 (20:33 +0530)]
CRM-13061, soft credits - aggregate columns, filters and stats
----------------------------------------
* CRM-13061: Add Soft Credits to Contribution Summary Report
http://issues.civicrm.org/jira/browse/CRM-13061
Kurund Jalmi [Tue, 30 Jul 2013 07:00:06 +0000 (00:00 -0700)]
Merge pull request #1276 from davecivicrm/CRM-12963
Crm 12963 adding help and fixing typos and markup
Tim Otten [Tue, 30 Jul 2013 05:23:17 +0000 (22:23 -0700)]
Merge pull request #1278 from totten/master-reporttestcase-2
CRM-12622 - Misc fixes/enhancements
Tim Otten [Tue, 30 Jul 2013 05:18:11 +0000 (22:18 -0700)]
CRM-12622 - Report testing - Multiple fixes/enhancements:
* Use only non-international (ASCII) characters. The international characters break when executing multiple tests.
* Drop temporary tables created by Contribute/Detail report. They break when executing multiple tess.
* Add positive and negative test cases to CRM_Report_Form_TestCaseTest. The tests evolved originally within DetailTest, but tey look redundant/silly in DetailTest. Put them in a new class where it's clearer that we're testing the framework (and DetailTest is just an example)
----------------------------------------
* CRM-12622: Create framework for example report data files
http://issues.civicrm.org/jira/browse/CRM-12622
Tim Otten [Tue, 30 Jul 2013 04:19:53 +0000 (21:19 -0700)]
CRM-12622 - CiviUnitTestCase - Promote sethtmlGlobals
When defining multiple cases in CRM_Report_Form_Contribute_Detail, the
second case fails due to an uninitialized (lost?) global.
api_v3_UFFieldTest seems to have a work-around.
```
1) CRM_Report_Form_Contribute_DetailTest::testReportOutput with data set #1 ('CRM_Report_Form_Contribute_Detail', array(array('first_name', 'email', 'total_amount'), array('gte', 50)), 'fixtures/dataset.sql', 'fixtures/report.csv')
Undefined index: _HTML_QuickForm_registered_rules
/Applications/MAMP/htdocs/sites/all/modules/civicrm/packages/HTML/QuickForm/RuleRegistry.php:122
/Applications/MAMP/htdocs/sites/all/modules/civicrm/packages/HTML/QuickForm/RuleRegistry.php:98
/Applications/MAMP/htdocs/sites/all/modules/civicrm/packages/HTML/QuickForm.php:389
/Applications/MAMP/htdocs/sites/all/modules/civicrm/CRM/Core/Form.php:187
/Applications/MAMP/htdocs/sites/all/modules/civicrm/CRM/Core/Form.php:156
/Applications/MAMP/htdocs/sites/all/modules/civicrm/CRM/Report/Form.php:256
/Applications/MAMP/htdocs/sites/all/modules/civicrm/CRM/Report/Form/Contribute/Detail.php:362
/Applications/MAMP/htdocs/sites/all/modules/civicrm/CRM/Core/Controller.php:426
/Applications/MAMP/htdocs/sites/all/modules/civicrm/CRM/Core/Controller/Simple.php:79
/Applications/MAMP/htdocs/sites/all/modules/civicrm/tests/phpunit/CiviTest/CiviReportTestCase.php:43
/Applications/MAMP/htdocs/sites/all/modules/civicrm/tests/phpunit/CRM/Report/Form/Contribute/DetailTest.php:105
/Applications/MAMP/htdocs/sites/all/modules/civicrm/tools/scripts/phpunit:75
```
----------------------------------------
* CRM-12622: Create framework for example report data files
http://issues.civicrm.org/jira/browse/CRM-12622
Tim Otten [Tue, 30 Jul 2013 04:15:28 +0000 (21:15 -0700)]
CRM_Utils_GlobalStack - Allow top-level vars
Tim Otten [Tue, 30 Jul 2013 03:36:47 +0000 (20:36 -0700)]
Merge pull request #1277 from totten/master-reporttestcase
CRM-12622 - Fix regresion in CRM_Report_Form_Contribute_DetailTest
Tim Otten [Tue, 30 Jul 2013 03:35:22 +0000 (20:35 -0700)]
Cleanup/Autoformat
Tim Otten [Tue, 30 Jul 2013 03:33:49 +0000 (20:33 -0700)]
CRM-12622 - Extract assertCsvArraysEqual
----------------------------------------
* CRM-12622: Create framework for example report data files
http://issues.civicrm.org/jira/browse/CRM-12622
Tim Otten [Tue, 30 Jul 2013 03:21:44 +0000 (20:21 -0700)]
CRM_Report_Form_Contribute_DetailTest - Update ($ vs USD)
Tim Otten [Tue, 30 Jul 2013 03:18:47 +0000 (20:18 -0700)]
CRM-12622 - CiviReportTestCase - Set missing global variables
----------------------------------------
* CRM-12622: Create framework for example report data files
http://issues.civicrm.org/jira/browse/CRM-12622
Tim Otten [Mon, 29 Jul 2013 23:47:49 +0000 (16:47 -0700)]
Merge pull request #1270 from ravishnair/CRM-13037
-- CRM-13037 fix for Navigating among tabs produces wrong popups
Dave Greenberg [Mon, 29 Jul 2013 22:30:49 +0000 (15:30 -0700)]
CRM-12963 adding help
----------------------------------------
* CRM-12963: Event Badge Improvements
http://issues.civicrm.org/jira/browse/CRM-12963
Dave Greenberg [Mon, 29 Jul 2013 22:19:50 +0000 (15:19 -0700)]
CRM-12963 Adding help for badges, changing field label to be consistent w our terminology, use standard Add New markup.
----------------------------------------
* CRM-12963: Event Badge Improvements
http://issues.civicrm.org/jira/browse/CRM-12963
Kurund Jalmi [Mon, 29 Jul 2013 17:38:25 +0000 (10:38 -0700)]
Merge pull request #1274 from davecivicrm/CRM-13117
CRM-13117 remove references to Global Settings menu item.
Kurund Jalmi [Mon, 29 Jul 2013 17:30:31 +0000 (10:30 -0700)]
Merge pull request #1273 from colemanw/bool
Remove unused T_BOOL constant
Coleman Watts [Mon, 29 Jul 2013 17:29:56 +0000 (10:29 -0700)]
Pass context from pseudoconstant getKey/getValue CRM-12464
----------------------------------------
* CRM-12464: Add PseudoConstants to Schema Metadata
http://issues.civicrm.org/jira/browse/CRM-12464
Coleman Watts [Mon, 29 Jul 2013 16:28:01 +0000 (09:28 -0700)]
Remove unused T_BOOL constant
colemanw [Mon, 29 Jul 2013 16:12:37 +0000 (09:12 -0700)]
Merge pull request #1105 from colemanw/prevNext
Search optimizations: prevnext cache improvements
Coleman Watts [Mon, 29 Jul 2013 04:18:59 +0000 (21:18 -0700)]
Test fix
deepak-srivastava [Mon, 29 Jul 2013 10:36:45 +0000 (03:36 -0700)]
Merge pull request #1271 from deepak-srivastava/revisions
CRM-12915, fixed dailog output for empty response
Deepak Srivastava [Mon, 29 Jul 2013 10:32:24 +0000 (16:02 +0530)]
CRM-12915, fixed dailog output for empty response
----------------------------------------
* CRM-12915: Improve layout of revision-history for multi-row CustomGroups
http://issues.civicrm.org/jira/browse/CRM-12915
Kurund Jalmi [Mon, 29 Jul 2013 10:06:22 +0000 (03:06 -0700)]
Merge pull request #1259 from kurund/eval-fixes
component export was broken due to eval cleanup, this should fix
Kurund Jalmi [Mon, 29 Jul 2013 10:06:00 +0000 (03:06 -0700)]
Merge pull request #1267 from yashodha/4.4.CRM-12849
worked on CRM-12849
Kurund Jalmi [Mon, 29 Jul 2013 10:05:07 +0000 (03:05 -0700)]
Merge pull request #1268 from pratik-joshi/CRM-13112-qa-fix
-- CRM-13112 : is share handling on confirm petition page which can be visited after email verification
Kurund Jalmi [Mon, 29 Jul 2013 10:04:30 +0000 (03:04 -0700)]
Merge pull request #1269 from yashodha/4.4.CRM-13092
CRM-13092
Ravish Nair [Mon, 29 Jul 2013 10:03:34 +0000 (15:33 +0530)]
-- indentation fix
----------------------------------------
* CRM-13037:
http://issues.civicrm.org/jira/browse/CRM-13037
Ravish Nair [Mon, 29 Jul 2013 09:42:45 +0000 (15:12 +0530)]
-- CRM-13037 fix for Navigating among tabs produces wrong popups
----------------------------------------
* CRM-13037:
http://issues.civicrm.org/jira/browse/CRM-13037
yashodha [Mon, 29 Jul 2013 08:36:31 +0000 (14:06 +0530)]
CRM-13092
yashodha [Mon, 29 Jul 2013 08:06:51 +0000 (13:36 +0530)]
CRM-13092
Pratik Joshi [Mon, 29 Jul 2013 07:48:08 +0000 (13:18 +0530)]
-- CRM-13112 : is share handling on confirm petition page which can be visited after email verification
yashodha [Mon, 29 Jul 2013 05:30:02 +0000 (11:00 +0530)]
worked on CRM-12849
Tim Otten [Mon, 29 Jul 2013 02:07:25 +0000 (19:07 -0700)]
Merge pull request #1262 from eileenmcnaughton/CRM-13072-more-upgrades
Crm 13072 more upgrades
Tim Otten [Mon, 29 Jul 2013 01:34:08 +0000 (18:34 -0700)]
Merge pull request #1266 from totten/master-bb-ismodified-fix
CRM-12923 - crm.backbon.js - Fix bug
Tim Otten [Mon, 29 Jul 2013 01:11:57 +0000 (18:11 -0700)]
CRM-12923 - crm.backbon.js - Fix bug
----------------------------------------
* CRM-12923: Create HTML prototype of "Job Position" UI
http://issues.civicrm.org/jira/browse/CRM-12923
Tim Otten [Sun, 28 Jul 2013 22:07:31 +0000 (15:07 -0700)]
Merge pull request #1265 from totten/master-bb-ismodified
CRM-12923 - crm.backbone.js - Add isModified (in addition to isSaved)
Tim Otten [Sun, 28 Jul 2013 22:05:16 +0000 (15:05 -0700)]
CRM-12923 - crm.backbone.js - Add isModified (in addition to isSaved)
----------------------------------------
* CRM-12923: Create HTML prototype of "Job Position" UI
http://issues.civicrm.org/jira/browse/CRM-12923
eileen [Sun, 28 Jul 2013 19:44:17 +0000 (07:44 +1200)]
CRM-13072 tidy up of examples, syntax conformance debug
colemanw [Sun, 28 Jul 2013 19:45:06 +0000 (12:45 -0700)]
Merge pull request #1264 from colemanw/pseudo
Support additional option lists - state, country, boolean CRM-12464
Dave Greenberg [Sun, 28 Jul 2013 19:06:48 +0000 (12:06 -0700)]
CRM-13117 remove references to Global Settings menu item.
----------------------------------------
* CRM-13117:
http://issues.civicrm.org/jira/browse/CRM-13117
deepak-srivastava [Sun, 28 Jul 2013 14:36:23 +0000 (07:36 -0700)]
Merge pull request #1263 from deepak-srivastava/revisions
CRM-12915, common js file for CiviHR to load revisions inside a tab
Deepak Srivastava [Sun, 28 Jul 2013 14:33:36 +0000 (20:03 +0530)]
CRM-12915, common js file for CiviHR to load revisions inside a tab
----------------------------------------
* CRM-12915: Improve layout of revision-history for multi-row CustomGroups
http://issues.civicrm.org/jira/browse/CRM-12915
eileen [Sun, 28 Jul 2013 10:12:59 +0000 (22:12 +1200)]
CRM-13072 more test class upgrades
eileen [Sun, 28 Jul 2013 10:09:00 +0000 (22:09 +1200)]
CRM-13072 remove require_once
eileen [Sun, 28 Jul 2013 10:02:56 +0000 (22:02 +1200)]
CRM-13072 a bit of extra getcount error handling
eileen [Sun, 28 Jul 2013 09:58:02 +0000 (21:58 +1200)]
CRM-13072 Update examples
eileen [Sat, 27 Jul 2013 22:46:45 +0000 (10:46 +1200)]
CRM-13072 further tweak on example formatter
eileen [Sat, 27 Jul 2013 22:31:57 +0000 (10:31 +1200)]
CRM-13072 update example template
eileen [Sat, 27 Jul 2013 22:30:37 +0000 (10:30 +1200)]
CRM-13072 fix non return on civicrm_api3 wrapper - how did that sneak in?
eileen [Sat, 27 Jul 2013 21:57:00 +0000 (09:57 +1200)]
CRM-13072 fix documentMe to not show debug fields on nested items
Coleman Watts [Sat, 27 Jul 2013 21:06:49 +0000 (14:06 -0700)]
Support additional option lists - state, country, boolean CRM-12464
----------------------------------------
* CRM-12464: Add PseudoConstants to Schema Metadata
http://issues.civicrm.org/jira/browse/CRM-12464
Kurund Jalmi [Sat, 27 Jul 2013 20:02:40 +0000 (13:02 -0700)]
Merge pull request #1261 from kurund/CRM-12994
CRM-12994, Premiums Section disabled, yet asking for No Thank You Title
kurund [Sat, 27 Jul 2013 20:00:22 +0000 (01:30 +0530)]
CRM-12994, js cleanup
----------------------------------------
* CRM-12994: Premiums Section disabled, yet asking for No Thank You Title
http://issues.civicrm.org/jira/browse/CRM-12994
kurund [Sat, 27 Jul 2013 19:32:47 +0000 (01:02 +0530)]
template cleanup
Kurund Jalmi [Sat, 27 Jul 2013 19:21:51 +0000 (12:21 -0700)]
Merge pull request #1260 from aadityawalawalkar/CRM-12994
CRM-12994 fix and web test
Kurund Jalmi [Sat, 27 Jul 2013 19:05:19 +0000 (12:05 -0700)]
Merge pull request #1214 from davecivicrm/CRM-12788
CRM-12788 MembershipBlock.tpl was missing the conditional to display mul...
Kurund Jalmi [Sat, 27 Jul 2013 19:01:57 +0000 (12:01 -0700)]
Merge pull request #1216 from davecivicrm/CRM-13062
CRM-13062 Fix various typos and obsolete admin menu paths.
Kurund Jalmi [Sat, 27 Jul 2013 19:00:53 +0000 (12:00 -0700)]
Merge pull request #1227 from PalanteJon/for-real-2
fixes CRM-13050 - incorporates Kurund's suggestion to use CRM_Core_DAO::VALUE_SEPARATOR
Kurund Jalmi [Sat, 27 Jul 2013 18:58:20 +0000 (11:58 -0700)]
Merge pull request #1238 from sfe-ev/CRM-12995_amend
Amend CRM-12995 fix
kurund [Sat, 27 Jul 2013 18:29:42 +0000 (23:59 +0530)]
component export was broken due to eval cleanup, this should fix
Kurund Jalmi [Sat, 27 Jul 2013 12:59:11 +0000 (05:59 -0700)]
Merge pull request #1226 from kurund/CRM-11137
CRM-11137
Kurund Jalmi [Sat, 27 Jul 2013 12:58:01 +0000 (05:58 -0700)]
Merge pull request #1243 from yashodha/4.4.CRM-13112
CRM-13112
eileen [Sat, 27 Jul 2013 12:10:11 +0000 (00:10 +1200)]
CRM-13072 set domain default for UF_Match on BAO layer rather than requiring on api
eileen [Sat, 27 Jul 2013 12:04:20 +0000 (00:04 +1200)]
CRM-13072 test related cleanups - handled getcount on priceset (hackily), simplify membership, whitespace, declare price_field_id as a required field on price_field_value
eileen [Sat, 27 Jul 2013 11:58:38 +0000 (23:58 +1200)]
CRM-13072 more test upgrades
Tim Otten [Sat, 27 Jul 2013 02:26:03 +0000 (19:26 -0700)]
Merge pull request #1257 from davecivicrm/CRM-13110
CRM-13110
Tim Otten [Sat, 27 Jul 2013 02:24:21 +0000 (19:24 -0700)]
Merge pull request #1258 from totten/master-callapissuccess
CiviUnitTestCase::callAPIAndDocument - Don't retry failed API calls
Tim Otten [Sat, 27 Jul 2013 02:03:31 +0000 (19:03 -0700)]
CiviUnitTestCase::callAPIAndDocument - Don't retry failed API calls
Dave Greenberg [Fri, 26 Jul 2013 23:47:24 +0000 (16:47 -0700)]
Comment fix and using self:: for all on line 2153
Dave Greenberg [Fri, 26 Jul 2013 23:36:41 +0000 (16:36 -0700)]
Fixed bug where delete membership task does not also delete related memberships. Created a new del method in Membership BAO.
Coleman Watts [Fri, 26 Jul 2013 23:10:10 +0000 (16:10 -0700)]
Revert PR#980 Restore SOAP code CRM-12343
----------------------------------------
* CRM-12343: Remove Soap code
http://issues.civicrm.org/jira/browse/CRM-12343
Coleman Watts [Fri, 26 Jul 2013 21:17:17 +0000 (14:17 -0700)]
Fix group api to work with group_type param
colemanw [Fri, 26 Jul 2013 20:04:11 +0000 (13:04 -0700)]
Merge pull request #1256 from totten/master-crmapi-json
CRM-13121 - CRM.api - Always encode data with JSON
Tim Otten [Fri, 26 Jul 2013 19:02:28 +0000 (12:02 -0700)]
CRM-13121 - CRM.api - Always encode data with JSON
The query-string encoder misencodes empty arrays -- and most likely
misencodes other things.
----------------------------------------
* CRM-13121: CRM.api cannot call "replace" with empty list
http://issues.civicrm.org/jira/browse/CRM-13121
Tim Otten [Fri, 26 Jul 2013 18:13:39 +0000 (11:13 -0700)]
Merge pull request #1251 from totten/master-bb-issaved
CRM-12934 - Multiple Backbone updates
deepak-srivastava [Fri, 26 Jul 2013 09:07:04 +0000 (02:07 -0700)]
Merge pull request #1253 from eileenmcnaughton/CRM-13072-testfixes
CRM-13072 upgrade additional test classes
eileen [Fri, 26 Jul 2013 09:02:22 +0000 (21:02 +1200)]
CRM-13072 upgrade participant status test
eileen [Fri, 26 Jul 2013 08:57:04 +0000 (20:57 +1200)]
CRM-13072 upgrade note test
eileen [Fri, 26 Jul 2013 08:52:40 +0000 (20:52 +1200)]
CRM-13072 upgrade membership status test
eileen [Fri, 26 Jul 2013 08:46:05 +0000 (20:46 +1200)]
CRM-13072 upgrade mailing test
eileen [Fri, 26 Jul 2013 08:33:13 +0000 (20:33 +1200)]
CRM-13072 upgrade mailing group test
eileen [Fri, 26 Jul 2013 08:25:09 +0000 (20:25 +1200)]
CRM-13072 fix activity contact test - fix delete function in tear down, use callAPISuccess & callAPIFailure, add comments to discourage proliferation of redundant failure tests
eileen [Fri, 26 Jul 2013 08:13:45 +0000 (20:13 +1200)]
CRM-13072 minor tweaks mail settings test
eileen [Fri, 26 Jul 2013 08:13:01 +0000 (20:13 +1200)]
CRM-13072 minor tweaks loc block test
eileen [Fri, 26 Jul 2013 08:11:20 +0000 (20:11 +1200)]
CRM-13072 minor tweaks line item test
eileen [Fri, 26 Jul 2013 08:09:24 +0000 (20:09 +1200)]
CRM-13072 upgrade job test
eileen [Fri, 26 Jul 2013 08:00:49 +0000 (20:00 +1200)]
CRM-13072 upgrade group test
eileen [Fri, 26 Jul 2013 08:00:01 +0000 (20:00 +1200)]
CRM-13072 upgrade group organization test
eileen [Fri, 26 Jul 2013 07:58:34 +0000 (19:58 +1200)]
CRM-13072 upgrade group nesting test
eileen [Fri, 26 Jul 2013 07:31:11 +0000 (19:31 +1200)]
CRM-13072 upgrade additional test classes
Tim Otten [Fri, 26 Jul 2013 07:14:19 +0000 (00:14 -0700)]
Merge pull request #1252 from eileenmcnaughton/CRM-13072-testfixes
CRM-13072 fix new enotice
eileen [Fri, 26 Jul 2013 07:12:09 +0000 (19:12 +1200)]
CRM-13072 upgrade additional test classes including fixing activity.type.delete
eileen [Fri, 26 Jul 2013 06:26:45 +0000 (18:26 +1200)]
CRM-13072 argh that last minute fix & the enotices git add tests/phpunit/CiviTest/CiviUnitTestCase.php
eileen [Fri, 26 Jul 2013 06:15:03 +0000 (18:15 +1200)]
CRM-13072 api improvements, return failed sql to permissioned users, cast getcount to an integer, whitespace
eileen [Fri, 26 Jul 2013 05:51:29 +0000 (17:51 +1200)]
CRM-13072 fix new enotice