Commit Graph

1753 Commits

Author SHA1 Message Date
fab104c52d Merge pull request #3824 from FreeCodeCamp/fix/init-app-for-dev
Fix first start for new devs
2015-10-23 14:32:15 -07:00
c1e5238a34 fix/test message in Bonfire:Where art thou 2015-10-23 15:26:23 -03:00
924d35e610 fixed unclear description for jQuery challenge using all selectors
suggested by @trs4ece

closes #3845
2015-10-22 17:32:40 -04:00
b26810bdf7 Merge pull request #3835 from FreeCodeCamp/feature/solutions
Add solutions to upper intermediate bonfires
2015-10-22 12:53:58 -07:00
9a19e7e2e6 added 5 solutions to basic bonfires 2015-10-22 08:33:10 -04:00
073650fcc4 update weather challenge with api key 2015-10-22 02:14:34 -07:00
32140ab57a continue refining clementine instructions 2015-10-22 01:45:33 -07:00
7e1cf529ad Merge pull request #3827 from junhaoyap/fix/style-elements
Check is now stricter and needs braces and semicolon
2015-10-21 23:57:13 -07:00
9c6d6359c8 Merge pull request #3831 from uwaseem/fix/issue-3830
Fix typo - changes 'it's attribute' to 'its attribute'
2015-10-21 23:40:56 -07:00
1ef9f0e5a2 Merge pull request #3834 from michael-krebs/fix/finders-keepers-mdn-link
Changes Finders Keepers MDN link from array.some() to array.filter()
2015-10-21 23:24:44 -07:00
8726ea8108 Fix nonprofit model is called nonprofit 2015-10-21 21:51:37 -07:00
4f4ddb1df4 Merge pull request #3848 from FreeCodeCamp/feature/nonprofit-ids
Feature/nonprofit ids
2015-10-21 21:41:48 -07:00
dd30786461 update nonprofit files and delete old commented code 2015-10-21 21:30:47 -07:00
e4af7a0c81 Make first jQuery lesson more lenient for script tag 2015-10-21 21:02:43 -07:00
529a2d8ef1 Updating the waypoint information
After commit ec1d3ac in learnyoumongo, exercise "Find Limit" was renamed to "Find Project".
2015-10-21 23:49:17 -04:00
d31ce05b2a Adds dting's solutions to advanced bonfires 2015-10-21 20:56:14 -04:00
51bd7fd7f9 start updating HTML challenge styling 2015-10-21 17:42:01 -07:00
097d6917ec add solutions to challenges object and add solutions for upper intermediate bonfires 2015-10-21 15:04:58 -07:00
ae8777d495 Changes Finders Keepers MDN link from array.some() to array.filter() 2015-10-21 17:15:25 -04:00
e1f4f71e9c Fix typo - changes 'it's attribute' to 'its attribute' 2015-10-21 22:50:15 +08:00
e87094754a Add stricter check for CSS selectors styling elements 2015-10-20 22:27:27 -07:00
de24edfc29 Fix typo in basic-ziplines 2015-10-20 23:09:08 -04:00
cf61a55b92 Fix first start for new devs
also removes job seed
2015-10-20 19:53:08 -07:00
7aca723e73 Merge pull request #3813 from ltegman/fix/nest-anchor-in-paragraph-3805
Fix Waypoint Nest Anchor in Paragraph Code Guidance
2015-10-20 20:22:10 +08:00
3d924e526d Add regex test for waypoint use CSS to be more strict 2015-10-19 21:38:15 -07:00
3e503e7aad Fix Waypoint Nest Anchor in Paragraph Code Guidance
Added comments to delineate which areas of the code should be modified since we were seeing a lot of confusion on the tests not passing when the `p` tag was at the bottom of the page.
Closes #3805
2015-10-19 21:33:24 -07:00
42dca733db Merge pull request #3367 from bugron/fix/nest-all_elements_in-container_fluid
Adds a new test which checks if all elements are nested in .container-fluid
2015-10-19 06:07:03 +08:00
806dbae517 Corrected typo - missing period. 2015-10-18 09:01:51 -07:00
f017682ffe Merge pull request #3790 from sanspace/fix/min-value-for-random-numbers-test-issue-3764
Fix accepting incorrect answer in generating random values within a range waypoint
2015-10-18 07:36:46 -07:00
501c63fc29 Fix accepting incorrect answer
Make min nonzero value
Alter the last test to accept only correct answers
2015-10-18 13:44:17 +05:30
120c3147c2 Add Better Explanations to the Functional Programming Lessons
Other minor changes to make each lesson more consistent in formatting.
2015-10-17 23:11:03 -07:00
dd0c2c4ee9 Fix BF: Everything Be True Description and Tests
- Switch back to being about looking for truth properties
- Tests looking for a full key:value pair instead of just a key were removed to clarify the goal.
- Added more tests
- Removed misleading MDN links

