This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* CiviCRM Local configuration file. | |
*/ | |
/** | |
* 1. After installing CiviCRM place this snippet in civicrm.settings.php, | |
* just below | |
* "global $civicrm_root, $civicrm_setting, $civicrm_paths;" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Convert d7 media to Backdrop media | |
* | |
* bee php-script convert-d7media2backdrop.php | |
* | |
* @todo add batching. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Convert Field Collection to Paragraphs | |
* | |
* bee php-script convert-fc2p.php | |
* | |
* @todo add batching. | |
* | |
* - Both field_collection and paragraphs need to be enabled. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Convert Location to Address, Telephone and Email | |
* | |
* bee php-script convert-location.php | |
* | |
* @todo add batching. | |
* | |
* - Requires using bee commandline tools in Backdrop: https://github.com/backdrop-contrib/bee |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Convert d7 media to Backdrop media | |
* | |
* bee php-script convert-d7media2backdrop.php | |
* | |
* Requires video_filter module in Backdrop. | |
* Will convert from Drupal 7 media module format. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Command(s) for working for converting to utf8mb4. | |
*/ | |
/** | |
* Implements hook_bee_command(). | |
*/ |
OlderNewer