civicrm-core.git
3 years agoAPIv4 - Fix bug when using relative date filters in ON clause of a join
Coleman Watts [Wed, 3 Feb 2021 13:18:36 +0000 (08:18 -0500)]
APIv4 - Fix bug when using relative date filters in ON clause of a join

3 years agoMerge pull request #19496 from colemanw/afformBugFixes
Eileen McNaughton [Wed, 3 Feb 2021 11:26:33 +0000 (00:26 +1300)]
Merge pull request #19496 from colemanw/afformBugFixes

Afform - Misc tweaks, validation & bug fixes

3 years agoMerge pull request #19513 from eileenmcnaughton/kernel_error
Eileen McNaughton [Wed, 3 Feb 2021 09:24:54 +0000 (22:24 +1300)]
Merge pull request #19513 from eileenmcnaughton/kernel_error

Move require once in api kernel to support edge cases

3 years agoMerge pull request #19492 from demeritcowboy/fatalerrorhandler
Seamus Lee [Wed, 3 Feb 2021 09:17:23 +0000 (20:17 +1100)]
Merge pull request #19492 from demeritcowboy/fatalerrorhandler

dev/core#2350 - Oauth extension - Setting a fatalErrorHandler might override the redirect url because typo

3 years agoconfig-form.html - Fix rendering of client-side validation error for "server_route"
Tim Otten [Wed, 3 Feb 2021 08:35:14 +0000 (00:35 -0800)]
config-form.html - Fix rendering of client-side validation error for "server_route"

3 years agoMove require once in api kernel to support edge cases
eileen [Wed, 3 Feb 2021 07:23:35 +0000 (20:23 +1300)]
Move require once in api kernel to support edge cases

The function 'createError' on the kernel class calls 3 functions that are in the api v3 utils file.
It is possible to reach this from apiv4 using drush (I realise we
don't really know much about how to support api v4 with drush but it DOES work with a simple
api with this patch in my testing). We could go with only including utils.php in
v4 api AND the createError function. I think it's more readable this way.

To test this try

 drush  cvapi  Contribution.get version=4

it will legitimately fail without checkPermissions=0 but it will fail with a
require_once error without this patch

3 years agoSearch Kit - Improve display of afforms in search list
Coleman Watts [Wed, 3 Feb 2021 01:57:03 +0000 (20:57 -0500)]
Search Kit - Improve display of afforms in search list

3 years agoMerge pull request #19417 from eileenmcnaughton/test
Monish Deb [Tue, 2 Feb 2021 23:24:23 +0000 (04:54 +0530)]
Merge pull request #19417 from eileenmcnaughton/test

[REF] Standardise methods of determining isTest

3 years agoMerge pull request #19505 from mattwire/remotememrelated
Seamus Lee [Tue, 2 Feb 2021 22:28:05 +0000 (09:28 +1100)]
Merge pull request #19505 from mattwire/remotememrelated

Remove another use of loadRelatedObjects() function

3 years agoMerge pull request #19500 from eileenmcnaughton/cancel
Seamus Lee [Tue, 2 Feb 2021 22:16:58 +0000 (09:16 +1100)]
Merge pull request #19500 from eileenmcnaughton/cancel

dev/core#2206 Unhide contributioncancelactions core extension

3 years agoMerge pull request #19507 from eileenmcnaughton/trans
Matthew Wire [Tue, 2 Feb 2021 21:24:03 +0000 (21:24 +0000)]
Merge pull request #19507 from eileenmcnaughton/trans

Comment intent to remove call to transition components

3 years agoComment intent to remove call to transition components
eileen [Tue, 2 Feb 2021 20:55:16 +0000 (09:55 +1300)]
Comment intent to remove call to transition components

The other usages have been migrated to contributioncancelactions so only update-to-completed remains

3 years agoMerge pull request #19502 from mattwire/sendReminder
Eileen McNaughton [Tue, 2 Feb 2021 20:48:58 +0000 (09:48 +1300)]
Merge pull request #19502 from mattwire/sendReminder

