Commit Graph

7520 Commits

Author SHA1 Message Date
6ae937951c Move challenge title attribute/value pair + update
- Move title attribute/value pair for each challenge in Basic Algorithm
  Scripting to between the id and description attributes for consistency among
  the other challenge JSON files
- Add space in the editor for Caesar's Cipher for alignment with the `return`
  statement
- Add code tags around `arr[i]` in Return Largest Numbers in Arrays challenge
- Add code tags around `n` in Repeat a string repeat a string
- Capitalize JavaScript in Falsy Bouncer
- Change `n` to `num` for Repeat a string repeat a string challenge
2016-02-05 21:14:20 -08:00
19b26475e8 Merge pull request #6730 from pasosdeJesus/fix/ES-update-getting-started
Verify and updates translation to spanish of getting-started.
2016-02-04 23:29:42 -08:00
95ef30a7fe Merge pull request #6704 from justinian336/Add/ES-translation-react-projects
Add ES translation of react-projects.json
2016-02-04 21:39:49 -08:00
7d70f00c8b Merge pull request #6695 from AkiraLaine/add/video-challenges
worked on video challenge superblock
2016-02-04 18:51:24 -08:00
ff998c2b8b Merge pull request #6702 from justinian336/Add/ES-translation-data-visualization-projects
ES Translation of data-visualization-projects.json
2016-02-04 14:42:52 -08:00
bc98b1ef83 Merge pull request #6743 from simondiep/update-contrib-doc
Improve contributor's guide documentation for new contributors
2016-02-04 14:27:02 -08:00
9086cbd7f4 Improve contributor's guide documentation for new contributors
closes #6741
2016-02-04 15:59:29 -06:00
9aacf1021e Merge pull request #6681 from raisedadead/fix/range-error-maximum-call-stack-size-execeeded
Fix Range Error : Maximum Call Stack Size Exceeded
2016-02-04 07:51:22 -08:00
e474f53385 Verify and updates translation to spanish.
Closes #6493
2016-02-04 05:41:55 -05:00
0a33d45368 Fix Range Error : Maximum Call Stack Size Exceeded
This commit fixes the `capture` console.log, with an alternate logic
to resolve the objects with correct scope.

Refer the PR FreeCodeCamp/FreeCodeCamp#6681 discussion for details.
Tested locally.

Updated fix to resolve broken CI
2016-02-04 14:51:37 +05:30
a7bd7e3729 worked on video challenge superblock
fixed rebase merge errors

Fix videos route

Fix hikes broken true/false

