Commit Graph

10421 Commits

Author SHA1 Message Date
85a1212da5 Error messages for invalid tokens from email links
This commit, adds error messages for users hiting the confirm
endpoint with invalid, or expired tokens from emailed links.
2016-07-12 11:46:11 +00:00
38400d5b97 Merge pull request #9675 from andela-bebowe/fix/dataspeed-question
Correct typo for computer basics question.
2016-07-11 19:17:27 +01:00
9063ceeaab Merge pull request #9676 from FreeCodeCamp/snyk-fix-e6d51ce1
[Snyk Alert] Fix for 4 vulnerable dependency paths
2016-07-11 10:57:33 -07:00
87dd8a66b0 Correct text for computer basics question 2016-07-11 18:03:52 +01:00
44eba03a1d fix: package.json & .snyk to reduce vulnerabilities 2016-07-11 14:56:14 +00:00
ef49327d25 Merge pull request #9575 from BKinahan/fix/smallest-common-tests
Add test for Smallest Common Multiple
2016-07-11 16:39:08 +05:30
0f5cf09360 Merge pull request #9666 from dlwebdev/fix/data-visualization-images
If applied, this commit will Update the Data Visualization Certificat…
2016-07-11 10:53:47 +01:00
53cc4af3ae Merge pull request #9490 from Bouncey/fix/temp-no-testsuite-fix
Temp fix for missing test suite
2016-07-11 14:17:05 +05:30
359ee7ae37 Merge pull request #9669 from QuincyLarson/fix/landing-page-copy-optimization
update landing page copy based off optimizely result
2016-07-11 13:53:23 +05:30
dfefa01baf Updated Claim your Data Visualization Certificate screenshots to new green background 2016-07-10 23:02:03 -04:00
bff127e4a4 update landing page copy based off optimizely result 2016-07-10 16:35:38 -07:00
c6e9173f6e Merge pull request #9602 from BKinahan/fix/pig-latin-case
Clarify Pig Latin input strings are all lowercase
2016-07-10 00:34:30 +01:00
ae8edfb3f3 Merge pull request #9608 from abhisekp/fix/record-collection
Fix Record Collection Challenge
2016-07-10 00:21:52 +01:00
bcd5ca388c 🏁 Improve/Fix Record Collection Challenge
docs(challenge): 📖 🏁 improve instruction wording

- improve wording of instruction
- fix invalid tag

style(challenge): 💃 🏁 Fix whitespace in challenge seed

- Fix whitespace in challenge seed
- Prepend semicolon in tail code so that challenge works even if challenge
 seed doesn't end with a semicolon.

