e5e45815d8
Merge pull request #6303 from dooglus/fix/allow_2_lorem_ipsum_words
...
Fix validation for "Fill in the Blank with Placeholder Text"
2016-01-26 19:54:44 -08:00
8c0c61a4b4
Merge pull request #6303 from dooglus/fix/allow_2_lorem_ipsum_words
...
Fix validation for "Fill in the Blank with Placeholder Text"
2016-01-26 19:54:44 -08:00
57e5c98a48
LastUpdated updated to be displayed same as completeDate
2016-01-26 15:11:33 -08:00
29f93df1bb
Getting users timezone on client side and passing it to server side within POST (on challenge complete), showing users stats with users timezone
...
After CR
2016-01-26 15:09:47 -08:00
e02d9d4039
Merge pull request #6466 from erictleung/fix/space-between-paragraphs
...
Adds spaces between paragraphs
2016-01-26 14:01:27 -08:00
386faa0d75
Remove an empty npm-run command
2016-01-27 00:51:07 +04:00
f2adce323e
Improved Challenge Seed
...
Assignment with a Returned Value .
2016-01-26 21:36:55 +06:00
a5096f9523
Improved Challenge Seed
...
Assignment with a Returned Value .
2016-01-26 21:36:55 +06:00
c0dfcb1b39
Adds spaces between paragraphs
...
Tested locally. Closes #6374
2016-01-26 07:36:55 -08:00
aaba9283ac
Adds spaces between paragraphs
...
Tested locally. Closes #6374
2016-01-26 07:36:55 -08:00
ae0692648f
Merge pull request #6463 from alistermada/fix/extra-spaces-challenge-description
...
Remove extra spaces from Basic Javascript challenge description
2016-01-26 21:38:17 +11:00
5a253e6027
Remove extra spaces from Basic Javascript challenge description
2016-01-26 17:24:21 +07:00
e5aff5d451
Remove extra spaces from Basic Javascript challenge description
2016-01-26 17:24:21 +07:00
5a1bbd158e
Add more tests for Basic JavaScript challenges
2016-01-26 16:37:26 +07:00
a707a77af9
Add more tests for Basic JavaScript challenges
2016-01-26 16:37:26 +07:00
293ea6d5e1
Merge pull request #6451 from IanvsPoplicola/fix/bonfire-chunky-monkey-description
...
Correct the array description of Chunky Monkey
2016-01-25 19:53:06 -08:00
f9e81a13f3
Correct the array description of Chunky Monkey
...
The array required from the Chunky Monkey challenge is two-dimensional, not multidimensional.
The change has been made in both English and Spanish.
2016-01-26 15:28:53 +13:00
f3cefa71aa
Correct the array description of Chunky Monkey
...
The array required from the Chunky Monkey challenge is two-dimensional, not multidimensional.
The change has been made in both English and Spanish.
2016-01-26 15:28:53 +13:00
cfb151ef49
Merge pull request #6445 from alistermada/fix/css-add-test-class-selector
...
Adds test for class selector in Prioritize One Style Over Another
2016-01-25 18:09:24 -08:00
cc05dfed22
Merge pull request #6445 from alistermada/fix/css-add-test-class-selector
...
Adds test for class selector in Prioritize One Style Over Another
2016-01-25 18:09:24 -08:00
56719dfedc
Adds test for class selector in Prioritize One Style Over Another
2016-01-26 08:27:17 +07:00
29d5b41b7e
Adds test for class selector in Prioritize One Style Over Another
2016-01-26 08:27:17 +07:00
0572402817
Merge pull request #6447 from alistermada/fix/more-tests-make-object-properties-private
...
Add more test cases for Make Object Properties Private
2016-01-25 17:07:38 -08:00
146eb52345
Add more test cases for Make Object Properties Private
2016-01-26 06:31:30 +07:00
803c04d45c
Add more test cases for Make Object Properties Private
2016-01-26 06:31:30 +07:00
e108861efa
Merge pull request #6437 from raisedadead/fix/change-instruction-accesing-nested-objects-in-json
...
Fix the instruction text in the Accessing Nested objects challenge
2016-01-25 11:53:24 -08:00
ee0feee70f
Merge pull request #6437 from raisedadead/fix/change-instruction-accesing-nested-objects-in-json
...
Fix the instruction text in the Accessing Nested objects challenge
2016-01-25 11:53:24 -08:00
2c0d6a4fa8
Merge pull request #6439 from alistermada/fix/html-css-tests
...
Fixes HMTL tests that don't accept classes in different order
2016-01-25 11:07:21 -08:00
6135350f39
Merge pull request #6439 from alistermada/fix/html-css-tests
...
Fixes HMTL tests that don't accept classes in different order
2016-01-25 11:07:21 -08:00
97aaac1bc2
Merge pull request #6438 from Endi1/fix/class-issue-#6426
...
Fixes CSS test that didn't accept spaces between `color` and `:`
2016-01-25 10:58:20 -08:00
449a20252b
Merge pull request #6438 from Endi1/fix/class-issue-#6426
...
Fixes CSS test that didn't accept spaces between `color` and `:`
2016-01-25 10:58:20 -08:00
81cb5b7277
Merge pull request #6442 from tahmid-ul/fix/remove-double-quotes
...
Removed double quotes
2016-01-25 09:30:14 -08:00
3c9cf77f38
Removed double quotes
...
closes #5825
2016-01-25 21:19:59 +06:00
4c00a60331
Removed double quotes
...
closes #5825
2016-01-25 21:19:59 +06:00
b21d4020a5
Fix HTML tests that don't accept classes in different order
2016-01-25 19:46:40 +07:00
089b2d6c6b
Fix HTML tests that don't accept classes in different order
2016-01-25 19:46:40 +07:00
8ee975a82d
Fix for issue #6426
...
This is a fix for #6426
2016-01-25 13:25:12 +01:00
d854db3780
Fix for issue #6426
...
This is a fix for #6426
2016-01-25 13:25:12 +01:00
8894ccd588
Fix the instruction text in the Accessing Nested objects challenge
...
This commit fixes the instruction text in the challenge to
`Use bracket notation for properties with a space in their name.`
from
`Only use object notation for properties with a space in their name.`
I have removed the extra `Only` on purpose for sake of grammar.
closes #6422
2016-01-25 12:13:50 +00:00
02cff5f6ab
Fix the instruction text in the Accessing Nested objects challenge
...
This commit fixes the instruction text in the challenge to
`Use bracket notation for properties with a space in their name.`
from
`Only use object notation for properties with a space in their name.`
I have removed the extra `Only` on purpose for sake of grammar.
closes #6422
2016-01-25 12:13:50 +00:00
1185447c12
Merge pull request #6415 from erictleung/fix/extra-spacing-in-editor
...
Remove unnecessary spaces in the editor
2016-01-25 11:11:25 +04:00
2c8952f9b3
Merge pull request #6415 from erictleung/fix/extra-spacing-in-editor
...
Remove unnecessary spaces in the editor
2016-01-25 11:11:25 +04:00
588bc3ecd6
Merge pull request #6417 from erictleung/fix/add-open-new-tab-in-links
...
Added "target='_blank'" to links missing them
2016-01-25 11:09:56 +04:00
3a94ec2262
Merge pull request #6417 from erictleung/fix/add-open-new-tab-in-links
...
Added "target='_blank'" to links missing them
2016-01-25 11:09:56 +04:00
fa39729b3f
Merge pull request #6416 from erictleung/fix/extra-use-word-in-range-challenge
...
Remove extra word of 'use' in range challenge
2016-01-25 10:51:26 +04:00
169c82acfc
Add emailing on server exceptions
...
Keymetrics VC's are coming. They no longer let you see reported
errors or notify you on their free tier which renders the service
useless for us.
This will emailing you using mandrill with a stack trace and
context of the error when it receives it
2016-01-24 22:27:45 -08:00
ea7a695852
Merge pull request #6433 from FreeCodeCamp/fix/eslint-errrors
...
Fix eslint errors
2016-01-24 21:51:39 -08:00
af52c43705
Fix eslint errors
2016-01-24 20:46:21 -08:00
d3ed4f425c
Merge pull request #6425 from FreeCodeCamp/feature/cheaters
...
Block certs from cheaters
2016-01-25 12:03:44 +08:00
5e606a2278
Merge pull request #6419 from sahat/keyboard-shortcuts
...
Keyboard shortcuts to open/close map and chat
2016-01-25 11:37:27 +08:00