Commit Graph

8253 Commits (68788a3786e723bfe6f6af2fe78f5684b868e37a)

Author SHA1 Message Date
rshafto 68788a3786 Update basic-bonfires.json 2016-04-27 21:53:20 -04:00
Quincy Larson 6039d29282 Add count of campers who have earned all three certs to about page (#8288)
* add count of campers who have earned all three certs to about page

* refactor to get tests to pass
2016-04-25 16:57:30 -07:00
Mrugesh Mohapatra 91d1cb528b Merge pull request #8241 from ttymed/feature/codemirror-focus-hotkey
added keybindings for focus on codemirror through Mousetrap
2016-04-24 03:07:25 +05:30
Mrugesh Mohapatra 0579949a37 Merge pull request #7804 from bteng22/fix/tail-appending-to-comments
Prevent tail appending to trailing comments
2016-04-24 02:52:22 +05:30
bteng22 11dcd74f64 adding newline before appending tail to combinedCode to prevent tail from being cut off by trailing comments in code editor
setting initialValue of reduce to newline for arrayToNewLineString to prevent cutting off code if trailing comments in json
2016-04-23 14:05:49 -07:00
ttymed 55ef14b9a6 added keybindings for focus on codemirror through Mousetrap 2016-04-23 07:16:59 +08:00
Quincy Larson 56bb315cc7 Merge branch 'raisedadead-feature/passwordless-login' into staging 2016-04-22 12:28:00 -07:00
Quincy Larson 6c291148d4 improve the ux of the signin page 2016-04-22 12:26:02 -07:00
Quincy Larson e5bf3f8a38 Merge branch 'feature/passwordless-login' of https://github.com/raisedadead/FreeCodeCamp into raisedadead-feature/passwordless-login 2016-04-22 11:55:51 -07:00
Mrugesh Mohapatra 0fa7c02338 Merge pull request #8168 from BKinahan/fix/exact-change-tests
Amend Exact Change tests for format consistency
2016-04-22 17:47:34 +05:30
Mrugesh Mohapatra 73816f7dc0 Merge pull request #8163 from erictleung/fix/update-misleading-mdn-capitalization-link
Update MDN charCodeAt link to be more accurate
2016-04-22 17:42:56 +05:30
Mrugesh Mohapatra 6c06cde9fa Merge pull request #8186 from erictleung/fix/add-code-tags-to-get-json
Add code tags to Get JSON challenge plus linting
2016-04-22 17:21:14 +05:30
Mrugesh Mohapatra 68f96d4b06 Merge pull request #8215 from kkas/fix/bonfire-to-add-unit
Add a unit to bonfire Map the Debris
2016-04-22 17:08:26 +05:30
Mrugesh Mohapatra aeea02d7fc
Update the Sign in and Sign up Pages 2016-04-22 10:17:31 +05:30
Eric Leung 3a234f744f Merge pull request #8219 from sharang-d/fix/add-tests-to-no-repeats-please-challenge
Added test cases for 'no repeats please'
2016-04-21 09:34:51 -07:00
kkas 455bdcd0b2 Add a unit to bonfire Map the Debris 2016-04-21 23:32:24 +09:00
Jonathan 7aeceaf97e Merge pull request #8145 from 5k9m/translate/DE-translation-jquery
German Translation of jQuery Challenges
2016-04-21 14:52:52 +01:00
Mrugesh Mohapatra 39d9cc1fa1 Merge pull request #8223 from DusanSacha/fix/added-hit-to-challenge
Added hint to JS increment challenge
2016-04-21 13:38:34 +05:30
DusanSacha 724f417337 Added hint to JS increment challenge 2016-04-21 08:16:58 +02:00
Eric Leung f2f6aea55a Merge pull request #8208 from theflametrooper/fix/codetagsbug
Added closing code tags to "Adding a default option in Switch statements"
2016-04-20 22:32:16 -07:00
Quincy Larson be27deaa4c Merge pull request #8124 from BerkeleyTrue/feature/re-add-announcement
(Re)add announcement/flyer
2016-04-20 14:48:05 -07:00
Sharang Dashputre 5d76fc05a0 Added test cases for 'no repeats please' 2016-04-21 02:22:50 +05:30
Jonathan 0baf2dc4f3 Added closing code tags
Changed location of code tags
2016-04-20 17:04:27 +01:00
Eric Leung 90e171abeb Merge pull request #8190 from BKinahan/fix/random-whole-numbers-tests
Clarify test text for random numbers in a range
2016-04-19 08:32:06 -07:00
BKinahan 7702f8071b Clarify test text for random numbers in a range 2016-04-19 10:52:48 +00:00
Eric Leung d1aa55973c Merge pull request #8141 from raisedadead/fix/codepen-https-issue
Update the codepen examples
2016-04-19 00:14:17 -07:00
Eric Leung adca4e8a00 Add code tags to Get JSON challenge plus linting 2016-04-19 00:08:29 -07:00
Mrugesh Mohapatra 724fa5717f
Update the codepen examples
This commit:

 - Updates the Local Weather challenge example back to the
   `http` URL because a hosted resource is served over http.

 - Updates the Portfolio challenge pen from @hallaathrad 's copy.

 - Updates the Force Directed Graph challenge with a `https`
   link to the Camper News API.

Tested locally.
2016-04-19 07:05:17 +00:00
Akira Laine 3f62c1ad65 Merge pull request #8177 from xRahul/fix/better-fuzzy-search
Made search in the map more fuzzy
2016-04-19 14:03:09 +11:00
Rahul Jain e32e0ecdbc made search in the map more fuzzy 2016-04-18 22:51:18 +05:30
Jonathan 4aaae7b488 Merge pull request #8029 from abisz/translate/DE-translation-html5-css-challenges
Challenges HTML5 and CSS translated to German
2016-04-18 08:41:41 +01:00
BKinahan 1782be1541 Amend Exact Change tests for format consistency 2016-04-17 23:17:14 +00:00
Eric Leung 136c365bf4 Update MDN charCodeAt link to be more accurate 2016-04-17 11:04:23 -07:00
Eric Leung 58295c74d2 Merge pull request #8159 from LibanTheDev/fix/Accessing-Objects-With-BracketNotation
Changed instructions on basic JS challenge
2016-04-17 01:56:47 -07:00
Mrugesh Mohapatra 6a8ae4a9ca Merge pull request #8160 from ryanjohnston/fix/comment-out-html-new-test
Adds a new test to Comment out HTML to ensure c…
2016-04-17 11:55:57 +05:30
Ryan Johnston 1aa23a7087 Adds a new test to Comment out HTML to ensure correct order. 2016-04-17 00:04:41 -06:00
Mrugesh Mohapatra dbd2bed85e Merge pull request #8155 from erictleung/fix/update-issue-template
Note in Issue Template to remove unused sections
2016-04-17 11:05:53 +05:30
LibanTheDev 1fffc52114 Changed instructions on basic JS challenge 2016-04-16 23:56:43 -04:00
Eric Leung e538207cd3 Note in Issue Template to remove unused sections 2016-04-16 11:23:37 -07:00
Jonathan d92bdf4ad6 Merge pull request #7996 from elazzabi/translate/FR-gear-up-for-success
French translation for Gear up for Success
2016-04-16 09:48:21 +01:00
Quincy Larson cc560a9cf4 Merge pull request #8126 from BerkeleyTrue/feature/move-to-ses
Move from Mandril to Amazon SES
2016-04-15 22:26:10 -07:00
Justin Richardsson 5ab83d3dc9 Merge pull request #8082 from george-stepanek/fix/navbar-control-click-behaviour
Fix the navbar links so control-clicking opens them in a new tab
2016-04-15 20:15:46 -04:00
Mrugesh Mohapatra d11066c944 Merge pull request #8147 from SnoopJeDi/fix/bargraph_mixed-content
Fix mixed content in bar graph visualization challenge
2016-04-16 04:28:09 +05:30
James 910d62d412 Updated CodePen link for challenges/02-data-visualization-certification to avoid mixed content 2016-04-15 17:43:43 -05:00
George Stepanek d00e3628af Fix the navbar links so control-clicking opens them in a new tab 2016-04-16 10:42:25 +12:00
Mrugesh Mohapatra 4e12cf6460 Merge pull request #8143 from BerkeleyTrue/fix/react-bownie-points
Fix brownie points not showing on react pages
2016-04-16 02:57:41 +05:30
9k5m 43e99db8c1 German Translation of jQuery Challenges 2016-04-15 23:24:58 +02:00
Mrugesh Mohapatra a918b7b84e Merge pull request #6774 from QuincyLarson/feature/placeholder-video-challenges
Add new video challenge stubs
2016-04-16 02:33:32 +05:30
Berkeley Martinez a225648b57 Fix brownie points not showing on react pages 2016-04-15 14:00:17 -07:00
Berkeley Martinez 8352f2c535 Merge pull request #8130 from raisedadead/fix/contribution-guidelines
Update CONTRIBUTING.md with prerequisite versions
2016-04-15 10:16:46 -07:00