civicrm-core.git
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 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 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 agoAfform - Fix form submit button
Coleman Watts [Fri, 29 Jan 2021 18:32:13 +0000 (13:32 -0500)]
Afform - Fix form submit button

3 years agoMerge pull request #19459 from wintermoor/patch-2
Seamus Lee [Fri, 29 Jan 2021 10:11:47 +0000 (21:11 +1100)]
Merge pull request #19459 from wintermoor/patch-2

Update contributor-key.yml

3 years agoShow disabled membership types on contact tab
Matthew Wire [Thu, 21 Jan 2021 16:50:27 +0000 (16:50 +0000)]
Show disabled membership types on contact tab

3 years agoAdd is_active field to Country/StateProvince/County
Matthew Wire [Tue, 26 Jan 2021 10:54:41 +0000 (10:54 +0000)]
Add is_active field to Country/StateProvince/County

3 years agoUpdate contributor-key.yml
wintermoor [Fri, 29 Jan 2021 07:14:29 +0000 (08:14 +0100)]
Update contributor-key.yml

3 years agoMerge pull request #19438 from colemanw/afformDropAttrSupport
colemanw [Fri, 29 Jan 2021 04:02:42 +0000 (23:02 -0500)]
Merge pull request #19438 from colemanw/afformDropAttrSupport

Afform - Drop directive support for attribute, only support elements as afforms

3 years agoAPIExplorer - Tweak layout in "Rest" section
Tim Otten [Fri, 29 Jan 2021 03:17:58 +0000 (19:17 -0800)]
APIExplorer - Tweak layout in "Rest" section

1. Layout looks wonky on D7 Bartik
2. Tested in D7 Bartik+Garland+Seven

3 years agoMerge pull request #19412 from JKingsnorth/patch-17
Eileen McNaughton [Fri, 29 Jan 2021 03:40:14 +0000 (16:40 +1300)]
Merge pull request #19412 from JKingsnorth/patch-17

dev/core#2305 Fix schema differences in MariaDB 10.2.x+

3 years agoMerge pull request #19456 from eileenmcnaughton/act_update
Seamus Lee [Fri, 29 Jan 2021 02:49:40 +0000 (13:49 +1100)]
Merge pull request #19456 from eileenmcnaughton/act_update

Do not set source_contact_id in summary function

3 years agooauth-client - Switch from (a)ttribute notation to (e)lement notation
Tim Otten [Fri, 29 Jan 2021 00:22:46 +0000 (16:22 -0800)]
oauth-client - Switch from (a)ttribute notation to (e)lement notation

3 years agoMerge pull request #19452 from colemanw/searchKitCustom
Eileen McNaughton [Thu, 28 Jan 2021 23:11:01 +0000 (12:11 +1300)]
Merge pull request #19452 from colemanw/searchKitCustom

SearchKit: Add support for multi-record custom field groups

3 years agoUpdate jquery-validaton to be 1.19.3
Seamus Lee [Thu, 28 Jan 2021 23:00:54 +0000 (10:00 +1100)]
Update jquery-validaton to be 1.19.3

3 years agoDo not set source_contact_id in summary function
eileen [Tue, 19 Jan 2021 01:15:13 +0000 (14:15 +1300)]
Do not set source_contact_id in summary function

This params array is discarded so this acheives nothing

3 years agoMerge pull request #19111 from eileenmcnaughton/act_custom
Seamus Lee [Thu, 28 Jan 2021 22:49:07 +0000 (09:49 +1100)]
Merge pull request #19111 from eileenmcnaughton/act_custom

dev/core#866, dev/core#1318 Fix failure to import checkboxes for activities

3 years agoMerge pull request #19454 from alifrumin/revrec
Eileen McNaughton [Thu, 28 Jan 2021 21:49:33 +0000 (10:49 +1300)]
Merge pull request #19454 from alifrumin/revrec

