Dylan
1dd7d56562
Merge pull request #11183 from tadake/fix/Remove-browser-recommendation-text
...
Remove browser recommendation text
2016-10-13 11:55:07 -05:00
Dylan
71bbdb6904
Merge pull request #11183 from tadake/fix/Remove-browser-recommendation-text
...
Remove browser recommendation text
2016-10-13 11:55:07 -05:00
Kyle W Pilkinton
1348062f6e
Remove browser recommendation text
...
removed "Note Due to browser implementation differences, you may need to be at 100% zoom to pass the tests on this challenge." text from "Change the Font Size of an Element" challenge. Other translations were fixed by using google translate.
2016-10-13 10:46:44 -06:00
Kyle W Pilkinton
d33cb48fbf
Remove browser recommendation text
...
removed "Note Due to browser implementation differences, you may need to be at 100% zoom to pass the tests on this challenge." text from "Change the Font Size of an Element" challenge. Other translations were fixed by using google translate.
2016-10-13 10:46:44 -06:00
Logan Tegman
a131075952
Merge pull request #11169 from systimotic/fix/bootstrap-grid-text-in-image
...
Fix text in image accessiblity in Bootstrap grid challenge
2016-10-13 08:29:53 -07:00
Logan Tegman
749ac47e44
Merge pull request #11169 from systimotic/fix/bootstrap-grid-text-in-image
...
Fix text in image accessiblity in Bootstrap grid challenge
2016-10-13 08:29:53 -07:00
Dylan
6bd84899b4
improved tests on Record Collection
2016-10-13 15:04:47 +01:00
Dylan
98704f50be
improved tests on Record Collection
2016-10-13 15:04:47 +01:00
systimotic
7afabb427c
Fix text in image accessiblity in Bootstrap grid challenge
2016-10-13 15:06:23 +02:00
systimotic
9498cf1e6c
Fix text in image accessiblity in Bootstrap grid challenge
2016-10-13 15:06:23 +02:00
Logan Tegman
067f7749d5
Merge pull request #11171 from saulthebear/fix/substr()-suggestion
...
Changed suggested link in Pig Latin challenge
2016-10-12 18:31:13 -07:00
Dylan
bbce54a1e9
Merge pull request #11100 from adamisntdead/fix/Contributing-Doc
...
Fix Contributing Guide To Remove Need For Wiki Article
2016-10-12 12:49:19 -05:00
Adam Kelly
2172eeed3f
Update CONTRIBUTING To Remove Wiki Dependency
2016-10-12 18:17:01 +01:00
Stuart Taylor
f961040268
Added test for unmodified return statement
2016-10-12 18:16:01 +01:00
Stuart Taylor
9c814e3a3c
Added test for unmodified return statement
2016-10-12 18:16:01 +01:00
saulthebear
5c7736ef9d
Changed suggested link
...
Changed suggested link in the Pig Latin challenge from
String.prototype.substr() to String.prototype.substring() since
substr() is deprecated and shouldn’t be used in new projects.
2016-10-12 16:08:30 +02:00
saulthebear
eba335b222
Changed suggested link
...
Changed suggested link in the Pig Latin challenge from
String.prototype.substr() to String.prototype.substring() since
substr() is deprecated and shouldn’t be used in new projects.
2016-10-12 16:08:30 +02:00
Quincy Larson
8230a56046
Merge pull request #11148 from Em-Ant/feature/twitch-api-passthrough
...
Add Twitch.tv pass-trough API link
2016-10-11 22:17:26 -07:00
Quincy Larson
a7237f269a
Merge pull request #11148 from Em-Ant/feature/twitch-api-passthrough
...
Add Twitch.tv pass-trough API link
2016-10-11 22:17:26 -07:00
EmAnt
ec782cb071
Add Twitch.tv pass-through API link
2016-10-11 21:53:36 +02:00
EmAnt
bf0b12c566
Add Twitch.tv pass-through API link
2016-10-11 21:53:36 +02:00
Jonathan
00ca76971f
Merge pull request #10341 from edm00se/fix/weather-api-suggestion
...
updated to use alternate to openweathermap api
2016-10-11 20:35:36 +01:00
Jonathan
1e37895d48
Merge pull request #10341 from edm00se/fix/weather-api-suggestion
...
updated to use alternate to openweathermap api
2016-10-11 20:35:36 +01:00
Eric McCormick
fbf962f211
updated to use alternate to openweatherapi
...
The Open Weather Map API was not serving over HTTPS, leading to mixed content issues, since geolocation requires HTTPS. Forecast.io's API is also free, requires sign up, but up to 1k hits per day w/ no charge or card on file.
I'm (unsurprisingly) not the first person to notice this. Seems to intersect w/ #7853 and #9145 .
squash! updated forecast.io references to 'dark sky'
updated forecast.io references to 'dark sky'
2016-10-11 14:24:54 -05:00
Eric McCormick
b701d27445
updated to use alternate to openweatherapi
...
The Open Weather Map API was not serving over HTTPS, leading to mixed content issues, since geolocation requires HTTPS. Forecast.io's API is also free, requires sign up, but up to 1k hits per day w/ no charge or card on file.
I'm (unsurprisingly) not the first person to notice this. Seems to intersect w/ #7853 and #9145 .
squash! updated forecast.io references to 'dark sky'
updated forecast.io references to 'dark sky'
2016-10-11 14:24:54 -05:00
Dylan
97aba4c9c0
Merge pull request #11069 from atjonathan/fix/gifs-screenshots
...
Updated GIFs and Screenshots with up-to-date branding of FreeCodeCamp
2016-10-11 08:30:23 -05:00
Dylan
2e0dbab4f2
Merge pull request #11069 from atjonathan/fix/gifs-screenshots
...
Updated GIFs and Screenshots with up-to-date branding of FreeCodeCamp
2016-10-11 08:30:23 -05:00
greenkeeperio-bot
578fbff87d
chore(package): update eslint-plugin-import to version 2.0.1
...
https://greenkeeper.io/
2016-10-11 05:03:05 -07:00
Logan Tegman
8fc45d5c69
Merge pull request #11149 from FreeCodeCamp/greenkeeper-gulp-sourcemaps-2.0.0
...
Update gulp-sourcemaps to version 2.0.0 🚀
2016-10-10 22:50:59 -07:00
Logan Tegman
e1178ccc5a
Merge pull request #11118 from petrgazarov/fix/generate-random-whole-numbers-with-javascript
...
Fix "generate random whole numbers with javascript" challenge
2016-10-10 22:40:58 -07:00
Logan Tegman
fe30fb4a9a
Merge pull request #11118 from petrgazarov/fix/generate-random-whole-numbers-with-javascript
...
Fix "generate random whole numbers with javascript" challenge
2016-10-10 22:40:58 -07:00
greenkeeperio-bot
c1927db43f
chore(package): update gulp-sourcemaps to version 2.0.0
...
https://greenkeeper.io/
2016-10-10 13:42:46 -07:00
Jonathan
67f62012eb
Merge pull request #11144 from SherylHohman/fix/reorderMarginTestsToTopRightBottomLeft
...
Re-order Margin Tests to Top-Right-Bottom-Left
2016-10-10 16:23:43 +01:00
Jonathan
e48f58de7e
Merge pull request #11144 from SherylHohman/fix/reorderMarginTestsToTopRightBottomLeft
...
Re-order Margin Tests to Top-Right-Bottom-Left
2016-10-10 16:23:43 +01:00
SherylHohman
f671c30abd
Re-order Margin tests as Top-Right-Bottom-Left
2016-10-10 01:44:58 -07:00
SherylHohman
a4ec8205a3
Re-order Margin tests as Top-Right-Bottom-Left
2016-10-10 01:44:58 -07:00
Jonathan
680e37cb5b
Merge pull request #11138 from vgvenkat/fix/margins-testOrder
...
margins code challengeverification order to TopRightBottomLeft
2016-10-10 07:58:43 +01:00
Logan Tegman
c810a3c83a
Merge pull request #10823 from atjonathan/feature/desc-emoji
...
Added emoji support for Bio
2016-10-09 21:44:44 -07:00
Venkataraman Valady Ganesan
f6c4b34258
margins code challengeverification order to TopRightBottomLeft
2016-10-09 19:36:20 -07:00
Venkataraman Valady Ganesan
10c3ffae53
margins code challengeverification order to TopRightBottomLeft
2016-10-09 19:36:20 -07:00
theflametrooper
ba273c6d9b
Updated GIFs and Screenshots with up-to-date branding of FreeCodeCamp
2016-10-09 18:11:18 +01:00
theflametrooper
cd7e85cd99
Updated GIFs and Screenshots with up-to-date branding of FreeCodeCamp
2016-10-09 18:11:18 +01:00
Jonathan
58cab642f0
Merge pull request #11087 from ltegman/fix/sitemap
...
Fix sitemap, remove jobs remnants
2016-10-09 16:07:15 +01:00
Jonathan
4103a978d8
Merge pull request #11126 from hristijankiko/fix/challenge-description
...
Fixed challenge description
2016-10-09 16:03:34 +01:00
Jonathan
00b686c93b
Merge pull request #11126 from hristijankiko/fix/challenge-description
...
Fixed challenge description
2016-10-09 16:03:34 +01:00
Hristijan Gjorgjievski
d6ed8c51bd
Fixed challenge description
...
Fixed the challenge description
2016-10-09 14:37:32 +02:00
Hristijan Gjorgjievski
43d1280b48
Fixed challenge description
...
Fixed the challenge description
2016-10-09 14:37:32 +02:00
Jonathan
7194ea75db
Merge pull request #11121 from anu0012/fix/challenge-description
...
Update challenge description
2016-10-09 12:29:34 +01:00
anu0012
6e9810d693
Update description
2016-10-09 15:03:49 +05:30
anu0012
4e1350ac0d
Update description
2016-10-09 15:03:49 +05:30