From bfe3c96ba991c751b59448e1b1ef5b2c3662aecf Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 11 May 2015 17:56:36 -0700 Subject: [PATCH 1/8] add more local groups --- seed_data/field-guides.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index 8ef58424d3..7e11226c09 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -285,6 +285,10 @@ "
  • Atlanta
  • ", "
  • Bandung
  • ", "
  • Berkeley
  • ", + "
  • Bellingham
  • ", + "
  • Boston
  • ", + "
  • Buenos Aires
  • ", + "
  • Calgary
  • ", "
  • Chicago
  • ", "
  • Berlin
  • ", "
  • Cincinnati
  • ", @@ -294,6 +298,7 @@ "
  • Hong Kong
  • ", "
  • Hyderabad
  • ", "
  • Kalamazoo
  • ", + "
  • Kansas City
  • ", "
  • Karachi
  • ", "
  • London
  • ", "
  • Los Angeles
  • ", From ab187f821abc9cdb8133fb0ff45e30a6ecac8869 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 11 May 2015 18:36:39 -0700 Subject: [PATCH 2/8] add another local group --- seed_data/field-guides.json | 1 + 1 file changed, 1 insertion(+) diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index 7e11226c09..810108f4db 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -295,6 +295,7 @@ "
  • Delhi
  • ", "
  • Denver
  • ", "
  • Dubai
  • ", + "
  • Hermosillo
  • ", "
  • Hong Kong
  • ", "
  • Hyderabad
  • ", "
  • Kalamazoo
  • ", From 06a92202beed25f063d7f6014489dfe69a40546c Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 11 May 2015 23:46:38 -0700 Subject: [PATCH 3/8] hotfix to fix #440 --- views/account/show.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/account/show.jade b/views/account/show.jade index 6f031d1ec3..f202664703 100644 --- a/views/account/show.jade +++ b/views/account/show.jade @@ -46,7 +46,7 @@ block content .col-xs-12.col-sm-12.col-md-3.text-center .background-svg.img-center .points-on-top - = "[ " + (user ? progressTimestamps.length : 0) + " ]" + = "[ " + (progressTimestamps.length) + " ]" .row From 682146b3f5ade5a39dfae636959405d7aca0697d Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 12 May 2015 00:05:08 -0700 Subject: [PATCH 4/8] fix #443 --- app.js | 4 ++-- seed_data/coursewares.json | 2 +- seed_data/field-guides.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app.js b/app.js index 1121d0510d..10e269fda9 100755 --- a/app.js +++ b/app.js @@ -183,7 +183,7 @@ app.use(helmet.csp({ '*.twitter.com' ].concat(trusted), frameSrc: [ - + '*.gitter.im', '*.gitter.im https:', '*.vimeo.com', @@ -332,7 +332,7 @@ app.post( ); app.get('/privacy', function(req, res) { - res.redirect(301, '/field-guide/what-is-free-code-camp\'s-privacy-policy'); + res.redirect(301, '/field-guide/what-is-the-free-code-camp-privacy-policy?'); }); app.get('/api/slack', function(req, res) { diff --git a/seed_data/coursewares.json b/seed_data/coursewares.json index 724af142fb..fffdab5fbb 100644 --- a/seed_data/coursewares.json +++ b/seed_data/coursewares.json @@ -29,7 +29,7 @@ "Now check your email and click the link in the email from Slack", "Complete the sign up process, then update your biographical information and upload an image. A picture of your face works best. This is how people will see you in the chat room, so put your best foot forward.", "Now enter the general chat room and introduce yourself to our chat room by typing: \"hello world!\".", - "Note that you're expected to follow our Code of Conduct: http://freecodecamp.com/field-guide/what-is-free-code-camp's-code-of-conduct.", + "Note that you're expected to follow our Code of Conduct: http://freecodecamp.com/field-guide/what-is-the-free-code-camp-code-of-conduct?", "Tell your fellow campers how you found Free Code Camp. Also tell us why you want to learn to code.", "Keep the chat room open while you work through the other challenges. That way you ask for help if you get stuck on a challenge. You can also socialize when you feel like taking a break.", "You can also access this chat room by clicking the \"Chat\" button in the upper right hand corner." diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index 810108f4db..bc74b149cd 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -586,7 +586,7 @@ }, { "_id": "bd7158d9c451eddfaeb5bdee", - "name": "What is Free Code Camp's Code of Conduct?", + "name": "What is the Free Code Camp Code of Conduct?", "description": [ "
    ", "

    Free Code Camp is friendly place to learn to code. We're committed to keeping it that way.

    ", @@ -610,7 +610,7 @@ }, { "_id": "bd7158d9c451eddfaeb5bdef", - "name": "What is Free Code Camp's Privacy Policy?", + "name": "What is 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 39a23c133e6e4a1d4cf3002991473c2040ae1f77 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 12 May 2015 14:54:51 -0700 Subject: [PATCH 5/8] add local groups --- seed_data/field-guides.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index bc74b149cd..8ae1170331 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -285,19 +285,25 @@ "
  • Atlanta
  • ", "
  • Bandung
  • ", "
  • Berkeley
  • ", + "
  • Berlin
  • ", "
  • Bellingham
  • ", "
  • Boston
  • ", + "
  • Bratislava
  • ", + "
  • Budapest
  • ", "
  • Buenos Aires
  • ", "
  • Calgary
  • ", + "
  • Caracas
  • ", "
  • Chicago
  • ", - "
  • Berlin
  • ", "
  • Cincinnati
  • ", + "
  • Dallas
  • ", "
  • Delhi
  • ", "
  • Denver
  • ", "
  • Dubai
  • ", + "
  • Hampton Roads
  • ", "
  • Hermosillo
  • ", "
  • Hong Kong
  • ", "
  • Hyderabad
  • ", + "
  • Kaduna
  • ", "
  • Kalamazoo
  • ", "
  • Kansas City
  • ", "
  • Karachi
  • ", @@ -307,11 +313,11 @@ "
  • Miami
  • ", "
  • Minneapolis
  • ", "
  • Missoula
  • ", + "
  • Moscow
  • ", "
  • Nashville
  • ", "
  • New Orleans
  • ", "
  • New York City
  • ", "
  • Oxford, Alabama
  • ", - "
  • Oakland
  • ", "
  • Paris
  • ", "
  • Philadelphia
  • ", "
  • Pittsburgh
  • ", From 5cd87bc2a57aee899eb304e411977c256f454e7c Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 12 May 2015 18:19:37 -0700 Subject: [PATCH 6/8] add new local groups --- seed_data/field-guides.json | 1 + 1 file changed, 1 insertion(+) diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index 8ae1170331..7a4f96cfdb 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -307,6 +307,7 @@ "
  • Kalamazoo
  • ", "
  • Kansas City
  • ", "
  • Karachi
  • ", + "
  • Lagos
  • ", "
  • London
  • ", "
  • Los Angeles
  • ", "
  • Manila
  • ", From 5b21f71f6466753b5345e9c74407680dec1000f8 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 12 May 2015 22:36:57 -0700 Subject: [PATCH 7/8] add additional cities --- seed_data/field-guides.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index 7a4f96cfdb..bac06a8ad9 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -282,11 +282,11 @@ "

    Find your city below and join their group. This is a great way to hang out with other coders, share insights, and pair program.

    ", "

    ", "
      ", - "
    1. Atlanta
    2. ", "
    3. Bandung
    4. ", "
    5. Berkeley
    6. ", "
    7. Berlin
    8. ", "
    9. Bellingham
    10. ", + "
    11. Bogota
    12. ", "
    13. Boston
    14. ", "
    15. Bratislava
    16. ", "
    17. Budapest
    18. ", @@ -298,6 +298,7 @@ "
    19. Dallas
    20. ", "
    21. Delhi
    22. ", "
    23. Denver
    24. ", + "
    25. Dhaka
    26. ", "
    27. Dubai
    28. ", "
    29. Hampton Roads
    30. ", "
    31. Hermosillo
    32. ", From f6697394b95475a83e702ce652e035e308c9f6b1 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 13 May 2015 12:46:05 -0700 Subject: [PATCH 8/8] add more local groups and India group --- seed_data/field-guides.json | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index bac06a8ad9..f0da941f3c 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -282,49 +282,41 @@ "

      Find your city below and join their group. This is a great way to hang out with other coders, share insights, and pair program.

      ", "

      ", "
        ", + "
      1. Atlanta
      2. ", "
      3. Bandung
      4. ", + "
      5. Belgrade
      6. ", + "
      7. Bengaluru
      8. ", "
      9. Berkeley
      10. ", - "
      11. Berlin
      12. ", - "
      13. Bellingham
      14. ", - "
      15. Bogota
      16. ", - "
      17. Boston
      18. ", - "
      19. Bratislava
      20. ", - "
      21. Budapest
      22. ", - "
      23. Buenos Aires
      24. ", - "
      25. Calgary
      26. ", - "
      27. Caracas
      28. ", + "
      29. Cape Town
      30. ", "
      31. Chicago
      32. ", + "
      33. Berlin
      34. ", "
      35. Cincinnati
      36. ", - "
      37. Dallas
      38. ", "
      39. Delhi
      40. ", "
      41. Denver
      42. ", - "
      43. Dhaka
      44. ", "
      45. Dubai
      46. ", - "
      47. Hampton Roads
      48. ", - "
      49. Hermosillo
      50. ", "
      51. Hong Kong
      52. ", "
      53. Hyderabad
      54. ", - "
      55. Kaduna
      56. ", "
      57. Kalamazoo
      58. ", - "
      59. Kansas City
      60. ", "
      61. Karachi
      62. ", - "
      63. Lagos
      64. ", "
      65. London
      66. ", "
      67. Los Angeles
      68. ", "
      69. Manila
      70. ", "
      71. Miami
      72. ", "
      73. Minneapolis
      74. ", "
      75. Missoula
      76. ", - "
      77. Moscow
      78. ", + "
      79. Mysore
      80. ", "
      81. Nashville
      82. ", "
      83. New Orleans
      84. ", "
      85. New York City
      86. ", "
      87. Oxford, Alabama
      88. ", + "
      89. Oakland
      90. ", "
      91. Paris
      92. ", "
      93. Philadelphia
      94. ", "
      95. Pittsburgh
      96. ", "
      97. Phoenix
      98. ", + "
      99. Portland
      100. ", "
      101. Providence
      102. ", + "
      103. Raleigh
      104. ", "
      105. Richmond
      106. ", "
      107. Rio de Janeiro
      108. ", "
      109. San Bernardino
      110. ", @@ -340,7 +332,13 @@ "
      111. Washington, DC
      112. ", "
      ", "

      ", - "

      If you didn't see your city on this list, you should create your own Facebook group for your city. Please follow these steps:

      ", + "

      We also have larger groups for the following regions:

      ", + "

      ", + "
        ", + "
      1. India
      2. ", + "
      ", + "

      ", + "

      If you didn't see your city on this list, you should create your own Facebook group for your city. Please follow these steps:

      ", "

      ", "
        ", "
      1. Sign in to Facebook.
      2. ",