Commit Graph

5548 Commits

Author SHA1 Message Date
02ed450b96 Merge pull request #3656 from ahstro/fix/seek-and-destroy-argument
Seek and Destory: Remove problematic argument
2015-10-10 20:33:43 +04:00
0096c2c953 Merge pull request #3693 from ltegman/fix/waypoint-iterate-with-javascript-for-loops-3691
Fix Waypoint Iterate with a For Loop Typo
2015-10-10 20:22:04 +04:00
66fc4497cf Fix Waypoint Iterate with a For Loop Typo
Closes #3691
2015-10-10 09:17:36 -07:00
1fd9918365 Merge pull request #3678 from ltegman/fix/waypoint-filter-arrays-test-3671
Fix Waypoint Filter Arrays Test
2015-10-10 17:17:19 +04:00
8750c5e0d9 Merge pull request #3681 from ltegman/fix/waypoint-nest-anchor-within-paragraph-test-3675
Fix Waypoint Nest Anchor Within Paragraph Test Regex
2015-10-10 17:12:07 +04:00
54ee735f67 Merge pull request #3679 from ltegman/fix/bf-sum-odd-fib-test-3660
Fix BF Sum Odd Fibonacci Numbers Test Error Wording
2015-10-10 16:11:03 +04:00
d4f76b0fd9 Merge pull request #3677 from danielrob/fix/typo-in-condensing-arrays-with-reduce
Fix typo 'array or numbers' to 'array of numbers' closes #3663
2015-10-10 12:49:47 +02:00
749357933d 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
c2da02bf8a improve copy on button 2015-10-09 19:33:15 -07:00
076fc79fc6 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
f7edf7c2b2 Fix BF Sum Odd Fibonacci Numbers Test Error Wording
Closes 3660
2015-10-09 12:03:13 -07:00
f44b5a3204 Fix Waypoint Filter Arrays Test
Test now consistant with instructions
Closes #3671
2015-10-09 11:54:56 -07:00
1d23b28da0 Fix typo 'array or numbers' to 'array of numbers' 2015-10-09 13:50:28 -04:00
363d0b868d quick fix copy for npm challenge bug 2015-10-09 00:16:30 -07:00
b74b7955eb 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
4e983f0d69 Merge pull request #3662 from ltegman/fix/bf-diff-two-arrays-add-tests-1263
Fix BF Diff Two Arrays New Test
2015-10-09 08:13:14 +02:00
2d0af3da1d fix challenge sequence 2015-10-08 18:26:06 -07:00
91df8cba6f Merge pull request #3666 from FreeCodeCamp/fix/commit
update look of commit
2015-10-08 17:26:07 -07:00
fcd7e096b2 Fix alt attribute 2015-10-08 17:25:47 -07:00
da29152783 Merge branch 'fix/commit' of https://github.com/freecodecamp/freecodecamp into fix/commit
Conflicts:
	server/views/commit/index.jade
2015-10-08 17:21:30 -07:00
6fafbdf441 improve stories view 2015-10-08 17:05:42 -07:00
e62375516b Add commit button functionality 2015-10-08 17:00:15 -07:00
66120a60b8 update look of commit 2015-10-08 16:29:43 -07:00
98d36d1aa1 Fix BF Diff Two Arrays New Test
Closes #1263
2015-10-08 15:31:52 -07:00
920d9ba403 Merge pull request #3655 from FreeCodeCamp/fix/remove-unused-endpoint
Remove unused jobs-form endpoint
2015-10-08 15:31:09 -07:00
ce57a13a88 Merge pull request #3657 from FreeCodeCamp/fix/harded-certs
Harden showCert against errors
2015-10-08 15:30:13 -07:00
9c29c4c79b Merge pull request #3658 from FreeCodeCamp/fix/is-github-cool-show-cert
Fix show certs to anon user
2015-10-08 15:07:03 -07:00
f39fca4472 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
a2c4d4ceb0 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
0dc35f2b0a Fix show certs to anon user
closes #3648
2015-10-08 09:02:35 -07:00
ba88def035 Harden showCert against errors 2015-10-08 08:48:52 -07:00
c2a511cb86 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
76618efcd0 Remove unused jobs-form endpoint 2015-10-08 08:12:48 -07:00
9423c1cb7f 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
aaac06fda3 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
59b76330db Fix BF Arguments Optional Links
Swapped out link to Function Objects for link to Closures
2015-10-07 22:26:09 -07:00
6e8cee3ed6 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
854b346d2e Merge pull request #3647 from QuincyLarson/fix/slot-machine
fix message on slot machine challenge
2015-10-07 18:35:53 -07:00
f5ed9dbb3b fix message on slot machine challenge 2015-10-07 18:33:01 -07:00
327ddaa35e Merge pull request #3645 from FreeCodeCamp/fix/form-action-attr-xss
Fix form action attr throwing xss errors
2015-10-07 18:24:38 -07:00
0dfa70c15b Merge pull request #3646 from FreeCodeCamp/fix/certificate
Fix check for _id as well as id during certification
2015-10-07 18:13:42 -07:00
1695a760ef Fix check for _id as well as id during certification 2015-10-07 16:30:51 -07:00
113c9a297b Fix form action attr throwing xss errors
This PR fixes codeURI xss errors in chrome due to action
attribute.
2015-10-07 16:16:02 -07:00
326a7d0f2b Merge pull request #3643 from FreeCodeCamp/fix/commit-amount-group
Fix default dollar amount incorrectly set
2015-10-07 23:03:32 +01:00
155f9359a1 Fix default dollar amount incorrectly set 2015-10-07 14:37:48 -07:00
98d151a591 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
b168be8c83 Merge pull request #3635 from FreeCodeCamp/fix/patch
hot patch/ prevent dedube
2015-10-07 06:08:29 -07:00
0cb8c6c58b hot patch/ prevent dedube 2015-10-07 06:05:33 -07:00
f9d616a4a6 Merge pull request #3626 from QuincyLarson/fix/learn-button
fix learn button
2015-10-07 02:40:00 -07:00
066b2ac7f9 fix learn button 2015-10-07 02:35:23 -07:00