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

Issue #110 bring up to date with 7.x-master #113

Open
wants to merge 177 commits into
base: 1.x-master
Choose a base branch
from

Commits on May 18, 2017

  1. CRM-20541 - Use drupal_static() instead of static

    The impetus behind CRM-20541 seems to be a testing scenario where the
    setup/teardown process resets Civi (`Civi::reset()`) without resetting
    Drupal (`drupal_static_reset()`).  IMHO, it's better to keep the systems
    aligned by either (a) resetting both or (b) resetting neither.
    
    For the situation where you reset both, the state within
    `civicrm_initialize()` needs some way to reset.  This function executes
    within a Drupal context (before Civi has booted), so it should obey the
    reset conventions for Drupal -- i.e.  use `drupal_static()`.
    totten committed May 18, 2017
    Configuration menu
    Copy the full SHA
    9a6cd1b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

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

Commits on Jul 6, 2017

  1. Configuration menu
    Copy the full SHA
    36165b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b18bdd View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Merge pull request #457 from kainuk/CRM-19976

    CRM-19976: Fix for Drush: cannot disable civicrm debug
    eileenmcnaughton committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    bba4daa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #447 from totten/7.x-master-20541

    CRM-20541 - Use drupal_static() instead of static
    eileenmcnaughton committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    f7ed137 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

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

Commits on Jul 21, 2017

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

Commits on Jul 29, 2017

  1. Lint civicrm.install

    seamuslee001 committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    d74f0ad View commit details
    Browse the repository at this point in the history
  2. Lint civicrm.module

    seamuslee001 committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    6cb5538 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

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

Commits on Aug 8, 2017

  1. Merge pull request #468 from monishdeb/CRM-21016

    CRM-21016: Allow Drupal views to be used for Notes related to contributions
    colemanw committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    f11f79e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    4a368f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #469 from JohnFF/feature/CRM-21056

    Add Contributions relevant to the Participant record.
    eileenmcnaughton committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    42dfc4f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2017

  1. Fixed CRM-20292: removed permission checks for custom data caching in…

    … views. This breaks views unless there is an ACL in place if Drush CC is used on the command line.
    JohnFF committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    5f74c04 View commit details
    Browse the repository at this point in the history
  2. Lint civicrm.drush.inc

    seamuslee001 committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    91c959c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Merge pull request #473 from seamuslee001/civilint_drush

    (NFC) Lint civicrm.drush.inc
    totten committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    329480a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2056e2 View commit details
    Browse the repository at this point in the history
  3. Lint Civitheme module

    seamuslee001 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    9896b36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f7d453 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. CiviCRM / Drupal Rules: Show all groups.

    CRM-21156
    xurizaemon committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    7ce0e0a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Merge pull request #478 from fuzionnz/CRM-21156-rules_show_all_groups…

    …_alphabetically
    
    CiviCRM / Drupal Rules: Show all groups
    colemanw committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    81cca7b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

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

Commits on Sep 14, 2017

  1. Configuration menu
    Copy the full SHA
    df9c6c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da4df6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4d0091 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Merge pull request #481 from seamuslee001/civilint_contact_ref

    NFC Civilint civicrm_contact_ref module
    eileenmcnaughton committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    03b9583 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #480 from seamuslee001/civilint_member_roles

    NFC Civilint civicrm_member_roles
    eileenmcnaughton committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    3112463 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #476 from seamuslee001/civilint_views

    Civilint Some views files and HookTest file
    eileenmcnaughton committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    2af105d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #474 from seamuslee001/config_lint

    (NFC) Lint civicrm.config.php.drupal
    totten committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    cf12296 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

  1. Configuration menu
    Copy the full SHA
    b4d00fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82f535b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5da0f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bab2a09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9656a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f6c743 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. Configuration menu
    Copy the full SHA
    fe47de6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #484 from seamuslee001/civilint-field-website-handler

    Civilint civicrm_handler_field_website.inc
    eileenmcnaughton committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    ba7a36e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Merge pull request #475 from seamuslee001/civitheme_lint

    Lint Civitheme module
    eileenmcnaughton committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    ba50ea8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #483 from seamuslee001/civilint-views-puglins

    Civilint views plugins files
    eileenmcnaughton committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    bb8cc34 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #485 from seamuslee001/civilint-handler-part1

    Run Civilint against first half of civicrm_handler_field files
    eileenmcnaughton committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    74514dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd996ce View commit details
    Browse the repository at this point in the history
  5. Merge pull request #479 from seamuslee001/civilint_group_roles

    NFC Civilint civicrm_group_roles module
    totten committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    7ae87f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    175f3c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    582e4ce View commit details
    Browse the repository at this point in the history
  8. Merge pull request #492 from seamuslee001/remove_civitest_sample

    Remove CiviTest.module.sample as been replaced with the CiviCRM Dev Docs
    eileenmcnaughton committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    5b58c08 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #477 from seamuslee001/civilint_civicrm_rules

    Lint CiviCRM Rules module
    eileenmcnaughton committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    a4d9bee View commit details
    Browse the repository at this point in the history
  10. Merge pull request #490 from seamuslee001/civilint_user_inc

    Civilint civicrm_user.inc
    eileenmcnaughton committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    c28e549 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #464 from jmcclelland/CRM-20937

    CRM-20937 - update to most recent templates used in core.
    eileenmcnaughton committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    6e5680a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Merge pull request #489 from seamuslee001/civicrm_og_sync_civilint

    Civilint civicrm_og_sync module
    eileenmcnaughton committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    34af3c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ea42d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

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

