Skip to content
Snippets Groups Projects
  1. Jun 08, 2018
    • Kevin Cristiano's avatar
      CRM-21812 - don't specify installation type post install · 23cc3cff
      Kevin Cristiano authored
      
      props @MegaphoneJon
      The wp-cli-login-server plugin checks for the presence of elements in the $_GET array, and fails if any are found. This conflicts with CiviCRM, which places:
      
      $_GET['civicrm_install_type'] = 'wordpress';
      
      into every page load.
      
      I confirmed that this value is only used for install, and placed a conditional around it to only insert pre-install. I successfully installed CiviCRM and engaged in normal use with the conditional applied, and confirmed that this fixed the WP plugin.
      
      This is intended to close aaemnnosttv/wp-cli-login-command#24.
      
      Signed-off-by: default avatarKevin Cristiano <kcristiano@tadpole.cc>
      Verified
      23cc3cff
  2. Jun 07, 2018
  3. May 30, 2018
  4. May 28, 2018
  5. May 17, 2018
  6. May 16, 2018
  7. May 15, 2018
  8. May 10, 2018
  9. May 04, 2018
  10. Apr 26, 2018
  11. Apr 21, 2018
  12. Apr 16, 2018
  13. Apr 08, 2018
  14. Mar 26, 2018
  15. Mar 14, 2018
  16. Feb 08, 2018
  17. Jan 14, 2018
  18. Nov 09, 2017
  19. Nov 02, 2017
  20. Oct 16, 2017
  21. Sep 07, 2017
  22. Aug 06, 2017
  23. Jul 12, 2017
Loading