Alvin Kristanto
ffc03dcdf6
feat(seed): Added more assertions for Project Euler Problem ( #15952 )
2017-12-26 15:10:11 +05:30
Alvin Kristanto
7108b91de5
feat(seed): Added more assertions for Project Euler Problem ( #15952 )
2017-12-26 15:10:11 +05:30
Alvin Kristanto
0ee6572a86
feat(seed): Added more assertions for Project Euler Problem ( #15950 )
2017-12-26 15:09:32 +05:30
Alvin Kristanto
f6dedc7023
feat(seed): Added more assertions for Project Euler Problem ( #15950 )
2017-12-26 15:09:32 +05:30
Stuart Taylor
2c6f0b1f09
fix(merge-conflicts): Add missing classNames to Get Help button
2017-12-24 09:34:05 +00:00
Stuart Taylor
71708aa7ff
fix(merge-conflicts): Resolve conflicts
2017-12-24 09:25:25 +00:00
Stuart Taylor
4c96c2079e
Merge branch 'fix/merge-78e86f5' of https://github.com/mpontus/freeCodeCamp into fix/toolpanelConflict
2017-12-24 09:21:03 +00:00
Niko
16dcfb4183
fix: Map button overlap ( #16301 ) ( #16310 )
2017-12-23 23:43:56 -06:00
Vladi
869bf1750e
fix(visual): Flash notifications now do not overlap with naviga ( #16298 )
...
removed negative-30 class used in partial view
Closes #16267
2017-12-23 12:52:21 -06:00
Berkeley Martinez
59602200c0
Merge pull request #16294 from Bouncey/fix/documentTitle
...
fix(document.title): Update document title for Challenge route
2017-12-23 08:14:05 -08:00
Khaled Saleh
7f2edb6a71
style(challenges): Changed the lesson buttons to match production sty
2017-12-23 09:15:07 -06:00
Mikhail Pontus
3144820405
fix(challenges): Implement Help Dialog
...
This commit applies changes from 78e86f514f
.
It introduces Help dialog which guides the user to review Read-Search-Ask
methodology, ask the question on the forums or in gitter chatroom.
This dialog replaces existing Help button which was leading to Gitter Chatroom.
2017-12-23 14:58:06 +03:00
Khaled Saleh
3592f797ec
style(map): Changed the color of the placeholder to grey inste ( #16259 )
2017-12-23 11:28:37 +00:00
Stuart Taylor
b14a821f6c
fix(document.title): Update document title for Challenge route
2017-12-23 11:21:30 +00:00
Berkeley Martinez
65356ff7e7
fix(Challenges/frame.js): Make iframe href base relative to / ( #16221 )
...
This prevents requests from appending to the current challenge url
2017-12-23 09:53:11 +00:00
Ethan Arrowood
524918fc84
Refactor ES6 Challenges ( #16262 )
...
* fix(challenges): Add function scope of use strict
Refactored first 13 challenges with function scope `"use strict";`
syntax
Closes #16254
fix(challenges): Refactor ES6 challenges
Refactored ES6 challenges up to 22 to use function scope `"use strict";`
test(challenges): QA ES6 Challenges
Refactored es6 challenges getting tested and QA'd
fix(challenges): QA remaining ES6 challenges
* refactor(challenges): Quick edit for ES6 challenges
More changes to come. This commit solves issues addressed by Quincy
* refactor(challenges): ES6 Textual refactor
Textual refactor. Improved challenge test messages to be more
explanatory
2017-12-22 22:17:05 -06:00
Ethan Arrowood
1dae80ad1b
Refactor ES6 Challenges ( #16262 )
...
* fix(challenges): Add function scope of use strict
Refactored first 13 challenges with function scope `"use strict";`
syntax
Closes #16254
fix(challenges): Refactor ES6 challenges
Refactored ES6 challenges up to 22 to use function scope `"use strict";`
test(challenges): QA ES6 Challenges
Refactored es6 challenges getting tested and QA'd
fix(challenges): QA remaining ES6 challenges
* refactor(challenges): Quick edit for ES6 challenges
More changes to come. This commit solves issues addressed by Quincy
* refactor(challenges): ES6 Textual refactor
Textual refactor. Improved challenge test messages to be more
explanatory
2017-12-22 22:17:05 -06:00
Kristofer Koishigawa
3583633a39
fix(seed/challenges): Change cash register algorithm ( #16244 )
...
Edited the description and tests so that freeCodeCamp users learn to
write functions that return a similar data structure type each time.
BREAKING CHANGE: None.
Closes #16083
2017-12-22 22:15:16 -06:00
Kristofer Koishigawa
2109845ac1
fix(seed/challenges): Change cash register algorithm ( #16244 )
...
Edited the description and tests so that freeCodeCamp users learn to
write functions that return a similar data structure type each time.
BREAKING CHANGE: None.
Closes #16083
2017-12-22 22:15:16 -06:00
Kristofer Koishigawa
3df65c30cd
fix(common): Fix for loopProtect undefined error ( #16263 )
...
Edited the file so that the loopProtect code, which is in the head of
the iframe on www.freecodecamp.org, is in the same script tag as the
base challenge content that get's rendered to the page. While the
loopProtect code is not rendered to the page like the rest of the
challenge code, it's within the same scope and seems to function
normally.
BREAKING CHANGE: None that I know of, but will keep checking.
Closes #16260
2017-12-22 14:51:21 -05:00
Jonathan Grah
b7e89e698f
Merge pull request #16251 from cpheimbach/fix/adds_certificates_to_static_profile_path
...
feat(profile): Adds certificates to static profile path
2017-12-22 11:47:15 +00:00
Angel Eduardo
8ee27fa6ed
fix: missing space in quiz score ( #16241 )
2017-12-21 16:04:20 -06:00
mrugesh mohapatra
8f6deff199
fix: Update text for GitHub and Settings ( #16253 )
...
This commit adds back changes from the
commit 9142aec8ad
Just updates the labels of some of the buttons
2017-12-21 15:35:21 -06:00
Ethan Arrowood
ef9e2f498e
test(challenges): Test ES6 challenge ( #16201 )
...
* test(challenges): Test ES6 challenge
Added tests to 3rd ES6 challenge
* test(challenges): ES6 challenges
* test(challenges): ES6 chall c11-c15
* test(challenges): ES6 chall c16-c20
* test(challenges): ES6 chall c21-c27
* test(challenges): Refactor ES6 challenges
Update tests to use getUserInput. Remove test for arrow function use
Closes #16207
* test(challenges): Fix falsey case
Add proper getUserInput syntax for !code.match tests
Closes #16207
* test(challenges): QA ES6 Challenges
QA and edit for ES6 challenges 1 - 18
Closes #16207
2017-12-21 14:38:28 -06:00
Ethan Arrowood
0cdf478f0e
test(challenges): Test ES6 challenge ( #16201 )
...
* test(challenges): Test ES6 challenge
Added tests to 3rd ES6 challenge
* test(challenges): ES6 challenges
* test(challenges): ES6 chall c11-c15
* test(challenges): ES6 chall c16-c20
* test(challenges): ES6 chall c21-c27
* test(challenges): Refactor ES6 challenges
Update tests to use getUserInput. Remove test for arrow function use
Closes #16207
* test(challenges): Fix falsey case
Add proper getUserInput syntax for !code.match tests
Closes #16207
* test(challenges): QA ES6 Challenges
QA and edit for ES6 challenges 1 - 18
Closes #16207
2017-12-21 14:38:28 -06:00
cpheimbach
7823c0dbe2
feat(profile): Adds certificates to static profile path
...
I added all boolean checks, buttons and routes of the new certificates
to the view. (According to user.json)
Closes #16246
2017-12-21 19:50:41 +00:00
Berkeley Martinez
53b03596a0
Merge pull request #16217 from no-stack-dub-sack/fix/react-redux-finishing-touches
...
fix(challenges): put finishing touches on react & redux challenges
2017-12-21 09:22:23 -08:00
Berkeley Martinez
2108d45ccc
Merge pull request #16217 from no-stack-dub-sack/fix/react-redux-finishing-touches
...
fix(challenges): put finishing touches on react & redux challenges
2017-12-21 09:22:23 -08:00
Angel Eduardo
5a18d1cf80
add tip for alt attribute for the add-images-to-your-website challenge ( #16197 )
2017-12-21 22:05:02 +05:30
Angel Eduardo
461cd88363
add tip for alt attribute for the add-images-to-your-website challenge ( #16197 )
2017-12-21 22:05:02 +05:30
Zuzana
972466de1e
docs: Update to the contributing guidelines ( #16225 )
2017-12-21 22:03:16 +05:30
Shane Farrar
002e7d38c7
fix(UX): corrected overflow of instruction content ( #16236 )
2017-12-21 00:24:59 -06:00
Peter Weinberg
652f943709
fix(challenges): put finishing touches on react & redux challenges
2017-12-21 00:03:42 -05:00
Peter Weinberg
277898afd3
fix(challenges): put finishing touches on react & redux challenges
2017-12-21 00:03:42 -05:00
Jonathan Grah
43abd79788
feat(cert): Certificates ( #16185 )
...
* feat(cert): finished layout and design of legacy certificates
* feat(cert): added new certs
* feat(cert): added logic for new certs
* feat(cert): updated claiming challenges
* feat(cert): fixed various small issues
* feat(cert): completed suggested changes
2017-12-20 19:15:23 -06:00
Jonathan Grah
674ce83ab0
feat(cert): Certificates ( #16185 )
...
* feat(cert): finished layout and design of legacy certificates
* feat(cert): added new certs
* feat(cert): added logic for new certs
* feat(cert): updated claiming challenges
* feat(cert): fixed various small issues
* feat(cert): completed suggested changes
2017-12-20 19:15:23 -06:00
mrugesh mohapatra
941462f399
Merge pull request #16223 from mpontus/fix/merge-a29a928
...
fix(seed): Update Show the Local Weather challenge
2017-12-21 01:19:41 +05:30
mrugesh mohapatra
7c0f1fafeb
Merge pull request #16223 from mpontus/fix/merge-a29a928
...
fix(seed): Update Show the Local Weather challenge
2017-12-21 01:19:41 +05:30
mrugesh mohapatra
8303f0ea34
Merge pull request #16232 from cassidypignatello/fix/size-of-set-challenge
...
Fixes undeclared index variable in Set challenges
2017-12-21 01:15:15 +05:30
mrugesh mohapatra
992b154497
Merge pull request #16232 from cassidypignatello/fix/size-of-set-challenge
...
Fixes undeclared index variable in Set challenges
2017-12-21 01:15:15 +05:30
Jonathan Grah
012f8f7a8b
Merge pull request #16199 from QuincyLarson/feature/add-algorithm-projects
...
feat(seed): Move required projects into new algorithm projects
2017-12-20 19:09:31 +00:00
Jonathan Grah
de53301903
Merge pull request #16199 from QuincyLarson/feature/add-algorithm-projects
...
feat(seed): Move required projects into new algorithm projects
2017-12-20 19:09:31 +00:00
Cassidy Pignatello
a79d5fec19
fix: declares index variable in Set challenges
2017-12-20 14:00:39 -05:00
Cassidy Pignatello
3737ed3eab
fix: declares index variable in Set challenges
2017-12-20 14:00:39 -05:00
Stuart Taylor
3d86eaecbc
fix(style): Update search bar and apply styles ( #16218 )
...
* fix(style): Update search bar and apply styles
* chore(pkg): Bump react-freecodecamp-search version so there is no autocomplete
2017-12-20 10:48:17 -06:00
Mikhail Pontus
5ab0fe2148
fix(seed): Update Show the Local Weather challenge
...
Pulling changes from commit a29a928f49
Preserve glitch weather API from commit ddd852df7b
2017-12-20 03:06:41 +03:00
Mikhail Pontus
403049ea1f
fix(seed): Update Show the Local Weather challenge
...
Pulling changes from commit a29a928f49
Preserve glitch weather API from commit ddd852df7b
2017-12-20 03:06:41 +03:00
mpontus
30866d5afe
fix(seed): Update description for basic-javascript/word-blanks ( #16206 )
...
Pulling changes from commit 54c11a0de9
2017-12-19 15:46:30 -06:00
mpontus
5ee49d6f88
fix(seed): Update description for basic-javascript/word-blanks ( #16206 )
...
Pulling changes from commit 54c11a0de9
2017-12-19 15:46:30 -06:00
Berkeley Martinez
e412ce7d0a
Fix: storage files use challenge files as source ( #16215 )
...
* fix(files): CreateFiles shouldn't preserve previous state
* fix(Challenges): Use fileSpec when pulling from storage
2017-12-19 11:41:09 -06:00