CRM_Core_BAO_MessageTemplate::sendReminder() is not used anywhere

3 years agoMerge pull request #19504 from colemanw/labelField
Eileen McNaughton [Tue, 2 Feb 2021 20:47:01 +0000 (09:47 +1300)]
Merge pull request #19504 from colemanw/labelField

Add "labelField" metadata to entities

3 years agoUnhide contributioncancelactions
eileen [Tue, 2 Feb 2021 07:45:00 +0000 (20:45 +1300)]
Unhide contributioncancelactions

With https://github.com/civicrm/civicrm-core/pull/19289 merged we
can now unhide this extension & people can disable it if they wish (as a
supported option)

3 years agoRemove another use of loadRelatedObjects() as we call it again before using
Matthew Wire [Tue, 2 Feb 2021 19:30:39 +0000 (19:30 +0000)]
Remove another use of loadRelatedObjects() as we call it again before using

3 years agoMerge pull request #19503 from mattwire/casecomponentignoreexception
Seamus Lee [Tue, 2 Feb 2021 20:00:23 +0000 (07:00 +1100)]
Merge pull request #19503 from mattwire/casecomponentignoreexception

Use exceptions when enabling case component / checking for 'CREATE VIEW' permissions

3 years agoAdd "labelField" metadata to entities
Coleman Watts [Tue, 2 Feb 2021 19:24:51 +0000 (14:24 -0500)]
Add "labelField" metadata to entities

This determines which field will be shown when displaying a single record
e.g. when viewing a Contact, show the display_name.

3 years agoAfform - Fix repeatable blocks in GUI
Coleman Watts [Tue, 2 Feb 2021 18:31:22 +0000 (13:31 -0500)]
Afform - Fix repeatable blocks in GUI

3 years agoSearch kit: Fix bug when showing functions in HAVING clause
Coleman Watts [Tue, 2 Feb 2021 15:09:53 +0000 (10:09 -0500)]
Search kit: Fix bug when showing functions in HAVING clause

3 years agoAfform Admin - Pluralize tabs & rename variable with same name as another
Coleman Watts [Tue, 2 Feb 2021 03:32:11 +0000 (22:32 -0500)]
Afform Admin - Pluralize tabs & rename variable with same name as another

3 years agoAfform - Fix filling preset values during submit
Coleman Watts [Tue, 2 Feb 2021 01:56:28 +0000 (20:56 -0500)]
Afform - Fix filling preset values during submit

At some point the `af-values` attribute got renamed `data` but the Submit api wasn't updated.

3 years agoAfform Gui - Reset server_route and is_dashlet when cloning
Coleman Watts [Tue, 2 Feb 2021 01:19:05 +0000 (20:19 -0500)]
Afform Gui - Reset server_route and is_dashlet when cloning

3 years agoAfform Gui - Basic validation & defaults for server_route
Coleman Watts [Mon, 1 Feb 2021 22:46:26 +0000 (17:46 -0500)]
Afform Gui - Basic validation & defaults for server_route

3 years agoUse exceptions when enabling case component / checking for 'CREATE VIEW' permissions
Matthew Wire [Tue, 2 Feb 2021 14:27:34 +0000 (14:27 +0000)]
Use exceptions when enabling case component / checking for 'CREATE VIEW' permissions

3 years agoCRM_Core_BAO_MessageTemplate::sendReminder() is not used anywhere
Matthew Wire [Tue, 2 Feb 2021 12:34:14 +0000 (12:34 +0000)]
CRM_Core_BAO_MessageTemplate::sendReminder() is not used anywhere

3 years agoMerge pull request #19499 from eileenmcnaughton/silly_if
Seamus Lee [Tue, 2 Feb 2021 09:50:50 +0000 (20:50 +1100)]
Merge pull request #19499 from eileenmcnaughton/silly_if

