Commit Graph

2215 Commits (595f8d3271d2833696558b60db48793f188744ad)

Author SHA1 Message Date
Michael Q Larson 36bcc5fea7 update the favicons and add recommended items to public folder 2015-02-02 16:23:24 -08:00
Michael Q Larson 9944f1b685 start adding new favicons and make the seed task run with each push to heroku 2015-02-02 15:27:12 -08:00
Michael Q Larson f059bc33d8 add courseware controller and routes 2015-02-01 23:35:27 -08:00
Michael Q Larson 0ee291878a remove term code campers from codebase - replace with camper. Move bulky function from app.js to bonfire.js 2015-02-01 22:39:59 -08:00
Michael Q Larson 6ece608f01 update compliments 2015-02-01 22:00:19 -08:00
Michael Q Larson afab456ad9 start adding Courseware controllers, routes etc. 2015-02-01 14:22:34 -08:00
Michael Q Larson c85c2689e6 add Patrick Ly to our team 2015-02-01 10:25:04 -08:00
Nathan 44933401aa Merge pull request #69 from FreeCodeCamp/edit-profile-button
edit profile button if logged in and looking at own profile, and update ...
2015-01-31 17:35:02 -08:00
Nathan 186c090a20 Merge pull request #66 from FreeCodeCamp/update-url
update bonfire URL on regex match if incomplete url
2015-01-31 17:34:52 -08:00
Michael Q Larson 258515014a edit profile button if logged in and looking at own profile, and update a CDN 2015-01-31 17:32:43 -08:00
Nathan 81ce81c3a8 Merge pull request #68 from FreeCodeCamp/angular-images
Angular images
2015-01-31 17:31:35 -08:00
Michael Q Larson 4c8c346a77 Revert "first commit with working iframe pulling data from code editor"
This reverts commit d7d4727c0f.
2015-01-31 16:56:23 -08:00
Michael Q Larson 0a49890517 Merge branch 'master' into angular-images
Conflicts:
	controllers/user.js
	views/account/account.jade
2015-01-31 16:44:56 -08:00
Michael Q Larson d26a4efea4 improve angular validation on images and trim input so trailing whitespace is ignored on save 2015-01-31 16:41:33 -08:00
Michael Q Larson 613f332bb8 add back in twitch chat that was somehow dropped from view (probably my fault) 2015-01-31 00:12:09 -08:00
Michael Q Larson 4d49875b8e Revert "start process of updating youtube videos on live-pair-programming"
This reverts commit 7b0b12d348.
2015-01-31 00:07:05 -08:00
Michael Q Larson a660e832b8 add welcome mailer for email signups and fix an issue with the angular validations 2015-01-31 00:04:35 -08:00
Michael Q Larson 7b0b12d348 start process of updating youtube videos on live-pair-programming 2015-01-30 23:59:21 -08:00
Michael Q Larson e7da57401e fix the icons after an accidental breaking change on completion modals 2015-01-30 17:42:17 -08:00
Michael Q Larson 68df7b218e update URL on regex match if incomplete url 2015-01-30 17:27:24 -08:00
Michael Q Larson 027d1a61d4 improve size of landing icons 2015-01-30 14:01:54 -08:00
Michael Q Larson 3b8b195110 update the angular CDN and remove the optimizely cdn which was hanging. Improve angular notifications on email signup page 2015-01-30 13:43:41 -08:00
Michael Q Larson d8d117f52f Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp 2015-01-30 13:16:11 -08:00
Michael Q Larson 380a7ce8c9 add ng-cloak to our ng-show alert messages to prevent them from showing while the page is loading 2015-01-30 12:06:21 -08:00
Nathan 2f1e357502 Merge pull request #65 from FreeCodeCamp/profile-redirect
Michael Johnson asked for public profile redirection from navbar user image
2015-01-30 02:05:46 -05:00
Quincy Larson 07ca394ffe Merge pull request #64 from FreeCodeCamp/brndnb-screenhero-links
Update challenges.json with direct Screenhero download links
2015-01-29 23:02:45 -08:00
Branden Byers 0526375c5e Update challenges.json 2015-01-30 00:58:21 -06:00
Michael Q Larson e82b45e34c make the account page purely settings and make the photo redirect to the user public profile 2015-01-29 22:01:27 -08:00
Michael Q Larson d7d4727c0f first commit with working iframe pulling data from code editor 2015-01-29 17:01:50 -08:00
Michael Q Larson b49846a504 Add some clever new compliment messages 2015-01-29 16:10:49 -08:00
Michael Q Larson 0210c19309 add Kamal to counselors and update the about page to include our twitter feed instead of old embedded tweets. Also add @rybar\'s new landing icons 2015-01-29 11:38:07 -08:00
Nathan Leniz 29db5f8b94 Adding person challenge, need to inspect execution failure in testing. 2015-01-29 00:17:49 -05:00
Michael Q Larson 74acf75c0c left align font on bonfire challenges 2015-01-28 21:14:26 -08:00
Michael Q Larson 20e77fdc63 Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp 2015-01-28 21:00:29 -08:00
Michael Q Larson 2f59dd5e5b improve the tweet button functionality for both bonfire and challenges 2015-01-28 21:00:14 -08:00
Nathan 4739b1cacb Merge pull request #58 from itchytag/patch-1
Use should.eql to compare arrays
2015-01-28 21:57:40 -05:00
Nathan Leniz b7ed227116 Fix for largest of arrays 2015-01-28 21:53:47 -05:00
Nathan Leniz e163864829 Fix for challenge Title Case 2015-01-28 21:46:06 -05:00
itchytag ea24eae922 Use should.eql to compare arrays
When trying to pass the  "Return Largest Numbers in Arrays" challenge, I seem to be unable to pass the provided tests. I'm not familiar with Chai, but it would seem that we need to switch to .eql rather than === or should.equal when comparing two arrays to deeply compare the values rather than comparing objects.
2015-01-28 18:35:06 -05:00
Nathan 63714b347c Merge pull request #57 from Maximization/patch-1
fix typo Title Case a Sentence
2015-01-28 18:24:25 -05:00
Maxim Orlov 4604ede346 fix typo Title Case a Sentence 2015-01-29 00:23:04 +01:00
Michael Q Larson 0739934c50 make path relative 2015-01-28 14:48:18 -08:00
Quincy Larson de94719e67 Merge pull request #55 from FreeCodeCamp/race-conditions
Ensure order of post/save/fetch operation in bonfire completions.
2015-01-28 14:44:31 -08:00
Nathan Leniz d443f92f33 Prevent success from showing if no tests or other errors are encountered 2015-01-28 17:32:21 -05:00
Nathan Leniz 9fa0323049 Sequence request for new bonfire to wait until save operation, making bonfire fetch unsolved bonfires at a much faster rate to ensure data sync 2015-01-28 17:17:45 -05:00
Michael Q Larson fa357a401f Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp 2015-01-27 23:23:50 -08:00
Nathan Leniz 7ea08f3074 Add callback to and settimeout functions to prevent race conditions with write 2015-01-28 02:22:12 -05:00
Michael Q Larson 7aed4c152c Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp 2015-01-27 22:32:00 -08:00
Quincy Larson adf1d30fee Merge pull request #52 from FreeCodeCamp/bonfire
Bonfire
2015-01-27 22:31:38 -08:00
Michael Q Larson e9efc039ec Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp
Conflicts:
	views/resources/live-pair-programming.jade
2015-01-27 22:23:58 -08:00