106977e428
Clarify on how to import and use a Google font
2016-08-29 22:51:29 -07:00
9170a3b6cd
Merge pull request #10325 from BlauFeuer/pink-text_whitespace
...
Update pink-text assert in html5-and-css.json
2016-08-28 02:59:53 +01:00
b71c6d4992
Merge pull request #10330 from n-white/feature/adding-description-for-form-controls
...
Adding description for .form-control (Challenge: Style text inputs as form controls)
2016-08-28 02:55:20 +01:00
f8e94df14c
Merge pull request #10347 from dhcodes/fix/add-images-accept-full-url
...
Update Add Images challenge to accept long URL
2016-08-28 02:51:14 +01:00
b8699b3964
Merge pull request #10372 from mjsiu/fix/invalid-hex-colors-in-instructions
...
replace blue with true dodger blue
2016-08-28 02:46:05 +01:00
df177cfde6
replace blue with true dodger blue
...
change colors to be true dodger blue hex value in instructions
2016-08-27 18:23:50 -07:00
73ae1b1fe3
Merge pull request #10037 from FreeCodeCamp/greenkeeper-gulp-uglify-2.0.0
...
Update gulp-uglify to version 2.0.0 🚀
2016-08-26 00:51:13 +01:00
aba454d962
Update Add Images challenge to accept long URL
2016-08-25 16:15:52 -05:00
7a9de203f9
Adding description for form-controls (issue: #10320 )
2016-08-24 10:10:26 -07:00
57128d43e6
Update pink-text assert in html5-and-css.json
...
The regex is updated to allow zero or more whitespaces between !important and the semicolon, if used.
2016-08-24 03:02:25 -04:00
70afc1bcb2
Merge pull request #10251 from BKinahan/fix/escape-sequences-output
...
Remove JSON.stringify() call in Escape Sequences tail
2016-08-23 19:56:43 +05:30
5f8e539b76
Merge pull request #10286 from AndrewGHC/fix/endsWith-passes-without-semicolon
...
Fixed regex test against using the .endsWith() method
2016-08-22 10:59:32 +05:30
f5b9bd97e1
Merge pull request #10288 from 03aliz/fix/Update-Exact-Change
...
Add a reference table to Exact Change challenge
2016-08-22 00:55:11 +05:30
0ef48a51c8
Merge pull request #10270 from BerkeleyTrue/feature/babel-transform
...
Feature(challenges): Run user js code through babel
2016-08-20 21:20:58 -07:00
cba1d760a7
Add a reference table to Exact Change challenge
...
This commit adds a reference table to the Exact-Change challenge.
2016-08-20 13:45:38 +01:00
3fdef4922f
Fixed regex test against using the .endsWith() method in challenge 'Confirm the Ending'
2016-08-20 11:33:07 +02:00
1758960ceb
Merge pull request #10283 from QuincyLarson/fix/remove-old-wiki-links
...
fix reference to old wiki
2016-08-20 10:21:18 +01:00
76a3f3c217
fix reference to old wiki
2016-08-19 21:27:35 -07:00
7d6250e8af
Feature(challenges): Run user js code through babel
...
This is a naive implementation.
Ideally we would detect the users environment
and dynamically load only the appropriate plugins
2016-08-18 18:23:44 -07:00
db1725ef31
Remove JSON.stringify() call in Escape Sequences tail
2016-08-17 17:13:07 +00:00
bfbe7214cc
Merge pull request #10237 from raisedadead/fix/travis-ci-speedup
...
fix(travis-ci): Speed up the build for TravisCI
2016-08-17 09:09:21 -07:00
d53a173e26
Merge pull request #10249 from karanjthakkar/fix/contrib-guide
...
Update contribution guideline
2016-08-17 16:41:39 +05:30
d25281ea18
Update contribution guideline
2016-08-17 16:29:39 +05:30
bbec363ab0
Merge pull request #10246 from oalhait/fix/ExactChangeTestClarification
...
Made Exact Change Insufficient Funds condition easier to understand
2016-08-17 10:45:47 +01:00
0a7ed88098
Made Exact Change Insufficient Funds condition easier to understand
2016-08-16 19:59:34 -07:00
4041a1aa1a
Merge pull request #10225 from oalhait/fix/CountingCardsClarification
...
Clarified Counting Cards challenge by removing unnecessary/confusing …
2016-08-17 00:38:52 +01:00
3bacb35e7c
Merge pull request #10208 from BKinahan/fix/add-animate-css
...
Add animate.css to relevant jQuery challenges
2016-08-16 16:33:19 -07:00
2552d2ecdf
Merge pull request #10242 from FreeCodeCamp/snyk-fix-10c233fa
...
[Snyk] Fix for 2 vulnerable dependency paths
2016-08-16 15:44:30 -07:00
d3eb0dc05b
fix: package.json & .snyk to reduce vulnerabilities
2016-08-16 21:48:25 +00:00
8d4b8c539e
Merge pull request #10236 from raisedadead/fix/contributing-to-fcc
...
fix(contributing-guide): Update guidelines
2016-08-16 09:59:06 -07:00
95db97599f
fix(contributing-guide): Update guidelines
2016-08-16 16:52:16 +00:00
12e75058e0
fix(travis-ci): Speed up the build for TravisCI
...
This commit speeds up the builds by upto 3 times than the current.
It uses npm 3 over npm 2 (travis default), and caches the
dependencies.
This is okay, because our prime two testing areas are, linting and
tests for the challenges.
NOTE: The speed up should happen from the second build,
as it will take atleast one build to cache the dependencies.
2016-08-16 12:30:43 +00:00
da73a7877b
Merge pull request #10230 from Locheed/fix/editing-FAQ-question
...
Added a medium story link to FAQ
2016-08-16 11:01:30 +01:00
1d7d9aabe6
Added a medium story link to FAQ
2016-08-16 10:18:01 +03:00
96f7a53157
Merge pull request #10223 from alanbares/feature/add-question-to-faq
...
Add question to faq about fast tracking non-camper students to nonpro…
2016-08-15 21:45:45 -07:00
40533db0c8
Merge pull request #10207 from dhcodes/fix/allow-spaces-nested-objects-test
...
Update regex test to allow spaces flanking key in nested objects chal…
2016-08-15 21:34:17 -07:00
c8231d7577
Clarified Counting Cards challenge by removing unnecessary/confusing quotes
2016-08-15 18:47:50 -07:00
b00b7dd3d2
Add question to faq about fast tracking non-camper students to nonprofit projects
2016-08-15 16:16:45 -07:00
7f2b0dafb4
Update regex test to allow spaces flanking key in nested objects challenge
2016-08-14 14:35:44 -05:00
1a9555576b
Add animate.css to relevant jQuery challenges
2016-08-14 18:53:12 +00:00
2574431fc2
Merge pull request #10204 from Deborah-Digges/fix/padding-wording
...
Make wording for padding a little clearer
2016-08-14 13:39:20 +00:00
15bb696cb0
Make wording for padding a little clearer
2016-08-14 18:16:45 +05:30
9cf432c1cb
Merge branch 'staging' into greenkeeper-gulp-uglify-2.0.0
2016-08-14 10:08:30 +01:00
2cf0c38ac7
Merge pull request #10197 from Pat-Ayres/fix/reword-sentence-in-small-common-multiple
...
Reword Sentence in Smallest Common Multiple
2016-08-13 20:48:25 +00:00
9968b7b5ae
Reword Sentence in Smallest Common Multiple
2016-08-13 14:58:05 -04:00
8194941f4e
Merge pull request #10195 from raisedadead/fix/text-and-typos
...
fix(challenges): typos and verbiage in previous fixes
2016-08-13 19:02:58 +01:00
f9fb9f21b0
fix(challenges): typos and verbiage in previous fixes
2016-08-13 22:47:44 +05:30
e32989cf88
Merge pull request #10147 from Manish-Giri/fix/update-instructions-in-make-dead-links-challenge
...
Update instructions for href attribute in make dead links challenge
2016-08-13 22:29:59 +05:30
e532120a83
Merge pull request #10172 from mtroiani/fix/word-blanks-challenge-desc
...
Update Instructions for Word Blanks Challenge
2016-08-13 22:28:03 +05:30
4ab8d18350
Merge pull request #10178 from BKinahan/fix/slasher-flick
...
Swap Slasher Flick with more difficult challenge
2016-08-13 21:37:12 +05:30