92712c6e94
Merge pull request #6341 from erictleung/fix/clarify-instructions-for-dot-operator
...
Clarify instructions for dot operator challenge
2016-01-20 12:42:26 -08:00
9e9de2fa2a
Merge pull request #6341 from erictleung/fix/clarify-instructions-for-dot-operator
...
Clarify instructions for dot operator challenge
2016-01-20 12:42:26 -08:00
dda522a899
Merge pull request #6346 from ltegman/fix/babel-register
...
Change babel/register to babel-register
2016-01-20 11:20:56 -08:00
245ef7c2be
Change babel/register to babel-register
2016-01-20 09:03:58 -08:00
6d176005b8
Change babel/register to babel-register
2016-01-20 09:03:58 -08:00
79dd3d1bdd
An additional explanation in instruction
...
This commit adds additional instructions in the override styles challenge.
As disscussed the explaination should help campers understand the importance
of ordering in the css the <style> tags.
Tested locally.
closes #6313
2016-01-20 13:41:28 +00:00
22dbfd89b1
An additional explanation in instruction
...
This commit adds additional instructions in the override styles challenge.
As disscussed the explaination should help campers understand the importance
of ordering in the css the <style> tags.
Tested locally.
closes #6313
2016-01-20 13:41:28 +00:00
b971abcebf
Merge pull request #6293 from SaintPeter/fix/new-challenge-color
...
Change New and Coming Soon to text-info (Blue)
2016-01-20 17:24:37 +08:00
b20914ae44
Clarify instructions for dot operator challenge
2016-01-19 23:36:36 -08:00
3e9bd8500f
Clarify instructions for dot operator challenge
2016-01-19 23:36:36 -08:00
7924c9dc30
Merge pull request #6338 from erictleung/fix/decimal-number-with-fractional
...
Be more specific on what decimal number is needed
2016-01-19 21:52:23 -08:00
55a6ec68d3
Be more specific on what decimal number is needed
2016-01-19 21:15:28 -08:00
c0cbba6efe
Be more specific on what decimal number is needed
2016-01-19 21:15:28 -08:00
c101d009d3
Merge pull request #6089 from FreeCodeCamp/greenkeeper-loopback-connector-mongodb-1.13.3
...
chore(package): update loopback-connector-mongodb to version 1.13.3
2016-01-19 15:42:21 -08:00
724039a42d
Merge branch 'greenkeeper-helmet-1.1.0' into staging
2016-01-19 15:25:56 -08:00
36987c1806
Merge remote-tracking branch 'origin/greenkeeper-helmet-1.1.0' into staging
2016-01-19 15:22:53 -08:00
4e345e0d12
chore(package): update helmet to version 1.1.0
...
http://greenkeeper.io/
2016-01-19 15:22:14 -08:00
49987c57e8
Merge pull request #5941 from FreeCodeCamp/fix/update-babel-to-6.0
...
Update babel to 6.0
2016-01-19 13:02:25 -08:00
0bf884e55a
Merge pull request #6316 from raisedadead/fix/remove-typeof-error-basic-javascript
...
Remove unnecessary parentheses around the typeof
2016-01-19 12:56:08 -08:00
04fd94e2cd
Merge pull request #6316 from raisedadead/fix/remove-typeof-error-basic-javascript
...
Remove unnecessary parentheses around the typeof
2016-01-19 12:56:08 -08:00
c1fccdadca
Merge pull request #6311 from alistermada/fix/inconsistent-font-size
...
Fixes inconsistent font sizes in challenge description
2016-01-19 10:59:37 -08:00
ae8cc51287
Merge pull request #6311 from alistermada/fix/inconsistent-font-size
...
Fixes inconsistent font sizes in challenge description
2016-01-19 10:59:37 -08:00
7f1c8445e1
Merge pull request #6308 from bugron/fix/auto_scroll-to-last-visited
...
Auto-scroll to the last visited/completed challenge
2016-01-19 09:55:07 -08:00
cc1e44d0a1
Auto-scroll to the last visited/completed challenge
2016-01-19 21:36:50 +04:00
604e00d0e8
Merge pull request #6304 from dooglus/fix/nth_element_typo
...
Fix a typo. "all elements", not "all element".
2016-01-19 21:13:11 +04:00
3239243534
Merge pull request #6304 from dooglus/fix/nth_element_typo
...
Fix a typo. "all elements", not "all element".
2016-01-19 21:13:11 +04:00
7dd80d83d8
Merge pull request #6307 from FreeCodeCamp/feature/show-last-update
...
Add last updated date to profile algos/challenges
2016-01-19 21:10:47 +04:00
feddce4c3b
Remove unnecessary parentheses around the typeof
...
This commit:
* removes unnecessary parentheses around the typeof
* certain cases were ignored, to prevent a test case failure for example as in:
- assert(typeof(runSlots($(\".slot\"))[0]) ...
This PR is an additional fix in relation to code review comments on FreeCodeCamp/FreeCodeCamp#6181
2016-01-19 14:17:43 +00:00
9ae52adc89
Remove unnecessary parentheses around the typeof
...
This commit:
* removes unnecessary parentheses around the typeof
* certain cases were ignored, to prevent a test case failure for example as in:
- assert(typeof(runSlots($(\".slot\"))[0]) ...
This PR is an additional fix in relation to code review comments on FreeCodeCamp/FreeCodeCamp#6181
2016-01-19 14:17:43 +00:00
4122ca41ef
Fix inconsistent font sizes in challenge descriptions
2016-01-19 16:41:53 +07:00
087963e801
Fix inconsistent font sizes in challenge descriptions
2016-01-19 16:41:53 +07:00
51056fa4db
Add last updated to profile algos/challenges
2016-01-19 00:02:21 -08:00
fb0cea11fa
Fix a typo. "all elements", not "all element".
2016-01-18 22:18:32 -08:00
1598bc305a
Fix a typo. "all elements", not "all element".
2016-01-18 22:18:32 -08:00
17a71b0abe
Fix #6299 . The validation should accept the first 2 words if we're going to request "the first few words". The 3rd word shouldn't be required.
2016-01-18 22:05:19 -08:00
b4b24b0b3c
Fix #6299 . The validation should accept the first 2 words if we're going to request "the first few words". The 3rd word shouldn't be required.
2016-01-18 22:05:19 -08:00
5da398525b
Merge pull request #6302 from fraziern/fix/telephone-number-waypoint-clarify
...
Clarification in telephone-number advanced bonfire
2016-01-18 21:15:25 -08:00
f5fa0428a6
Merge pull request #6302 from fraziern/fix/telephone-number-waypoint-clarify
...
Clarification in telephone-number advanced bonfire
2016-01-18 21:15:25 -08:00
92c3ae856d
Merge pull request #6300 from joshuahenson/fix/default-switch-challenge
...
Correct typo on default switch challenge
2016-01-18 21:13:38 -08:00
53bd841f9f
Merge pull request #6300 from joshuahenson/fix/default-switch-challenge
...
Correct typo on default switch challenge
2016-01-18 21:13:38 -08:00
20bfa3bf8d
Merge pull request #6301 from codeurge/fix/remove_code_blocks_within_blockquote
...
Remove code blocks within blockquotes.
2016-01-18 21:13:15 -08:00
510af2810b
Remove code blocks within blockquotes.
...
This removes code blocks within blockquotes on the following challenges:
- Access MultiDimensional Arrays With Indexes
- Understand String Immutability
closes #6283
2016-01-18 21:33:07 -07:00
584e866a67
Remove code blocks within blockquotes.
...
This removes code blocks within blockquotes on the following challenges:
- Access MultiDimensional Arrays With Indexes
- Understand String Immutability
closes #6283
2016-01-18 21:33:07 -07:00
4b1911fca4
minor clarification in telephone-number challenge
2016-01-18 23:31:38 -05:00
18e28ac34b
minor clarification in telephone-number challenge
2016-01-18 23:31:38 -05:00
571bf9857f
Correct typo on default switch challenge
2016-01-18 20:02:16 -08:00
cb34bd232e
Correct typo on default switch challenge
2016-01-18 20:02:16 -08:00
fdb2e6d20a
Change New and Coming Soon to text-info
2016-01-18 17:52:51 -08:00
a13178ad42
Merge pull request #6292 from FreeCodeCamp/fix/remove-old-terms
...
Fix show profile page challenge filtering to use challengeType
2016-01-18 17:42:56 -08:00
e3ec56ef40
Fix show profile page challenge filtering to use challengeType
2016-01-18 17:33:06 -08:00