Commit Graph

3272 Commits

Author SHA1 Message Date
f3d7bdee9f Merge pull request #12328 from yesthatguy/fix/telephone-numbers
Update phone number and description
2017-01-06 11:33:10 +05:30
48e0ff56a4 Merge pull request #12383 from tmashuang/fix/sample-codeblock-wordwrap
Add wbr tag on sample code
2017-01-06 11:30:25 +05:30
2f75e85e60 Merge pull request #12380 from arsho/patch-1
Updated mongodb running command in c9.io
2017-01-06 11:22:03 +05:30
7ed447d2d0 Reword text instructions for first forum post
As originally worded, many new campers seemed to be getting the idea that they should create their own introduction thread instead of replying to the main one linked to in the challenge.  This slight rephrasing will (hopefully) make it more clear that they should rather be replying.
2017-01-05 14:36:59 -07:00
6193b0b062 Search and Replace challenge description 2017-01-05 21:21:03 +00:00
63c2f75730 Add wbr tag on sample code 2017-01-05 01:58:47 -08:00
dbeee7275c Updated mongodb running command in c9.io
For free users, c9.io provide only 2GB memory for single workspace. But to run mongodb it requires at least 3379MB in journal. So we should use mongod --port 27017 --smallfiles to allow run mongodb within the provided 2GB memory.
2017-01-05 15:09:35 +06:00
b7038fd240 fix(pairwise): Clarification of instructions 2017-01-04 17:19:08 -10:00
151d2d8fc9 Merge pull request #12347 from tmashuang/fix/anchor-link-new-tab
Add target blank to anchor link to open in new tab
2017-01-03 19:49:34 -06:00
64552f2b73 Merge pull request #12117 from Manish-Giri/fix/update-test-message-border-radius
Update test message in circular-border-radius challenge
2017-01-03 19:22:17 -06:00
ac68b6549b Add target blank to anchor link to open in new tab 2017-01-03 15:41:23 -08:00
e63d9fde96 Allow bracket notation and search for dot notation 2017-01-03 00:30:06 -05:00
79be93b039 Update phone number and description
Updates one of the phone numbers used in the tests to avoid thinking it might be an invalid number. Also updates the description of the problem to be more clear that we're validating the format rather than a more sophisticated test that the number actually exists.
2017-01-02 17:19:03 -05:00
c0410ab071 fix(CI): Remove Friendly Date Ranges 2017-01-02 08:00:49 +00:00
96e563fbe2 change node-uuid to uuid 2016-12-30 16:47:09 -06:00
cc75630ec5 Merge pull request #12159 from augmt/fix/sum-fibs
Use strict equality operator for each sumFibs test
2016-12-29 21:10:44 -08:00
07f2320ab2 Merge pull request #12156 from julianorafael/translate/add-brazilian-portuguese-advanced-bonfires-translation
Add Brazilian Portuguese advanced-bonfires translations
2016-12-29 22:50:32 -06:00
6739eb88d9 Merge pull request #12232 from julianorafael/translate/add-brazilian-portuguese-basic-bonfires-translation
Add Brazilian Portuguese basic-bonfires translations
2016-12-29 22:47:00 -06:00
6132d5448c Merge pull request #12234 from julianorafael/translate/add-brazilian-portuguese-basic-ziplines-translation
Add Brazilian Portuguese basic-ziplines translations
2016-12-29 22:31:38 -06:00
4e5e4030b6 Add Brazilian Portuguese basic-ziplines translations 2016-12-26 16:40:11 -02:00
93d9e5938d Add Brazilian Portuguese basic-bonfires translations 2016-12-26 15:17:28 -02:00
ccec50e187 Changed in-line to inline
In response to issue Inconsistent Spelling #12214
2016-12-25 17:24:54 -06:00
fff8eb08cd Fixing typo found in algorithm challenge 2016-12-23 18:33:47 -06:00
fd2f173946 Changing Form validation to look better for open and close tags, Also improved message since the error could be not only due a missing tag but not wel formatted tags 2016-12-22 11:50:09 -06:00
9d179abd5a Fixed grammar error on english version of user story 2016-12-22 09:17:54 -08:00
3156ec8fe4 Use strict equality operator for each sumFibs test 2016-12-21 18:12:58 -05:00
549b9e2e82 Add Brazilian Portuguese advanced-bonfires translations 2016-12-21 17:13:51 -02:00
abbbd175bd Use HTML5 to Require a Field - grammar issue 2016-12-20 10:50:26 -05:00
34803d2919 Update test message in circular-border-radius challenge 2016-12-19 14:31:20 -05:00
8aac7f227a Update instructions for Stand in Line Challenge 2016-12-16 04:09:36 -05:00
8b6f5a9c00 Add blockName to titles 2016-12-13 21:30:36 +00:00
466aba1384 Correct challenge grammar and improve clarity 2016-12-11 14:56:04 -05:00
849485deff Update twitch pass-through link 2016-12-06 00:30:38 +01:00
48de435b7c Fix typo in "Use Hex Code for Specific Colors" challenge
Fixes incorrect subject verb agreement in description of the "Use Hex Code for
Specific Colors" challenge.
2016-12-04 15:40:01 -06:00
f61107ed05 update geolocation to use either quotation mark 2016-12-04 13:06:12 +00:00
d95a768847 modify friendly dates test to improve thoroughness 2016-12-04 13:03:42 +00:00
751a5255b9 Add checks for number of items in returned array 2016-12-03 21:45:49 -05:00
c034c73871 Add note about arguments object to seek and destroy challenge 2016-12-01 21:38:21 +00:00
8a2f9beddd Clarify instructions for "Understand String Immutability" (#11737)
This commit clarifies instructions for "Understand String Immutability".
2016-11-30 04:09:48 +05:30
f33f75c939 Merge pull request #11855 from johnnyqbui/fix/description
Revise description for Concatenate Arrays with .concat Challenge
2016-11-29 10:18:20 +05:30
ce5ddc6106 revised description for challenge 2016-11-28 22:02:34 -06:00
62d75ddd38 Merge pull request #11843 from robbawebba/fix/jquery-challenge-test-coverage
Expand the test coverage of jQuery challenge
2016-11-28 15:24:08 -06:00
ceb9e957aa Merge pull request #11842 from Manish-Giri/fix/strict-inequality-operator
Fix: Add MDN Strict Inequality Link
2016-11-28 14:53:16 -06:00
2023ca3815 Merge pull request #11835 from rashmimalpande/fix/CountingCards-instructions
Change instructions in Counting Cards Challenge
2016-11-28 07:29:49 -06:00
bcf2cca0c5 Add a line about input in the Counting Cards Challenge instructions
Update basic-javascript.json
2016-11-28 11:35:41 +05:30
1cdeca6352 Expand the test coverage of jQuery challenge 2016-11-27 23:58:19 -05:00
04072f84e1 Fix: Add MDN Strict Inequality Link 2016-11-27 19:30:07 -05:00
6193c1e820 Remove extraneous attribute spaces 2016-11-27 14:50:54 +00:00
cddc4fe837 add test to import and degrade font challenges 2016-11-27 10:06:48 +00:00
69c3cae7b6 Merge pull request #11805 from Manish-Giri/fix/add-note-in-style-radio-buttons-challenge
Add note about radio buttons in responsively style radio buttons
2016-11-26 23:19:16 +01:00