Skip to content

Commit

Permalink
Merge pull request #6 from CodeForPhilly/develop
Browse files Browse the repository at this point in the history
Release: codeforphilly v1.0.0
  • Loading branch information
themightychris authored Aug 21, 2019
2 parents dbb7476 + 671f491 commit c3dddb9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .holo/branches/emergence-site/_codeforphilly.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[holomapping]
files = "*/**"
after = [ "laddr" ]
after = "*"
1 change: 1 addition & 0 deletions .holo/branches/emergence-site/_laddr.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[holomapping]
files = "*/**"
before = "*"
5 changes: 1 addition & 4 deletions .holo/sources/laddr.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[holosource]
url = "https://github.com/CodeForPhilly/laddr"
ref = "refs/heads/develop"

[holosource.project]
holobranch = "emergence-skeleton"
ref = "refs/heads/emergence/skeleton/v3"
6 changes: 0 additions & 6 deletions .studiorc
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#!/bin/bash

hab pkg install emergence/studio
source "$(hab pkg path emergence/studio)/studio.sh"

echo " * Use 'load-into-mysql <files>' to load .sql.bz2 files into local mysql database"
load-into-mysql() {
bzcat "$@" | hab pkg exec core/mysql mysql -u root -h 127.0.0.1 default
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php

// uncomment to enable newsletter opt-in/out option in user profiles
Laddr\ProfileRequestHandler::$enableNewsletterOptIn = true;

0 comments on commit c3dddb9

Please sign in to comment.