fixed component name
2016-02-04 17:20:34 +11:00
0f15798550 Merge pull request #6726 from kalunlee136/fix-check-list-css-spacing-#5347
fixed white spacing for Basejump and similar pages
2016-02-03 21:46:54 -08:00
65db39879f fixed spacing for Basejump and similar pages
there were very wide blank spaces between checklist and text when the page size was < 760px, also fixed misplaced titles in Basejump pages for Firefox when < 760px
closes #5347
2016-02-03 18:27:23 -08:00
bc2eb80c71 Merge pull request #6707 from simondiep/fix/description_update
Improved description for two challenges
2016-02-03 14:30:05 -08:00
160de4ebcf Improved description for two challenges
closes #6701
2016-02-03 14:40:48 -06:00
e9c3c87d20 Merge pull request #6690 from SaintPeter/fix/hikes-true-false
Fix hikes broken true/false
2016-02-03 11:56:13 -08:00
8a1e8163d4 Merge pull request #6706 from FreeCodeCamp/fix/patch-guess
Fix catch timezone bug
2016-02-03 11:56:07 -08:00
425d0d1e2e Fix catch timezone bug
see https://github.com/moment/moment-timezone/issues/294
2016-02-03 11:33:30 -08:00
3ed43182c3 Add ES translation of react-projects.json 2016-02-03 18:05:57 +00:00
ab6faaeb5a ES Translation of data-visualization-projects.json 2016-02-03 17:10:48 +00:00
c3c71ada7a Fix hikes broken true/false 2016-02-02 19:51:57 -08:00
b3bed7bd95 Merge pull request #6673 from alistermada/fix/test-change-font-size
Fix IE compatibility issue for Change the Font Size of an Element
2016-02-02 17:08:55 -08:00
90a2a90071 Merge pull request #6667 from QuincyLarson/fix/small-map-button
fix map button size
2016-02-02 08:27:00 -05:00
ed942a4636 Fix IE compatibility issue for Font Size challenge 2016-02-02 19:59:09 +07:00
696bbeaae9 fix map button size 2016-02-02 00:39:55 -08:00
2d63a3d5fa Merge pull request #6562 from SaintPeter/fix/restore-es-translations
Restore Prior Spanish Translations to basic-javascript.json
2016-02-02 00:16:39 -08:00
29dabad310 Merge pull request #6658 from raisedadead/fix/using-objects-for-lookups
Add Instructions Clarification to Using Objects for Lookups
2016-02-01 20:24:12 -08:00
c6a27fd437 Merge pull request #6649 from hallaathrad/fix/map-display-issues
Chapters fade when all its challenges are completed
2016-02-01 20:22:21 -08:00
b3a6e9ba96 Merge pull request #6619 from sahat/fix/navbar-dropdown
Nav dropdown responsive fixes.
2016-02-01 22:44:14 -05:00
2276abb711 Nav dropdown responsive fixes
Fixed responsive dropdown collapse edge case
2016-02-01 22:28:35 -05:00
340c35fe6a Chapters fading when all its challenges are completed
Also, removing the decoration after click.
2016-02-01 17:33:36 -05:00
b33e93eac2 Merge pull request #6663 from ltegman/fix/lint-errors
Fix lint errors
2016-02-01 17:31:02 -05:00
e2ac51f166 Fix lint errors 2016-02-01 14:16:27 -08:00
6b8c2bb220 Add Instructions Clarification to Using Objects for Lookups
This commit adds clarification to the Instructions.
Tested locally.
2016-02-02 02:17:56 +05:30
fb83f96ea5 Merge pull request #6638 from BKinahan/fix/typo-basic-javascript-json
Changed 'will gives' to 'will give'
2016-02-01 22:29:14 +11:00
4feae4a768 Changed 'will gives' to 'will give'
Corrected typo for challenge Generate Random Whole Numbers with Javascript, 'will gives' to 'will give'.
2016-02-01 11:24:19 +00:00
9dbfa3c8da Merge pull request #6320 from bugron/fix/tooltip-shiftkey
Temporarily remove the 'popup' feature
2016-02-01 00:03:58 -08:00
c2f17717b6 Merge pull request #6430 from FreeCodeCamp/feature/add-exception-emailing
Add emailing on server exceptions
2016-01-31 23:53:33 -08:00
9cc8c11f31 Merge pull request #6550 from QuincyLarson/fix/sample-watermark-certs
update sample certificate images and fix a couple other onboarding as…
2016-01-31 23:13:05 -08:00
ebfda63f7d Merge pull request #6631 from SaintPeter/feature/map-live-filter
Map - Live Filter Search Feature
2016-01-31 22:25:23 -08:00
a6fc2f2fd4 Final effeciency pass, fix search bug 2016-01-31 22:12:41 -08:00
31194ee3c0 Merge pull request #6600 from raisedadead/fix/change-label-to-view-solution
Change the label text from "View my solution" to "View solution"
2016-01-31 22:12:26 -08:00
01cc33ec67 Merge pull request #6630 from FreeCodeCamp/fix/is-cheater
Fix isCheater/isLocked not blocking certs
2016-01-31 21:10:49 -08:00
d1993ea4b6 Filter functions almost ready.
Our pretty bar changes visual state of the filtered elements, clears with the X, restores hidden elements when deleting characters. Etc.

For the future: if a chapterBlock is collapsed but has results, expand it. No?
Also, hopefully getting fontawesome to the latest version... Regardless of that, this is a great opportunity for a legendary 404.

Expansion of containers achieved

Still working on collapsing them back when search terms change.
If users had just pressed "collapse all" before the search, they should remain thus afterwards.

The UX focus here is not to change the users' expected behaviour and final result.

Future: updating font awesome.
Working on a legendary "not found" image to make FCC join the internet hall of fame.
(btw, where would I keep that file in the server?)
2016-01-31 19:29:32 -08:00
c7fc9dc99f Merge pull request #6601 from SaintPeter/feature/challenge-checksum
Add Checksum to Challenges for Google Analytics
2016-01-31 17:36:16 -08:00
3e989de2a3 Fix isCheater/isLocked not blocking certs 2016-01-31 16:35:15 -08:00
fa18734a59 Add Live Filter to Map - partial 2016-01-31 14:42:35 -08:00
d049d7b646 Merge pull request #6592 from SaintPeter/fix/remove-filter-adjust-spacing
Fix/Remove Filter and Adjust Map Spacing and Coloring
2016-01-31 14:34:47 -08:00
806b196d5e improve map spacing 2016-01-31 14:11:59 -08:00
08d170aa08 Merge pull request #6622 from erictleung/fix/clarify-escape-literal-quote-instructions
Clarify escape literal quotes instructions
2016-01-31 10:38:14 -08:00