Commit Graph

15799 Commits

Author SHA1 Message Date
Quincy Larson
6403bd4e6a Merge pull request #5526 from FreeCodeCamp/fix/commit-signin-redirect
Fix commit redirect for non signed user.
2015-12-29 14:04:59 -06:00
Berkeley Martinez
2a48f42313 Fix user redirect on email account creation 2015-12-29 11:57:12 -08:00
Berkeley Martinez
d745e3a254 Add ability to change message type in middleware util 2015-12-29 11:43:06 -08:00
Quincy Larson
30e1f75717 Merge pull request #5449 from terakilobyte/data-exporting
Data exporting
2015-12-29 13:40:46 -06:00
Quincy Larson
5076418052 Merge pull request #5449 from terakilobyte/data-exporting
Data exporting
2015-12-29 13:40:46 -06:00
Berkeley Martinez
78c9c1a8b2 Merge pull request #5436 from FreeCodeCamp/greenkeeper-connect-mongo-1.1.0
Update connect-mongo to version 1.1.0 🚀
2015-12-29 11:24:50 -08:00
Berkeley Martinez
445008665c Remove autoReconnect: it is true by default 2015-12-29 11:18:55 -08:00
greenkeeperio-bot
4882c75a30 chore(package): update connect-mongo to version 1.1.0
http://greenkeeper.io/
2015-12-29 11:13:02 -08:00
Berkeley Martinez
8c3e14cd8e Fix commit redirect for non signed user.
Now users will be directed to sign in page and on sign in
will have pledge completed
2015-12-29 10:57:35 -08:00
SaintPeter
5c1c69c963 Some solution fixes 2015-12-29 10:53:21 -08:00
SaintPeter
b135c9a392 Some solution fixes 2015-12-29 10:53:21 -08:00
SaintPeter
054ae4d724 Fix test solution tail comment collision 2015-12-29 10:23:57 -08:00
SaintPeter
e01e28aec3 Fix test solution tail comment collision 2015-12-29 10:23:57 -08:00
Waqas Ahmed
8e1d8e80b7 provides clarity about the concept of 'listed order' while specifying multiple classes 2015-12-29 22:17:53 +04:00
Waqas Ahmed
474162aa0a provides clarity about the concept of 'listed order' while specifying multiple classes 2015-12-29 22:17:53 +04:00
Quincy Larson
7d905d1ac2 update old ziplines with new forked versions 2015-12-29 03:20:59 -06:00
Quincy Larson
f1b4875b11 update old ziplines with new forked versions 2015-12-29 03:20:59 -06:00
Quincy Larson
c93e1f822e add react and d3 projects 2015-12-29 02:58:35 -06:00
Quincy Larson
2d024a456d add react and d3 projects 2015-12-29 02:58:35 -06:00
SaintPeter
78855f4c91 More solutions fixes 2015-12-28 23:43:12 -08:00
SaintPeter
1ee349447b More solutions fixes 2015-12-28 23:43:12 -08:00
Berkeley Martinez
c5e7f91c62 Fix head/tail are arrays 2015-12-28 23:14:42 -08:00
Berkeley Martinez
49b9c8c9c8 Fix head/tail are arrays 2015-12-28 23:14:42 -08:00
Logan Tegman
5c1d5f4ea6 Merge pull request #5509 from 0x0936/fix/html5-css-waypoint-description
Update waypoint description and test
2015-12-28 23:01:59 -08:00
Berkeley Martinez
b6622e75fc Fix test-challenges to use code/editor.getValue
Also filters challenges with empty string tests
2015-12-28 22:54:47 -08:00
Berkeley Martinez
e6e6fb9d02 Fix test-challenges to use code/editor.getValue
Also filters challenges with empty string tests
2015-12-28 22:54:47 -08:00
SaintPeter
b0e131a848 Correct broken/missing Solutions 2015-12-28 22:35:05 -08:00
SaintPeter
7a9228c419 Correct broken/missing Solutions 2015-12-28 22:35:05 -08:00
SaintPeter
2de38d3be2 Unmunged Solutions 2015-12-28 21:15:50 -08:00
SaintPeter
ebce4bbf7e Unmunged Solutions 2015-12-28 21:15:50 -08:00
Rex Schrader
ed106cf386 Merge pull request #5532 from abhisekp/abhisekp/new/basic-javascript-revamp
Using Objects for Lookups [Beta] [new/basic-javascript-revamp]
2015-12-28 16:20:47 -08:00
Abhisek Pattnaik
4da4c8ff11 Using Objects for Lookups 2015-12-29 04:49:09 +05:30
Abhisek Pattnaik
41d78b5880 Using Objects for Lookups 2015-12-29 04:49:09 +05:30
Quincy Larson
ec96eccdf6 Merge pull request #5528 from FreeCodeCamp/fix/duplicate-email-signin
Fix duplicate email sign in
2015-12-28 16:29:09 -06:00
Quincy Larson
80bb80b23a minor updates to copy 2015-12-28 16:28:53 -06:00
SaintPeter
62f1f57b92 Fix Else If statement and chains
closes #5489
closes #5489
2015-12-28 14:08:11 -08:00
SaintPeter
f947bef21b Fix Else If statement and chains
closes #5489
closes #5489
2015-12-28 14:08:11 -08:00
Berkeley Martinez
600ca2f8ad Fix duplicate email sign in 2015-12-28 13:52:28 -08:00
Rex Schrader
cabfb0c668 Merge pull request #5525 from SaintPeter/fix/basic-js-updates
Fixes for outstanding Basic JS Issues.
2015-12-28 12:21:51 -08:00
SaintPeter
d792e461a2 Fixes for outstanding Basic JS Issues. 2015-12-28 12:17:06 -08:00
SaintPeter
e11cbf5a60 Fixes for outstanding Basic JS Issues. 2015-12-28 12:17:06 -08:00
Abhisek Pattnaik
b6e2607e91 Understanding Uninitialized Variables
Fixes FreeCodeCamp/FreeCodeCamp#5482
2015-12-28 09:39:37 -08:00
Abhisek Pattnaik
f791e65081 Understanding Uninitialized Variables
Fixes FreeCodeCamp/FreeCodeCamp#5482
2015-12-28 09:39:37 -08:00
Abhisek Pattnaik
f4d927b0e7 Understanding Case Sensitivity in Variables
Fix FreeCodeCamp/FreeCodeCamp#5483
2015-12-28 09:39:37 -08:00
Abhisek Pattnaik
9de74ef54c Understanding Case Sensitivity in Variables
Fix FreeCodeCamp/FreeCodeCamp#5483
2015-12-28 09:39:37 -08:00
Abhisek Pattnaik
372ac44491 Declare JavaScript Variables
Fix FreeCodeCamp/FreeCodeCamp#5487
2015-12-28 09:39:36 -08:00
Abhisek Pattnaik
dd550b26a9 Declare JavaScript Variables
Fix FreeCodeCamp/FreeCodeCamp#5487
2015-12-28 09:39:36 -08:00
Abhisek Pattnaik
09db1f305f Comparison with the Equality Operator
Fix FreeCodeCamp/FreeCodeCamp#5486
2015-12-28 09:39:36 -08:00
Abhisek Pattnaik
48b73e1eb8 Comparison with the Equality Operator
Fix FreeCodeCamp/FreeCodeCamp#5486
2015-12-28 09:39:36 -08:00
Abhisek Pattnaik
57f159f8e9 Multiple Identical Options in Switch Statements
Fix FreeCodeCamp/FreeCodeCamp#5488
2015-12-28 09:39:35 -08:00