Skip to content
Snippets Groups Projects
  1. Oct 12, 2021
  2. Aug 25, 2021
  3. Aug 18, 2021
  4. Jul 30, 2021
  5. Jul 13, 2021
  6. Jul 07, 2021
  7. Jul 06, 2021
  8. Jun 22, 2021
  9. Jun 18, 2021
  10. Jun 15, 2021
    • Eileen McNaughton's avatar
      Fix unreleased api change · e376b300
      Eileen McNaughton authored
      An unreleased change adds the entity ids for membership to the return values.
      
      However, on digging into further cleanup I realised that the entity ids are in
      the line item array, along with other values which may or may not be useful,
      and it's cleaner, more complete and more maintainable to return the line_items.
      
      It requires an extra foreach loop in the calling code but
      I don't see that as a downside.
      
      We should change this in the rc so what is released is consistent
      
      Test cover in testSubmitRecur & other tests in CRM_Member_Form_MembershipTest
      e376b300
  11. May 29, 2021
  12. May 05, 2021
    • eileen's avatar
      Use order api when creating a recurring membership from the Membership backoffice form · 45a6ec43
      eileen authored
      This removes the need for some 'magic' code from the membership BAO that was really only
      there to support the fact that this code was doing some particularly convoluted
      manoevering in order to share code with the front end form (since unshared).
      
      Not this adds a feature Matt requested - the created membership id is returned. This
      is only done for memberships at the moment but could be other entities too as
      test cover is added (the membership tests fail without the change in this
      PR so it has cover in the context it is added
      45a6ec43
  13. May 02, 2021
  14. Apr 07, 2021
  15. Dec 05, 2020
  16. Nov 02, 2020
  17. Oct 26, 2020
  18. Aug 21, 2020
  19. Aug 02, 2020
  20. Mar 17, 2020
  21. Nov 29, 2019
  22. Nov 20, 2019
  23. Nov 14, 2019
  24. Nov 07, 2019
  25. Oct 20, 2019
  26. Oct 15, 2019
  27. Oct 14, 2019
  28. Aug 12, 2019
  29. Jun 27, 2019
  30. Apr 06, 2019
  31. Mar 28, 2019
  32. Jan 16, 2019
  33. Dec 13, 2018
  34. Apr 19, 2018
    • totten's avatar
      (NFC) Update version in header · fee14197
      totten authored
      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"
      ```
      
      Tthe 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`.
      fee14197
  35. Mar 17, 2017
  36. Jan 10, 2017
Loading