Commit Graph

10042 Commits (77acf30892b0bfc1280b10c21aad59c5685b27cf)

Author SHA1 Message Date
Samuel Plumppu 43d69e0e44 Merge pull request #12855 from HKuz/fix/newJSchText
Test, formatting fixes for new JS challenges
2017-01-30 19:30:05 +01:00
DESKTOP-ATRT1VG\Dago 904e9c2102 tw (zh-tw) language update on getting-started 2017-01-30 23:10:02 +08:00
Eric Leung 0b38aa93c1 Merge pull request #12975 from Manish-Giri/fix/add-label-scatterplots
Update position of x point
2017-01-30 00:30:16 -08:00
manish-giri 9e96f09612 Update position of x point 2017-01-30 00:54:42 -05:00
Eric Leung ec3c3911ba Format Incidence Matrix challenge
- Title case title to make consistent with other ADS challenges
- Add definition tags to new words
- Put multi-line code in blockquotes
- Add convenience spaces in seed code
- Fix misspelled variables in tests
- Add solution to incidence matrix challenge
- Add appropriate code tags around text
2017-01-29 20:18:22 -08:00
Dylan 2d836f0237 Merge pull request #12917 from systimotic/feature/editor-focus-hotkeys
Add editor focus and unfocus hotkeys
2017-01-29 21:44:24 -06:00
Heather Kusmierz 4827d03a3c Test, formatting fixes for new JS challenges 2017-01-29 19:17:04 -05:00
Samuel Plumppu 3ebfb05171 Merge pull request #12856 from systimotic/fix/bug-reporting-indentation
Fix closing backticks indentation on bug report
2017-01-29 22:20:57 +01:00
Samuel Plumppu 42a0a56e60 Merge pull request #12958 from padulam/fix/change-the-prototype-instructions
Fix error in instructions for change the prototype to a new object challenge
2017-01-29 21:55:24 +01:00
Samuel Plumppu b59f0c4efd Merge pull request #12957 from Hapoofesgeli/fix/improve-meaning
Improve the sentence to imply the correct meaning
2017-01-29 21:50:45 +01:00
Samuel Plumppu fca90ae021 Merge pull request #12896 from no-stack-dub-sack/fix/quoting-challenge
fix quoting strings challenge
2017-01-29 21:47:51 +01:00
Samuel Plumppu a123ffc2b3 Merge pull request #12950 from erictleung/fix/code-formatting-in-adv-data-structures
Format text in several Adv Data Struc challenges
2017-01-29 21:40:53 +01:00
padulam 9b438e8148 Update instructions for change the prototype challenge 2017-01-29 15:20:21 -05:00
Eric Leung ff8ae4e3a2 Format text in several Adv Data Struc challenges
- Format Typed Arrays
- Format Directed and Undirected Graphs
- Format Adjacency List
- Format Adjacency Matrix
- Added solutions code for the above four challenges
- Add horizontal rules before challenge requirements
- Change "Directed and Undirected Graphs" challenge into "Introduction
  to Graphs"
2017-01-29 12:17:50 -08:00
Hapoofesgeli f91282bce4 Update basic-css.json 2017-01-29 19:30:10 +00:00
Peter Weinberg 123b6ea128 fix quoting strings challenge 2017-01-29 13:59:07 -05:00
Samuel Plumppu 80d7cfaaf5 Merge pull request #12951 from erictleung/fix/example-complex-objects-code-formatting
Make example in Manipulate Complex Obj consistent
2017-01-29 19:08:24 +01:00
Samuel Plumppu bd88e03a03 Merge pull request #12945 from HKuz/fix/bootstrapIntro
Add introduction for Bootstrap section
2017-01-29 17:41:09 +01:00
Eric Leung 46af5e9e62 Make example in Manipulate Complex Obj consistent 2017-01-29 05:23:42 -08:00
mrugesh mohapatra 311b517778 Merge pull request #12888 from richiethomas/fix/multiline-comments
Prevent 'comment-your-javascript-code' from passing incorrectly due to multi-line comments which are not visible to users
2017-01-29 14:16:07 +05:30
mrugesh mohapatra 90ca422d52 Merge pull request #12821 from no-stack-dub-sack/fix/project-landing-pages
update links and formatting, project landing pages
2017-01-29 14:13:02 +05:30
Heather Kusmierz 259fc6b689 Add introduction for Bootstrap section 2017-01-28 19:34:28 -05:00
Samuel Plumppu 4c004833ff Merge pull request #12932 from wildlifehexagon/fix/visual-design-typos
fixes for various typos in the Applied Visual Design section
2017-01-29 00:20:23 +01:00
wildlifehexagon daa3002488 fixes for various typos in Applied Visual Design 2017-01-28 17:16:57 -06:00
Timo 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
Samuel Plumppu a697639504 fix(challenge): Prevent use of String.repeat() in Basic Algorithm. 2017-01-28 21:51:28 +01:00
Dylan 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
Peter Weinberg 83dca62bd9 basic ds: add intro challenges + final QA 2017-01-28 11:08:50 -05:00
Peter Weinberg 8ddfefb92f update links and formatting, project landing pages 2017-01-28 13:12:04 +05:30
mrugesh mohapatra 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
mrugesh mohapatra 87d9f760fe Merge pull request #12752 from HKuz/fix/noCSSinHTML
Remove CSS from HTML section
2017-01-28 03:24:22 +05:30
mrugesh mohapatra 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
Dylan c5a7a47181 Merge pull request #12809 from HKuz/fix/CSSsequencing
Fix sequencing issues in Basic CSS section
2017-01-27 09:47:33 -06:00
systimotic c57f577fe0 Add editor focus and unfocus hotkeys 2017-01-27 16:42:05 +01:00
Heather Kusmierz 66011f3779 Fix sequencing issues in Basic CSS section 2017-01-27 09:08:52 -05:00
Timo 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
Leon Feng 3a4257fd12 Fix the project pages layout issue 2017-01-27 14:12:11 +04:00
systimotic 01d10c5316 Fix closing backticks indentation on bug report 2017-01-27 09:24:21 +01:00
Berkeley Martinez 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
Quincy Larson 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
Berkeley Martinez 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
Berkeley Martinez 7f7fcfd7b3 feat(api): Explicitly block all from general about 2017-01-26 18:04:28 -08:00
Berkeley Martinez 962675ee17 feat(api): Add active user api 2017-01-26 18:01:15 -08:00
Berkeley Martinez 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
Dylan 541bde442c Merge pull request #12891 from RamiroPinol/fix/typo-es6
solved typo: loged -> logged.
2017-01-26 16:25:13 -06:00
RamiroPinol 9ed5fda5d6 solved typo: loged -> logged 2017-01-26 18:04:52 -03:00
Quincy Larson 3e3fa12b52 Merge pull request #12048 from raisedadead/feature/reporting-profiles
feat(user): Report profiles
2017-01-26 14:16:16 -06:00
richiethomas 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
Cody Deckard 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
Timo 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