Commit Graph

2030 Commits

Author SHA1 Message Date
Berkeley Martinez
9061758cdf Merge pull request #3669 from FreeCodeCamp/fix/challenge-sequence
Fix mis-sequence of challenges and fix some quick issues campers reported about challenges
2015-10-09 19:43:00 -07:00
Logan Tegman
576e1fefc5 Fix Waypoint Nest Anchor Within Paragraph Test Regex
Tolerates whitespace between opening `<p>` tag and "View more" text
Closes #3675
2015-10-09 13:13:47 -07:00
Logan Tegman
daccda1e9a Fix BF Sum Odd Fibonacci Numbers Test Error Wording
Closes 3660
2015-10-09 12:03:13 -07:00
Logan Tegman
790972500c Fix Waypoint Filter Arrays Test
Test now consistant with instructions
Closes #3671
2015-10-09 11:54:56 -07:00
Daniel Robinson
f6a87ef858 Fix typo 'array or numbers' to 'array of numbers' 2015-10-09 13:50:28 -04:00
Abhisek Pattnaik
d1eb9d7c69 Add tests in Bonfire - Diff Two Arrays 2015-10-09 18:05:55 +05:30
Quincy Larson
6602f83271 quick fix copy for npm challenge bug 2015-10-09 00:16:30 -07:00
Anton Strömkvist
7dcb422ce3 Merge pull request #3661 from BradenWhited/fix/Lesson-31-More-Concise-Comment
Fix - Comment In Lesson 31 Needs To Be More Concise
2015-10-09 08:14:38 +02:00
Quincy Larson
11fb9956fd fix challenge sequence 2015-10-08 18:26:06 -07:00
Logan Tegman
63eacec3a9 Fix BF Diff Two Arrays New Test
Closes #1263
2015-10-08 15:31:52 -07:00
Braden Whited
ba9c4a694e Lesson 31 - Javascript Generate random whole numbers within a range comment error #1947
Comment needed changed to be more concise.

See #1947
2015-10-08 17:47:06 -04:00
Anton Strömkvist
945c5e3b2f Merge pull request #3650 from ltegman/fix/bf-arguments-optional-add-doc-links
Fix BF Arguments Optional Links
2015-10-08 21:30:06 +02:00
ahstro
15ff3d46db Seek and Destory: Remove problematic argument
Remove an empty string passed as an argument to `destroy()`. This
argument, being the last, caused people to think their code worked
correctly when it, in fact, worked correctly on all arguments except the
last one.
2015-10-08 17:32:06 +02:00
ahstro
0e33e13c99 Make a Person: Add tests for .set*Name methods
Add tests for `bob.setFirstName()`, `bob.setLastName()` and
`bob.setFullName()`.
2015-10-08 17:20:09 +02:00
Anton Strömkvist
c27c13dec4 Merge pull request #3621 from ltegman/fix/bonfire-exact-change-add-tests-1409
Fix BF Exact Change Tests
2015-10-08 17:08:48 +02:00
Anton Strömkvist
6397eda8dc Merge pull request #3603 from ltegman/fix/find-white-space-explaination-2838
Fix Waypoint: Find White Space Explaination
2015-10-08 16:19:46 +02:00
Logan Tegman
d9067f521b Fix BF Arguments Optional Links
Swapped out link to Function Objects for link to Closures
2015-10-07 22:26:09 -07:00
Quincy Larson
cdcf52bffa Merge pull request #3642 from BradenWhited/fix/Heroku-Addons-Instructions
Fix - change step 46 heroku addons:create to heroku addons:add
2015-10-07 20:43:22 -07:00
Quincy Larson
0b583dd9b3 fix message on slot machine challenge 2015-10-07 18:33:01 -07:00
Braden Whited
635958eb63 change step 46 heroku addons:create mongolab to heroku addons:add mongolab #2039
Changed addons:create to addons:add
2015-10-07 14:54:39 -04:00
Berkeley Martinez
0659483e4b fix some typos in commit and getting started 2015-10-07 02:11:23 -07:00
Quincy Larson
256795b204 add new gif images and improve step view 2015-10-07 01:40:11 -07:00
Quincy Larson
21e29d2bb8 Merge branch 'staging' into clementine 2015-10-07 01:29:15 -07:00
Quincy Larson
7f99371638 Merge branch 'staging' into clementine 2015-10-07 01:28:41 -07:00
Quincy Larson
687ef7b8b4 reverse unnecessary changes 2015-10-07 01:26:54 -07:00
Quincy Larson
c709daabd1 update challenge sequence and break on boarding into two sections 2015-10-07 00:41:43 -07:00
Logan Tegman
d5d12c0e30 Fix BF Exact Change Tests
Added a test case for when the smallest denomination of change available is larger than the total change required.