refactor(challenge): 🔧 🏁 Improved readability of solution
2016-07-10 04:24:51 +05:30
5e83d093ec Modified text in json files to offer more support for students on c9.io and help them avoid a "Not enough disk space" error 2016-07-09 23:29:30 +01:00
ffa79341c1 Merge pull request #9640 from sergroja/fix/ChallengeMisspelling
Update basic-javascript.json
2016-07-09 20:18:24 +01:00
d4425e9066 chore(package): update babel-eslint to version 6.1.2
https://greenkeeper.io/
2016-07-09 08:47:26 -07:00
84d8bb221d Update basic-javascript.json 2016-07-09 07:36:20 -07:00
1108e83398 Merge pull request #9632 from QuincyLarson/fix/bye-hodor
remove hodor from congratulatory quotes - it's not funny anymore
2016-07-09 14:11:56 +01:00
d2ec498c8d Merge pull request #9631 from QuincyLarson/fix/eloquent-js-url
change first edition eloquent javascript link to 2nd edition link
2016-07-09 14:11:35 +01:00
3c95ea0e15 remove hodor from congratulatory quotes - it's not funny anymore 2016-07-08 19:00:17 -07:00
9a53528f88 change first edition eloquent javascript link to 2nd edition link 2016-07-08 18:58:10 -07:00
ec27075a37 Merge pull request #9629 from FreeCodeCamp/snyk-fix-abafa803
[Snyk] Fix for 1 vulnerable dependency path
2016-07-08 18:13:57 -07:00
21ffe77dc5 fix: package.json & .snyk to reduce vulnerabilities 2016-07-09 01:06:51 +00:00
4fdbf9beb5 Merge pull request #9628 from FreeCodeCamp/snyk-fix-2add4e49
[Snyk] Fix for 8 vulnerable dependency paths
2016-07-08 18:04:09 -07:00
98dbf8f77e fix: package.json & .snyk to reduce vulnerabilities 2016-07-09 00:55:06 +00:00
b115efe702 Merge pull request #9627 from atjonathan/fix/moretypos
Fixed more grammar and spelling mistakes in Shop
2016-07-08 17:23:07 -07:00
65c12837e7 Fixed grammar and spelling mistakes in Shop 2016-07-09 00:46:03 +01:00
bc4cf4ab9d Merge pull request #9624 from BerkeleyTrue/fix/shop-grammer
Fix(typo): add missing `for` in shop copy
2016-07-08 16:25:13 -07:00
439f4dbaa8 Fix(typo): add missing for in shop copy 2016-07-08 16:19:04 -07:00
b1f28626b8 Fix(lint): peg babel-eslint
6.1.1 has a regression
see: https://github.com/babel/babel-eslint/issues/337
2016-07-08 15:58:45 -07:00
7dd2ffc83e improve shop and set flyer show threshold to 15 brownie points 2016-07-08 14:23:15 -07:00
2c4d9bc816 Merge pull request #9615 from agparadiso/fix/one-is-not-a-prime-number
Correct description in Sum All Primes challenge
2016-07-08 10:03:56 -04:00
f61f3cc63e change the description from: 'A prime number is defined as having only two divisors, 1 and itself. For example, 2 is a prime number because it's only divisible by 1 and 2. 1 isn't a prime number, because it's only divisible by itself.' to 'A prime number is defined as a number greater than one and having only two divisors, one and itself. For example, 2 is a prime number because it's only divisible by one and two.' 2016-07-08 12:22:02 +02:00
7bec5d6126 Merge pull request #9611 from QuincyLarson/feature/shop-improvements
add optimizely and expand shop offerings
2016-07-08 00:03:12 -07:00
3c71abf6cc Merge pull request #9502 from flipsyde606/fix/flyer-dismiss-firefox
Fixed flyer dismiss issue on firefox
2016-07-08 00:02:41 -07:00
b6c8b52465 add optimizely and expand shop offerings 2016-07-07 23:50:55 -07:00
1f7e2737e1 Merge pull request #9591 from joshghent/fix/update-codeofconduct
Updated Spamming definition in the Code of Conduct
2016-07-07 19:46:57 +01:00
91c0ee0f1b Updated spamming definition in code of conduct. 2016-07-07 18:26:55 +01:00
e8a21ef5ac Clarify Pig Latin input strings are all lowercase 2016-07-07 15:32:10 +00:00
1350423c00 Merge pull request #9599 from atjonathan/fix/typos
Quick Grammar Fix
2016-07-07 10:04:45 +01:00
fdea4c7bbb Fixed grammar mistake 2016-07-07 09:41:05 +01:00
e5001d60ab Merge pull request #9596 from QuincyLarson/fix/remove-github-star-from-instructions
remove "you can star our repo" text from chat room challenge
2016-07-07 00:23:31 -07:00
45338e9e87 remove "you can star our repo" text from chat room challenge 2016-07-06 23:23:05 -07:00
42d3303391 Merge pull request #9369 from jondcoleman/feature/backend_instructions
Make separate Get Set instructions for Back End
2016-07-06 18:13:54 +01:00
4ebd18c33f Make separate Get Set instructions for Back End
Move original Clementine based instructions to dynamic web apps section and create
a new waypoint for the API projects.
2016-07-06 12:49:08 -04:00
08b1931085 Merge pull request #9556 from dkat90/fix/unnecessary-line-breaks
fixed uncessary line breaks
2016-07-06 10:20:16 +01:00
4b26497bd3 Merge pull request #9573 from adamisntdead/fix/Remove-Double-Regex-Check
Remove Double If Statement
2016-07-06 10:15:58 +01:00
a5b925a80d Merge pull request #9574 from BKinahan/fix/fibonacci-instructions
Clarify Sum All Odd Fibonacci Numbers instructions
2016-07-05 23:58:28 +01:00
70ce060bda Add test for Smallest Common Multiple 2016-07-05 19:26:17 +00:00