Commit graph

768 commits

Author SHA1 Message Date
Matthew Taylor
1e57262771 Add fastly rule for express uri patterns
convert path variables in express (i.e. dev-server) into rules that work for fastly (i.e. `.+?`). I tried to make it `\w+?`, but javascript seemed to either want no `\`'s or two `\`'s
2016-05-19 11:36:03 -04:00
Matthew Taylor
cad75217f0 Add schedule/detail components for conference 2016-05-19 11:34:59 -04:00
Matthew Taylor
b969c4e2ed Split reducers into separate files
Use a model of reducer/action files for each component that has them, and make `reducer.js` be the one that imports and configures all of them. This modeling is based on a few examples I've seen which seemed to work for our current case, but I'm totally fine with splitting actions and reducers into separate directories if we'd like too.
2016-05-19 11:34:28 -04:00
Matthew Taylor
4017266327 Fix typo 2016-05-19 11:26:11 -04:00
Matthew Taylor
804a65e3d0 Whoops
That change is coming later with more redux in conference :).
2016-05-12 18:39:33 -04:00
Matthew Taylor
82dbfabcec Constrain view styles to within view name classes
So that they don't affect styles declared outside the scope of the view. Thanks @rschamp!
2016-05-12 18:32:57 -04:00
Matthew Taylor
e1cebe46db Ergonomics – get rid of typography file
1. Merge typography into main
2. Get rid of use of `#view` in scss
3. Make `render` work with conference pages
2016-05-12 18:05:26 -04:00
Ray Schamp
fa9c8bca1d Merge pull request #470 from TheGrits/patch-3
Fix gh-457: Log In Margin
2016-05-11 10:00:43 -04:00
The_Grits
8d294e4d29 Float 2016-05-11 09:53:39 -04:00
The_Grits
75258be4a4 margin-right
4.4px is the max margin we can put to the right of the button without the "Forgot password?" text wrapping.
2016-05-09 11:27:22 -04:00
Matthew Taylor
4c72dd6d51 Merge branch 'TheGrits-patch-8' into develop
* TheGrits-patch-8:
  Indent p element
  Edit spacing
  Whoops
  Squash and Merge
  Add DMCA route
2016-05-03 10:23:59 -04:00
Matthew Taylor
fd1016059b Merge branch 'patch-8' of https://github.com/TheGrits/scratch-www into TheGrits-patch-8
* 'patch-8' of https://github.com/TheGrits/scratch-www:
  Indent p element
  Edit spacing
  Whoops
  Squash and Merge
  Add DMCA route

# Conflicts:
#	src/routes.json
2016-05-03 10:23:34 -04:00
Ray Schamp
c20a93dc96 Merge branch 'hotfix/analytics' into develop 2016-05-02 14:53:53 -04:00
Ray Schamp
12447823f2 Fix defaults for fastly and analytics 2016-05-02 14:53:19 -04:00
Ray Schamp
fb292f3773 Merge pull request #466 from LLK/hotfix/analytics
[Develop] Hotfix: Add missing env variables needed for the build
2016-05-02 14:01:55 -04:00
Ray Schamp
3833c07518 Define all environment variables by branch name 2016-05-02 13:44:55 -04:00
Ray Schamp
e48b04f907 Add missing env variables needed for build 2016-05-02 11:57:46 -04:00
Matthew Taylor
47d7257895 Merge pull request #462 from mewtaylor/hotfix/add-register-faq
[Develop] Hotfix: Add Registration to FAQ
2016-05-01 12:48:41 -04:00
Matthew Taylor
cc58f999f8 Merge pull request #461 from mewtaylor/hotfix/add-register-faq
[Master] Hotfix: Add registration to FAQ
2016-04-30 11:29:35 -04:00
Matthew Taylor
c28f90857b Add registration faq question 2016-04-29 17:37:41 -04:00
Matthew Taylor
07bbc38822 Merge pull request #433 from TheGrits/patch-7
Fix gh-19: Migrate Community Guidelines
2016-04-29 17:32:35 -04:00
The_Grits
20dcf8eb4f switch 2016-04-29 17:27:39 -04:00
The_Grits
64143704d5 Thanks Travis
Got rid of a trailing space
2016-04-29 17:22:49 -04:00
The_Grits
aaf4ee5b49 oops lol
Gotta love those duplicate lines!
2016-04-29 17:18:09 -04:00
The_Grits
09775ad4a5 Squash and Merge 2016-04-29 17:15:26 -04:00
Matthew Taylor
f7d31b547b Merge branch 'TheGrits-patch-3' into develop
* TheGrits-patch-3:
  Disable mobile Safari phone numbers