Closes #1409
2015-10-06 23:49:08 -07:00
natac13
9f6d2410c1 added optional space to the editor match in OOP challenges.
closes #3331
2015-10-06 20:37:32 -04:00
Quincy Larson
ba8a06cf4b improve markup and titles of challenges 2015-10-06 15:37:43 -07:00
benmcmahon100
ccd7fcc32d More test and copy fixes. Removed weird bugged challenge 2015-10-06 22:54:20 +01:00
benmcmahon100
5efdf3178d Merge remote-tracking branch 'origin/staging' into curriculum/JSONAndAJAX
:ting with '#' will be ignored, and an empty message aborts
:
aad]
dad
2015-10-06 22:34:20 +01:00
Gaurav Saxena
b0ee678af8 renamed -you- to -your- ; fixes #3607 - grammar bug 2015-10-06 17:30:27 -04:00
benmcmahon100
733d46b252 Fixed tests 2015-10-06 21:47:29 +01:00
Logan Tegman
668852fdc7 Fix Waypoint: Find Whitespace spelling and grammar. 2015-10-06 08:45:21 -07:00
Arsen Melikyan
c8f69d2110 Merge pull request #3593 from formap/fix/2467-missing-bootstrap
Fix bootstrap fluid containers wording issue
2015-10-06 19:20:51 +04:00
Arsen Melikyan
71621a01cb Merge pull request #3572 from ahstro/fix/truncate-typo
Truncate a string: Minor typo
2015-10-06 18:25:14 +04:00
ahstro
39b4a73efb 'Regular Expressions'-waypoint improvements
* Remove unnecessary `i`-flag from tests and test messages,
  e.g. `/\s+/gi` => `/\s+/g`
* Remove dupliate backslashes from regex test messages,
  e.g. `/\\s+/g` => `/\s+/g`

The two backslashes were probably just an accident caused by how
multiple escapes are necessary with the current way tests are handled.
The `i`-flag was just unnecessary since its purpose is to ignore the
case of alphabetic characters.
2015-10-06 15:13:53 +02:00
Logan Tegman
57d0e5750b Fix Waypoint: Find White Space Explaination
Changed text description to make it clear that `\s` is used to find all types of whitespace characters, not just `" "`.
Closes #2838
2015-10-05 22:50:09 -07:00
Quincy Larson
030c858274 minor improvements to onboarding and create skeleton commit page 2015-10-05 22:19:55 -07:00
Quincy Larson
b3ee546e65 start adding clementine challenge 2015-10-05 21:57:15 -07:00
Quincy Larson
838171acdf update copy of certificate flows 2015-10-05 17:18:35 -07:00
Quincy Larson
e39120d454 Merge branch 'staging' into feature/certificates 2015-10-05 16:30:01 -07:00
Berkeley Martinez
98c671df8a Add certification page 2015-10-05 15:55:50 -07:00
benmcmahon100
b611793bdf Brought in line with staging and added spoofigator! 2015-10-05 23:42:30 +01:00
benmcmahon100
66c092066f resolve difference with the JSON and AJAX differing from staging 2015-10-05 23:40:33 +01:00
benmcmahon100
d65042af54 Finished the geolocation waypoint. Ready for QA and copy fixes 2015-10-05 22:46:29 +01:00
Florencia Tarditti
bda4d33ee6 fix bootstrap fluid containers wording issue
Closes #2467.
2015-10-05 21:26:18 +02:00
ahstro
c3aafafc16 Confirm the Ending: Add test case
Add a test case that makes sure the user can't just check the last
character or word.
2015-10-05 18:01:28 +02:00
Joseph Breihan
620c828362 Fix typo described in issue #3585 2015-10-04 23:20:09 -04:00
Abhisek Pattnaik
32cce26251 Modify tests for Bonfire - Where do I belong
close FreeCodeCamp/FreeCodeCamp#3381
2015-10-04 11:46:08 +05:30