Remove always true if

3 years agoMerge pull request #19289 from eileenmcnaughton/cancel
Monish Deb [Tue, 2 Feb 2021 04:21:46 +0000 (09:51 +0530)]
Merge pull request #19289 from eileenmcnaughton/cancel

dev/core#2206 Move cancel pledge into Contribution.create and fix

3 years agoMerge pull request #19493 from civicrm/5.34
Seamus Lee [Tue, 2 Feb 2021 03:58:15 +0000 (14:58 +1100)]
Merge pull request #19493 from civicrm/5.34

5.34

3 years agoMerge pull request #19497 from eileenmcnaughton/534
Seamus Lee [Tue, 2 Feb 2021 02:14:59 +0000 (13:14 +1100)]
Merge pull request #19497 from eileenmcnaughton/534

Fix for ReportTest when launching a pdf

3 years agoRemove always true if
eileen [Tue, 2 Feb 2021 01:19:13 +0000 (14:19 +1300)]
Remove always true if

This if is logically always true based on the if that precedes it

3 years agoFix for ReportTest when launching a pdf
eileen [Tue, 2 Feb 2021 00:59:37 +0000 (13:59 +1300)]
Fix for ReportTest when launching a pdf

3 years agoAfform - Rename 'Forms' menu item to 'Form Builder'
Coleman Watts [Mon, 1 Feb 2021 19:43:33 +0000 (14:43 -0500)]
Afform - Rename 'Forms' menu item to 'Form Builder'

3 years agoMerge pull request #19468 from mattwire/cpcleanup
Seamus Lee [Mon, 1 Feb 2021 22:25:16 +0000 (09:25 +1100)]
Merge pull request #19468 from mattwire/cpcleanup

NFC Minor code cleanup to contribution pages

3 years agoMerge pull request #19481 from eileenmcnaughton/pdffix
Seamus Lee [Mon, 1 Feb 2021 22:07:34 +0000 (09:07 +1100)]
Merge pull request #19481 from eileenmcnaughton/pdffix

dev/core#2344 unit test for fix regression affecting sending thank you letters when grouped

3 years agoMerge pull request #19490 from mlutfy/fixTokenProcessorEscape
Matthew Wire [Mon, 1 Feb 2021 21:10:13 +0000 (21:10 +0000)]
Merge pull request #19490 from mlutfy/fixTokenProcessorEscape

Token Processor: fix PHP syntax for purifyHTML

3 years agoMinor code cleanup to contribution pages
Matthew Wire [Sat, 30 Jan 2021 17:26:19 +0000 (17:26 +0000)]
Minor code cleanup to contribution pages

3 years agoMerge pull request #19489 from colemanw/searchKitBugs
Eileen McNaughton [Mon, 1 Feb 2021 20:16:48 +0000 (09:16 +1300)]
Merge pull request #19489 from colemanw/searchKitBugs

Search Kit: Misc bug fixes

3 years agoMerge pull request #19487 from civicrm/5.34
Eileen McNaughton [Mon, 1 Feb 2021 20:13:12 +0000 (09:13 +1300)]
Merge pull request #19487 from civicrm/5.34

5.34

3 years agoMerge pull request #19491 from herbdool/issue-2352
Eileen McNaughton [Mon, 1 Feb 2021 20:08:57 +0000 (09:08 +1300)]
Merge pull request #19491 from herbdool/issue-2352

Issue #2352: fix Views integration suggestion

3 years agoMerge pull request #19461 from colemanw/searchCancel
Eileen McNaughton [Mon, 1 Feb 2021 20:04:42 +0000 (09:04 +1300)]
Merge pull request #19461 from colemanw/searchCancel

Greenwich: Fix BS3 conflict with html5 search clear button

3 years agoMerge pull request #19485 from seamuslee001/composer_update
Eileen McNaughton [Mon, 1 Feb 2021 20:03:27 +0000 (09:03 +1300)]
Merge pull request #19485 from seamuslee001/composer_update

