Commit Graph

9346 Commits

Author SHA1 Message Date
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
8f0ce00dc4 Feature(challenge): Load previously solved solution. 2016-08-19 12:13:24 -07:00
0e8c0b8470 Feature(code-storage): clear code storage on challenge completion 2016-08-18 19:33:24 -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
9f7c9a89cd Feature(code-uri): Add tooltip warning about untrusted code 2016-08-18 09:44:40 -07:00
f9cf212fe7 Feature(code-uri): Lock untrusted code from playing on first load 2016-08-18 09:44:40 -07:00
fb9c1001b0 Fix(code-uri): use href instead of search to remove code uri 2016-08-18 09:44:40 -07:00
c919ce5dc8 Feature(code-uri): Load and remove code uri on loadCode 2016-08-18 09:44:40 -07:00
3f3aab3ff7 Feature(challenges): add code-uri utils
Fix(nav): points nav item propTypes
2016-08-18 09:44:40 -07:00
5fb2802e32 Chore(challenges): separate code storage sagas 2016-08-18 09:44:40 -07:00
c3d9d48b01 Fix(challenges): Let code load update the main frame
Also display a message to the user that we loaded
in-progress code.
2016-08-18 09:44:40 -07:00
1c460e3319 Fix(challenges): load stored code on challenge change 2016-08-18 09:44:40 -07:00
b1d04077d9 Fix(challenges): load legacy code from localStorage 2016-08-18 09:44:40 -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
22855f1c93 Adjust tests for accessing multidimensional arrays 2016-08-14 22:50:24 +00: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