This file contains 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
[user] | |
name = Your Name | |
email = [email protected] | |
[core] | |
editor = vim | |
excludesfile = ~/.gitignore | |
filemode = false | |
symlinks = true | |
autocrlf = false | |
[merge] |
This file contains 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
ruby "1.9.3" | |
source :rubygems | |
gem "capybara" | |
gem "cucumber" | |
gem "rspec" | |
gem "sinatra" | |
gem "benchmark-ips" | |
gem "thin" | |
gem "poltergeist", :path => "../gems/poltergeist" | |
gem "http_parser.rb" |
This file contains 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/modules/commerce_exactor_calc/commerce_exactor_calc.module b/modules/commerce_exactor_calc/commerce_exactor_calc.module | |
index e3cb463..e99cf27 100644 | |
--- a/modules/commerce_exactor_calc/commerce_exactor_calc.module | |
+++ b/modules/commerce_exactor_calc/commerce_exactor_calc.module | |
@@ -6,6 +6,51 @@ | |
*/ | |
/** | |
+ * Implemments hook_form_FORM_ID_alter(). | |
+ */ |
This file contains 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
--- | |
vagrantfile-local: | |
vm: | |
box: puphpet/ubuntu1404-x64 | |
box_url: puphpet/ubuntu1404-x64 | |
hostname: null | |
memory: '512' | |
cpus: '1' | |
chosen_provider: virtualbox | |
network: |
This file contains 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
Show hidden characters
{ | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"AdvancedNewFile", | |
"All Autocomplete", | |
"ApplySyntax", | |
"Auto Semi-Colon", |
This file contains 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
{ | |
// A list of URLs that each contain a JSON file with a list of repositories. | |
// The repositories from these channels are placed in order after the | |
// repositories from the "repositories" setting | |
"channels": [ | |
"https://packagecontrol.io/channel_v3.json" | |
], | |
// A list of URLs that contain a packages JSON file. These repositories | |
// are placed in order before repositories from the "channels" |
This file contains 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
The crux is drush doesn't pick up the super user from the CLI, using --db-su, unless there is a ~/.my.cnf | |
nor does it pick it up from the alias file at all. | |
My environment is a Mac with Mountain Lion MYSQL install using Homebrew | |
mysql --version: | |
Ver 14.14 Distrib 5.6.19, for osx10.9 (x86_64) | |
php --version | |
PHP 5.4.30 (cli) (built: Jul 29 2014 23:43:29) |
This file contains 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 | |
$path = '/var/www'; | |
$driver = 'mysql'; | |
$port = '3306'; | |
$host = '127.0.0.1'; | |
$webroot = ''; | |
$aliases = array(); | |
$dir_handle = new DirectoryIterator($path); |
This file contains 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
# YAML | |
# Core | |
# PM System / Deployments | |
submitDeployTicket: | |
value: True | |
pmName: | |
value: AtTask | |
attaskPword: | |
value: # AtTask password | |
attaskUser: |
This file contains 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
# YAML | |
# Core | |
webrootDir: | |
value: #webroot sub-folder | |
# PM System / Deployments | |
submitDeployTicket: | |
value: True | |
pmName: | |
value: AtTask | |
attaskPword: |
OlderNewer