[dev/financial#164] Cannot edit contribution with revenue recognition date in a past year

3 years agoMerge pull request #19451 from wintermoor/patch-1
Eileen McNaughton [Thu, 28 Jan 2021 21:43:03 +0000 (10:43 +1300)]
Merge pull request #19451 from wintermoor/patch-1

Update TemplateList.tpl

3 years agofix revenue recognition date
Alice Frumin [Thu, 28 Jan 2021 19:18:23 +0000 (14:18 -0500)]
fix revenue recognition date

3 years agoafform - Add note to backlog.md about element/attribute modes
Tim Otten [Thu, 28 Jan 2021 01:15:35 +0000 (17:15 -0800)]
afform - Add note to backlog.md about element/attribute modes

The expectation is that this is not used very much.  At the moment, we don't
have a validation mechanism to warn if this expectation is broken. But whenever
we get it, it might be good to check.

3 years agoAPIExplorer - Split "Rest" in two ("Rest" vs "curl")
Tim Otten [Thu, 28 Jan 2021 00:16:33 +0000 (16:16 -0800)]
APIExplorer - Split "Rest" in two ("Rest" vs "curl")

We're serving a dual purpose of educating generally about the REST request,
and providing an example that is runnable.

However, we're not doing either well if the REST example is simultaneously
incorrect and an obscure block of text.

This splits it into two examples, one emphasizing general structure
and the other emphasizing precision/correctness.

3 years agoMerge pull request #19439 from eileenmcnaughton/act_req
Seamus Lee [Wed, 27 Jan 2021 20:36:22 +0000 (07:36 +1100)]
Merge pull request #19439 from eileenmcnaughton/act_req

dev/core#2308 do not require fields if activity_id is present

3 years agoMerge pull request #19453 from demeritcowboy/translate
Seamus Lee [Wed, 27 Jan 2021 19:44:49 +0000 (06:44 +1100)]
Merge pull request #19453 from demeritcowboy/translate

dev/translation#64 - Using %1%2 seems to confuse transifex - System status check Cms.php

3 years agodon't confuse transifex
demeritcowboy [Wed, 27 Jan 2021 15:57:42 +0000 (10:57 -0500)]
don't confuse transifex

3 years agoSearchKit: Add support for multi-record custom field groups
Coleman Watts [Wed, 27 Jan 2021 13:32:48 +0000 (08:32 -0500)]
SearchKit: Add support for multi-record custom field groups

This adds support for multi-record custom field group pseudo-entities to be added to the search as joins

3 years agoUpdate TemplateList.tpl
wintermoor [Wed, 27 Jan 2021 12:46:37 +0000 (13:46 +0100)]
Update TemplateList.tpl

missing {ts} string

3 years agoMerge pull request #19449 from mattwire/paymentgetspec
Tim Otten [Wed, 27 Jan 2021 07:17:09 +0000 (23:17 -0800)]
Merge pull request #19449 from mattwire/paymentgetspec

Payment API - Add description of `order_reference` parameter

3 years agoAPIExplorer - Fix URL encoding in REST examples
Tim Otten [Wed, 27 Jan 2021 05:52:33 +0000 (21:52 -0800)]
APIExplorer - Fix URL encoding in REST examples

3 years agoMerge pull request #19445 from demeritcowboy/why2
Tim Otten [Wed, 27 Jan 2021 05:46:20 +0000 (21:46 -0800)]
Merge pull request #19445 from demeritcowboy/why2

Remove unnecessary call to error_reporting in drupal 7 integration code

3 years agoAfform - Drop directive support for attribute, only support elements as afforms.
Coleman Watts [Mon, 25 Jan 2021 02:24:15 +0000 (21:24 -0500)]
Afform - Drop directive support for attribute, only support elements as afforms.

This changes every afform directive from AE to only E.
Passing options is now done through the 'options' attribute rather than the directive name.

3 years agoAdd order_reference to spec
Matthew Wire [Wed, 27 Jan 2021 00:19:49 +0000 (00:19 +0000)]
Add order_reference to spec

3 years agoMerge pull request #19441 from demeritcowboy/invalid-casetype-name
Eileen McNaughton [Tue, 26 Jan 2021 21:06:32 +0000 (10:06 +1300)]
Merge pull request #19441 from demeritcowboy/invalid-casetype-name

dev/core#2326 - Status check for invalid case type `name`s

3 years agoMerge pull request #19391 from seamuslee001/obsolete_replacement
Eileen McNaughton [Tue, 26 Jan 2021 20:57:34 +0000 (09:57 +1300)]
Merge pull request #19391 from seamuslee001/obsolete_replacement

REF Permit installing of replacement extensions during upgrade for ob…

3 years agoMerge pull request #19442 from demeritcowboy/case-type-name
Eileen McNaughton [Tue, 26 Jan 2021 20:52:50 +0000 (09:52 +1300)]
Merge pull request #19442 from demeritcowboy/case-type-name

dev/core#2327 - In the sample casetype xml files the <name> is the label not the name

3 years agoMerge pull request #19447 from mattwire/phpnotice
Eileen McNaughton [Tue, 26 Jan 2021 20:44:53 +0000 (09:44 +1300)]
Merge pull request #19447 from mattwire/phpnotice

Fix PHP notice if membershipBlock is not defined

3 years agoMerge pull request #19446 from sunilpawar/update_contributor_details
Eileen McNaughton [Tue, 26 Jan 2021 20:41:12 +0000 (09:41 +1300)]
Merge pull request #19446 from sunilpawar/update_contributor_details

update contributor-key.yml and CONTRIBUTORS.txt file

3 years agoremove unnecessary E_ blocker
demeritcowboy [Tue, 26 Jan 2021 00:52:56 +0000 (19:52 -0500)]
remove unnecessary E_ blocker

3 years agoFix PHP notice if membershipBlock is not defined
Matthew Wire [Tue, 26 Jan 2021 10:51:49 +0000 (10:51 +0000)]
Fix PHP notice if membershipBlock is not defined

3 years agoupdate contributor-key.yml and CONTRIBUTORS.txt file
Sunil Pawar [Tue, 26 Jan 2021 09:08:17 +0000 (14:38 +0530)]
update contributor-key.yml and CONTRIBUTORS.txt file

3 years agoMerge pull request #19444 from demeritcowboy/custom-br
colemanw [Tue, 26 Jan 2021 00:54:40 +0000 (19:54 -0500)]
Merge pull request #19444 from demeritcowboy/custom-br

dev/core#2328 - Make the description line breaks on the custom field edit form consistent

3 years agoconsistencize the description line breaks
demeritcowboy [Mon, 25 Jan 2021 23:23:01 +0000 (18:23 -0500)]
consistencize the description line breaks

3 years agoname not label
demeritcowboy [Mon, 25 Jan 2021 15:11:33 +0000 (10:11 -0500)]
name not label

3 years agoMerge pull request #19440 from eileenmcnaughton/ipn
Seamus Lee [Mon, 25 Jan 2021 07:16:13 +0000 (18:16 +1100)]
Merge pull request #19440 from eileenmcnaughton/ipn

[REF] Remove objects var from PaypalProIPN

3 years ago[REF] Remove objects var from PaypalProIPN
eileen [Mon, 25 Jan 2021 05:30:44 +0000 (18:30 +1300)]
[REF] Remove objects var from PaypalProIPN

We've managed to make it unnecessary & unused

3 years agoMerge pull request #19436 from eileenmcnaughton/pledgepayment
Seamus Lee [Mon, 25 Jan 2021 05:18:23 +0000 (16:18 +1100)]
Merge pull request #19436 from eileenmcnaughton/pledgepayment

Add pledge payment api

3 years agodev/core#2308 do not require fields if activity_id is present
eileen [Tue, 19 Jan 2021 01:12:46 +0000 (14:12 +1300)]
dev/core#2308 do not require fields if activity_id is present

Note this is only one place they are required & it will still fail later with this merged

3 years agoMerge pull request #19437 from eileenmcnaughton/clean
colemanw [Mon, 25 Jan 2021 02:34:43 +0000 (21:34 -0500)]
Merge pull request #19437 from eileenmcnaughton/clean

[REF] Remove seemingly unreachable attempt to format activity_date_time

3 years agocheck for invalid names
demeritcowboy [Sun, 24 Jan 2021 16:50:31 +0000 (11:50 -0500)]
check for invalid names

3 years ago[REF] Remove seemingly unreachable attempt to format activity_date_time field
eileen [Tue, 19 Jan 2021 00:56:58 +0000 (13:56 +1300)]
[REF] Remove seemingly unreachable attempt to format activity_date_time field

This is within the if custom field section - it would never be true but formatting exists further down

3 years agoAdd pledge payment api
eileen [Sat, 23 Jan 2021 07:21:46 +0000 (20:21 +1300)]
Add pledge payment api

3 years agoMerge pull request #19372 from seamuslee001/dev_wordpress_86
Eileen McNaughton [Sat, 23 Jan 2021 05:32:26 +0000 (18:32 +1300)]
Merge pull request #19372 from seamuslee001/dev_wordpress_86

dev/wordpress#86 Ensure that the list of groups in search or on the n…

3 years agoMerge pull request #19435 from civicrm/5.34
Seamus Lee [Sat, 23 Jan 2021 04:14:47 +0000 (15:14 +1100)]
Merge pull request #19435 from civicrm/5.34

5.34

3 years agoMerge pull request #19434 from alifrumin/rn-5.34
Seamus Lee [Sat, 23 Jan 2021 01:13:24 +0000 (12:13 +1100)]
Merge pull request #19434 from alifrumin/rn-5.34

[NFC] 5.34 Release Notes: first pass

3 years agoMerge pull request #19426 from colemanw/searchCount
Eileen McNaughton [Fri, 22 Jan 2021 22:08:44 +0000 (11:08 +1300)]
Merge pull request #19426 from colemanw/searchCount

dev/core#2312 SearchKit - Improve results loading time in admin UI

3 years ago5.34 - Release Notes
Alice Frumin [Fri, 15 Jan 2021 18:19:42 +0000 (13:19 -0500)]
5.34 - Release Notes

3 years agoSearchkit - Perform bulk updates in batches; improve user feedback.
Coleman Watts [Wed, 20 Jan 2021 16:46:38 +0000 (11:46 -0500)]
Searchkit - Perform bulk updates in batches; improve user feedback.

Simple batch system to avoid server timeouts, processes bulk updates/deletes 500 at a time,
with a progress bar, spinner & text to indicate which records are being processed.

3 years agoMerge pull request #19429 from colemanw/searchJoinDefaults
Eileen McNaughton [Fri, 22 Jan 2021 20:30:59 +0000 (09:30 +1300)]
Merge pull request #19429 from colemanw/searchJoinDefaults

dev/core#2313 SearchKit - Default join conditions

3 years agoMerge pull request #19422 from mattwire/deprecatedcaseactivity
colemanw [Fri, 22 Jan 2021 18:23:58 +0000 (13:23 -0500)]
Merge pull request #19422 from mattwire/deprecatedcaseactivity

Flag that Embedded Activity Revisions setting is unsupported and deprecated

3 years agoNFC Code style
John Kingsnorth [Fri, 22 Jan 2021 16:37:02 +0000 (16:37 +0000)]
NFC Code style

3 years agoMerge pull request #19433 from totten/master-monaco-min
colemanw [Fri, 22 Jan 2021 04:37:50 +0000 (23:37 -0500)]
Merge pull request #19433 from totten/master-monaco-min

composer.json - Ignore unused variants of Monaco ("dev"/"esm")

3 years agoMerge pull request #19430 from colemanw/select2Loading
Monish Deb [Fri, 22 Jan 2021 01:02:25 +0000 (06:32 +0530)]
Merge pull request #19430 from colemanw/select2Loading

Select2 - Improve styles for disabled, loading elements

3 years agoMerge pull request #19432 from colemanw/afformApiCleanup
Tim Otten [Fri, 22 Jan 2021 00:47:35 +0000 (16:47 -0800)]
Merge pull request #19432 from colemanw/afformApiCleanup

Afform - delete unused, nonfunctional apis

3 years agocomposer.json - Ignore unused from Monaco "dev"/"esm"
Tim Otten [Fri, 22 Jan 2021 00:21:05 +0000 (16:21 -0800)]
composer.json - Ignore unused from Monaco "dev"/"esm"

Saves ~50mb in the on-disk size of `bower_components`

Before
------

`bower_components` as a full developmental tree for monaco-editor

After
-----

`bower_components` only has the `min` variant of monaco-editor

3 years agoAfform - delete unused, nonfunctional apis
Coleman Watts [Thu, 21 Jan 2021 22:57:18 +0000 (17:57 -0500)]
Afform - delete unused, nonfunctional apis