- Oct 02, 2020
-
-
eileen authored
Currently we do 2 queries per contribution create to retrieve pcp & soft credit info. However, the results of the queries are only used if pcp or soft credit keys exist in the params array
-
Eileen McNaughton authored
5.30 to master
-
Eileen McNaughton authored
#1920 - Fix smarty error and missing mail setting help
-
Eileen McNaughton authored
(REF) Make it easier for extensions to define basic bundles
-
totten authored
-
totten authored
-
totten authored
This mostly affects a hypothetical bundle defined outside of core's `Common.php`: * Before: You cannot re-use `useRegion()`. You'd have to write it again. * After: You can re-use and/or override `fillDefaults()`.
-
Seamus Lee authored
#1818 Upgrade AngularJS from 1.5.11 to 1.8
-
Seamus Lee authored
#2057 - Failing unit test for passing in activity contacts as scalars to Activity::create()
-
Seamus Lee authored
#1393 - distmaker - Skip new file "vendor/bin/cssmin"
-
totten authored
Overview ---------------------------------------- This fixes the broken distmaker builds in `master`. The file `vendor/bin/cssmin` was recently added by way of `composer-compile-lib => cssmin`. We don't need it in the tarball, and it's a symlink, so trying to include breaks some consumers (like in #1393). Technical Details ---------------------------------------- * Before (last release): `vendor/bin/cssmin` does not exist * Before (current master): `vendor/bin/cssmin` is created as symlink, copied to tarball * After (this commit): `vendor/bin/cssmin` is created on dev-builds but omitted from tarball
-
Seamus Lee authored
#2057 Remove extraneous activity contact queries on activity update
-
Seamus Lee authored
Fix cache bypass
-
- Oct 01, 2020
-
-
Eileen McNaughton authored
#2079 [REF] Remove reference to second param returned from CRM_Contact_BAO_Query::apiQuery
-
Seamus Lee authored
#2046 Ensure location BAOs have create actions, deprecate add…
-
Seamus Lee authored
[REF] Follow up cleanup from Event Location
-
eileen authored
-
colemanw authored
This removes 2 tests that broke with the upgrade to Angular 1.8. Neither test was covering much of anything useful.
-
colemanw authored
#1818 The biggest breaking change between 1.5 and 1.8 was the default hashPrefix. See https://github.com/angular/angular.js/blob/master/CHANGELOG.md#location-due-to-1 Our solution is to force crmApp to use the previous default. This ensures that existing modules which rely on crmApp for routing (which is nearly all of them) will be unaffected. New modules like Afform which use their own routing should use the new default recommended by Angular.
-
Eileen McNaughton authored
#2079 [REF] Fix some more calls to getTokens to make it clear only the first return value is used
-
Seamus Lee authored
Fix patently silly code
-
eileen authored
This changes it so that instead of doing either 1) if passing in an array of activity contacts for a given type then attempt to delete existing contacts, regardless of whether they are the same as the existing ones, create new ones OR 2) if the param is an int then do a lookup, per record type, and update if needed to - Do one query to find existing records of types to be deleted (for all 3 record types). Only delete activity contact records that are not to be kept and don't alter those records that should be retained
-
eileen authored
-
eileen authored
-
eileen authored
-
eileen authored
If the contact is not impacted by any acls then ids will be an empty array. However, currently an empty array is treated as 'uncached' rather than 'cached by empty' which would be represented by null
-
Seamus Lee authored
#2073 Improve cleanup on syntax conformance test
-
Eileen McNaughton authored
#2003 Use Brick/Money to ensure that we display all possible …
-
Seamus Lee authored
(REF) Switch to composer-compile-lib
-
eileen authored
Cleaning up all objects seems a bit too much - but ensuring we re-set the DAO we create in this class should be a memory-friendly action https://github.com/civicrm/civicrm-core/pull/18639
-
- Sep 30, 2020
-
-
DaveD authored
-
totten authored
-
Seamus Lee authored
#2046 Rationalise add vs create on website BAO
-
Seamus Lee authored
#334 Use the current in use collation and character sets when…
-
totten authored
The overall effect of this change is to get access to a few more helpers. Before: Load `composer-compile-plugin`, `scssphp`, and `php-autoprefxer` as three distinct packages. After: Load `composer-compile-lib`, which transitively requires all those others *and* includes some helpers. Sea also * https://github.com/civicrm/composer-compile-plugin * https://github.com/civicrm/composer-compile-lib
-
Seamus Lee authored
#2003 Use Brick/Money to ensure that we display all possible digits stored in the database for the option amount Add in noisy notice about fall back due to missing intl extension
-
Seamus Lee authored
membership#27 Update outdated membership statuses in preProcess rather than submit
-
Seamus Lee authored
#2073 Memory drain
-
Seamus Lee authored
#334 Use the current in use collation and character sets when creating new custom value tables
-
Seamus Lee authored
[REF] Add in frontend fields for title and description of group Schem…
-