Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge feature/242 into feature/242__lwsElevateWidget #7141

Open
wants to merge 873 commits into
base: feature/242__lwsElevateWidget
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 16, 2022

  1. Merge pull request #7153 from SalesforceFoundation/feature/242__pause…

    …PatchFix
    
    Fix for Pause Request to use PATCH on Updates
    lparrott authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    974c86c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a1d197 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Merge pull request #7154 from SalesforceFoundation/feature/242__GE_Gi…

    …ftEntryController-unit-tests
    
    Add new gateway assignment unit tests.
    npsp-reedestockton authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a35f1fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28ae7cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7155 from SalesforceFoundation/feature/242__pause…

    …PatchFix
    
    Added logic to fix pause patch calls
    lparrott authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    fdf146d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    7ed61ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c78c9eb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7156 from SalesforceFoundation/feature/customLabe…

    …lError
    
    Add back missing custom labels causing beta upload failure
    lparrott authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    9f85b2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eb5995 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08902d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. 242 NPSP localized labels

    dmkud committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e5e2f50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    698093e View commit details
    Browse the repository at this point in the history
  3. Remove duplicate elements

    balsamhindi committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    134e924 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    b898cd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c3aab3 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Updating our refund logic to work with negative payments that are not…

    … created through the UI
    lparrott committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    cfc8362 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Merge pull request #7162 from SalesforceFoundation/feature/fixSubledg…

    …erRefundTests
    
    Updating our refund logic to work with negative payments and no Debit Type
    lparrott authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    f049983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96fe86d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5753197 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Merge pull request #7160 from SalesforceFoundation/feature/242__local…

    …ization
    
    242 NPSP localized labels
    balsamhindi authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    f78f521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3060ce View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Merge pull request #7163 from SalesforceFoundation/feature/242__local…

    …ization
    
    NPSP Localization
    balsamhindi authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    aa59b59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f87a1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e44b45 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. W-12250612 - Fixed issue with BDI matching when using Dupe Mgmt

    Fixed incorrect internal matches with BDI matching when using the 'Contact Duplicate Rules' (aka Duplicate Management) option.  Essentially if you had two Data Import records with any one of the 4 pieces of contact information used for matching (first name, last name, email, phone) matching, then it would match the two records together incorrectly and only create one new contact.  It should only match internally like that if all the pieces of contact information match.
    
    The cause of the issue was that because the Contact matching rule name didn't include the name of any of the fields used for matching, it was creating a key for matching for each field with just the field populated and all others blank.  This meant that if any of these contact fields matched, the whole contact would be matched (which is very problematic for things like first name).
    
    The fix was to basically make sure that if Duplicate Management was enabled, then it should never include a blank value unless the contact field was actually blank.
    
    Also updated the test class to test the partial contact match scenario and the exact internal duplicate match scenario.  Also added tests for non-dry run scenarios.
    callen-sfdo committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e8bdf99 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Add Q3 quadrant tags

    Safiyab committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    4f252f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Merge pull request #7165 from SalesforceFoundation/feature/fixBDIDupe…

    …MgmtInternalMatching
    
    W-12250612 - Fixed issue with BDI matching when using Dupe Mgmt
    balsamhindi authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    d5734a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e310e68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e02dd7f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    9cb30d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. W-12632596 - Fix unit test for Recurring Donation Pause

    - Changing the test setup for this unit test to use .addyear() and .addDay() instead of a fixed number of days that it works with leap years.
    callen-sfdo committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    f4250b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Merge pull request #7168 from SalesforceFoundation/feature/fixfailing…

    …RDPauseUnitTest
    
    W-12632596 - Fix unit test for Recurring Donation Pause
    lparrott authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f3e73e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44da1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87303b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    20e939b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Merge pull request #7167 from SalesforceFoundation/q3_robot_tags

    Add Q3 quadrant tags to robot tests
    Safiyab authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5ff2436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f4a128 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    eb03f73 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Merge pull request #7171 from SalesforceFoundation/feature/fix_q3_rob…

    …ot_2
    
    Fix a few locators for Q3 robot tests
    Safiyab authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    64adfef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30aa454 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    e656dc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b78f89 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Update static Release Notes text and link

    Co-authored-by: Melissa Barber <[email protected]>
    lparrott and melissabarber authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    44172cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3c17bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    746385f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    4deea16 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    5f266b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bffdc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f76e786 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b10f13e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    93c040b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a586704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c5522c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    71687e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    bbedba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b4843a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c96c73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3047082 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Merge remote-tracking branch 'origin/feature/xssSecurityFixes' into f…

    …eature/security-fixes
    lparrott committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    03d5f5b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Merge pull request #7178 from SalesforceFoundation/feature/security-f…

    …ixes
    
    Security fixes
    lparrott authored May 10, 2023
    Configuration menu
    Copy the full SHA
    1386dd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    38e727a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Merge pull request #7182 from SalesforceFoundation/feature/W-13635935…

    …-fix-elevate-validation
    
    Updating Elevate Validation to ignore newly added Payments
    daniel-fuller authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3c532e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db111ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe23c43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c4b65c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7173 from SalesforceFoundation/feature/addStaticR…

    …eleaseNotes
    
    Updating yml with static release notes
    lparrott authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1052379 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b92770f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    cded394 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Updating solutation for French

    dmkud committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    084a16b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Merge pull request #7186 from SalesforceFoundation/feature/246__local…

    …ization.fix
    
    Updating solutation for French
    lparrott authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e6ab6e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa3ca3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c20509 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0de80d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    8630c9e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    2f939e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7190 from SalesforceFoundation/feature/248__a11y-…

    …contrast
    
    a11y WCAG 2.1 color contrast updates
    npsp-reedestockton authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0cc76cf View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    e2c447b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e452bb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e4fafb View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    be1f8f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fca5aad View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    3f17dbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eda695 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    368259e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    35678f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1bc1ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7451e11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b4b2b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff68871 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b198795 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    0a0278c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7fea9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bca4f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    aa723a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c1ad10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    676225f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fa2565 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9af64e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    97c5ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e610645 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    e75a03c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f5fd86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a5bc60 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Update RD2 preflight class_path to work-around installer errors (#7198)

    A recent change to CumulusCI resulted in a regression for certain custom
    tasks. Before this commit:
    
    ```console
    $ cci task run is_rd2_enabled
    Error: module 'tasks' has no attribute 'is_rd2_enabled'
    
    Run this command for more information about debugging errors: cci error --help
    ```
    
    This resulted in an error when running preflight checks for the
    `enhanced-recurring-donations` plan in MetaDeploy. After:
    
    ```console
    $ cci task run is_rd2_enabled
    is_rd2_enabled
    
      Description: This preflight check ensures that Enhanced Recurring Donations is enabled
    
      Class: tasks.check_rd2_enablement.is_rd2_enabled
    [...]
    ```
    
    Co-authored-by: James Estevez <[email protected]>
    force2b and jstvz authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    53157c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d60e0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3e64a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34efac3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Merge pull request #7191 from SalesforceFoundation/feature/248__npsp-…

    …contact-dupes
    
    NPSP Potential Duplicates
    npsp-reedestockton authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0432b3a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    35b0382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93e7521 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c77c878 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    febbb83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b663013 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a51cd13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d64cfd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c007ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a76dee9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    35e9e25 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a2c516a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd46c61 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6f7f36a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7a57eaa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8182dd7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    19675e5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f422dd2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f98e9d7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a6b6eca View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0dc6a96 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ea2a4b9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    96a2464 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    454e70c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82d6a0c View commit details
    Browse the repository at this point in the history
  3. Fix access checks

    npsp-reedestockton committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    626ebad View commit details
    Browse the repository at this point in the history
  4. Fix access checks

    npsp-reedestockton committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    917b6a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1e144d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    636dc39 View commit details
    Browse the repository at this point in the history
  7. Check for AuraHandledErrorMessage in shouldNotReturnPauseDataWhenUser…

    …DoesNotHaveCreateAndEditPermissions()
    npsp-reedestockton committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8c4f932 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81f86c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3b24f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    6e52c17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb4557e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e122060 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a05e57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2245fbf View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Merge pull request #7216 from SalesforceFoundation/feature/248__secur…

    …ity-bug-fixes__security-bug-fixes-2
    
    Feature/248  security bug fixes  security bug fixes 2
    npsp-reedestockton authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d8ff2e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7215 from SalesforceFoundation/feature/248__secur…

    …ity-bug-fixes
    
    Security Bug Fixes
    npsp-reedestockton authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    bd0b2e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    879ccdb View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    70a5ff4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80c26e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78889bf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7218 from SalesforceFoundation/feature/fix-potent…

    …ial-dupe-encryption-test
    
    Fix potential dupe encryption test
    npsp-reedestockton authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3266e56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ed8096 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Updated translations

    dmkud committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    9be16b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1a3e1d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Merge pull request #7220 from SalesforceFoundation/feature/fix-beta-t…

    …est-errors
    
    Fix beta upload errors
    npsp-reedestockton authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f012808 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    703c340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4642dce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    295de0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1169854 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    83021df View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    03b559b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7219 from SalesforceFoundation/feature/248__local…

    …ization
    
    Updated translations
    npsp-reedestockton authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    65a391a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5285b29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    653098f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    6b2c0eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ed53c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    98919c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9317c73 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    b204fc9 View commit details
    Browse the repository at this point in the history
  2. Revert "Testing 2gp failure. Will be reverted..."

    This reverts commit b204fc9.
    npsp-reedestockton committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    57a408e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7beb6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f267088 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba8bf84 View commit details
    Browse the repository at this point in the history
  6. Revert "Testing re-introducing HH_ManageHH_CTRL original changes (wit…

    …h !isHHAccount fix)..."
    
    This reverts commit ba8bf84.
    npsp-reedestockton committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    49ee61b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e113cdc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6b118d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6e3656 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    8ab333c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f0ad88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61c5989 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Merge pull request #7222 from SalesforceFoundation/feature/248__house…

    …hold-regression-bugs
    
    Fix Household Regression
    npsp-reedestockton authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d51b683 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    46183eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a8218 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    3caa07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b8f1ad View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    4cad52b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Remove use of UTIL_Finder because it appears when the field is encryp…

    …ted, it's not available for SOSL fast enough for the test to work
    force2b committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    802c198 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7225 from SalesforceFoundation/feature/bug-W-1477…

    …3814-addr-encryption-fix
    
    W-14773814 - Fix bug that prevents Address__c.MailingState__c from being encrypted
    npsp-reedestockton authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3d0db02 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Merge pull request #7224 from SalesforceFoundation/feature/bug-fix-ge…

    …-templates
    
    Fix Gift Entry custom field bug
    npsp-reedestockton authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    448ece6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4149c17 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    f224cde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    051b983 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Update Repository ReadMe and New Issue Template (#7229)

    * Create read-this-for-all-support-and-questions.md
    
    * Update README.md
    force2b authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b66a1b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    128fe75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    653258e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff6a369 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Update cumulusci.yml for release notes statement (#7228)

    add link to Issues Closed to release notes statement.
    
    Co-authored-by: salesforce-org-metaci[bot] <53311887+salesforce-org-metaci[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    5898fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    302619d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c34c6c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f535597 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Updated the maxNumberOfIntervals from 5 to 20

    Updated the maxNumberOfIntervals from 5 to 20 so that it will continue to call focusOnGauLookup function to have the gau-lookup field as focused after adding a new row entry through add allocation button.
    enzigma-pratishtha-upadhyay committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    582eed9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge pull request #7231 from SalesforceFoundation/feature/250__ge-ac…

    …cessibity-issue
    
    W-12536493 - Fix Gift Entry accessibility issue with ‘Add Allocation’ button
    daniel-fuller authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0b87f25 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Commit -- BDI_DataImport_BATCH is queued on GE Processor Queue

    Executing the BDI_DataImport_BATCH batch on GiftEntryProcessorQueue to update  the NPSP Data Import batch record fields.
    enzigma-pratishtha-upadhyay committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1ff3fb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. commit -- Gift Entry - process - batch- fixes

    Removed BDI_DataImport_BATCH  batch call from GiftEntryProcessorQueue and added overloaded processChunk method.
    enzigma-pratishtha-upadhyay committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7d9107c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    c79af4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743fd08 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    4585e8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac63dcb View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    1d43b58 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    073ae35 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    4113488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a60b430 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7235 from SalesforceFoundation/feature/beta-uploa…

    …d-fix-1
    
    Beta upload fix - Check for isActive on test user for runAs
    npsp-reedestockton authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    234d8f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    34ace95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3e469b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    829ccd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    1caa6ed View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    a76bdfa View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    cb3e71c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    fc04703 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    34c33d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10e76c6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    b4779d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afdd2b5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Minor formating fixes

    lparrott committed May 13, 2024
    Configuration menu
    Copy the full SHA
    594f62c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge pull request #7232 from SalesforceFoundation/feature/250__field…

    …s-not-updated-ge-batch-process
    
    W-15110724 - 250__fields-not-updated-ge-batch-process
    daniel-fuller authored May 14, 2024
    Configuration menu
    Copy the full SHA
    d6c12e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. changes to mark 'Upgrade process complete' in a headings tag

    'Upgrade process complete' heading is marked with a heading tag <h4> to overcome accessibility issue.
    salesforce-suyash-more committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6c69ebb View commit details
    Browse the repository at this point in the history
  2. Changes to mark 'Data Migration Run' in a explicit heading tag

    'Data Migration Run' was only styled to look like headings but wasn’t marked as such, hence added h2 heading tag explicitly.
    salesforce-suyash-more committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    fef85cb View commit details
    Browse the repository at this point in the history
  3. Changes in RD2_EnablementDelegate.cmp to maintain well-formed markup …

    …structure.
    
    In RD2_EnablementDelegate.cmp elements are reformed to maintain consistency and proper HTML structure.
    salesforce-suyash-more committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    96368d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Changes in RD2_EnablementDelegateController.js to move focus

    To ensure that focus moves to new content when it updates, changes has been added to the RD2_EnablementDelegateController.js file for the Validate and Run Migration buttons.
    salesforce-suyash-more committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d6932a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7237 from SalesforceFoundation/feature/252__W-953…

    …7427-avoid-use-of-implicit-headings
    
    w-9537427 avoid use of implicit headings
    ptewson-sfdo authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9b9096f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8dbc59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a1ab8a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. moved focus logic to RD2 _EnablementDelegateHelper.js

    added he 'setFocus' method in RD2 _EnablementDelegateHelper.js and invoked it from RD2_EnablementDelegateController.js.
    salesforce-suyash-more committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    dde36c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7238 from SalesforceFoundation/feature/252__W-953…

    …6698-update-markup-to-contain-well-formed-elements
    
    W-9536698 ERD page should contain well-formed elements
    ptewson-sfdo authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7fa0bb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    784c9b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Merge pull request #7239 from SalesforceFoundation/feature/252__W-953…

    …6986-move-focus-to-new-content-on-Upgrade-to-ERD-page
    
    W-9536986-move focus to new content on Upgrade to Enhanced Recurring Donations page
    ptewson-sfdo authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f76a09b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    35ad740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ec8f74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0058505 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Changes in ALLO_ManageAllocations_CTRL.cls for FLS checking

    Before checking access, fields in the GAU Allocations fieldset are checked for formula field type and permissionability.
    salesforce-suyash-more committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    7092b1d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7242 from SalesforceFoundation/feature/252__W-150…

    …46973-add-formula-field-to-manage-allocations-fieldset
    
    W-15046973 Fix error on adding formula field to GAU allocations fieldset
    npsp-reedestockton authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5f7b99a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Merge pull request #7243 from SalesforceFoundation/feature/252-bug-fix

    Merge 252 bug fix into main
    npsp-reedestockton authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3b73354 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2eb6cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f76cb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Modified the invalid markup

    Change for template tag in bdiObjectMappings.html and bdiFieldMappingModal.html
    salesforce-suyash-more committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e73f372 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Merge pull request #7244 from SalesforceFoundation/feature/252__W-163…

    …28778-invalid-markup-in-bdiObjectMappings
    
    W-16328778 Invalid markup in bdiObjectMappings
    npsp-reedestockton authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f98ea0d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    e36888a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c04800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ca2abc View commit details
    Browse the repository at this point in the history