Commit Graph

4318 Commits

Author SHA1 Message Date
133c91fd16 Fix for incorrect RGB test value
RGB test value was testing for (0,0,255) which is B, should be testing for (0, 255,0), which is green.
2015-08-10 13:20:18 -05:00
9513a8b0e5 Incorrect JSON caused error during seed 2015-08-10 20:11:59 +02:00
aec8680567 Refactored CompletionMonitor() slightly 2015-08-10 18:44:19 +02:00
d7e824ebbe done adding static images 2015-08-10 00:44:37 -07:00
d56ecd1979 add a bunch of new images to onboarding 2015-08-10 00:42:33 -07:00
5c987cbe9a Updated Pig Latin Link
Updated link so it would open in a new tab instead of the current tab
2015-08-10 00:40:12 -07:00
129ec7c98e Merge pull request #1613 from ahstro/wrong-class
Updated test case comment in 'fluid containers'
2015-08-09 23:06:56 -07:00
1d724f145e Merge branch 'staging' of https://github.com/FreeCodeCamp/freecodecamp into staging 2015-08-09 22:58:46 -07:00
967f92e6f4 fix challenge naming scheme 2015-08-09 22:46:44 -07:00
0c349f9763 Merge pull request #1675 from alanmbarr/alanmbarr-1375
Update bootstrap.json waypoint-line-up-form-elements-responsively-with-bootstrap typo
2015-08-09 22:46:09 -07:00
a551c3ad57 Merge pull request #1692 from royshouvik/patch-1
Update basic-javascript.json to fix #1642
2015-08-09 22:41:58 -07:00
13f08bf037 Merge branch 'staging' into onboarding 2015-08-09 22:00:26 -07:00
f3028b0e6a continue work on get-started 2015-08-09 21:59:49 -07:00
4ed041c0db update curriculum structure again 2015-08-09 21:26:26 -07:00
02717582d8 Update basic-javascript.json to fix #1642
Fixed following issues
#1639 : Fixed ```description``` to have "In JavaScript" instead of "in JavaScript" and added punctuation.
#1640 #1641 Added punctuation and fixed typo to have "perform mathematical functions" instead of "preform mathematical functions".
2015-08-10 07:32:57 +05:30
e0bd8c6dd2 remove pair programming Bonfire warm up challenge 2015-08-09 17:03:49 -07:00
76e4fc2d33 Fix typos in the Basic Javascript challenge
- Partially fixes #1519 - looks like some of those typos had already
  been fixed.
2015-08-09 19:32:10 +00:00
2476f35309 add challenge order to individual challenge 2015-08-09 07:40:16 -07:00
0994dbaabe finalize copy on get-started 2015-08-08 22:46:21 -07:00
50db4b9aaa other typo
text input instead of area for clarity
2015-08-08 22:10:07 -07:00
6d1ddc759d Update bootstrap.json 2015-08-08 21:59:03 -07:00
9bed47a763 Disregard order in 'Symmetric Difference' #1402 2015-08-09 02:08:44 +02:00
5fb1df0d55 start onboarding page 2015-08-08 16:13:23 -07:00
f22672e6c1 Removed new incomplete JS Challenges and moved to OOPF branch. 2015-08-08 17:21:13 +01:00
0f81e8465a Update to include OOP & functional programming course layout 2015-08-08 17:11:11 +01:00
b1e34f8cc8 create name/dashName at seed 2015-08-08 07:50:35 -07:00
26e69c8621 add type to challenges 2015-08-07 23:37:32 -07:00
c529570e6d Remove outdated project structure and packages list from readme 2015-08-07 22:57:57 -07:00
f241a362d5 rename top level title to name 2015-08-07 18:43:45 -07:00
c5fb8c83f5 Added even more HTML entities and removed ' 2015-08-08 03:43:14 +02:00
554c6ce228 Merge branch 'title' of https://github.com/ahstro/freecodecamp into ahstro-title 2015-08-07 18:41:05 -07:00
013d983c2e add github refresh button 2015-08-07 18:29:56 -07:00
9d6c5e63ab 'Convert HTML Entities' now allows upper and lower case entities #1647 2015-08-08 03:29:23 +02:00
611098ba09 if user is github cool navbar links to account show page 2015-08-07 18:26:18 -07:00
83397b7e1b add picture on github signin/up 2015-08-07 18:10:32 -07:00
66815f0762 bump eslint 2015-08-07 18:09:35 -07:00
e7c8589d08 Everything is horrible 2015-08-08 02:38:16 +02:00
71a02ed8b7 update all instances of progressTimestamp to check for objects 2015-08-07 13:32:30 -07:00
e1fb3856c4 Merge pull request #1637 from Greenheart/staging
fixed small typo
2015-08-07 09:01:44 -07:00
8826d48ca5 Merge pull request #1645 from royshouvik/patch-1
Fix for #1644
2015-08-07 09:01:12 -07:00
8ff778b358 Fix for #1644
Change challenge description of "Bonfire: Where art thou", to fix issue #1644. Changed description to say "an array" instead of "a list" to make it clear and less confusing.
2015-08-07 21:04:20 +05:30
805327ebac fixed small typo 2015-08-07 14:53:24 +02:00
350d59a235 revamp onboarding challenges to reflect changes to curriculum and wiki 2015-08-07 00:18:30 -07:00
c5ad1ad851 Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging 2015-08-06 23:19:18 -07:00
629eaa6ef9 restructure curriculum to split jQuery and Ajax into seperate sections 2015-08-06 23:19:05 -07:00
a8a8906a98 Merge pull request #1621 from Greenheart/staging
fixed tests to check for lowercase hex-colors
2015-08-06 17:26:09 -07:00
344b729bce fixed tests to check for lowercase hexadecimal colors 2015-08-07 02:13:11 +02:00
8d293c9fc6 fix order of user/pairedWith in withLatestFrom operator in challenges 2015-08-06 15:51:36 -07:00
783d7cf1ec fix string non-alphanumeric non-whitespace chars before regex 2015-08-06 15:37:07 -07:00
3636b76f7b Improves 'Target Elements by ID Using jQuery' 2015-08-06 23:28:27 +02:00