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
| #!/usr/bin/env php | |
| <?php | |
| /** | |
| * Git post-checkout hook that maintains Drupal db snapshots for each branch. | |
| * | |
| * INSTALLATION: | |
| * cd repo/root/directory | |
| * mkdir snapshots | |
| * echo "snapshots/*.sql" >> .git/info/exclude | |
| * chmod +x /path/to/branch_snaps_post-checkout.php |
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
| <p>This is a simple list:</p> | |
| <ul> | |
| <li>Item one</li> | |
| <li>item two</li> | |
| <li>item three</li> | |
| <li>Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec id elit non mi porta gravida at eget metus.</li> | |
| </ul> | |
| <p>This is an ordered list:</p> |
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
| diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php | |
| index 580cc38..ae5c1ed 100644 | |
| --- a/sites/default/default.settings.php | |
| +++ b/sites/default/default.settings.php | |
| @@ -551,3 +551,18 @@ $conf['404_fast_html'] = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" | |
| * Remove the leading hash signs to disable. | |
| */ | |
| # $conf['allow_authorize_operations'] = FALSE; | |
| + | |
| +/** |
NewerOlder