Commit Graph

9073 Commits (8bbe0b31f9f891d21da37f6e45290a6f2ee8d85b)

Author SHA1 Message Date
Mrugesh Mohapatra 7135624a67 Merge pull request #9319 from arun1595/fix/description-redundancy
Fix redundancy in description
2016-06-23 12:51:59 +00:00
Arun a3b3334f1f Fix redundancy in description 2016-06-23 15:11:12 +05:30
Eric Leung 2bef5b17aa Merge pull request #9304 from Manish-Giri/fix/quotes-record-collection
Fixed quotations in Record Collection
2016-06-22 22:54:16 -07:00
Rémi Fortier 0a2a5b798f navbar redirect to next-challenge
navbar always redirects to next-challenge
2016-06-23 00:47:45 -04:00
sthodup1 bf485ddc34 basicJavascript.json - Clarify testing criteria 2016-06-22 22:14:46 -05:00
Manish-Giri 951a24fe63 Fixed quotations in Record Collection 2016-06-22 21:54:22 -04:00
Berkeley Martinez 6f7e6fba57 Merge pull request #9297 from raisedadead/fix/password-validate
Fix password validate crash
2016-06-22 12:46:51 -07:00
Mrugesh Mohapatra 546737e6be fix password validate crash 2016-06-23 00:55:15 +05:30
Jonathan Wong 0ab01fc7d1 Fix/rewrite-instructions (#8944)
Clarify Where Do I Belong to return positive val
2016-06-22 13:09:18 +00:00
Kirushna 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
Jonathan 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
Jonathan 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
Eric Leung fba1427810 Add Spanish translation to Palindrome update 2016-06-21 23:19:48 -07:00
Stuart Taylor 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
Eric Leung a99261b42e Add test to check .endsWith() in Confirm Ending 2016-06-21 23:11:29 -07:00
Oscar 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
Jonathan 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
Manish-Giri a599f5d102 Fixed naming in Where Art Thou 2016-06-21 20:45:34 -04:00
HelderSepu 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
Stuart Taylor 1bbd65bcb1 Merge pull request #9221 from atjonathan/feature/bio
Added Bio from GitHub to freecodecamp portfolios
2016-06-21 23:49:05 +01:00
Stuart Taylor 50d39cd5e3 Merge pull request #9272 from brainyfarm/patch-1
Update basic-bonfires.json
2016-06-21 23:03:54 +01:00
Jonathan 4713669d46 Merge pull request #9277 from BKinahan/fix/json-stringify
Correct stringify to JSON.stringify
2016-06-21 18:07:59 +01:00
BKinahan e0ace83573 Correct stringify to JSON.stringify 2016-06-21 16:04:35 +00:00
Jonathan 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
Akinseye Olawale ad01518204 Update basic-bonfires.json
Removed unnecessary repetition
2016-06-21 15:24:32 +01:00
Jonathan 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
Matthew Hargraves aae79060f1 fixed word blank instructions are unclear [challenge] 2016-06-20 18:12:30 +01:00
Stuart Taylor 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
Eric Leung 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
Jonathan 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
Helder 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
Jonathan 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
LindsayBrown81 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
Jonathan ecd1f628e2 Added Bio from GitHub to freecodecamp portfolios
- Removed unneeded code
2016-06-18 19:07:57 +01:00
Jonathan 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
Arun e056fcd442 Fix test for nest anchor within a paragraph 2016-06-18 18:00:20 +05:30
Jonathan b5b3bd5588 Merge pull request #9208 from taylorbryant/patch-1
Improve consistency
2016-06-18 10:06:29 +01:00
Jonathan 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
Eric Leung 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
Arun d643982585 Add tests for change font-size challenge 2016-06-18 09:29:00 +05:30
Stuart Taylor 1fd9242b87 Merge pull request #9008 from erictleung/fix/remove-unnecessary-authentication
Remove unused authentication methods
2016-06-18 00:32:31 +01:00
Stuart Taylor 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
Berkeley Martinez e6f29ecc9c Feature/Popover Definitions 2016-06-17 23:53:44 +01:00
Taylor Bryant 981e9b31fc Improve consistency 2016-06-17 16:00:39 -05:00
Quincy Larson e1dc82e5ee update campsites challenge copy, amount of nonprofit work done, camper count 2016-06-17 14:00:14 -07:00
Vera Reynolds 0e654eb6bd added a check to record collection about pre-existing elements 2016-06-17 14:48:37 -05:00
sahilkhurana02 62b4e28bb9 Edited the test cases code to make sure the entire test cases are visible. 2016-06-18 00:56:41 +05:30
Jonathan 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
sahilkhurana02 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
Arun Kumar 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