Commit Graph

10052 Commits

Author SHA1 Message Date
Berkeley Martinez
25e6174072 Merge pull request #12481 from raisedadead/chore/freeCodeCamp-name-updates
chore(seed): Codepen URL update for freeCodeCamp
2017-01-11 11:25:48 -08:00
mrugesh mohapatra
cb28357b62 Merge pull request #12473 from erictleung/fix/change-fcc-name-in-views
Fix s/Free Code Camp/freeCodeCamp in /server/views
2017-01-12 00:41:47 +05:30
alexr101
7dfbefbe21 fixed selector and length properties of div.row test 2017-01-11 11:57:07 -07:00
Mrugesh Mohapatra
7e35a5bdf8 chore(seed): Codepen URL update for freeCodeCamp 2017-01-12 00:23:34 +05:30
Eric Leung
16616f78c8 Fix s/Free Code Camp/freeCodeCamp in /server/views
This commit changes instances of "Free Code Camp" to "freeCodeCamp"
within the /server/views/ directory.
2017-01-11 01:29:38 -08:00
Eric Leung
beaa87018b Merge pull request #12442 from 91aman/fix/grammar-correction
Corrected Grammatical Errors.
2017-01-11 00:55:00 -08:00
Dylan
140a5a8925 Merge pull request #12466 from alexr101/fix/responsively-style-radio-buttons
fix/responsively-style-radio-buttons
2017-01-10 22:16:04 -06:00
alexr101
72eda3922b fixed test1s div.row selector and length 2017-01-10 17:28:29 -07:00
amanjain
c07942d535 Corrected Grammatical Errors.
Grammer correction
2017-01-10 16:03:43 +05:30
Quincy Larson
acaa044299 Merge pull request #12437 from BerkeleyTrue/fix/webpack-debug
fix(webpack): Always use browser debug
2017-01-09 23:30:45 -06:00
Quincy Larson
ed91c4bf09 Merge pull request #12438 from BerkeleyTrue/fix/open-toggle-warning
fix(nav): add noop for onToggle to remove warning
2017-01-09 23:28:38 -06:00
Quincy Larson
9928ff1792 Merge pull request #12439 from BerkeleyTrue/fix/lang-select-warning
fix(settings): Lang attribute warnings
2017-01-09 23:25:39 -06:00
Dylan
6517a8dacf Merge pull request #11912 from Manish-Giri/fix/null-values-in-arrays
Add checks for number of items in returned array
2017-01-09 12:57:07 -06:00
amanjain
4623e7d426 Added a new test for the challenge 2017-01-09 19:45:37 +05:30
Berkeley Martinez
0cd2e9b390 fix(settings): Lang attribute warnings 2017-01-08 20:33:00 -08:00
Berkeley Martinez
f25d850c92 fix(nav): add noop for onToggle to remove warning 2017-01-08 19:58:45 -08:00
Berkeley Martinez
9e63ff02cf fix(webpack): Always use browser debug 2017-01-08 13:44:30 -08:00
Berkeley Martinez
dcb2c93497 Merge pull request #11998 from Bouncey/feature/langSearchNames
Make translated challenge titles searchable
2017-01-08 13:12:58 -08:00
suhussai
3a7d9545fb unsubscribe all users with the same email address 2017-01-08 13:47:10 -07:00
Stuart Taylor
a9059eb2c6 Make translated challenge titles searchable 2017-01-07 22:36:45 +00:00
Berkeley Martinez
09b62bcbcf Merge pull request #11322 from Bouncey/fix/Next-Step-Unlocked
Next step unlocked persistence
2017-01-07 13:42:38 -08:00
greenkeeperio-bot
1188b94145 chore(package): update dotenv to version 4.0.0
https://greenkeeper.io/
2017-01-07 11:16:01 -08:00
Greenkeeper
c7bebadb87 chore(package): update react to version 15.4.2
https://greenkeeper.io/
2017-01-06 23:15:56 +00:00
Greenkeeper
07c75c8ae7 chore(package): update react-addons-shallow-compare to version 15.4.2
https://greenkeeper.io/
2017-01-06 23:06:56 +00:00
Greenkeeper
8ec040b300 chore(package): update react-dom to version 15.4.2
https://greenkeeper.io/
2017-01-06 23:03:25 +00:00
Greenkeeper
83febb9986 chore(package): update react-addons-css-transition-group to version 15.4.2
https://greenkeeper.io/
2017-01-06 23:01:55 +00:00
mrugesh mohapatra
44b98f709a Merge pull request #12397 from codeman869/fix/search-replace-description
Search and Replace challenge description
2017-01-06 21:30:33 +05:30
mrugesh mohapatra
6b47dcd1e7 Merge pull request #12328 from yesthatguy/fix/telephone-numbers
Update phone number and description
2017-01-06 11:33:10 +05:30
mrugesh mohapatra
35871f8cbd Merge pull request #12383 from tmashuang/fix/sample-codeblock-wordwrap
Add wbr tag on sample code
2017-01-06 11:30:25 +05:30
mrugesh mohapatra
a6fefc55e6 Merge pull request #12380 from arsho/patch-1
Updated mongodb running command in c9.io
2017-01-06 11:22:03 +05:30
Quincy Larson
656ddc9dc7 Merge pull request #12390 from PortableStick/fix/forum-challenge-rewording
Reword text instructions for first forum post
2017-01-05 18:06:29 -06:00
Gregory Smith
a2f69a6430 Reword text instructions for first forum post
As originally worded, many new campers seemed to be getting the idea that they should create their own introduction thread instead of replying to the main one linked to in the challenge.  This slight rephrasing will (hopefully) make it more clear that they should rather be replying.
2017-01-05 14:36:59 -07:00
Stuart Taylor
b9c7532efd Next step unlocked persistence 2017-01-05 21:33:52 +00:00
Cody Deckard
7f698587b9 Search and Replace challenge description 2017-01-05 21:21:03 +00:00
Thomas Huang
2ccbe2641c Add wbr tag on sample code 2017-01-05 01:58:47 -08:00
Ahmedur Rahman Shovon
b5e140923b Updated mongodb running command in c9.io
For free users, c9.io provide only 2GB memory for single workspace. But to run mongodb it requires at least 3379MB in journal. So we should use mongod --port 27017 --smallfiles to allow run mongodb within the provided 2GB memory.
2017-01-05 15:09:35 +06:00
Dylan
62aecda2a7 Merge pull request #12373 from gristow/fix/pairwise
fix(pairwise): Clarification of instructions
2017-01-04 22:32:00 -06:00
Gregory Ristow
2dc6e894e7 fix(pairwise): Clarification of instructions 2017-01-04 17:19:08 -10:00
Berkeley Martinez
8bb85c9f8d Merge pull request #11784 from Bouncey/fix/entitiesReducerRefactor
Fix: Entities reducer refactor to enable update of redux-actions
2017-01-04 16:16:53 -08:00
Stuart Taylor
7a035159d2 chore(pkg) update redux-actions to 1.2.0 2017-01-05 00:13:17 +00:00
Stuart Taylor
bba4ecc13c Refactor entities reducer for redux-actions update 2017-01-05 00:09:47 +00:00
Berkeley Martinez
dd5425eb21 Merge pull request #12306 from Bouncey/feature/codemirrorSkeleton
Render CodeMirror skeleton for SSR
2017-01-04 15:42:57 -08:00
Berkeley Martinez
568091785f Merge pull request #12322 from systimotic/fix/improve-log-output
Improve console.log output
2017-01-04 15:39:01 -08:00
Quincy Larson
19facd3781 add new nav dropdown options 2017-01-04 22:55:46 +00:00
systimotic
27713a9d21 Improve console.log output 2017-01-04 18:25:54 +01:00
Dylan
a705c83413 Merge pull request #12347 from tmashuang/fix/anchor-link-new-tab
Add target blank to anchor link to open in new tab
2017-01-03 19:49:34 -06:00
Dylan
ae5b78a9a0 Merge pull request #12117 from Manish-Giri/fix/update-test-message-border-radius
Update test message in circular-border-radius challenge
2017-01-03 19:22:17 -06:00
Thomas Huang
98d9ece58d Add target blank to anchor link to open in new tab 2017-01-03 15:41:23 -08:00
Stuart Taylor
075476f15f Render CodeMirror skeleton for SSR 2017-01-03 21:25:14 +00:00
Dylan
5b14f1631b Merge pull request #12334 from Manish-Giri/fix/add-bracket-notation
Allow bracket notation and search for dot notation
2017-01-03 11:02:26 -06:00