Commit Graph

7114 Commits (7f60af8a3f6f369768dc7e0a73c46af3a34d643f)

Author SHA1 Message Date
Berkeley Martinez 7f60af8a3f Fix change links to about 2016-01-10 18:20:13 -08:00
Berkeley Martinez 17eaed7f99 Fix lint errors 2016-01-10 18:20:13 -08:00
Quincy Larson 93ebfd4515 update labs, update about page, create TOS and privacy view 2016-01-10 18:20:13 -08:00
Quincy Larson 4da8e5565c fix landing image padding issue 2016-01-10 18:20:13 -08:00
Quincy Larson 6233f66411 update GitHub in use error message copy 2016-01-10 18:20:13 -08:00
Quincy Larson 649cfb72f8 make sync data from GitHub button's text more clear 2016-01-10 18:20:13 -08:00
Rex Schrader 7cbfd223ae Merge pull request #6039 from FreeCodeCamp/feature/use-tap-spec
Feature Use tap-spec in place of tap-nyancat
2016-01-10 17:33:54 -08:00
Rex Schrader 4582a4b956 Merge pull request #6030 from ltegman/fix/add-symm-diff-test
Add test to symmetric difference
2016-01-10 17:24:33 -08:00
Berkeley Martinez f554c00fca Feature Use tap-spec in place of tap-nyancat 2016-01-10 16:13:20 -08:00
Berkeley Martinez 2fdde07b0e Merge pull request #6034 from FreeCodeCamp/master
Master
2016-01-10 15:03:10 -08:00
patsul12 3053f99d1d added new logical order waypoint 2016-01-10 14:58:46 -08:00
Eric Leung ee608f719a Add missing period in instructions 2016-01-10 14:58:46 -08:00
Eric Leung 61bd8fbc69 Clarify output format for counting card Checkpoint 2016-01-10 14:58:46 -08:00
Dmytro Yarmak 8dc8ff82e0 Update test for "Use Comments to Clarify Code"
Allow blank lines before comment for "Waypoint: Use Comments to Clarify
Code" challenge.
2016-01-10 14:58:46 -08:00
Akira Laine bb0f10ae66 fixed spacing issue on waypoint: counting cards
readded language stuff
2016-01-10 14:58:46 -08:00
Akira Laine 7347f4d75a fixed semicolon typo 2016-01-10 14:58:46 -08:00
Eric Leung 72488ed34d Add note on adding commas between JSON objects 2016-01-10 14:58:46 -08:00
Berkeley Martinez b6b2e9e02c Feature use toast instead of modal for info 2016-01-10 14:58:46 -08:00
Berkeley Martinez 86faa003ac Remove old debug 2016-01-10 14:58:46 -08:00
Berkeley Martinez 8ce2cde619 Remove optimistic update
Add multiple toast when saving challenge
and when first completed challenges
2016-01-10 14:58:46 -08:00
Berkeley Martinez 2553228d4c Reduce threshold for mobile 2016-01-10 14:58:46 -08:00
Berkeley Martinez 2bef4fa840 Fix postJSON$ should return response 2016-01-10 14:58:46 -08:00
Berkeley Martinez 2f068261c6 Clean up toast logic in AppActions 2016-01-10 14:58:46 -08:00
Berkeley Martinez bb2daa2a1f Clean up toast logic in App.jsx 2016-01-10 14:58:46 -08:00
Berkeley Martinez a681949995 Fix mobile touches can be empty.
Use changedTouches as backup
2016-01-10 14:58:46 -08:00
Berkeley Martinez 2277cde61b Fix grabQuestion on mobile 2016-01-10 14:58:46 -08:00
Berkeley Martinez 553f87822c feature completed challenge can also return json 2016-01-10 14:58:46 -08:00
Berkeley Martinez 0316c31708 Fix ajax json requests should be application/json 2016-01-10 14:58:46 -08:00
Berkeley Martinez 5bd52b0423 Fix on button answer must past in current Question 2016-01-10 14:58:46 -08:00
Berkeley Martinez e923513cea Fix for no key issue
Now if location has no key, it is assumed that history hasn't updated
2016-01-10 14:58:46 -08:00
Berkeley Martinez f72cd3c986 Fix remove semi-colon guard
Users should be instructed to always use semi-colons
2016-01-10 14:58:46 -08:00
Berkeley Martinez 4096f77c39 Use release to indicate answer attempt 2016-01-10 14:58:46 -08:00
Robert Richey 7da7f7c47a Update news search field placeholder text
Changed placeholder text from 'Search our links' to 'search term or @username'. Tested locally.
2016-01-10 14:58:46 -08:00
Adegbuyi Ademola c6f1468ff5 fixed waypoint ins .hasOwnProperty([propname]) 2016-01-10 14:58:46 -08:00
Berkeley Martinez 66c04513cb Fix toast not showing up multiple times. 2016-01-10 14:58:46 -08:00
Robert Richey 392fb281e5 Update description for Waypoint: Use a CSS Class to Style an Element
Attempting to be more clear with the instructions and use correct terminology. closes #5980
2016-01-10 14:58:46 -08:00
patsul12 9c04382a4f updated instructions on label bootstrap waypoint 2016-01-10 14:58:46 -08:00
patsul12 ef0b1e7801 changed instructions to be more clear on data type wanted 2016-01-10 14:58:46 -08:00
Harsha a2343829bb fixes no url supplied on successful submission 2016-01-10 14:58:46 -08:00
Berkeley Martinez 5ffa12a77c Left align and enlarge text in lecture 2016-01-10 14:58:46 -08:00
Logan Tegman 0e16ab515c Fix loop protect thinking default cases are loop labels 2016-01-10 14:58:46 -08:00
Mrugesh Mohapatra 5f63eb79ee closes FreeCodeCamp/FreeCodeCamp#5938 2016-01-10 14:58:46 -08:00
Berkeley Martinez 9b91703953 Fix for Vimeo API change 2016-01-10 14:58:46 -08:00
Akira Laine f02dffaff1 created checkpoint: profile-lookup
made final changes

added release date to Jan 8

made 'prop' argument clearer
2016-01-10 14:58:46 -08:00
Berkeley Martinez c6bd4695af Add toasts to react app 2016-01-10 14:58:46 -08:00
Peter Benjamin d6cce6e7ca Improve Waypoint: Generate Random Whole Numbers with Javascript description 2016-01-10 14:58:46 -08:00
Gaurav Makhecha f9b3b7545a Add target to anchor in Waypoint Size Your Images
Mad Libs link in instructions missing the target attribute to new tab.
2016-01-10 14:58:46 -08:00
Xiangyun Chi b1c836399e added test to check if the string matches exactly 2016-01-10 14:58:46 -08:00
Berkeley Martinez d6c555cde1 Fix question move bug
Would cause question to change immediately before
answering was complete
2016-01-10 14:58:46 -08:00
Rex Schrader 06fd6e414e Record Collection Instruction Clarification 2016-01-10 14:58:46 -08:00