[NFC] Update composer.lock

3 years agoseems like a typo
demeritcowboy [Mon, 1 Feb 2021 19:11:48 +0000 (14:11 -0500)]
seems like a typo

3 years agoAfform Gui - Align buttons to right on admin list
Coleman Watts [Mon, 1 Feb 2021 19:00:02 +0000 (14:00 -0500)]
Afform Gui - Align buttons to right on admin list

3 years agoIssue #2352: fix Views integration suggestion
Herb v/d Dool [Mon, 1 Feb 2021 18:17:54 +0000 (13:17 -0500)]
Issue #2352: fix Views integration suggestion

3 years agoToken Processor: fix PHP syntax for purifyHTML
Mathieu Lutfy [Mon, 1 Feb 2021 15:30:08 +0000 (10:30 -0500)]
Token Processor: fix PHP syntax for purifyHTML

3 years agodev/core#2349 Fix Search Kit display of pseudoconstant fields
Coleman Watts [Mon, 1 Feb 2021 15:23:27 +0000 (10:23 -0500)]
dev/core#2349 Fix Search Kit display of pseudoconstant fields

3 years agoMerge pull request #19488 from eileenmcnaughton/act_map_form
Yashodha Chaku [Mon, 1 Feb 2021 15:22:51 +0000 (20:52 +0530)]
Merge pull request #19488 from eileenmcnaughton/act_map_form

[REF] Remove copy & paste code from Activity mapping form

3 years agoSearch Kit: Fix rowCount to run only if results exceed limit
Coleman Watts [Mon, 1 Feb 2021 15:22:39 +0000 (10:22 -0500)]
Search Kit: Fix rowCount to run only if results exceed limit

3 years agodev/core#2347 Search Kit: Fix 'Select All' in table display
Coleman Watts [Mon, 1 Feb 2021 14:43:52 +0000 (09:43 -0500)]
dev/core#2347 Search Kit: Fix 'Select All' in table display

3 years agoMerge pull request #19479 from colemanw/afformSearchBugFixes
Seamus Lee [Mon, 1 Feb 2021 07:01:32 +0000 (18:01 +1100)]
Merge pull request #19479 from colemanw/afformSearchBugFixes

Search Kit - Fix display pager and improve error handling

3 years agoMerge pull request #19483 from eileenmcnaughton/part
Seamus Lee [Mon, 1 Feb 2021 07:01:09 +0000 (18:01 +1100)]
Merge pull request #19483 from eileenmcnaughton/part

dev/core#2348 fix unreleased regression

3 years agodev/core#2344 fix regression affecting sending thank you letters when grouped
eileen [Mon, 1 Feb 2021 04:49:46 +0000 (17:49 +1300)]
dev/core#2344 fix regression affecting sending thank you letters when grouped

3 years agoMerge pull request #19482 from eileenmcnaughton/pdfprep2
Seamus Lee [Mon, 1 Feb 2021 06:52:30 +0000 (17:52 +1100)]
Merge pull request #19482 from eileenmcnaughton/pdfprep2

dev/core#2344 fix regression affecting sending thank you letters when grouped

3 years agoMerge pull request #19480 from eileenmcnaughton/pdf
Eileen McNaughton [Mon, 1 Feb 2021 06:50:55 +0000 (19:50 +1300)]
Merge pull request #19480 from eileenmcnaughton/pdf

[REF] Prelminary tidy up to support fix for dev/core#2344

3 years ago[REF] Remove copy & paste code from Activity mapping form
eileen [Mon, 1 Feb 2021 06:50:25 +0000 (19:50 +1300)]
[REF] Remove copy & paste code from Activity mapping form

All this code to support location types appears to be copied & pasted & not accessed in this form

3 years ago[NFC] Update composer.lock
Seamus Lee [Mon, 1 Feb 2021 05:29:00 +0000 (16:29 +1100)]
[NFC] Update composer.lock

