Skip to content

Commit c3dddb9

Browse files
Merge pull request #6 from CodeForPhilly/develop
Release: codeforphilly v1.0.0
2 parents dbb7476 + 671f491 commit c3dddb9

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[holomapping]
22
files = "*/**"
3-
after = [ "laddr" ]
3+
after = "*"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[holomapping]
22
files = "*/**"
3+
before = "*"

.holo/sources/laddr.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[holosource]
22
url = "https://github.com/CodeForPhilly/laddr"
3-
ref = "refs/heads/develop"
4-
5-
[holosource.project]
6-
holobranch = "emergence-skeleton"
3+
ref = "refs/heads/emergence/skeleton/v3"

.studiorc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
#!/bin/bash
2-
32
hab pkg install emergence/studio
43
source "$(hab pkg path emergence/studio)/studio.sh"
5-
6-
echo " * Use 'load-into-mysql <files>' to load .sql.bz2 files into local mysql database"
7-
load-into-mysql() {
8-
bzcat "$@" | hab pkg exec core/mysql mysql -u root -h 127.0.0.1 default
9-
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
3+
// uncomment to enable newsletter opt-in/out option in user profiles
4+
Laddr\ProfileRequestHandler::$enableNewsletterOptIn = true;

0 commit comments

Comments
 (0)