Commit Graph

10424 Commits

Author SHA1 Message Date
ca5ba51586 Fix typo in "Use Hex Code for Specific Colors" challenge
Fixes incorrect subject verb agreement in description of the "Use Hex Code for
Specific Colors" challenge.
2016-12-04 15:40:01 -06:00
5804363806 update geolocation to use either quotation mark 2016-12-04 13:06:12 +00:00
f74f2a9e7c modify friendly dates test to improve thoroughness 2016-12-04 13:03:42 +00:00
30e5199bd6 Add checks for number of items in returned array 2016-12-03 21:45:49 -05:00
9797fc0544 Reorder projects and challenges from newest to oldest 2016-12-03 14:07:54 +00:00
d0024f85b6 Add note about arguments object to seek and destroy challenge 2016-12-01 21:38:21 +00:00
baf225ad3a Remove reset progress animations, changed color and increase size of delete account buttons 2016-12-01 13:56:10 -06:00
12d09948e1 Merge pull request #11879 from bonham000/fix/running-locally-guide-fix
submitted new fix after rebasing
2016-11-30 16:52:57 -06:00
5fa0e5572e submitted new fix after rebasing 2016-11-30 14:29:44 -08:00
e64a16ed64 Remove Github OAuth2 field - scope
Remove the optional and invalid `scope` properties of "github-login" and "github-link" passport strategies.

This will result in only retrieval of the public data as required. This is the current behavior. No breaking changes.
2016-11-30 13:07:28 +05:30
6632583872 Merge pull request #11545 from Bouncey/feature/langDegNote
Added note about language degradation
2016-11-29 15:41:44 -08:00
496c648f46 Fix: Lang routes persist between sessions 2016-11-29 23:10:08 +00:00
9d46ebfc29 Added note about language degradation 2016-11-29 22:52:05 +00:00
5ecfdd65f7 Clarify instructions for "Understand String Immutability" (#11737)
This commit clarifies instructions for "Understand String Immutability".
2016-11-30 04:09:48 +05:30
2434f268eb Merge pull request #11855 from johnnyqbui/fix/description
Revise description for Concatenate Arrays with .concat Challenge
2016-11-29 10:18:20 +05:30
cee59a149f revised description for challenge 2016-11-28 22:02:34 -06:00
46548ceaf0 Merge pull request #11843 from robbawebba/fix/jquery-challenge-test-coverage
Expand the test coverage of jQuery challenge
2016-11-28 15:24:08 -06:00
1f105f3861 Merge pull request #11842 from Manish-Giri/fix/strict-inequality-operator
Fix: Add MDN Strict Inequality Link
2016-11-28 14:53:16 -06:00
17b1e5f7ad Merge pull request #11835 from rashmimalpande/fix/CountingCards-instructions
Change instructions in Counting Cards Challenge
2016-11-28 07:29:49 -06:00
f2505fbf8d Add a line about input in the Counting Cards Challenge instructions
Update basic-javascript.json
2016-11-28 11:35:41 +05:30
2d5ebce1aa Expand the test coverage of jQuery challenge 2016-11-27 23:58:19 -05:00
96cc7ccd2a Fix: Add MDN Strict Inequality Link 2016-11-27 19:30:07 -05:00
17b2a20a01 Remove extraneous attribute spaces 2016-11-27 14:50:54 +00:00
2a526fc734 add test to import and degrade font challenges 2016-11-27 10:06:48 +00:00
33c40cce35 Merge pull request #11805 from Manish-Giri/fix/add-note-in-style-radio-buttons-challenge
Add note about radio buttons in responsively style radio buttons
2016-11-26 23:19:16 +01:00
6d8167c5d7 Add note about radio buttons in responsively style radio buttons 2016-11-26 16:02:13 -05:00
53e974f0b3 Update contributing.md 2016-11-26 20:43:28 +00:00
a2bd789344 Add test to profile lookup challenge 2016-11-26 20:23:09 +00:00
9eb2f2e488 chore(package): update loopback-connector-mongodb to version 1.17.0
https://greenkeeper.io/
2016-11-24 22:57:42 +00:00
7296a312b4 chore(package): update express-validator to version 3.0.0
https://greenkeeper.io/
2016-11-24 22:49:25 +00:00
246e2d6583 Downgrade react to resolve react-hot-loader error 2016-11-24 22:30:18 +00:00
dd86dd21ca chore(package): update gulp-sourcemaps to version 2.2.1
https://greenkeeper.io/
2016-11-23 00:18:39 +00:00
adf7983818 Chore(package): Updates helmet and helmet-csp to @latest 2016-11-22 23:52:40 +00:00
8cb5520744 chore(package): update react-codemirror to version 0.3.0
https://greenkeeper.io/
2016-11-22 21:51:00 +00:00
bbf7eaf5ca Modified tests for External Link challenges 2016-11-22 21:08:14 +00:00
aa3e03c27c Modified test case to look for the exact statement.
Fixed Test for font size
2016-11-22 21:04:23 +00:00
ff621ba059 Move location header out of 'data' div 2016-11-22 18:08:19 +00:00
d53a92bf59 Merge pull request #11479 from Bouncey/fix/lastVideoRedirect
Fix Final Video Challenge Completion
2016-11-22 10:59:55 -06:00
2386a07cd4 Merge pull request #11705 from chiptus/fix/text-break-test-output
added word-wrap less rule to .test-output
2016-11-22 20:53:28 +05:30
50b4f96488 Merge pull request #11761 from drguildo/fix/remainder-grammar
Improve grammar in "Finding a Remainder in JavaScript"
2016-11-22 18:37:13 +05:30
c41fbfbf92 Merge pull request #11760 from faheel/fix/local-scope-and-functions
Modified seed for the Local Scope and Functions challenge
2016-11-22 18:35:44 +05:30
efd87759b9 Improve grammar in "Finding a Remainder in JavaScript" 2016-11-22 12:22:51 +00:00
a9ec7bed79 Modified seed for the Local Scope and Functions challenge 2016-11-22 13:23:58 +05:30
00d3af82fd Merge pull request #11759 from ubershibs/fix/user-story-grammar
Re-word "below" to "following" (grammar correction)
2016-11-22 13:21:10 +05:30
f3b05f4593 Fix a line on all f/e & data viz projects to correctly introduce user stories 2016-11-22 03:22:14 -04:00
8834bd1c19 Merge pull request #11562 from marhyorh/odd-menu-behaviors
Fixed odd menu behaviors on mobile
2016-11-19 17:42:20 +00:00
78a1f9f036 added word-wrap less rule to .test-output 2016-11-18 20:05:14 +05:30
395b62e4c6 Modified phrasing in Comparison with the Greater Than Or Equal To Operator 2016-11-18 07:11:15 +00:00
7e8aad7505 Merge pull request #11633 from Bouncey/fix/removeStampit
Remove stampit in favour of a factory function
2016-11-17 14:54:40 -08:00
91f7ea6dca Merge pull request #11673 from robbawebba/fix/comparison-challenge-instruction
Modify return value in comparison challenge
2016-11-17 21:21:48 +01:00