Commit Graph

9168 Commits

Author SHA1 Message Date
951a24fe63 Fixed quotations in Record Collection 2016-06-22 21:54:22 -04:00
6f7e6fba57 Merge pull request #9297 from raisedadead/fix/password-validate
Fix password validate crash
2016-06-22 12:46:51 -07:00
546737e6be fix password validate crash 2016-06-23 00:55:15 +05:30
0ab01fc7d1 Fix/rewrite-instructions (#8944)
Clarify Where Do I Belong to return positive val
2016-06-22 13:09:18 +00:00
fdf9f77eb7 Fix for night mode not persisting in pages other than challenges
jq fix

Fix for night mode not persisting in pages other than challenges

Fix for night mode - chat
2016-06-22 16:29:11 +05:30
c9695867bf Merge pull request #9264 from okputus/fix/camelCase-desc-fix
Improved instructions for understanding camelCase in variables challenge
2016-06-22 08:27:49 +01:00
5b00b20faf Merge pull request #8886 from erictleung/fix/add-test-to-confirm-ending
Add test to check .endsWith() in Confirm Ending
2016-06-22 08:22:57 +01:00
fba1427810 Add Spanish translation to Palindrome update 2016-06-21 23:19:48 -07:00
125cb7e1ce Merge pull request #9258 from heldersepu/fix/Scroll-to-bottom-of-#scroll-locker
Prevent scrolling on initial challenge run
2016-06-22 07:18:08 +01:00
a99261b42e Add test to check .endsWith() in Confirm Ending 2016-06-21 23:11:29 -07:00
224495ae87 Edited basic-javscript.json to improve camelCase task description
Edited clarification statement with consideration to 'DRY'
2016-06-22 02:33:56 +00:00
d0ef119e27 Merge pull request #9259 from Manish-Giri/fix/where-art-thou
Fix naming in "Where art thou" challenge
2016-06-22 02:14:11 +01:00
a599f5d102 Fixed naming in Where Art Thou 2016-06-21 20:45:34 -04:00
e6542fa00e Prevent scrolling on initial challenge run
- Add additional parameter to function displayTestResults

Correction to errors: Line exceeds the maximum line length of 80   max-len

Do not scroll on JS challenges
2016-06-21 20:22:30 -04:00
1bbd65bcb1 Merge pull request #9221 from atjonathan/feature/bio
Added Bio from GitHub to freecodecamp portfolios
2016-06-21 23:49:05 +01:00
50d39cd5e3 Merge pull request #9272 from brainyfarm/patch-1
Update basic-bonfires.json
2016-06-21 23:03:54 +01:00
4713669d46 Merge pull request #9277 from BKinahan/fix/json-stringify
Correct stringify to JSON.stringify
2016-06-21 18:07:59 +01:00
e0ace83573 Correct stringify to JSON.stringify 2016-06-21 16:04:35 +00:00
0b174d014f Merge pull request #9159 from QuincyLarson/fix/c9-manual-mongo-install
add mongo install step to challenge
2016-06-21 16:25:17 +01:00
ad01518204 Update basic-bonfires.json
Removed unnecessary repetition
2016-06-21 15:24:32 +01:00
b4cf1037d5 Merge pull request #9248 from GreyhoundIt/fix-word-blank-instructions-are-unclear-#9233
fix word blank instructions are unclear [challenge]
2016-06-20 19:14:04 +01:00
aae79060f1 fixed word blank instructions are unclear [challenge] 2016-06-20 18:12:30 +01:00
a24e07105c Merge pull request #9229 from erictleung/fix/improve-escape-character-sequence
Clarify Escape Sequences in Strings challenge
2016-06-19 23:25:13 +01:00
1c54ab471a Clarify Escape Sequences in Strings challenge
- Add code tags into table
- Rewrite instructions for more applicable coding test
- Add more tests to be more specific on what you need to pass
2016-06-19 14:56:54 -07:00
6b4b470227 Merge pull request #9151 from heldersepu/feature/Animate-#testSuite-to-focus-user-on-errors
Animate #testSuite to focus user on errors
2016-06-18 21:23:15 +01:00
ce46d1906b Animate #testSuite to focus user on errors
- As soon as the user clicks the button we hide('slow') the div #testSuite
- Then on displayTestResults we show it.

Use fadeOut/fadeIn instead of hide/show

Scroll the div #scroll-locker to the bottom
- Fix for some challenges with long contents on div #scroll-locker

Fix Err: Strings must use singlequote quotes
2016-06-18 16:04:36 -04:00
222077114a Merge pull request #9096 from LindsayBrown81/fix/disambiguate-property-meaning
fix/disambiguate-property-meaning, make JSON valid in basic-javascript.json
2016-06-18 19:28:53 +01:00
3fa86377f8 fix/disambiguate-property-meaning, make JSON valid in basic-javascript.json #9096
Lines 4322-4323: made links HTML tags instead of markdown in the definitions I added for JSON and property.
Line 4324: added booleans and numbers back into the Data Structures and overall reduced number of words used in explanations.
Lines 4338 and 4343: removed quotes from integer value and boolean value because the JSON is valid without them.
Line 4502: specified what part of property the ID number is to reinforce that a property consists of a key (or name) and a value.
Lines 4505-4508: reworded the conditions to be more consistent and comprehensible, changed their order.
Line 4510: retitled Note to Hints and added two more hints.
Line 4543: changed from my first PR's suggestion of var collectionCopy = JSON.stringify(collection) back to var collectionCopy = JSON.parse(JSON.stringify(collection)).
2016-06-18 14:08:14 -04:00
ecd1f628e2 Added Bio from GitHub to freecodecamp portfolios
- Removed unneeded code
2016-06-18 19:07:57 +01:00
3fe5e79e52 Merge pull request #9217 from arun1595/fix/nest-a-inside-p-tests
Fix test for nest anchor within a paragraph
2016-06-18 15:01:04 +01:00
e056fcd442 Fix test for nest anchor within a paragraph 2016-06-18 18:00:20 +05:30
b5b3bd5588 Merge pull request #9208 from taylorbryant/patch-1
Improve consistency
2016-06-18 10:06:29 +01:00
ddef92d3f0 Merge pull request #9207 from QuincyLarson/fix/update-about-page-numbers
update campsites challenge copy, amount of nonprofit work done, camper count
2016-06-18 10:06:00 +01:00
efae92b12c Merge pull request #9212 from arun1595/fix/font-size-challenge
Add tests for change font-size challenge
2016-06-18 00:00:21 -07:00
d643982585 Add tests for change font-size challenge 2016-06-18 09:29:00 +05:30
1fd9242b87 Merge pull request #9008 from erictleung/fix/remove-unnecessary-authentication
Remove unused authentication methods
2016-06-18 00:32:31 +01:00
22a52b6bdc Merge pull request #9203 from sahilkhurana19/fix/jQuery-challenge-ux
Edited the test cases code to make sure the entire test cases are vis…
2016-06-17 23:59:25 +01:00
e6f29ecc9c Feature/Popover Definitions 2016-06-17 23:53:44 +01:00
981e9b31fc Improve consistency 2016-06-17 16:00:39 -05:00
e1dc82e5ee update campsites challenge copy, amount of nonprofit work done, camper count 2016-06-17 14:00:14 -07:00
0e654eb6bd added a check to record collection about pre-existing elements 2016-06-17 14:48:37 -05:00
62b4e28bb9 Edited the test cases code to make sure the entire test cases are visible. 2016-06-18 00:56:41 +05:30
f2ca20d006 Merge pull request #9183 from sahilkhurana19/fix/array-challenge-description
Modified the description to make it a bit more clear.
2016-06-17 19:51:49 +01:00
f347c5fbaf Fixed challenge description.
Modified the description to make it a bit more clear.

Fixed challenge description and moved the example code to its own independent line.
2016-06-17 23:53:00 +05:30
25e6d4293b Fix pop arrays challenge tests (#8959)
* Fix tests for pop arrays challenge
* Fix the first test
2016-06-17 17:30:57 +01:00
0a21880b86 Merge pull request #9144 from DealPete/fix/JSON
remove references to JSON.
2016-06-17 16:58:30 +01:00
c1466989c0 Merge pull request #8884 from WillySchu/fix
Clarify description of change text inside an element using jquery
2016-06-17 16:11:11 +01:00
63eaecf86e Merge pull request #9201 from AryanJ-NYC/fix/file-metadata-demo
Provide working demo for File Metadata Microservice bonfire challenge
2016-06-17 14:46:58 +00:00
486f8a9dac Provide working demo for File Metadata Microservice API Project 2016-06-17 14:39:32 +00:00
2a07c52e78 remove references to JSON.
change 'allows' to 'allow'
2016-06-17 11:03:26 -02:30