Commits on Oct 9, 2017

  1. Merge pull request #494 from powdevel/7.x-master

    Need to include fields in order by  in select distinct to work
    colemanw committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    d35432e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

  1. add missing 's' to variable - CRM-19995

    Notice : Undefined offset: 5 dans _civicrm_member_roles_sync() (ligne 587 dans /xxxxxxx/sites/all/modules/civicrm/drupal/modules/civicrm_member_roles/civicrm_member_roles.module).
    olivierh65 committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    e1b64ee View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2017

  1. Merge pull request #500 from olivierh65/7.x-master

    CRM-19995 - Fix missing 's' in array name
    colemanw committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    6b2cb45 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

  1. Merge pull request #487 from seamuslee001/ciivlint-handler-part3

    Run Civilint against the rest of views_handler and views plugin files
    totten committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    5491865 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. Merge pull request #493 from seamuslee001/engage_lint

    Run Civilint against civicrm_engage module
    colemanw committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    aa4f702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39a04b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Cleanup comments and js

    colemanw committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    6e9ad2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #488 from seamuslee001/state_multi_views_civilint

    Run civilint against civicrm_handler_filter_state_multi.inc
    colemanw committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    297de8c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #486 from seamuslee001/civilint-handler-part2

    Civilint 2nd half of civicrm_handler_field files
    colemanw committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    28a05e1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #482 from seamuslee001/civilint-views-components

    Civilint views components files
    colemanw committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    e3f1020 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. CRM-21371 - An api error when calling drush cvapi should be treated a…

    …s a drush error
    
    Also defines a used var and removes legacy svn id refs
    eileenmcnaughton committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    801b2a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #503 from eileenmcnaughton/7.x-master

    CRM-21371 - An api error when calling drush cvapi should be treated a…
    mlutfy committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    9cba06d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Merge pull request #472 from JohnFF/bugfix/CRM-20292

    Fixed CRM-20292: removed permission checks for custom data caching in views
    eileenmcnaughton committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    57f48ce View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Configuration menu
    Copy the full SHA
    1631c58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57a37e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #506 from jitendrapurohit/CRM-20734

    CRM-20734: Populate state if country is selected by default on page load
    colemanw committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    8f56584 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Merge pull request #446 from samuelsov/CRM-20592

    CRM-20592 - remove location options from website field
    eileenmcnaughton committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    4e79359 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

  1. Merge pull request #463 from deepak-srivastava/CRM-20153

    CRM-20153 show event pages for pcp
    jackrabbithanna committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    875cfe7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #467 from seamuslee001/civilint

    Lint civicrm.module and civicrm.install files
    jackrabbithanna committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    40acc30 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #458 from jitendrapurohit/CRM-20783

    CRM-20783 : Get currency from civi if not included in view fields
    jackrabbithanna committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    0af856a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

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

Commits on Feb 5, 2018

  1. Update civicrm_handler_field_contact_image.inc

    Gives "Notice: Undefined index: image_style in civicrm_handler_field_contact_image->render() (line 130 of sites\all\modules\civicrm\drupal\modules\views\civicrm\civicrm_handler_field_contact_image.inc)." if "Custom Files Directory" at civicrm/admin/setting/path?reset=1 doesn't contain "[civicrm.files]" ( in my case default directory has been set as "custom/"  only; changing it to be [civicrm.files]/custom has got Drupal image styles back for CiviCRM Contact Image field in Views )
    yurg committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    6c718b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

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