3 years agoMerge pull request #19484 from eileenmcnaughton/upit
Eileen McNaughton [Mon, 1 Feb 2021 05:27:17 +0000 (18:27 +1300)]
Merge pull request #19484 from eileenmcnaughton/upit

Merge 5.34 to master

3 years agoMerge branch '5.34' of https://github.com/civicrm/civicrm-core into upit
eileen [Mon, 1 Feb 2021 05:25:51 +0000 (18:25 +1300)]
Merge branch '5.34' of https://github.com/civicrm/civicrm-core into upit

3 years agoMerge pull request #19457 from seamuslee001/dev_core_2324
Eileen McNaughton [Mon, 1 Feb 2021 05:23:10 +0000 (18:23 +1300)]
Merge pull request #19457 from seamuslee001/dev_core_2324

dev/core#2324 Update jquery-validaton to be 1.19.3

3 years agoMerge pull request #19448 from mattwire/countryactive
Eileen McNaughton [Mon, 1 Feb 2021 05:19:41 +0000 (18:19 +1300)]
Merge pull request #19448 from mattwire/countryactive

dev/core#2329 Add is_active field to Country/StateProvince/County

3 years agodev/core#2348 fix unreleased regression
eileen [Mon, 1 Feb 2021 05:02:04 +0000 (18:02 +1300)]
dev/core#2348 fix unreleased regression

3 years agodev/core#2344 fix regression affecting sending thank you letters when grouped
eileen [Mon, 1 Feb 2021 04:49:46 +0000 (17:49 +1300)]
dev/core#2344 fix regression affecting sending thank you letters when grouped

3 years ago[REF] Prelminary tidy up to support fix for dev/core#2344
eileen [Mon, 1 Feb 2021 04:41:02 +0000 (17:41 +1300)]
[REF] Prelminary tidy up to support fix for dev/core#2344

3 years agoMerge pull request #19460 from colemanw/afformFix
Seamus Lee [Mon, 1 Feb 2021 03:36:57 +0000 (14:36 +1100)]
Merge pull request #19460 from colemanw/afformFix

Afform - Fix form submit button

3 years agoMerge pull request #19472 from eileenmcnaughton/amtg
Seamus Lee [Mon, 1 Feb 2021 03:27:17 +0000 (14:27 +1100)]
Merge pull request #19472 from eileenmcnaughton/amtg

dev/core#2333 Fix issue when clicking on alpha links from 'amtg' search

3 years agoSearch Kit - Fix display pager
Coleman Watts [Mon, 1 Feb 2021 02:43:19 +0000 (21:43 -0500)]
Search Kit - Fix display pager

3 years agoFix hard-crash when afform fails to render
Coleman Watts [Mon, 1 Feb 2021 02:42:48 +0000 (21:42 -0500)]
Fix hard-crash when afform fails to render

3 years agoMerge pull request #19477 from seamuslee001/php_74_afform
Eileen McNaughton [Mon, 1 Feb 2021 01:27:17 +0000 (14:27 +1300)]
Merge pull request #19477 from seamuslee001/php_74_afform

[NFC] Fix PHP 7.4 Syntax issue in Afform HTML Extension

3 years agoMerge pull request #19455 from colemanw/afformMeta
Seamus Lee [Mon, 1 Feb 2021 00:06:31 +0000 (11:06 +1100)]
Merge pull request #19455 from colemanw/afformMeta

Afform GUI enhancements & Search Kit integration

3 years ago[NFC] Fix PHP 7.4 Syntax issue in Afform HTML Extension
Seamus Lee [Sun, 31 Jan 2021 23:39:35 +0000 (10:39 +1100)]
[NFC] Fix PHP 7.4 Syntax issue in Afform HTML Extension

