Bradley Taylor [Fri, 8 Dec 2023 17:35:43 +0000 (17:35 +0000)]
[REF][PHP8.2] Declare properties in CRM_Contribute_Form_ContributionPage_Widget
colemanw [Sun, 3 Dec 2023 15:50:22 +0000 (15:50 +0000)]
Merge pull request #28434 from eileenmcnaughton/notice_add_member
Fix notices on new membership
colemanw [Sun, 3 Dec 2023 15:45:16 +0000 (15:45 +0000)]
Merge pull request #28439 from greenpeace-cee/fix-get-user-id-from-username
dev/core#2998 - Fix standalone throwing exception when fetching unkno…
Tim Otten [Sun, 3 Dec 2023 14:17:00 +0000 (14:17 +0000)]
Merge pull request #28428 from colemanw/cacheWrapper
Add CRM_Utils_CacheWrapper to all caches
Patrick Figel [Sun, 3 Dec 2023 11:27:41 +0000 (11:27 +0000)]
dev/core#2998 - Fix standalone throwing exception when fetching unknown user
This fixes an issue where getUserIDFromUsername() was throwing an exception
when fetching unknown users, rather than return NULL.
colemanw [Sun, 3 Dec 2023 08:35:19 +0000 (08:35 +0000)]
Merge pull request #28422 from colemanw/userRoleCache
Standalone - Flush cache when saving user role
colemanw [Sat, 2 Dec 2023 19:08:46 +0000 (19:08 +0000)]
Add CRM_Utils_CacheWrapper to all caches
This wraps all caches and dispatches a 'civi.cache.clear' event when deleting items from the cache.
demeritcowboy [Sun, 3 Dec 2023 04:18:01 +0000 (23:18 -0500)]
Merge pull request #28404 from eileenmcnaughton/version
Stop forcing apiVersion to 3 in setUp
Eileen McNaughton [Sat, 2 Dec 2023 04:33:47 +0000 (17:33 +1300)]
Stop forcing apiVersion to 3 in setUp
It should be possible to override it at a class level...
demeritcowboy [Sat, 2 Dec 2023 23:28:49 +0000 (18:28 -0500)]
Merge pull request #28432 from braders/php8-household-summary
[REF][PHP8.2] Declare properties in HouseholdSummary report
Eileen McNaughton [Sat, 2 Dec 2023 23:27:28 +0000 (12:27 +1300)]
Fix notices on new membership
Bradley Taylor [Sat, 2 Dec 2023 20:42:46 +0000 (20:42 +0000)]
[REF][PHP8.2] Declare properties in HouseholdSummary report
Eileen McNaughton [Sat, 2 Dec 2023 20:10:15 +0000 (09:10 +1300)]
Merge pull request #28426 from wmortada/standalone-edit-role
Standalone - set default value to active when adding new user role
Rich Lott [Sat, 2 Dec 2023 18:14:03 +0000 (18:14 +0000)]
Merge pull request #28424 from artfulrobot/artfulrobot-fix-login-standalone
Fix confusing login screen on standalone + pretty up
William Mortada [Sat, 2 Dec 2023 18:07:24 +0000 (18:07 +0000)]
Standalone - set default value to active
colemanw [Sat, 2 Dec 2023 16:44:30 +0000 (16:44 +0000)]
Standalone - Flush cache when saving user role
Rich Lott [Sat, 2 Dec 2023 17:39:09 +0000 (17:39 +0000)]
Merge pull request #28410 from totten/master-sa-extrest
LegacyRestTest - No need to test `extern/rest.php` on `Standalone`
Rich Lott [Sat, 2 Dec 2023 17:35:17 +0000 (17:35 +0000)]
Merge pull request #28408 from totten/master-sa-locdat
LocalizedDataTest - Fix for standalone
demeritcowboy [Sat, 2 Dec 2023 17:31:54 +0000 (12:31 -0500)]
Merge pull request #28416 from braders/php8-activity-page-tab
[REF][PHP8.2] Declare properties in CRM_Activity_Page_Tab
Rich Lott / Artful Robot [Sat, 2 Dec 2023 17:19:12 +0000 (17:19 +0000)]
Fix annoying whitespace to left of menu in standalone
demeritcowboy [Sat, 2 Dec 2023 17:12:48 +0000 (12:12 -0500)]
Merge pull request #28417 from braders/unused-job-property
[REF][PHP8.2] Remove unused dynamic property
Rich Lott / Artful Robot [Sat, 2 Dec 2023 16:44:33 +0000 (16:44 +0000)]
Pretty up the forgotted password screen in standaloen
colemanw [Sat, 2 Dec 2023 16:53:08 +0000 (16:53 +0000)]
Merge pull request #28415 from vingle/a11y-accordions
Adds an accessible accordion, applies to news-feed dashlet
colemanw [Sat, 2 Dec 2023 16:49:34 +0000 (16:49 +0000)]
Merge pull request #28393 from eileenmcnaughton/suffix
Add suffix to sort name
Mathieu Lu [Sat, 2 Dec 2023 16:21:18 +0000 (11:21 -0500)]
Merge pull request #28413 from jaapjansma/staff_role_and_permissions
dev/core#4466: added Standalone role and permissions for staff
Rich Lott / Artful Robot [Sat, 2 Dec 2023 15:54:38 +0000 (15:54 +0000)]
Redirect to /civicrm when /civicrm/login accessed and already logged in
Mathieu Lu [Sat, 2 Dec 2023 15:34:27 +0000 (10:34 -0500)]
Merge pull request #28407 from greenpeace-cee/fix-standalone-jwt-cookie-test
dev/core#2998 - Fix JWT cookie test in standalone
Nicol [Sat, 2 Dec 2023 15:33:05 +0000 (15:33 +0000)]
Merge branch 'civicrm:master' into a11y-accordions
Tim Otten [Sat, 2 Dec 2023 15:29:09 +0000 (15:29 +0000)]
Merge pull request #28411 from artfulrobot/artfulrobot-standalone-extern-test
"Fix" test fail E2E_Extern_WidgetTest::testWidget by skipping it
Jaap Jansma [Sat, 2 Dec 2023 15:10:21 +0000 (16:10 +0100)]
dev/core#4466: added role and permissions for staff
Bradley Taylor [Sat, 2 Dec 2023 14:33:25 +0000 (14:33 +0000)]
[REF][PHP8.2] Remove unused dynamic property
Bradley Taylor [Sat, 2 Dec 2023 14:25:16 +0000 (14:25 +0000)]
[REF][PHP8.2] Declare properties in CRM_Activity_Page_Tab
Nicol [Sat, 2 Dec 2023 13:58:20 +0000 (13:58 +0000)]
Update Blog.tpl
Removed unnecessary conditional/open
Rich Lott [Sat, 2 Dec 2023 13:08:57 +0000 (13:08 +0000)]
Merge pull request #28412 from wmortada/standalone-roles
Standalone - Add button to add user role
Merging as it works and is a good improvement! Thanks @wmortada
Nicol [Sat, 2 Dec 2023 13:05:02 +0000 (13:05 +0000)]
Update Common.js
Stop the accordion js from targetting <details><summary>
William Mortada [Sat, 2 Dec 2023 12:44:42 +0000 (12:44 +0000)]
Standalone - Add button to add user role
Rich Lott / Artful Robot [Sat, 2 Dec 2023 12:47:10 +0000 (12:47 +0000)]
"Fix" test fail E2E_Extern_WidgetTest::testWidget by skipping it
Drupal8+ does not support the extern widgets, so we do the same for standalone.
As agreed with @totten
Tim Otten [Sat, 2 Dec 2023 12:45:18 +0000 (12:45 +0000)]
LegacyRestTest - No need to test `extern/rest.php` on `Standalone`
Nicol [Sat, 2 Dec 2023 12:38:22 +0000 (12:38 +0000)]
Update civicrm.css
Updates CSS to remove expand/collapse icons from accordions using <details><summary> to avoid duplicated expand icon issue.
Tim Otten [Sat, 2 Dec 2023 12:35:59 +0000 (12:35 +0000)]
LocalizedDataTest - Fix for standalone
Nicol [Sat, 2 Dec 2023 12:34:39 +0000 (12:34 +0000)]
Update Blog.tpl
Uses <details><summary> to make accordions accessible.
Nicol [Sat, 2 Dec 2023 12:32:05 +0000 (12:32 +0000)]
Update Blog.tpl
Mathieu Lu [Sat, 2 Dec 2023 12:20:50 +0000 (07:20 -0500)]
Merge pull request #27292 from artfulrobot/artfulrobot-standalone-lcMessages
dev/core#4425 Standalone: fix lcMessages not sticking; slightly lazy sessions
Patrick Figel [Sat, 2 Dec 2023 11:54:28 +0000 (11:54 +0000)]
dev/core#2998 - Fix JWT cookie test in standalone
This fixes a test failure in JwtCredsTest with standalone due to session
cookies being sent.
Eileen McNaughton [Sat, 2 Dec 2023 03:08:41 +0000 (16:08 +1300)]
Merge pull request #28402 from eileenmcnaughton/part_id
Add getParticipantID() to register
Eileen McNaughton [Sat, 2 Dec 2023 03:06:26 +0000 (16:06 +1300)]
Add getParticipantID() to register
demeritcowboy [Fri, 1 Dec 2023 23:57:47 +0000 (18:57 -0500)]
Merge pull request #28394 from eileenmcnaughton/member_template
Fix online membership receipt to be form-independent
Eileen McNaughton [Fri, 1 Dec 2023 06:11:49 +0000 (19:11 +1300)]
Fix online membership receipt to be form-independent
Eileen McNaughton [Fri, 1 Dec 2023 23:15:01 +0000 (12:15 +1300)]
Merge pull request #28400 from eileenmcnaughton/exist
Fix type error (new in master)
Eileen McNaughton [Fri, 1 Dec 2023 22:20:53 +0000 (11:20 +1300)]
Fix type error (new in master
demeritcowboy [Fri, 1 Dec 2023 21:39:50 +0000 (16:39 -0500)]
Merge pull request #28392 from eileenmcnaughton/freeze
Fix for intermittent test fail on checksum time
Eileen McNaughton [Fri, 1 Dec 2023 03:37:12 +0000 (16:37 +1300)]
Add suffix to sort name
Revives https://github.com/civicrm/civicrm-core/pull/27114
Eileen McNaughton [Fri, 1 Dec 2023 20:11:52 +0000 (09:11 +1300)]
Merge pull request #28397 from braders/filegetcontents-properties
[NFC] Pass correct param types to file_get_contents
Bradley Taylor [Fri, 1 Dec 2023 18:56:15 +0000 (18:56 +0000)]
[NFC] Pass correct param types to file_get_contents
demeritcowboy [Fri, 1 Dec 2023 14:30:12 +0000 (09:30 -0500)]
Merge pull request #27777 from eileenmcnaughton/section_totals
Smarty3 Mark sectionTotals smarty function deprecated
colemanw [Fri, 1 Dec 2023 09:26:45 +0000 (09:26 +0000)]
Merge pull request #24699 from colemanw/afformConditional
Afform: Support conditional logic
colemanw [Fri, 1 Dec 2023 09:14:15 +0000 (09:14 +0000)]
Merge pull request #28389 from eileenmcnaughton/membership_type_form
Use getSubmittedValues() rather than ad-hoc money 'cleaning' on membershipType form
Seamus Lee [Fri, 1 Dec 2023 06:23:22 +0000 (17:23 +1100)]
Merge pull request #28391 from eileenmcnaughton/sort_fix
[REF] Use Token Processor to generate sort name and display name for individuals
Seamus Lee [Thu, 2 Feb 2023 00:42:21 +0000 (11:42 +1100)]
[REF] Use Token Processor to generate sort name and display name for individuals
Fix handling for when certain things should only show if there tokens filled out
Handle for when the nameFormat is null (import tests)
Eileen McNaughton [Fri, 1 Dec 2023 03:30:43 +0000 (16:30 +1300)]
Merge pull request #27934 from MegaphoneJon/uncached-ext-dir-issue
set extension browser timeout to minimum of 10 seconds.
Eileen McNaughton [Fri, 1 Dec 2023 02:43:01 +0000 (15:43 +1300)]
Merge pull request #28390 from sebalis/contributors_civiservice
contributor_key.yml: add civiservice.de to four users, remove one duplicate
Eileen McNaughton [Fri, 1 Dec 2023 02:39:15 +0000 (15:39 +1300)]
Fix for intermittent test fail on checksum time
sebalis [Fri, 1 Dec 2023 01:16:06 +0000 (02:16 +0100)]
add civiservice.de to four users, remove one duplicate
Jon Goldberg [Wed, 25 Oct 2023 18:09:14 +0000 (14:09 -0400)]
set extension browser timeout to minimum of 10 seconds.
Eileen McNaughton [Fri, 1 Dec 2023 00:31:08 +0000 (13:31 +1300)]
Use getSubmittedValues() rather than ad-hoc money 'cleaning'
Eileen McNaughton [Fri, 1 Dec 2023 00:19:11 +0000 (13:19 +1300)]
Merge pull request #28384 from eileenmcnaughton/activity_type
Remove some calls to deprecated function
Seamus Lee [Thu, 30 Nov 2023 22:38:07 +0000 (09:38 +1100)]
Merge pull request #28385 from eileenmcnaughton/member_required
Superficial cleanup
Eileen McNaughton [Thu, 30 Nov 2023 20:34:01 +0000 (09:34 +1300)]
Remove some calls to deprecated function
https://github.com/civicrm/civicrm-core/pull/23880 is
thoroughly stale so I'm closing it - but just thought I'd rescue a couple of changes
These are in the barely maintained legacycustomsearches so of marginal risk &
marginal benefit but since I looked maybe no-one else has to ever again...
colemanw [Thu, 30 Nov 2023 21:41:17 +0000 (16:41 -0500)]
Merge pull request #28356 from eileenmcnaughton/membership_renew_notice
Fix notice, caching, master-only-regression- showing inactive fields on membership config
colemanw [Thu, 30 Nov 2023 21:40:59 +0000 (16:40 -0500)]
Merge pull request #28364 from eileenmcnaughton/confirm_notice
Fix a whole lot of conditional assignments on confirm & thank you pages
colemanw [Thu, 30 Nov 2023 21:40:04 +0000 (16:40 -0500)]
Merge pull request #28370 from eileenmcnaughton/payment_fields
Fix notices on credit_card & bank number on Confirm & ThankYou
Eileen McNaughton [Thu, 30 Nov 2023 21:18:25 +0000 (10:18 +1300)]
Superficial cleanup
Removes some unused variables & other minor cleanups
Eileen McNaughton [Thu, 30 Nov 2023 20:08:06 +0000 (09:08 +1300)]
Merge pull request #28383 from MegaphoneJon/activity-filter-case-speedup
Activity case filter speedup
Eileen McNaughton [Thu, 30 Nov 2023 20:06:20 +0000 (09:06 +1300)]
Merge pull request #28382 from demeritcowboy/strstart
fix error on confirm page when using on-behalf-of
Jon Goldberg [Thu, 30 Nov 2023 18:09:26 +0000 (13:09 -0500)]
Activity case filter speedup
colemanw [Thu, 30 Nov 2023 17:28:40 +0000 (12:28 -0500)]
Merge pull request #28366 from eileenmcnaughton/membership
Unconditionally assign membership variables to fix notices on thankYou page
demeritcowboy [Thu, 30 Nov 2023 15:14:40 +0000 (10:14 -0500)]
Merge pull request #28381 from civicrm/5.68
5.68
demeritcowboy [Thu, 30 Nov 2023 15:12:32 +0000 (10:12 -0500)]
fix
demeritcowboy [Thu, 30 Nov 2023 15:09:31 +0000 (10:09 -0500)]
Merge pull request #28367 from eileenmcnaughton/behalf
Ensure onBehalfProfile assigned
Yashodha Chaku [Thu, 30 Nov 2023 13:43:41 +0000 (19:13 +0530)]
Merge pull request #28378 from eileenmcnaughton/contact
dev/core#4820 fix contact id search
Tim Otten [Thu, 30 Nov 2023 13:08:20 +0000 (13:08 +0000)]
Merge pull request #28354 from eileenmcnaughton/568_verp
Fix incoming bounce processing
demeritcowboy [Thu, 30 Nov 2023 03:54:13 +0000 (22:54 -0500)]
Merge pull request #28363 from reflexive-communications/codegen-drop-tpl
CRM_Core_CodeGen_Schema: fix generated comments and whitespace
colemanw [Thu, 30 Nov 2023 03:23:06 +0000 (22:23 -0500)]
Merge pull request #28320 from eileenmcnaughton/prem_3
Fix notices on premiums across all 3 pages
demeritcowboy [Thu, 30 Nov 2023 03:21:02 +0000 (22:21 -0500)]
Merge pull request #28377 from eileenmcnaughton/adv_search
Fix notice, minor code cleanup with searching for a free text tag (advanced search)
Eileen McNaughton [Thu, 30 Nov 2023 02:12:03 +0000 (15:12 +1300)]
Fix to still record empty amount levels for secondary contributions
Eileen McNaughton [Thu, 30 Nov 2023 00:29:32 +0000 (13:29 +1300)]
Merge pull request #28368 from colemanw/booleanCleanup
REF - Cleanup overly-verbose conditionals
colemanw [Wed, 29 Nov 2023 16:56:28 +0000 (11:56 -0500)]
REF - Cleanup overly-verbose conditionals
Eileen McNaughton [Wed, 29 Nov 2023 11:49:45 +0000 (00:49 +1300)]
Fix a whole lot of conditional assignments on confirm & thank you pages
Eileen McNaughton [Wed, 29 Nov 2023 23:32:12 +0000 (12:32 +1300)]
dev/core#4820 fix contact id search
Eileen McNaughton [Wed, 29 Nov 2023 23:19:44 +0000 (12:19 +1300)]
Use single quotes where double not required
Eileen McNaughton [Wed, 29 Nov 2023 23:14:34 +0000 (12:14 +1300)]
Suppress notice
Eileen McNaughton [Wed, 29 Nov 2023 23:10:35 +0000 (12:10 +1300)]
Merge pull request #28376 from civicrm/5.68
5.68 to master
Eileen McNaughton [Wed, 29 Nov 2023 23:09:19 +0000 (12:09 +1300)]
Remove unnecessary pass-by-ref
Eileen McNaughton [Wed, 29 Nov 2023 22:57:12 +0000 (11:57 +1300)]
Merge pull request #28375 from demeritcowboy/relimp
dev/core#4563 - fix related contact mapping fields on import
Eileen McNaughton [Wed, 29 Nov 2023 22:33:37 +0000 (11:33 +1300)]
Merge pull request #28374 from eileenmcnaughton/cont_page
Fix quotes causing function call to be in quotes (master only regression)
Eileen McNaughton [Wed, 29 Nov 2023 22:21:56 +0000 (11:21 +1300)]
Merge pull request #28361 from eileenmcnaughton/current_member
Fix master-only regression on Membership page, option not selected
Eileen McNaughton [Wed, 29 Nov 2023 22:12:41 +0000 (11:12 +1300)]
Merge pull request #28373 from eileenmcnaughton/bool
REF - Cleanup overly-verbose conditionals
Eileen McNaughton [Wed, 29 Nov 2023 22:12:24 +0000 (11:12 +1300)]
Merge pull request #28348 from Damilare1/master
Coworker create Searchkit over view of queue status
colemanw [Wed, 29 Nov 2023 22:02:41 +0000 (17:02 -0500)]
Api - Fix premium & product permissions for anonymous users
demeritcowboy [Wed, 29 Nov 2023 21:48:37 +0000 (16:48 -0500)]
fix related contact mapping fields