eileen [Tue, 30 Jul 2013 00:42:54 +0000 (12:42 +1200)]
CRM-12108 noticed type on 'skipDefault' was wrong
Eileen [Mon, 29 Jul 2013 02:17:45 +0000 (22:17 -0400)]
CRM-12108 minor improvement - simplify ipn.php by putting logic in the
relevant classes (no logic behind the split)
colemanw [Thu, 1 Aug 2013 17:34:54 +0000 (10:34 -0700)]
Merge pull request #1300 from eileenmcnaughton/CRM-13142
CRM-13142 limited tidy up to extract js from tpl using new standards
Kurund Jalmi [Thu, 1 Aug 2013 15:47:52 +0000 (08:47 -0700)]
Merge pull request #1290 from pratik-joshi/CRM_12639-fix
Crm 12639 fix
Kurund Jalmi [Thu, 1 Aug 2013 15:44:18 +0000 (08:44 -0700)]
Merge pull request #1284 from yashodha/4.4.CRM-13092
CRM-13092
Kurund Jalmi [Thu, 1 Aug 2013 15:44:05 +0000 (08:44 -0700)]
Merge pull request #1303 from yashodha/CRM-13147
fixed query for CRM-13147
pratik-joshi [Thu, 1 Aug 2013 15:14:44 +0000 (08:14 -0700)]
Merge pull request #1304 from aadityawalawalkar/CRM-12439
Crm 12439
Aaditya Walawalkar [Thu, 1 Aug 2013 14:56:19 +0000 (20:26 +0530)]
CRM-12439 - indentation changes
----------------------------------------
* CRM-12439: Add description field for Profiles and expose the created_id field
http://issues.civicrm.org/jira/browse/CRM-12439
* CRM-12439-org:
http://issues.civicrm.org/jira/browse/CRM-12439-org
* CRM-12995-1:
http://issues.civicrm.org/jira/browse/CRM-12995-1
* CRM-12995-2:
http://issues.civicrm.org/jira/browse/CRM-12995-2
Aaditya Walawalkar [Thu, 1 Aug 2013 14:49:45 +0000 (20:19 +0530)]
CRM-12439 fix with webtest - Added description textarea and exposed created_id and description fields in profile listing page
----------------------------------------
* CRM-12439: Add description field for Profiles and expose the created_id field
http://issues.civicrm.org/jira/browse/CRM-12439
* CRM-12439-org:
http://issues.civicrm.org/jira/browse/CRM-12439-org
* CRM-12995-1:
http://issues.civicrm.org/jira/browse/CRM-12995-1
* CRM-12995-2:
http://issues.civicrm.org/jira/browse/CRM-12995-2
yashodha [Thu, 1 Aug 2013 13:38:28 +0000 (19:08 +0530)]
fixed query for CRM-13147
Kurund Jalmi [Thu, 1 Aug 2013 10:26:35 +0000 (03:26 -0700)]
Merge pull request #1301 from monishdeb/CRM-13029
CRM-13029 fix
monishdeb [Thu, 1 Aug 2013 09:59:54 +0000 (15:29 +0530)]
CRM-13029 fix
----------------------------------------
* CRM-13029: search builder: unable to search activity details
http://issues.civicrm.org/jira/browse/CRM-13029
eileen [Thu, 1 Aug 2013 08:17:30 +0000 (20:17 +1200)]
CRM-13142 if only one membership organization exists then prefill it (unless membership field is optional), add -select- to types as the default
Tim Otten [Thu, 1 Aug 2013 00:28:48 +0000 (17:28 -0700)]
Merge pull request #1298 from davecivicrm/CRM-13141
CRM-13141 restructured code to handle empty 200 result from public exten...
Dave Greenberg [Thu, 1 Aug 2013 00:17:38 +0000 (17:17 -0700)]
Corrected issue in patch noted by Tim on PR.
Tim Otten [Thu, 1 Aug 2013 00:02:00 +0000 (17:02 -0700)]
Merge pull request #1299 from totten/master-rest-empty-json
CRM-13139 - CRM_Utils_REST - Accept empty JSON objects ("{}")
Tim Otten [Wed, 31 Jul 2013 23:59:32 +0000 (16:59 -0700)]
CRM-13139 - CRM_Utils_REST - Accept empty JSON objects ("{}")
Note: When the "json" parameter includes malformed JSON (eg "{") or an empty
string (""), the behavior is unchanged. This only affects a well-formed empty-obect.
----------------------------------------
* CRM-13139: REST API: json_decode() fails for empty input
http://issues.civicrm.org/jira/browse/CRM-13139
eileen [Wed, 31 Jul 2013 23:49:14 +0000 (11:49 +1200)]
CRM-13142 limited tidy up to extract js from tpl using new standards (I have completely tidied up & jslinted it into a new file but discarded after a tidy up was merged in from 4.3
Dave Greenberg [Wed, 31 Jul 2013 22:59:04 +0000 (15:59 -0700)]
CRM-13141 restructured code to handle empty 200 result from public extensions directory.
----------------------------------------
* CRM-13141: Manage Extensions throws an erroneous fatal error - Failed Fetching List - when there are no extensions available for a particular install version
http://issues.civicrm.org/jira/browse/CRM-13141
Dave Greenberg [Wed, 31 Jul 2013 22:07:49 +0000 (15:07 -0700)]
Merge pull request #1293 from kurund/CRM-13130
CRM-13130, fixed notices and using Avery 5395 as default for layout form...
dlobo [Wed, 31 Jul 2013 20:49:47 +0000 (13:49 -0700)]
Merge pull request #1296 from dlobo/CRM-13090
fix patch for CRM-13090
Donald A. Lobo [Wed, 31 Jul 2013 20:48:52 +0000 (13:48 -0700)]
fix patch for CRM-13090
----------------------------------------
* CRM-13090: New Petition/Survey form validation - enforce unique constraint on ActivityType-Campaign-Title
http://issues.civicrm.org/jira/browse/CRM-13090
Tim Otten [Wed, 31 Jul 2013 20:36:09 +0000 (13:36 -0700)]
Merge pull request #1295 from totten/master-isprimary-tables
CRM-13075 - CRM_Core_BAO_Block - Allow handlePrimary() with entities from extensions
Tim Otten [Wed, 31 Jul 2013 20:32:54 +0000 (13:32 -0700)]
CRM-13075 - CRM_Core_BAO_Block - Allow handlePrimary() with entities from extensions
----------------------------------------
* CRM-13075: Mark is_primary for HRJob records
http://issues.civicrm.org/jira/browse/CRM-13075
Dave Greenberg [Wed, 31 Jul 2013 19:12:04 +0000 (12:12 -0700)]
Merge pull request #1217 from samuelsov/CRM-10606
CRM-10606 Remove specific code for upgrade from 2.0 to 2.1
kurund [Wed, 31 Jul 2013 19:00:27 +0000 (00:30 +0530)]
CRM-13130, fixed notices and using Avery 5395 as default for layout format
----------------------------------------
* CRM-13130: New Label Format entries do not store the 'name' property in values colum, and produce blank name badges
http://issues.civicrm.org/jira/browse/CRM-13130
Kurund Jalmi [Wed, 31 Jul 2013 15:53:51 +0000 (08:53 -0700)]
Merge pull request #1291 from monishdeb/CRM-8813
CRM-8813 Message Template fix
monishdeb [Wed, 31 Jul 2013 15:51:44 +0000 (21:21 +0530)]
CRM-8813 Message Template fix
----------------------------------------
* CRM-8813: Fix token insert cursor placement issue in Plain Text message body on IE 8
http://issues.civicrm.org/jira/browse/CRM-8813
Pratik Joshi [Wed, 31 Jul 2013 15:14:12 +0000 (20:44 +0530)]
CRM-12639 : improvement as per https://github.com/civicrm/civicrm-core/pull/1272#issuecomment-
21735152 comment , but couldn't find a way to retreive pseudo constants labels for email_greeting, postal_greeting, addressee, state_province_abbreavation , so left the condition statements as it is.
Pratik Joshi [Tue, 30 Jul 2013 15:59:31 +0000 (21:29 +0530)]
CRM_12639_fix : sending a clean PR after https://github.com/civicrm/civicrm-core/pull/1272 produced merge conflict
Kurund Jalmi [Wed, 31 Jul 2013 14:38:27 +0000 (07:38 -0700)]
Merge pull request #1289 from monishdeb/CRM-8813
CRM-8813 fix
monishdeb [Wed, 31 Jul 2013 14:32:28 +0000 (20:02 +0530)]
CRM-8813 fix
----------------------------------------
* CRM-8813: Fix token insert cursor placement issue in Plain Text message body on IE 8
http://issues.civicrm.org/jira/browse/CRM-8813
kurund [Wed, 31 Jul 2013 11:19:54 +0000 (16:49 +0530)]
Merge remote-tracking branch 'upstream/4.3' into 4.3-master-2013-07-31-15-53-16
Conflicts:
CRM/Contact/Form/Task/Batch.php
CRM/Contribute/Form/Task/Batch.php
CRM/Event/Form/ManageEvent/Fee.php
CRM/Price/BAO/LineItem.php
CRM/Utils/System/Base.php
templates/CRM/Batch/Form/Entry.tpl
Kurund Jalmi [Wed, 31 Jul 2013 10:06:39 +0000 (03:06 -0700)]
Merge pull request #1287 from pratik-joshi/CRM-13035-fix
CRM-13035-fix : initiating CRM_Contribute_BAO_Contribution instead of CRM_Contribute_DAO_Contribution
Kurund Jalmi [Wed, 31 Jul 2013 10:04:01 +0000 (03:04 -0700)]
Merge pull request #1286 from monishdeb/CRM-12270
CRM-12270 fix
Kurund Jalmi [Wed, 31 Jul 2013 10:02:10 +0000 (03:02 -0700)]
Merge pull request #1288 from monishdeb/CRM-12186
CRM-12186 fix
Kurund Jalmi [Wed, 31 Jul 2013 10:00:18 +0000 (03:00 -0700)]
Merge pull request #1283 from davecivicrm/CRM-13124
Crm -13124 Payment processor name missing from confirmation message
monishdeb [Wed, 31 Jul 2013 09:57:41 +0000 (15:27 +0530)]
CRM-12186 fix
----------------------------------------
* CRM-12186: Fonts in new profile editor preview mode are too small and wrapped.
http://issues.civicrm.org/jira/browse/CRM-12186
Pratik Joshi [Wed, 31 Jul 2013 08:35:01 +0000 (14:05 +0530)]
CRM-13035-fix : initiating CRM_Contribute_BAO_Contribution instead of CRM_Contribute_DAO_Contribution
monishdeb [Wed, 31 Jul 2013 08:07:14 +0000 (13:37 +0530)]
CRM-12270 fix
----------------------------------------
* CRM-12270: Batch Change Participant Status task sends confirmation email and marks contribution completed when participant status is updated FROM "Pending Pay Later" to "Attended" or "Registered"
http://issues.civicrm.org/jira/browse/CRM-12270
Kurund Jalmi [Wed, 31 Jul 2013 07:36:20 +0000 (00:36 -0700)]
Merge pull request #1285 from kurund/CRM-12814
CRM-12814, fixed the total issue, code cleanup and notice fixes
yashodha [Wed, 31 Jul 2013 06:16:45 +0000 (11:46 +0530)]
CRM-13092
Dave Greenberg [Wed, 31 Jul 2013 00:41:19 +0000 (17:41 -0700)]
CRM-13124 Smarty variable for processor name was no longer correct in templates/CRM/Contribute/Form/Contribution/Confirm.tpl
----------------------------------------
* CRM-13124: Payment processor name missing from confirmation message
http://issues.civicrm.org/jira/browse/CRM-13124
kurund [Tue, 30 Jul 2013 22:18:32 +0000 (03:48 +0530)]
CRM-12814, fixed the total issue, code cleanup and notice fixes
----------------------------------------
* CRM-12814: mailings tab slow performance
http://issues.civicrm.org/jira/browse/CRM-12814
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
Dave Greenberg [Mon, 29 Jul 2013 18:51:41 +0000 (11:51 -0700)]
Merge pull request #1219 from kurund/CRM-13078
CRM-13078
These commits improve things - you can't submit w/ invalid contact ID. Still a problem w/ error icon updating when user fixes the 'invalid contact id' situation. Kurund will investigate and submit addtional fixes as needed.
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