- Jul 17, 2020
-
-
Seamus Lee authored
#1869 - Include BOM in attachment when sending CSV CiviReport via mail_report job
-
Mathieu Lu authored
#1280 Fix ContributionPage soft_credit translation
-
colemanw authored
[NFC] Comment block cleanup
-
eileen authored
-
Eileen McNaughton authored
REF Extract addToRecentItems from membership create
-
Eileen McNaughton authored
Disable frequency/interval fields if not required. Mark required if they are so they are validated before submit
-
Eileen McNaughton authored
membership#18 Enhance parameters for Job.process_membership
-
Seamus Lee authored
Fix currency symbol for Total Amount on contribution page
-
Seamus Lee authored
RelationshipCache - Add a high-level index to facilitate relationship queries (more fields)
-
Seamus Lee authored
[REF] Fix a couple of jQuery errors that have cropped up
-
Eileen McNaughton authored
Hooks/Dispatcher - Close loopholes that occur around "preboot" hooks
-
Eileen McNaughton authored
APIv4 - Add shorthand for setCheckPermissions()
-
Eileen McNaughton authored
Use PrematureExit exception instead of weird hack in tests
-
Eileen McNaughton authored
#1113 - Decimal Separator - Invalid value "total_amount" (NaN,N) creating or editing a membership
-
Seamus Lee authored
(REF) regen.sh - Remove unusual handling of `zipcodes.mysql`
-
- Jul 16, 2020
-
-
-
Seamus Lee authored
-
Seamus Lee authored
Remove unnecessary try/catch per #17729
-
eileen authored
Passing is_unit_test to a function to avoid the civiExit routine has been superceded by catching PrematureExitExceptions
-
Seamus Lee authored
#1725 Only export primary address fields
-
Seamus Lee authored
api_v3_TaxContributionPageTest fix - remove hard coded processor id
-
totten authored
-
totten authored
-
totten authored
-
totten authored
-
totten authored
-
totten authored
-
totten authored
This is the more maximal variant of the schema which includes mirrors for most fields.
-
Eileen McNaughton authored
Fixed DB Error: syntax error if line item refers to civicrm_case
-
totten authored
Overview -------- This is a small refactoring in service of the broader goal of simplifying the sample-data generation and incorporating it into the installer (where it can be localized/configured and where we don't have to commit any blobs). The current process revolves around `regen.sh` and `civicrm_generated.mysql`. Before ------ `regen.sh` builds an example DB and dumps the content into `civicrm_generated.mysql`. As part of this, it loads `zipcodes.mysql` into the example DB, drops/creates a table `zipcodes`, then runs some setup work, and then re-drops `zipcodes`. This is only safe on an isolated database. If you're trying to run it on a pre-existing database created by `$cms`, then you don't know if there's going to be a conflict on `zipcodes`. After ----- It doesn't drop/create/drop the `zipcodes` table. It just reads from the file. Comment ------- The main change is fairly small. It looks big because `zipcodes.mysql` as to be reformatted as `zipcodes.json`.
-
Eileen McNaughton authored
Fix potential js error on summary screen when reloading blocks
-
eileen authored
-
colemanw authored
Search Ext: fix loading options and parsing custom field names
-
colemanw authored
-
totten authored
EventCart - Resolve BAO identity and uncommitted DAO changes
-
colemanw authored
-
colemanw authored
[REF] ScheduledJob cleanup, remove unused var
-
colemanw authored
-