63cd4de859
fixes for various typos in Applied Visual Design
2017-01-28 17:16:57 -06:00
daa3002488
fixes for various typos in Applied Visual Design
2017-01-28 17:16:57 -06:00
c320194eca
Merge pull request #12930 from Greenheart/fix/basic-algorithm-prevent-use-of-string-repeat
...
fix(challenge): Prevent use of String.repeat() in Basic Algorithm
2017-01-28 22:38:05 +01:00
fbe86aa911
Merge pull request #12930 from Greenheart/fix/basic-algorithm-prevent-use-of-string-repeat
...
fix(challenge): Prevent use of String.repeat() in Basic Algorithm
2017-01-28 22:38:05 +01:00
e030a17e41
fix(challenge): Prevent use of String.repeat() in Basic Algorithm.
2017-01-28 21:51:28 +01:00
a697639504
fix(challenge): Prevent use of String.repeat() in Basic Algorithm.
2017-01-28 21:51:28 +01:00
f11f204599
Merge pull request #12817 from no-stack-dub-sack/fix/array-copy-update
...
revise copy for intro array challenge
2017-01-28 13:01:23 -06:00
1b685ad3f0
basic ds: add intro challenges + final QA
2017-01-28 11:08:50 -05:00
83dca62bd9
basic ds: add intro challenges + final QA
2017-01-28 11:08:50 -05:00
0b524cee0d
update links and formatting, project landing pages
2017-01-28 13:12:04 +05:30
8ddfefb92f
update links and formatting, project landing pages
2017-01-28 13:12:04 +05:30
166826d67f
Merge pull request #12823 from bonham000/fix/adv-algos-and-data-structures
...
Improvements to adv. algos and data structures
2017-01-28 12:26:45 +05:30
1798906cee
Merge pull request #12823 from bonham000/fix/adv-algos-and-data-structures
...
Improvements to adv. algos and data structures
2017-01-28 12:26:45 +05:30
b7876100b8
Merge pull request #12752 from HKuz/fix/noCSSinHTML
...
Remove CSS from HTML section
2017-01-28 03:24:22 +05:30
87d9f760fe
Merge pull request #12752 from HKuz/fix/noCSSinHTML
...
Remove CSS from HTML section
2017-01-28 03:24:22 +05:30
d3b5e8249d
Merge pull request #12909 from leonfeng/fix/project-page-layout
...
Fix the project pages layout issue
2017-01-28 02:57:24 +05:30
80f113ca59
Merge pull request #12909 from leonfeng/fix/project-page-layout
...
Fix the project pages layout issue
2017-01-28 02:57:24 +05:30
0bebd94116
chore(package): update gulp-notify to version 3.0.0
...
https://greenkeeper.io/
2017-01-27 12:41:27 -08:00
c5a7a47181
Merge pull request #12809 from HKuz/fix/CSSsequencing
...
Fix sequencing issues in Basic CSS section
2017-01-27 09:47:33 -06:00
26b4ce86f7
Merge pull request #12809 from HKuz/fix/CSSsequencing
...
Fix sequencing issues in Basic CSS section
2017-01-27 09:47:33 -06:00
c57f577fe0
Add editor focus and unfocus hotkeys
2017-01-27 16:42:05 +01:00
66011f3779
Fix sequencing issues in Basic CSS section
2017-01-27 09:08:52 -05:00
a9ba490964
Fix sequencing issues in Basic CSS section
2017-01-27 09:08:52 -05:00
d594946df6
Merge pull request #12861 from codeman869/fix/falsy-bouncer-description
...
Add hint to Falsy Bouncer challenge description
2017-01-27 11:27:55 +01:00
9e30827ee2
Merge pull request #12861 from codeman869/fix/falsy-bouncer-description
...
Add hint to Falsy Bouncer challenge description
2017-01-27 11:27:55 +01:00
3a4257fd12
Fix the project pages layout issue
2017-01-27 14:12:11 +04:00
3974fda71a
Fix the project pages layout issue
2017-01-27 14:12:11 +04:00
01d10c5316
Fix closing backticks indentation on bug report
2017-01-27 09:24:21 +01:00
f1d936198e
feat(challenges): add backend challenge infrastructure ( #11058 )
...
* Feat: Initial backend view
* Feat: Refactor frame runner
* Feat: backend challenge submit runs tests
* Feat: Backend challenge request
* Feat: Whitelist hyperdev in csp
* Fix: Use app tests instead of challenge tests
* Feat: Allow hyperdev subdomains
* Fix(csp): allow hypderdev.space subdomains
* feat(challenge): submit backend
* feat: Add timeout to test runner (5 sec)
* chore(seed): Add more to test backend
* fix(csp): s/hyperdev/gomix/g
* fix(app): fix code mirror skeleton filepath
* fix(app): remove Gitter saga import
* fix(app): codemirrorskeleton does not need it's own folder
fix(app): cmk needs to work with Null types
* fix: No longer restart the browser when challenges change
* fix(app): Update jquery for challenges
* fix(seed): Remove to promise jquery call
* fix(lint): Undo merge error
undefined is no allowed
* fix(app): linting errors due to bad merge
* fix(seed): Remove old seed file
2017-01-26 23:07:22 -06:00
943a68210b
feat(challenges): add backend challenge infrastructure ( #11058 )
...
* Feat: Initial backend view
* Feat: Refactor frame runner
* Feat: backend challenge submit runs tests
* Feat: Backend challenge request
* Feat: Whitelist hyperdev in csp
* Fix: Use app tests instead of challenge tests
* Feat: Allow hyperdev subdomains
* Fix(csp): allow hypderdev.space subdomains
* feat(challenge): submit backend
* feat: Add timeout to test runner (5 sec)
* chore(seed): Add more to test backend
* fix(csp): s/hyperdev/gomix/g
* fix(app): fix code mirror skeleton filepath
* fix(app): remove Gitter saga import
* fix(app): codemirrorskeleton does not need it's own folder
fix(app): cmk needs to work with Null types
* fix: No longer restart the browser when challenges change
* fix(app): Update jquery for challenges
* fix(seed): Remove to promise jquery call
* fix(lint): Undo merge error
undefined is no allowed
* fix(app): linting errors due to bad merge
* fix(seed): Remove old seed file
2017-01-26 23:07:22 -06:00
1b2b54e2b0
Merge pull request #12586 from BerkeleyTrue/feat/real-time-user-count
...
feat(api): add current active users api
2017-01-26 22:02:02 -06:00
156796b167
Merge pull request #12424 from freeCodeCamp/greenkeeper-dotenv-4.0.0
...
Update dotenv to version 4.0.0 🚀
2017-01-26 18:23:40 -08:00
7f7fcfd7b3
feat(api): Explicitly block all from general about
2017-01-26 18:04:28 -08:00
962675ee17
feat(api): Add active user api
2017-01-26 18:01:15 -08:00
51912d5263
Merge pull request #12605 from petrgazarov/fix/upgrade-jquery-major-version
...
Bump JQuery major version - to 3.1.1
2017-01-26 15:00:16 -08:00
541bde442c
Merge pull request #12891 from RamiroPinol/fix/typo-es6
...
solved typo: loged -> logged.
2017-01-26 16:25:13 -06:00
ba60a3137a
solved typo: loged -> logged
2017-01-26 18:04:52 -03:00
9ed5fda5d6
solved typo: loged -> logged
2017-01-26 18:04:52 -03:00
3e3fa12b52
Merge pull request #12048 from raisedadead/feature/reporting-profiles
...
feat(user): Report profiles
2017-01-26 14:16:16 -06:00
a9ed95b654
Prevent 'comment-your-javascript-code' from passing incorrectly due to multi-line comments which are not visible to users
2017-01-26 13:47:29 -05:00
77207b2a0b
Prevent 'comment-your-javascript-code' from passing incorrectly due to multi-line comments which are not visible to users
2017-01-26 13:47:29 -05:00
9d751451fa
Add hint to Falsy Bouncer challenge description
...
Updates the Falsy Bouncer challenge description to include a hint
to help campers understand how they should approach the challenge
without revealing too much information or locking the camper into
a particular solution.
2017-01-26 15:46:40 +00:00
b19721b618
Add hint to Falsy Bouncer challenge description
...
Updates the Falsy Bouncer challenge description to include a hint
to help campers understand how they should approach the challenge
without revealing too much information or locking the camper into
a particular solution.
2017-01-26 15:46:40 +00:00
032764e1cb
Merge pull request #11987 from dhcodes/fix/improved-tests-divide-by-decimal
...
change test to ensure use of /
2017-01-26 09:19:21 +01:00
2d346e1c5a
Merge pull request #11987 from dhcodes/fix/improved-tests-divide-by-decimal
...
change test to ensure use of /
2017-01-26 09:19:21 +01:00
5ab3bf6c9d
:change test to ensure use of /
2017-01-25 21:33:31 -06:00
927308bc7f
:change test to ensure use of /
2017-01-25 21:33:31 -06:00
3b87695b01
Merge pull request #12754 from db001/fix/profile_lookup_confusion
...
Profile lookup confusion issue fixed
2017-01-26 01:00:19 +05:30
1032b71792
Update 'firstName' parameter changed to 'name'
2017-01-26 00:48:14 +05:30
1aac3c7fec
Update 'firstName' parameter changed to 'name'
2017-01-26 00:48:14 +05:30