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

fix(shortcode): load modal forms in form grid via AJAX #2951 #2955

Merged
merged 55 commits into from
Apr 17, 2018

Commits on Mar 27, 2018

  1. fix(shortcode): Use AJAX to render donation form

    Earlier every grid item had form hidden using CSS, now the hidden form is instead fetched using AJAX.
    Sidsector9 committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    4defead View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

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

Commits on Mar 29, 2018

  1. Configuration menu
    Copy the full SHA
    214a31d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02e09ca View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. fix(shortcode): Remove form load by AJAX

    This is a revert commit. The forms are shown/hidden instead of
    using AJAX to load the form.
    Sidsector9 committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    170cb21 View commit details
    Browse the repository at this point in the history
  2. fix(shortcode): rename display style

    display_style "modal" is changed to "modal_reveal"
    Sidsector9 committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    11e311f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3407cc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

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

Commits on Apr 11, 2018

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

Commits on Apr 12, 2018

  1. Configuration menu
    Copy the full SHA
    acee2a3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/2.1' into issue-2951

    # Conflicts:
    #	assets/src/css/frontend/give-frontend.scss
    #	assets/src/css/frontend/modal.scss
    #	includes/shortcodes.php
    ravinderk committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    bf0f01e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

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

Commits on Apr 16, 2018

  1. fix(modal): Add popup for display type button

    If you visit a URL directly with query parameters 'form-id' and 'payment-mode' for a form with display type 'button', the popup will pop up.
    Sidsector9 committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    5226763 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee6bbc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cc5581 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8648a7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ac9736 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1b6f9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cd94f7 View commit details
    Browse the repository at this point in the history
  8. style(code):add filter doc

    ravinderk authored and Sidsector9 committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    77af4c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18a3f0e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    07081e4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de1ad00 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    324822f View commit details
    Browse the repository at this point in the history
  13. fix(donation): add helper function to get donation address

    new fn give_get_donation_address
    ravinderk authored and Sidsector9 committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    c1c7e91 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2e135f9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1af099d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7b96575 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    631e89a View commit details
    Browse the repository at this point in the history
  18. fix(donation): add helper function to get donor email

    new fn give_get_donation_donor_email
    ravinderk authored and Sidsector9 committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    f4dc85b View commit details
    Browse the repository at this point in the history
  19. fix(donation): refactor email tag code

    Stop using Give_Payment and Give_Donor to improve performance on frontend
    ravinderk authored and Sidsector9 committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    1a89076 View commit details
    Browse the repository at this point in the history
  20. fix(donation): refactor email tag code

    Stop using Give_Payment and Give_Donor to improve performance on frontend
    ravinderk authored and Sidsector9 committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    916a9cd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ee061a6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c221b50 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    74059e1 View commit details
    Browse the repository at this point in the history
  24. refactor(donation): remove Give_Payment usage from give_check_for_exi…

    …sting_payment fn
    ravinderk authored and Sidsector9 committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    7832369 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7aa364f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2090686 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    91ba617 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d794398 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9da8f34 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    221bbf0 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d6d661d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    61518fd View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    28b36dd View commit details
    Browse the repository at this point in the history
  34. styles(code): update fn description

    ravinderk authored and Sidsector9 committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    a7a6734 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0ef56ec View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    24bfff3 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    86b60e5 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    3a7bf9c View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3920d24 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    225116e View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    5311f01 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    447838c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Merge branch 'issue-2951' of https://github.com/Sidsector9/Give into …

    …issue-2951
    
    # Conflicts:
    #	assets/src/css/frontend/modal.scss
    ravinderk committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    cebe4f7 View commit details
    Browse the repository at this point in the history