3 years agoMerge pull request #19471 from colemanw/searchBuilderSelect2
Seamus Lee [Sun, 31 Jan 2021 20:38:58 +0000 (07:38 +1100)]
Merge pull request #19471 from colemanw/searchBuilderSelect2

Search Builder - Enhance UI with Select2 and EntityRef

3 years agoMerge pull request #19431 from mattwire/membershiptypedisabledcontacttab
Eileen McNaughton [Sun, 31 Jan 2021 19:35:12 +0000 (08:35 +1300)]
Merge pull request #19431 from mattwire/membershiptypedisabledcontacttab

Show disabled membership types on contact tab

3 years agoSearch Builder - Enhance UI with Select2 and EntityRef
Coleman Watts [Sat, 30 Jan 2021 19:39:30 +0000 (14:39 -0500)]
Search Builder - Enhance UI with Select2 and EntityRef

This changes the simple select fields to use Select2
and the plain text inputs for e.g. participant_contact_id will now present a searchable dropdown for selecting a contact.

3 years agoMerge pull request #19450 from totten/master-rest-escape
Eileen McNaughton [Sat, 30 Jan 2021 22:28:46 +0000 (11:28 +1300)]
Merge pull request #19450 from totten/master-rest-escape

API Explorer - Fix URL encoding in REST examples

3 years agodev/core#2333 Fix issue when clicking on alpha links from 'amtg' search
eileen [Sat, 30 Jan 2021 22:24:53 +0000 (11:24 +1300)]
dev/core#2333 Fix issue when clicking on alpha links from 'amtg' search

3 years agoMerge pull request #19465 from colemanw/AfformDataTypes
Eileen McNaughton [Sat, 30 Jan 2021 20:57:34 +0000 (09:57 +1300)]
Merge pull request #19465 from colemanw/AfformDataTypes

dev/core#2341 Set data_type on various fields in Afform API

3 years agoMerge pull request #19467 from mattwire/membershipblock
Eileen McNaughton [Sat, 30 Jan 2021 20:56:16 +0000 (09:56 +1300)]
Merge pull request #19467 from mattwire/membershipblock

REF Move buildMembershipBlock function from ContributionPage to Main/Confirm/Thankyou page

3 years agoMerge pull request #19470 from civicrm/5.34
Seamus Lee [Sat, 30 Jan 2021 20:19:02 +0000 (07:19 +1100)]
Merge pull request #19470 from civicrm/5.34

5.34

3 years agoMerge pull request #19466 from demeritcowboy/api4-reldate-5.34
Seamus Lee [Sat, 30 Jan 2021 19:57:34 +0000 (06:57 +1100)]
Merge pull request #19466 from demeritcowboy/api4-reldate-5.34

backport of 19462 - relative date test failure

3 years agoInitial simplification of buildMembershipBlock
Matthew Wire [Sat, 30 Jan 2021 14:20:44 +0000 (14:20 +0000)]
Initial simplification of buildMembershipBlock

3 years agoMove buildMembershipBlock function from ContributionPage to Main/Confirm/Thankyou...
Matthew Wire [Sat, 30 Jan 2021 13:39:53 +0000 (13:39 +0000)]
Move buildMembershipBlock function from ContributionPage to Main/Confirm/Thankyou page

3 years agoReplace CRM_Utils_Array
Matthew Wire [Sat, 30 Jan 2021 13:39:31 +0000 (13:39 +0000)]
Replace CRM_Utils_Array

3 years agotest fails at end of month
demeritcowboy [Sat, 30 Jan 2021 13:55:39 +0000 (08:55 -0500)]
test fails at end of month

3 years agoSet data_type on various fields in Afform API
Coleman Watts [Sat, 30 Jan 2021 01:51:32 +0000 (20:51 -0500)]
Set data_type on various fields in Afform API

3 years agoAfform Gui - Fix html preview to use complete form
Coleman Watts [Fri, 29 Jan 2021 03:49:31 +0000 (22:49 -0500)]
Afform Gui - Fix html preview to use complete form

