Commit Graph

9268 Commits (b17d6c37f2e40f7fa2b63b5081a1f9703c41c7ea)

Author SHA1 Message Date
Berkeley Martinez b17d6c37f2 Fix(settings): Add separate delete page 2016-09-01 15:33:46 -07:00
Jonathan b3fe43660b Merge pull request #10399 from stancheta/fix/remove-obselete-dependencies
Removed async, cheerio, url-regex, xss-filters, gulp-dest in package.json
2016-09-01 17:33:22 +01:00
Jonathan 84b8e9cc86 Merge pull request #10358 from rfprod/translate/RU-translation-getting-started
Getting Started translated into Russian
2016-09-01 17:32:22 +01:00
Jonathan 52ac5c697c Merge pull request #10243 from dhcodes/fix/add-links-to-shop-images
add referral links to images in shop
2016-09-01 17:30:38 +01:00
Quincy Larson d48a618075 Merge pull request #10200 from BerkeleyTrue/fix/code-uri
Fix(challenges): code storage/uri
2016-08-31 16:18:50 -07:00
Berkeley Martinez be91ce3c42 Fix(code-uri): should use store.remove instead of clear 2016-08-31 15:16:00 -07:00
dhcodes bbfcf1af54 add links to images in shop 2016-08-31 16:07:36 -05:00
V 1b258a8e37 Getting Started translated into Russian
Getting Started translated into Russian: fixed typos
2016-08-31 18:33:50 +00:00
Jonathan 01884631d4 Merge pull request #10408 from paul-howard/fix/getting-started-typo
Fix typo in getting-started.json
2016-08-31 16:21:24 +01:00
Paul Howard 4b355832bd Fix typo in getting-started.json
Delete the word "write" from "...a popular Medium publication where we write publish tons of helpful articles..."
2016-08-31 01:52:43 -07:00
Jonathan bfd099fb6a Merge pull request #10391 from erictleung/fix/clarify-import-a-google-font
Clarify on how to import and use a Google font
2016-08-31 07:22:03 +01:00
Steven d2b0a4ec54 Removed async, cheerio, url-regex, xss-filters, gulp-dest in package.json
Removed the obsolete dependencies:

async,
cheerio,
url-regex,
xss-filters,
gulp-dest

from the file package.json
2016-08-30 13:37:56 -07:00
Berkeley Martinez f7cffb2f16 Merge pull request #10083 from allonhadaya/fix/unsub-simple
Simplify the unsubscribe routes and handlers.
2016-08-30 12:05:45 -07:00
Jonathan eb758db034 Merge pull request #10396 from BerkeleyTrue/chore/remove-happyness
Chore(packages): Remove happy
2016-08-30 16:38:55 +01:00
Berkeley Martinez e8a1d78fe1 Chore(packages): Remove happy 2016-08-30 07:51:56 -07:00
Eric Leung 106977e428 Clarify on how to import and use a Google font 2016-08-29 22:51:29 -07:00
Jonathan 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
Jonathan 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
Jonathan 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
Jonathan 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
mjsiu 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
Jonathan 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
dhcodes aba454d962 Update Add Images challenge to accept long URL 2016-08-25 16:15:52 -05:00
n-white 7a9de203f9 Adding description for form-controls (issue: #10320) 2016-08-24 10:10:26 -07:00
BlauFeuer 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
Mrugesh Mohapatra 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
Mrugesh Mohapatra 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
Mrugesh Mohapatra 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
Quincy Larson 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
Zubair Ali 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
AndrewGHC 3fdef4922f Fixed regex test against using the .endsWith() method in challenge 'Confirm the Ending' 2016-08-20 11:33:07 +02:00
Jonathan 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
Quincy Larson 76a3f3c217 fix reference to old wiki 2016-08-19 21:27:35 -07:00
Berkeley Martinez 8f0ce00dc4 Feature(challenge): Load previously solved solution. 2016-08-19 12:13:24 -07:00
Berkeley Martinez 0e8c0b8470 Feature(code-storage): clear code storage on challenge completion 2016-08-18 19:33:24 -07:00
Berkeley Martinez 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
Berkeley Martinez 9f7c9a89cd Feature(code-uri): Add tooltip warning about untrusted code 2016-08-18 09:44:40 -07:00
Berkeley Martinez f9cf212fe7 Feature(code-uri): Lock untrusted code from playing on first load 2016-08-18 09:44:40 -07:00
Berkeley Martinez fb9c1001b0 Fix(code-uri): use href instead of search to remove code uri 2016-08-18 09:44:40 -07:00
Berkeley Martinez c919ce5dc8 Feature(code-uri): Load and remove code uri on loadCode 2016-08-18 09:44:40 -07:00
Berkeley Martinez 3f3aab3ff7 Feature(challenges): add code-uri utils
Fix(nav): points nav item propTypes
2016-08-18 09:44:40 -07:00
Berkeley Martinez 5fb2802e32 Chore(challenges): separate code storage sagas 2016-08-18 09:44:40 -07:00
Berkeley Martinez 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
Berkeley Martinez 1c460e3319 Fix(challenges): load stored code on challenge change 2016-08-18 09:44:40 -07:00
Berkeley Martinez b1d04077d9 Fix(challenges): load legacy code from localStorage 2016-08-18 09:44:40 -07:00
BKinahan db1725ef31 Remove JSON.stringify() call in Escape Sequences tail 2016-08-17 17:13:07 +00:00
Berkeley Martinez 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
Mrugesh Mohapatra d53a173e26 Merge pull request #10249 from karanjthakkar/fix/contrib-guide
Update contribution guideline
2016-08-17 16:41:39 +05:30
Karan Thakkar d25281ea18
Update contribution guideline 2016-08-17 16:29:39 +05:30
Jonathan 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