Commit Graph

2215 Commits (595f8d3271d2833696558b60db48793f188744ad)

Author SHA1 Message Date
Quincy Larson a5fea13ffe Merge pull request #85 from FreeCodeCamp/brndnb-courseware-typos
Fix typos
2015-02-11 09:19:25 -08:00
Michael Q Larson 7514e3fba6 Merge branch 'brndnb-courseware-typos' of https://github.com/FreeCodeCamp/freecodecamp into brndnb-courseware-typos
Conflicts:
	seed_data/coursewares.json
2015-02-11 09:18:50 -08:00
Nathan adb094cf49 Merge pull request #88 from elimisteve/master
Check for Palindromes: Removed redundancy from description
2015-02-11 11:36:18 -05:00
Steve Phillips 5734ab3dda meetBonfire: Added missing spaces to return line 2015-02-10 22:22:43 -08:00
Michael Q Larson a1507a969b Add should and assert to coursewares and write code to test multiple instances of an element for a condition 2015-02-10 22:22:40 -08:00
Steve Phillips 2308ce1eeb Check for Palindromes: Removed redundancy from description 2015-02-10 22:19:05 -08:00
Michael Q Larson 44c5761f6a do more work on organizing and adding coursewares 2015-02-10 19:12:51 -08:00
Michael Q Larson 5f4fe74b16 attempt to make footer more accessible 2015-02-10 16:26:59 -08:00
Michael Q Larson dd0c202024 Revert "move navbar below content to improve screen reading experience"
This reverts commit b8ef6f3fb2.
2015-02-10 15:24:14 -08:00
Michael Q Larson 85ef3e734b Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp 2015-02-10 13:44:50 -08:00
Michael Q Larson 4307c6659e further improvements to coursewares 2015-02-10 13:44:38 -08:00
Michael Q Larson c07a75e4ba add several more coursewares 2015-02-10 12:46:34 -08:00
Nathan a96d5ba091 Merge pull request #87 from alicekamada/patch-1
Update bonfires.json
2015-02-10 02:12:32 -05:00
alicekamada 6a631c1f6d Update bonfires.json
Fixed a test case for "Sum All Primes"
2015-02-09 22:23:28 -08:00
Branden Byers d466c704c2 Add 18 new bonfire challenges
Finders Keepers
Where art thou
Chunky Monkey
Falsey Bouncer
Slasher Flick
Drop it like its hot
Steamroller
Seek and Destroy
Where do I belong?
Sorted Union
Symmetric Difference
Everything Be True
Boo who?
Confirm the Ending
Convert HTML Entities
Spinal-Tap-Case
Repeat a string repeat a string
Truncate a string
2015-02-09 23:29:12 -06:00
Michael Q Larson 1433ea7615 Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp 2015-02-09 12:13:47 -08:00
Nathan Leniz d8baf3d588 Fix so routing handles /coursewares and /coursewares/ 2015-02-09 14:29:03 -05:00
Michael Q Larson b8ef6f3fb2 move navbar below content to improve screen reading experience 2015-02-09 11:22:53 -08:00
Nathan Leniz e7b0cd53ed Adding ramda to bonfire 2015-02-09 14:20:27 -05:00
Branden Byers c1e2af9525 Fix typos
The only none obvious fix was this one: 'Lobster' to "Lobster" with double quotes for consistency. The first reference to Lobster was with single quotes and the next challenge had them in double quotes.
2015-02-09 10:18:05 -06:00
Michael Q Larson b32d0219af remove errant comma 2015-02-09 07:57:53 -08:00
Michael Q Larson b84c514c29 Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp 2015-02-08 23:46:23 -08:00
Michael Q Larson b71453f4e2 update the first 13 courseware challenges and remove some silly compliments 2015-02-08 23:46:08 -08:00
Nathan Leniz 0689793ef8 Remove debug statement 2015-02-08 14:25:26 -05:00
Nathan Leniz 9808db4f30 Fixing undefined challengeName on info pages 2015-02-08 14:24:42 -05:00
Nathan Leniz f572e4cb77 Simple fix for requesting challenges over challenge 53 2015-02-08 12:39:00 -05:00
Nathan Leniz aac8fce2c5 Fix failing test for "create a style tag", change rgb(255,0,0) to rgb(0,0,255) 2015-02-08 01:17:06 -05:00
Nathan Leniz 4fa6c9c65d iFrame cleanup for courseware to get rid of domain error, rename both framework files to force browser fetches to most recent code 2015-02-08 01:12:40 -05:00
Nathan Leniz 2b0428fe51 Fix old redirect in courseware.js 2015-02-08 00:57:37 -05:00
Michael Q Larson 180699adb2 Wiring up analytics for courseware, unifying analytics between coursewares and bonfires, general housekeeping tasks for live push 2015-02-07 21:11:26 -08:00
Michael Q Larson 07c5757538 Code cleanup 2015-02-07 20:43:39 -08:00
Quincy Larson f136b22b10 Merge pull request #82 from FreeCodeCamp/courseware
Courseware
2015-02-07 20:30:59 -08:00
Nathan Leniz 11459d3763 Adding floobits ignore information 2015-02-07 23:29:27 -05:00
Nathan Leniz e425df2b0b Regex matching example for lorem ipsum challenge 2015-02-06 20:25:21 -05:00
Michael Q Larson 4f9474bc3a Add hotkey to go to next challenge/bonfire from completion modal, keep editor in focus on exiting completion modal, allow for courseware to theoretically work in production and development. 2015-02-06 16:55:48 -08:00
Michael Q Larson 319b537e5b add a hotkey for advancing to the next challenge 2015-02-06 15:18:02 -08:00
Michael Q Larson a1c5d665e6 Merge branch 'courseware' of https://github.com/FreeCodeCamp/freecodecamp into courseware 2015-02-06 13:54:55 -08:00
Michael Q Larson 57db67aa82 update the courseware.json to treat challengeSeed as an array, and update schema and write logic to strinify this array 2015-02-06 12:11:22 -08:00
Nathan Leniz e2ab4438f5 Merge branch 'master' into courseware
Conflicts:
	controllers/bonfire.js
	controllers/resources.json
	views/bonfire/show.jade
2015-02-06 14:39:16 -05:00
Nathan Leniz 0313fd9751 Fixed routing for unfound coursewares 2015-02-06 14:28:28 -05:00
Nathan Leniz 26417c5483 Merge branch 'courseware' of https://github.com/freecodecamp/freecodecamp into courseware 2015-02-06 12:37:19 -05:00
Nathan Leniz f627c156fc Tab now inserts two spaces, the path "coursewares/" is no longer broken 2015-02-06 12:36:55 -05:00
Nathan e98ff50282 Merge pull request #77 from FreeCodeCamp/brndnb-readme
Update README with mongo server instructions
2015-02-06 09:01:03 -08:00
Nathan Leniz a487e8c7dd Adding postinstall tasks 2015-02-06 02:01:38 -05:00
Nathan Leniz 6b80460556 Changing forever script to correctly target app.js 2015-02-06 01:59:43 -05:00
Nathan Leniz ca26c38cc7 Adding forever 2015-02-06 01:54:23 -05:00
Nathan Leniz dcb057a175 Fixing routing issue for unfound bonfires 2015-02-06 01:51:54 -05:00
Michael Q Larson 2d7f9dc4d0 Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp 2015-02-05 22:31:23 -08:00
Michael Q Larson 1c3bb66848 figure out a test for inline styles 2015-02-05 22:31:15 -08:00
Branden Byers ac778b1a5a Switch order of starting mongo server directions 2015-02-06 00:14:41 -06:00