3 years agoSearch Kit - Fix encoding of search metadata in afforms
Coleman Watts [Fri, 29 Jan 2021 01:17:04 +0000 (20:17 -0500)]
Search Kit - Fix encoding of search metadata in afforms

3 years agoAfform Gui - Support editing search forms
Coleman Watts [Thu, 28 Jan 2021 19:04:32 +0000 (14:04 -0500)]
Afform Gui - Support editing search forms

This permits search forms to be edited and saved in the Afform GUI,
and also provides a link to do so from the Search Kit admin screen.

3 years agoAfform Gui - Support cloning existing forms
Coleman Watts [Wed, 27 Jan 2021 20:13:04 +0000 (15:13 -0500)]
Afform Gui - Support cloning existing forms

3 years agoAfform Gui - Support editing blocks
Coleman Watts [Wed, 27 Jan 2021 19:24:01 +0000 (14:24 -0500)]
Afform Gui - Support editing blocks

3 years agoAfform - Fix custom field blocks
Coleman Watts [Wed, 27 Jan 2021 16:59:47 +0000 (11:59 -0500)]
Afform - Fix custom field blocks

Ensure auto-generated custom field blocks appear in the UI and load correctly

3 years agoAfform - delete unused entityDefaults dir
Coleman Watts [Wed, 27 Jan 2021 14:14:42 +0000 (09:14 -0500)]
Afform - delete unused entityDefaults dir

3 years agoAfformAdmin - use api-callback for loading metadata
Coleman Watts [Mon, 25 Jan 2021 15:51:55 +0000 (10:51 -0500)]
AfformAdmin - use api-callback for loading metadata

This switches from pre-loading all field data, to a more incremental approach of only loading the data needed by the form being edited,
then loading more metadata if additional entities or blocks are added to the form.

The Afform.loadAdminData api action is added to facilitate loading metadata for different types of afforms,
and incrementally loading metadata for new entities & blocks as they are added to an afform being edited.

3 years agoSearchKit - improve handling of dynamic tags for search displays
Coleman Watts [Sat, 23 Jan 2021 20:36:40 +0000 (15:36 -0500)]
SearchKit - improve handling of dynamic tags for search displays

The searchDisplay.type option list now includes tags instead of downstream code needing to construct them,
And the standalone pages for search displays now use server-generated partials instead of an ad-hoc switch on the client side.

3 years agoAfform - Move entity boilerplate out of runtime code & into metadata files
Coleman Watts [Fri, 22 Jan 2021 21:41:55 +0000 (16:41 -0500)]
Afform - Move entity boilerplate out of runtime code & into metadata files

3 years agoAfform - move angular dependency mapper code to its own class
Coleman Watts [Fri, 22 Jan 2021 18:19:53 +0000 (13:19 -0500)]
Afform - move angular dependency mapper code to its own class

3 years agoMerge pull request #19425 from colemanw/searchBulkActions
Eileen McNaughton [Fri, 29 Jan 2021 23:41:58 +0000 (12:41 +1300)]
Merge pull request #19425 from colemanw/searchBulkActions

dev/core#2310 Searchkit - Perform bulk updates in batches; improve user feedback.

3 years agoMerge pull request #19462 from demeritcowboy/api4-reldate
Eileen McNaughton [Fri, 29 Jan 2021 22:42:01 +0000 (11:42 +1300)]
Merge pull request #19462 from demeritcowboy/api4-reldate

dev/core#2339 - Fix failing relativeDate test

3 years agodon't let dates roll over and then not match
demeritcowboy [Fri, 29 Jan 2021 21:09:21 +0000 (16:09 -0500)]
don't let dates roll over and then not match

3 years agoFix BS3 conflict with html5 search clear button
Coleman Watts [Fri, 29 Jan 2021 19:01:15 +0000 (14:01 -0500)]
Fix BS3 conflict with html5 search clear button