Commits on Feb 10, 2018

  1. Configuration menu
    Copy the full SHA
    9ba43b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #520 from herbdool/crm16541

    crm-16541 Allow extra options to be passed to mysqldump.
    jackrabbithanna committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    71121e0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #519 from MegaphoneJon/event-created-id

    CRM-21758: Add created_id to Views integration
    jackrabbithanna committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    670b59c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #508 from jitendrapurohit/CRM-21226

    CRM-21226: Add view filter handler for contact reference custom field
    jackrabbithanna committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    eb72b1d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #516 from yurg/patch-5

    Update civicrm_handler_field_contact_image.inc
    jackrabbithanna committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    9e6db31 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Merge pull request #459 from yashodha/CRM-20822

    CRM-20822 - Expose tag parent id in views
    jackrabbithanna committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    45558c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. header fixes

    yashodha committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    f5af960 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #522 from yashodha/header-fix

    (NFC) Update copyright header for 2018
    seamuslee001 committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    378ece9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Configuration menu
    Copy the full SHA
    d290be9 View commit details
    Browse the repository at this point in the history
  2. Fix style warnings

    mattwire committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    c388b3a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #526 from mattwire/style_warnings

    Fix style warnings
    jackrabbithanna committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    1ba183f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Merge pull request #525 from mattwire/7.x-activity_fields

    Add activity created_date, modified_date and original_id fields to views
    jackrabbithanna committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    a390c12 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. (NFC) Update version in header

    This is a simple administrative update to the headers. It was generated with the command:
    
    ```
    rgrep '| CiviCRM version 4.7' CRM/ Civi ang api bin extern install/ settings/ templates -l \
     | xargs sed -i'' "s/| CiviCRM version 4.7/| CiviCRM version 5  /g"
    ```
    
    The inclusion of `|` aimed to avoid matching any non-header text (e.g. inline docs that
    mentioned the version incidentally). But then I did a looser search and for just
    
    ```
    rgrep 'CiviCRM version 4.7'
    ````
    
    and manually patched the remainder.
    
    Note: I'm not really keen on doing this every month, so I relaxed the header
    statement -- instead of `CiviCRM version 5.0`, it's just `CiviCRM version 5`.
    totten committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    14a4ae6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #530 from totten/7.x-master-header

    (NFC) Update version in header
    totten committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    30ff917 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

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

Commits on Jun 6, 2018

  1. Merge pull request #531 from colemanw/dev/core/civicrm#152

    dev/core/civicrm#152 - AdvMulti-Select cleanup
    colemanw committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    a6a3276 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Fix Views custom field handler not displaying select value labels.

    The current handler looks up the CiviCRM custom field ID using the field's
    label, which is not intended to be unique. More than one field can exist
    across multiple different custom field groups with the same field label. If
    that happens, when attempting to pull the list of select field options, the
    handler will just use the field with the lowest field ID for all fields that
    have the same field label, so the field's value won't get rendered.
    
    This change makes the handler use the field's column_name to look up the
    field id, which is unique across all fields in CiviCRM.
    anemirovsky committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    184d69f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. NFC Code style fix

    JKingsnorth committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    583ae83 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Merge pull request #532 from giant-rabbit/fix-views-custom-field-handler

    Fix Views custom field handler not displaying select value labels when fields share the same label.
    eileenmcnaughton committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    1af2682 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. Configuration menu
    Copy the full SHA
    7fcce8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #539 from JohnFF/feature/view_event_participant_re…

    …lationship
    
    Drupal Views CiviCRM: Allow Participant record to be used from Event.
    colemanw committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    80d0f5d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

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

Commits on Aug 31, 2018

  1. PHP 7.1 incompatibility error fix

    Thomas committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    19863d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. dev/core#381 - Clear session vars while retriving the files with id a…

    …nd eid
    Jitendra Purohit committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    216f661 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. dev/drupal#31 - CiviMember Role sync is no longer syncing Pending mem…

    …berships
    Jitendra Purohit committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    2ee7538 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Add a drush command to rebuild SQL triggers

    drush civicrm-sql-rebuild-triggers will now rebuild triggers, or
    dump the required SQL commands to a file. Without this, one has to
    do something sketchy like turn logging off and on in order to sync
    triggers or dump the full file.
    ejegg committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    be2b599 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Merge pull request #545 from ejegg/7.x-master

    Add a drush command to rebuild SQL triggers
    eileenmcnaughton committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    d4d2509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fabd188 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #435 from GinkgoFJG/CRM-20298-views-money

    CRM-20298: Custom fields of type Money should use the same filter operators as Integer fields
    seamuslee001 committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    73333cd View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. civicrm_handler_field_link_pcp: avoid PHP notice

    This function generated PHP notices 'Undefined property: stdClass::$unknown',
    yet the field_alias is not used anyway in the render_link() function. The change
    proposed here is consistent with similar changes elsewhere (ex: 8da894b).
    mlutfy committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    a114788 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #537 from JKingsnorth/code-style-fix

    [NFC] Code style fix for contact image handler
    mlutfy committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    7312b11 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #547 from mlutfy/fix-pcp-notice

    civicrm_handler_field_link_pcp: avoid PHP notice
    seamuslee001 committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    b8f1b15 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Configuration menu
    Copy the full SHA
    8cef9f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #354 from JKingsnorth/CRM-17667

    CRM-17667: Drush process mailings
    mlutfy committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    b2d1cf9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

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

Commits on Nov 11, 2018

  1. Merge pull request #543 from jitendrapurohit/dev-31

    dev/drupal#31 - CiviMember Role sync is no longer syncing Pending mem…
    eileenmcnaughton committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    eaa467f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13c4937 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

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

Commits on Dec 11, 2018

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

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    d1e4e77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #553 from seamuslee001/copywrite_header_update

    (NFC) Update Copyrite header to change to 2019
    seamuslee001 committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    c5d1e9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25976fc View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Merge pull request #541 from tmannell/7.x-master

    PHP 7.1 incompatibility error fix for -> Error: Using $this when not in object context in civicrm_form_data()
    eileenmcnaughton committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    5be627f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Merge pull request #542 from jitendrapurohit/drupal-381

    dev/core#381 - Clear session vars while retrieving the files with id a…
    colemanw committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    52bb0cf View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. PHP 7.1 incompatibility error fix

    Thomas authored and mlutfy committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    a94c7c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #551 from aydun/7.x-master

    Make address Supplemental line 3 available to views
    mlutfy committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    38cee49 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #561 from mlutfy/7.x-5.10-edit

    PHP 7.1 incompatibility error fix
    eileenmcnaughton committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    b823e97 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #562 from civicrm/7.x-5.11

    7.x 5.11 to master (no changes in here - just admin)
    eileenmcnaughton committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    6d4d172 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    589f525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743cc6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9f68e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Merge pull request #1 from civicrm/1.x-master

    Bring up to date with upstream
    herbdool committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    3e8fb43 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

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

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    d1d2fed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #571 from seamuslee001/new_coder_style

    Update 7.x Drupal code to be that of the new coder style
    totten committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    b8c0944 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c61e965 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f2d4bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee5ffc4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b3d58e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #575 from seamuslee001/ignore_eval

    (NFC) Get phpcs to ignore the use of eval in this file as it is required
    seamuslee001 committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    20afb91 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #574 from seamuslee001/lint_inc

    Lint .inc files in Drupal module folder to match newer coder standard
    seamuslee001 committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    257db9f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    fa3eb4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #577 from totten/7.x-5.13-phpcs

    (NFC) Update for compliance with next phpcs standard
    totten committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    d7c3e21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc74273 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Configuration menu
    Copy the full SHA
    5459700 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #578 from herbdool/issue-48

    Issue 48: make it next_sched_contribution_date
    seamuslee001 committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    def8862 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5e3b8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fa55b7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #540 from JKingsnorth/patch-3

    Don't render an empty mailto link for empty email addresses
    seamuslee001 committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    6b655dd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #573 from aydun/empty_dates

    Enable contribution views to filter on empty Receipt and Thank You dates
    seamuslee001 committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    534c7a6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #567 from civicrm/phpver

    Bump php version to match core requirements
    seamuslee001 committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    3bd0ba5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #507 from seamuslee001/CRM-20006

    CRM-20006 Standard groups relationships in views
    eileenmcnaughton committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    c0901e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Configuration menu
    Copy the full SHA
    e622e07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #581 from seamuslee001/feature/frontpage_function

    Update civicrmtheme module to use new isFrontEndPage function on user…
    eileenmcnaughton committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    aa79d8e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

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

Commits on Jul 31, 2019

  1. Merge pull request #552 from ixiam/dev-profiles_path

    Fix path for civicrm.settings.php when installed in profiles/
    mlutfy committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    509fec7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. (dev/drupal#79) Fail more gracefully when upgrading on PHP 5.x

    This version requirement officially went up to PHP 7.0 circa Civi 5.14.
    However, at that time, the upgrade metadata was kept at PHP 5.6 to allow
    somewhat softer landing for stragglers.  That's no longer possible in Civi
    5.16+,
    
    This just gives a clearer error when someone tries to upgrade with PHP 5.x.
    
    Before
    ------
    
    When upgrading via drush or Drupal web UI on PHP 5.6, the Civi class-loader fails to initialize.
    
    ```
    Parse error: syntax error, unexpected ':', expecting '{' in /Users/totten/bknix/build/dmaster/web/sites/all/modules/civicrm/vendor/league/csv/src/functions.php on line 33
    ```
    
    (Approximate call-path: `civicrm.drush.inc | civicrm.module` =>
    `civicrm.settings.php` => `CRM_Core_ClassLoader` => `vendor/autoload.php` =>
    `vendor/league/csv/src/functions.php`)
    
    After
    -----
    
    When upgrading via drush on PHP 5.6, the error points to the actual problem.
    
    ```
    [bknix-old:~/bknix/build/dmaster/web/sites/all/modules/civicrm] drush civicrm-upgrade-db
    CiviCRM requires PHP 7.0.0+. Drush is running PHP 5.6.38.                                                                                                                [error]
    ```
    
    When upgrading via web UI on PHP 5.6, the error message is similar:
    
    ```
    CiviCRM requires PHP 7.0.0+. The web server is running PHP 5.6.38.
    ```
    
    (Note: I tweaked the text to emphasize that the PHP version is determined by
    the "drush" or "web server" environment - in some systems, these are
    different environments with different PHP versions.  A phrase like "your
    version" can be confusing/misleading in those cases.)
    
    Comments
    --------
    
    The canonical representation of the minimum PHP version is in
    `$civicrm_root/CRM/Upgrade/Form.php`.  However, correctly reading that
    metadata requires loading `civicrm.settings.php`, which triggers the crash.
    
    To work around this, we reproduce the constant and use a unit-test to ensure
    its continued accuracy.
    
    Also, it seems useful to put the same metadata in `civicrm.info`.  I'm not
    sure if D7 uses this in a meaningful way, but it's good to be accurate.
    totten committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    1b62302 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Merge pull request #583 from totten/7.x-5.17-php-min

    (dev/drupal#79) Fail more gracefully when upgrading on PHP 5.x
    totten committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    99717ac View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Merge pull request #582 from jmcclelland/issue59

    providing clear indication that civicrm_engage module is deprecated.
    eileenmcnaughton committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    f115bb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    df19971 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #585 from seamuslee001/copywrite_date_update

    [NFC] Update copyright date for 2020
    seamuslee001 committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    47dfe10 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    56dae36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #587 from totten/7.x-simplehead

    (NFC) (dev/core#878) Simplify copyright header (D7)
    totten committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    7b0de1c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    0aa9435 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #590 from magnolia61/7.x-master

    Add participant is_test field to views
    seamuslee001 committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    7a2a4aa View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Configuration menu
    Copy the full SHA
    340062c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    436f185 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Configuration menu
    Copy the full SHA
    fe03528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60acc51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5dc42a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Update unit tests to use name spaced format of phpunit test classes f…

    …or phpunit6 compatability
    seamuslee001 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    4c62253 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #594 from seamuslee001/7.x-master

    Update unit tests to use name spaced format of phpunit test classes f…
    totten committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    65c51de View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Fix 404 wiki link

    demeritcowboy committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    33d24b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #595 from demeritcowboy/og-sync-wiki-link

    dev/drupal#102 Fix wiki link that goes nowhere
    seamuslee001 committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    938b801 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Configuration menu
    Copy the full SHA
    b49cc1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #596 from seamuslee001/7.x-master

    [NFC] Doc Block fix should be bool no boolean as per coding standards
    totten committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    e9be6c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Merge pull request #549 from agileware/CIVICRM-984

    CIVICRM-984: Make "Add CiviCRM Tag to Contact" action list tags
    mattwire committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    f723bb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Merge pull request #2 from civicrm/1.x-master

    Update from upstream
    herbdool committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    d47225d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28e2d02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f00cbc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

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