Closes #3394 and #2684
2015-10-17 19:43:41 -07:00
72cec2ecab Added missing spaces and fixes a capitalization typo in the description of the "Use Bracket Notation to Find the Nth Character in a String" waypoint.
See issue #3783
2015-10-17 17:40:30 -04:00
194d80a86a Merge pull request #3766 from ltegman/fix/OOP-functional-lesson-cleanup-3760
Cleanup OOP and Functional Programming Waypoints
2015-10-16 23:40:50 +01:00
22b19af7e2 Merge pull request #3775 from ltegman/fix/bf-diff-two-arrays-last-test-3758
Fix BF Diff two Arrays Remove Final Test
2015-10-16 10:26:14 -07:00
be2ca5b0b9 Merge pull request #3770 from benmcmahon100/staging
Moved document.ready explanation to an earlier challenge
2015-10-16 09:22:47 -07:00
f398863bc5 Fix BF Diff two Arrays Remove Final Test
Per the discussion in #3758
Closes #3758
2015-10-16 09:09:31 -07:00
0fbbe0db86 Moved document.ready explanation to an earlier challenge 2015-10-16 13:38:43 +01:00
2f19f77ccd Remove extra \ (backslash) character 2015-10-16 14:40:47 +05:30
66ceb114d2 Merge pull request #3387 from joel-bentley/fix/test-for-closed-comment
Fix test on Waypoint Use Comments to Clarify Code
2015-10-15 20:40:04 -07:00
9a8d380aea Add MDN Links to Functional Programming Waypoints 2015-10-15 20:17:29 -07:00
6ae909f3bf Cleanup OOP and Functional Programming Waypoints
Fixes some typos, adds instructions, and tries to make some of the wording clearer and more consistent.
Closes #3760
2015-10-15 17:12:54 -07:00
1cf8b394f3 Merge pull request #3753 from awesomeaniruddh/fix/truncate-permissive-test
Add test to truncate string
2015-10-15 08:18:41 -07:00
82317a1300 Fix Waypoint Change Font Size Tests
Removes a test that is not consistent with the instructions.
Closes #3749
2015-10-15 06:34:46 -07:00
3236b62651 Add test to truncate string 2015-10-15 16:58:19 +08:00
950e549d92 Merge pull request #3751 from awesomeaniruddh/fix/pop-waypoint-typo
Fix typo in pop waypoint test
2015-10-15 01:35:36 -07:00
97b5c24b46 Fix typo in pop waypoint test 2015-10-15 16:27:55 +08:00
bdf9fc0905 Merge pull request #3365 from joel-bentley/fix/waypoint-unordered-list-test
Fix test on Waypoint Create Unordered List
2015-10-14 22:29:42 -07:00
6b616417e1 Merge pull request #3562 from ahstro/fix/make-a-person-set-tests
Make a Person: Add tests for .set*Name methods
2015-10-14 21:58:51 -07:00
ffb4bb4509 Merge pull request #3742 from michaelkebe/staging
Added more tests to Bonfire: Validate US Telephone Numbers
2015-10-14 19:44:45 -07:00