- 05 Oct, 2018 2 commits
-
-
kcristiano authored
Do not start session when running under WP-CLI
-
kcristiano authored
Fix WP-CLI class for PHP 7.2
-
- 25 Sep, 2018 2 commits
- 19 Jul, 2018 1 commit
-
-
eileen authored
CRM-21812 - don't specify installation type post install
-
- 13 Jun, 2018 1 commit
-
-
eileen authored
Do not render shortcodes in PUT, POST or DELETE
-
- 12 Jun, 2018 1 commit
-
-
Bastien Ho authored
update dates
-
- 21 May, 2018 1 commit
-
-
eileen authored
CRM-21565: Change mkdir to use correct and more secure mode numbers
-
- 16 Apr, 2018 1 commit
-
-
colemanw authored
CRM-21564: Change from using exec to WP_CLI::Launch
-
- 04 Apr, 2018 3 commits
- 02 Apr, 2018 1 commit
-
-
totten authored
Gutenberg Compatibility - Do not render shortcodes in REST context
-
- 28 Mar, 2018 1 commit
-
-
bgm authored
add GitHub PR template and Contributing templates to WP repo
-
- 27 Mar, 2018 1 commit
-
-
kcristiano authored
-
- 26 Mar, 2018 1 commit
-
-
Bastien Ho authored
which breaks saving in Gutenberg editor
-
- 28 Feb, 2018 1 commit
-
-
JonGold authored
-
- 26 Feb, 2018 3 commits
-
-
Seamus Lee authored
(NFC) Update copyright header for 2018
-
yashodha authored
-
yashodha authored
-
- 24 Jan, 2018 1 commit
-
-
totten authored
CRM-16421 - Installation - Update to newer protocol
-
- 23 Jan, 2018 1 commit
-
-
totten authored
To simplify the overall build/distribution process, this patch allows us to include the `civicrm-setup` code with all builds. (Thus, it can be listed as a dependency in `composer.json`.) The opt-in/opt-out mechanism is a placeholder file in `${civicrm-core}/.use-civicrm-setup`.
-
- 19 Jan, 2018 2 commits
- 18 Jan, 2018 1 commit
-
-
totten authored
`civicrm-core` includes an installer (`civicrm/install/index.php`), but this code is difficult to update/maintain. The `civicrm-setup` (http://github.com/civicrm/civicrm-setup/) package is a "leap" to replace it with a more maintable library. This patch uses whichever is available. Before ------ * The page `civicrm-install` always uses `civicrm/install/index.php`. After ----- * The page `civicrm-install` picks the first available installer UI, either: * `civicrm/packages/civicrm-setup/*` (`Civi\Setup::createController()`) * `civicrm/install/index.php`
-
- 15 Dec, 2017 1 commit
-
-
Thomas Bloor authored
-
- 02 Dec, 2017 2 commits
-
-
Thomas Bloor authored
The original setting of `777` is not a valid mode number for mkdir, and should have been `0777` as it is an octal number. This has been changed to `0755` to be in keeping with the wordpress permission scheme, which is readable by all but only writeable by the current user. As these are for backups a more strict setting may be preferable, but this is a reasonable compromise
-
Thomas Bloor authored
exec does not seem to be available on all systems. Also makes the code more consistent for running external processes.
-
- 13 Oct, 2017 1 commit
-
-
Monish Deb authored
Enable CiviCRM Extensions to interact with the WordPress shortcode
-
- 02 Oct, 2017 1 commit
-
-
eileen authored
CRM-17633 WIP Changes to support WP in it's own directory …
-
- 01 Oct, 2017 1 commit
-
-
colemanw authored
CRM-21243 WordPress: logo in admin menu now uses SVG and works like others
-
- 30 Sep, 2017 2 commits
-
-
Andrew Hunt authored
-
Andrew Hunt authored
-
- 27 Sep, 2017 2 commits
-
-
kcristiano authored
-
kcristiano authored
CRM-21166: WP-CLI commands fail due to whitespace in regex Remove whitespace from regex on parseDSN function.
-
- 11 Sep, 2017 1 commit
-
-
bgm authored
CRM-21168: Update CiviCRM documentation URLs.
-
- 10 Sep, 2017 1 commit
-
-
bgm authored
-
- 03 Sep, 2017 1 commit
-
-
totten authored
Fix parameter parsing in wp-cli civicrm api.
-
- 02 Sep, 2017 2 commits
-
-
Aaron Jones authored
-
Aaron Jones authored
-