Commit Graph

9665 Commits

Author SHA1 Message Date
Alexandru Ungurianu
a740bfd8bd Fixed typo in Get Set for Ziplines waypoint.
Changed "Click the gear next the JavaScript." to "Click the gear next to the JavaScript."
2015-06-06 14:38:43 +03:00
greasan
8f9d5c4dac Merge branch 'staging' of https://github.com/FreeCodeCamp/freecodecamp into greasan-translateDE 2015-06-06 09:46:01 +02:00
Quincy Larson
aef35860dc fix mobile view issue 2015-06-05 22:35:13 -07:00
Quincy Larson
6e1d5968bc improve mobile menu 2015-06-05 22:11:30 -07:00
Berkeley Martinez
c4b26214da Merge branch 'staging' of https://github.com/FreeCodeCamp/freecodecamp into staging 2015-06-05 21:52:43 -07:00
terakilobyte
1a27c133c5 Update user account fetching for profile view 2015-06-05 15:57:27 -04:00
Quincy Larson
23a242104b start work on jquery curriculum 2015-06-05 12:05:23 -07:00
terakilobyte
6b6de50ad4 Update story query for loopback. 2015-06-05 15:00:54 -04:00
terakilobyte
21b9405f06 Update links for new api model in views for stories. 2015-06-05 14:58:42 -04:00
terakilobyte
4f9061bffb Sort out story model. 2015-06-05 14:53:12 -04:00
terakilobyte
d782ac9520 Update find method in fieldGuide.js 2015-06-05 13:25:28 -04:00
greasan
8b8dab2970 Merge branch 'staging' of https://github.com/FreeCodeCamp/freecodecamp into greasan-translateDE 2015-06-05 15:48:38 +02:00
terakilobyte
a0b34c8e90 Redirect to home path on unsuccessful query rather than induce infinite redirect loop. 2015-06-05 09:41:53 -04:00
terakilobyte
8b7bfb23ab Update story api to use stories instead of news 2015-06-05 09:07:46 -04:00
ekojsalim
7b7e6adff6 Add tests for confirm the ending bonfire 2015-06-05 19:34:12 +07:00
Quincy Larson
b8b807a38d update twitter contest text 2015-06-05 00:25:23 -07:00
Quincy Larson
b606450aec update field guide flash message 2015-06-05 00:15:38 -07:00
Quincy Larson
bd400c2aef Update Camper News contest 2015-06-04 23:52:20 -07:00
Quincy Larson
7d2546335c fix typo in basic javascript challenges 2015-06-04 23:52:04 -07:00
Quincy Larson
b347d157fb remove vestigial redirects 2015-06-04 23:51:42 -07:00
Quincy Larson
169de8e576 update map modal and make t-rex rarer and more intense 2015-06-04 23:50:59 -07:00
Charles Treece
04ed850ef9 Escaped dot in RegExp for the Waypoint: Override Styles with Important 2015-06-05 01:33:10 -04:00
Quincy Larson
d86c405ef1 Merge branch 'master' of github.com:FreeCodeCamp/freecodecamp 2015-06-04 20:40:49 -07:00
Quincy Larson
d00db04211 fix broken link and add city 2015-06-04 20:40:26 -07:00
terakilobyte
14d7b5f92f Merge branch 'master' of http://github.com/FreeCodeCamp/freecodecamp 2015-06-04 23:39:58 -04:00
terakilobyte
72ed16f6cf Add hpp for express vulnerability fix 2015-06-04 23:39:51 -04:00
Quincy Larson
6256bfec0e Merge branch 'master' of github.com:FreeCodeCamp/freecodecamp 2015-06-04 19:41:05 -07:00
terakilobyte
53a31509e6 Merge branch 'master' of http://github.com/FreeCodeCamp/freecodecamp 2015-06-04 22:36:08 -04:00
terakilobyte
f002e7c3f7 Always output tests in the order ran ignoring success or failure. Bump version numbers of framework files to force fresh browser fetches. 2015-06-04 22:35:42 -04:00
Quincy Larson
875d09c29b add hpp to address express vulnerability 2015-06-04 19:30:27 -07:00
Quincy Larson
f808587827 add get emails script 2015-06-04 18:07:00 -07:00
Berkeley Martinez
48dea7db24 bump lodash 2015-06-04 15:09:24 -07:00
Berkeley Martinez
208f4ea18f fix typo in require 2015-06-04 14:32:59 -07:00
Berkeley Martinez
b6a0edc964 fix nonprofit ids should be unique 2015-06-04 14:32:16 -07:00
Berkeley Martinez
0ac664c9ae Use mongodb sparse indexing for user emails 2015-06-04 14:21:01 -07:00
Berkeley Martinez
40e8b61fbf Set up datasources properly for production 2015-06-04 14:20:37 -07:00
Quincy Larson
b6ddb0fa4b fix 839 2015-06-04 14:20:00 -07:00
Quincy Larson
8900f8f8a1 fix 840 2015-06-04 14:18:47 -07:00
Berkeley Martinez
cfb5f06cdf Use strings for challengeMap
fixes switch when numbers are strings
2015-06-04 13:28:35 -07:00
Quincy Larson
3654bb7e6f change _id to id everywhere that seems relevant to loopback 2015-06-04 13:20:42 -07:00
Berkeley Martinez
a695daa03f add default empty array to user.completedChallenges 2015-06-04 13:09:22 -07:00
Quincy Larson
b2aafd89e7 flatten user object references throughout controllers and views 2015-06-04 12:54:41 -07:00
Quincy Larson
1515462fcf fix #819 2015-06-04 12:50:42 -07:00
Berkeley Martinez
db37482c59 Flatten user object 2015-06-04 12:47:31 -07:00
Berkeley Martinez
72fe9c2463 Add cookie secrets to env 2015-06-04 12:42:13 -07:00
Quincy Larson
c7cbdd7e69 update forms 2015-06-04 12:32:19 -07:00
Berkeley Martinez
02b195511e fix challengeSeeds should be arrays 2015-06-04 12:31:33 -07:00
Quincy Larson
618cedddb0 Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging 2015-06-04 12:24:30 -07:00
Quincy Larson
300323d215 make all challenge seeds arrays 2015-06-04 12:24:16 -07:00
Berkeley Martinez
7a2bcc06f7 add passport stuff back
Because Berkeley really needs to wait for his coffee to kick in before
commiting anything...
2015-06-04 12:03:53 -07:00