From e3822edd9391bd0ad921520cfb8c3027ba2bca52 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 20 Apr 2015 02:20:14 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 68b31e96fb..d621fd4b5e 100644 --- a/README.md +++ b/README.md @@ -149,17 +149,6 @@ List of Packages | supertest | HTTP assertion library. | | multiline | Multi-line strings for the generator. | - -Changelog ---------- - -### 0.1.0 (December 24, 2014) -- Improved how unique emails and usernames are handled (with Express-validator) -- Added a tweet button to challenge completion model -- Refactored all views to get rid of any hard-coded challenge information (to make for a better forking experience) -- Installed Helmet to maximize security of application -- Added .env and removed all trace of API keys from git history - License ------- From c6b1bc79d3d2047853ce610e4226e36021c957d6 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 20 Apr 2015 18:51:24 -0700 Subject: [PATCH 2/3] make some improvements to our field guides --- seed_data/field-guides.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index 4b24edd108..f5f96e1c23 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -183,7 +183,7 @@ }, { "_id": "bd7158d9c437eddfaeb5bdef", - "name": "What's pair programming, and what's so special about it?", + "name": "What is pair programming, and why is it special?", "description": [ "
", "

Pair programming is where two people code together on one computer. You discuss different approaches to solving problems, and keep each other motivated. The result is better code than either of you could have written by yourselves. Because of its benefits, many engineers pair program full time. And it's the best way to learn coding. Thanks to tools that allow two people to share mouse and keyboard inputs, you can pair program with a friend without needing to be in the same room.

", @@ -487,7 +487,7 @@ }, { "_id": "bd7158d9c451eddfaeb5bdef", - "name": "Free Code Camp's Privacy Policy", + "name": "The Free Code Camp Privacy Policy", "description": [ "
", "

Free Code Camp is committed to respecting the privacy of visitors to our web sites and web applications. The guidelines below explain how we protect the privacy of visitors to FreeCodeCamp.com and its features.

", From e245b4d813f1c87058929485146a2765589a3e47 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 20 Apr 2015 19:11:19 -0700 Subject: [PATCH 3/3] remove mongo course for now --- seed_data/coursewares.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/seed_data/coursewares.json b/seed_data/coursewares.json index 08285288f8..7571780697 100644 --- a/seed_data/coursewares.json +++ b/seed_data/coursewares.json @@ -587,19 +587,6 @@ "challengeType": 2, "tests": [] }, - { - "_id": "bd7153d8c441eddfaeb5bd2f", - "name": "Manage Data with MongoDB", - "difficulty": 0.42, - "challengeSeed": "114685061", - "description": [ - "MongoDB is a popular NoSQL (Not Only SQL) database used by many JavaScript apps.", - "Go to http://try.mongodb.org/ and work through their interactive MongoDB tutorial." - ], - "challengeType": 2, - "tests": [] - }, - { "_id": "bd7140d8c441eddfaeb5bdef", "name": "Manage Source Code with Git",