2016-04-29 16:40:54 -04:00
Matthew Taylor
cc8f53939d Merge branch 'patch-3' of https://github.com/TheGrits/scratch-www into TheGrits-patch-3
* 'patch-3' of https://github.com/TheGrits/scratch-www:
  Disable mobile Safari phone numbers
2016-04-29 16:39:42 -04:00
Matthew Taylor
87009babae Merge pull request #431 from TheGrits/patch-6
Fix gh-426: Update Project Count
2016-04-29 16:38:02 -04:00
Ray Schamp
82d35884ce Merge pull request #458 from LLK/hotfix/s3cmd
[Master] Use s3cmd for S3 deployment
2016-04-29 16:27:03 -04:00
Ray Schamp
32677659c3 Merge pull request #459 from LLK/hotfix/s3cmd
[Develop] Use s3cmd for S3 deployment
2016-04-29 16:26:53 -04:00
Ray Schamp
fce7c0cd9b Purge all after configuring Fastly 2016-04-29 15:52:16 -04:00
Ray Schamp
dd1c2c1627 Use s3cmd to sync with S3 2016-04-29 15:52:15 -04:00
Colby Gutierrez-Kraybill
06cd20ca8f Move warnings info closer to instructions 2016-04-29 11:51:14 -04:00
Colby Gutierrez-Kraybill
e6404d58eb Add info about warnings 2016-04-29 11:50:13 -04:00
Ray Schamp
c41c40340a Merge pull request #452 from rschamp/hotfix/clean-s3-uploads
[Master] Remove deleted files from S3 on build
2016-04-29 10:01:48 -04:00
Ray Schamp
5105ac75ff Merge pull request #453 from rschamp/hotfix/clean-s3-uploads
[Develop] Remove deleted files from S3 on build
2016-04-29 09:23:59 -04:00
Ray Schamp
62ff7f615a Remove deleted files from S3 on build 2016-04-28 17:07:11 -04:00
Ray Schamp
d48072d018 Merge pull request #450 from rschamp/hotfix/webpack-tag
[Master] Mark version with webpack
2016-04-28 15:57:25 -04:00
Ray Schamp
f0475bc1ae Merge branch 'hotfix/webpack-tag' into develop 2016-04-28 15:56:42 -04:00
Ray Schamp
8370a9d86c Fix double = 2016-04-28 15:55:08 -04:00
Ray Schamp
b3b34e4980 Merge pull request #451 from rschamp/hotfix/webpack-tag
[Develop] Mark version with webpack
2016-04-28 15:48:59 -04:00
Ray Schamp
669a8c9ae3 Mark version with webpack 2016-04-28 15:40:50 -04:00
Ray Schamp
26ee49e9d8 Merge pull request #448 from rschamp/hotfix/shorten-pass
[Master] Consolidate pass condition to one `req.url~` check
2016-04-28 14:32:14 -04:00
Ray Schamp
c6dfb0f7f5 Merge pull request #449 from rschamp/hotfix/shorten-pass
[Develop] Consolidate pass condition to one `req.url~` check
2016-04-28 14:23:14 -04:00
Ray Schamp
fbaa2d2ed9 Consolidate pass condition to one req.url~ check 2016-04-28 14:18:42 -04:00
Ray Schamp
05fa43b2fc Merge pull request #447 from LLK/release/2.2.8
[Develop] Release 2.2.8
2016-04-28 14:04:12 -04:00
Ray Schamp
eb7656c2ad Merge pull request #430 from LLK/release/2.2.8
[Master] Release 2.2.8
2016-04-28 13:38:38 -04:00
Ray Schamp
e21f9514ab Merge pull request #445 from rschamp/bugfix/rewrite-priority
Raise priority of rewrite conditions
2016-04-28 09:44:34 -04:00
The_Grits
9ae31c132f Indent p element 2016-04-28 09:18:26 -04:00
Matthew Taylor
59f149370b Merge pull request #446 from mewtaylor/cleanup/update-images-conf
final content update for conference
2016-04-28 08:49:05 -04:00