Commit Graph

18199 Commits

Author SHA1 Message Date
mrugesh mohapatra
d4c639e473 Merge pull request #12397 from codeman869/fix/search-replace-description
Search and Replace challenge description
2017-01-06 21:30:33 +05:30
mrugesh mohapatra
44b98f709a Merge pull request #12397 from codeman869/fix/search-replace-description
Search and Replace challenge description
2017-01-06 21:30:33 +05:30
mrugesh mohapatra
f3d7bdee9f Merge pull request #12328 from yesthatguy/fix/telephone-numbers
Update phone number and description
2017-01-06 11:33:10 +05:30
mrugesh mohapatra
6b47dcd1e7 Merge pull request #12328 from yesthatguy/fix/telephone-numbers
Update phone number and description
2017-01-06 11:33:10 +05:30
mrugesh mohapatra
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
mrugesh mohapatra
35871f8cbd Merge pull request #12383 from tmashuang/fix/sample-codeblock-wordwrap
Add wbr tag on sample code
2017-01-06 11:30:25 +05:30
mrugesh mohapatra
2f75e85e60 Merge pull request #12380 from arsho/patch-1
Updated mongodb running command in c9.io
2017-01-06 11:22:03 +05:30
mrugesh mohapatra
a6fefc55e6 Merge pull request #12380 from arsho/patch-1
Updated mongodb running command in c9.io
2017-01-06 11:22:03 +05:30
Quincy Larson
656ddc9dc7 Merge pull request #12390 from PortableStick/fix/forum-challenge-rewording
Reword text instructions for first forum post
2017-01-05 18:06:29 -06:00
Gregory Smith
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
Gregory Smith
a2f69a6430 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
Stuart Taylor
b9c7532efd Next step unlocked persistence 2017-01-05 21:33:52 +00:00
Cody Deckard
6193b0b062 Search and Replace challenge description 2017-01-05 21:21:03 +00:00
Cody Deckard
7f698587b9 Search and Replace challenge description 2017-01-05 21:21:03 +00:00
Thomas Huang
63c2f75730 Add wbr tag on sample code 2017-01-05 01:58:47 -08:00
Thomas Huang
2ccbe2641c Add wbr tag on sample code 2017-01-05 01:58:47 -08:00
Ahmedur Rahman Shovon
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
Ahmedur Rahman Shovon
b5e140923b 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
Dylan
62aecda2a7 Merge pull request #12373 from gristow/fix/pairwise
fix(pairwise): Clarification of instructions
2017-01-04 22:32:00 -06:00
Gregory Ristow
b7038fd240 fix(pairwise): Clarification of instructions 2017-01-04 17:19:08 -10:00
Gregory Ristow
2dc6e894e7 fix(pairwise): Clarification of instructions 2017-01-04 17:19:08 -10:00
Berkeley Martinez
8bb85c9f8d Merge pull request #11784 from Bouncey/fix/entitiesReducerRefactor
Fix: Entities reducer refactor to enable update of redux-actions
2017-01-04 16:16:53 -08:00
Stuart Taylor
7a035159d2 chore(pkg) update redux-actions to 1.2.0 2017-01-05 00:13:17 +00:00
Stuart Taylor
bba4ecc13c Refactor entities reducer for redux-actions update 2017-01-05 00:09:47 +00:00
Berkeley Martinez
dd5425eb21 Merge pull request #12306 from Bouncey/feature/codemirrorSkeleton
Render CodeMirror skeleton for SSR
2017-01-04 15:42:57 -08:00
Berkeley Martinez
568091785f Merge pull request #12322 from systimotic/fix/improve-log-output
Improve console.log output
2017-01-04 15:39:01 -08:00
Quincy Larson
19facd3781 add new nav dropdown options 2017-01-04 22:55:46 +00:00
systimotic
27713a9d21 Improve console.log output 2017-01-04 18:25:54 +01:00
Dylan
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
Dylan
a705c83413 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
Dylan
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
Dylan
ae5b78a9a0 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
Thomas Huang
ac68b6549b Add target blank to anchor link to open in new tab 2017-01-03 15:41:23 -08:00
Thomas Huang
98d9ece58d Add target blank to anchor link to open in new tab 2017-01-03 15:41:23 -08:00
Stuart Taylor
075476f15f Render CodeMirror skeleton for SSR 2017-01-03 21:25:14 +00:00
Dylan
5b14f1631b Merge pull request #12334 from Manish-Giri/fix/add-bracket-notation
Allow bracket notation and search for dot notation
2017-01-03 11:02:26 -06:00
Berkeley Martinez
3d93e70a73 Show dropdown on hover 2017-01-03 07:04:07 +00:00
Manish Giri
e63d9fde96 Allow bracket notation and search for dot notation 2017-01-03 00:30:06 -05:00
Manish Giri
3ab69f158f Allow bracket notation and search for dot notation 2017-01-03 00:30:06 -05:00
Berkeley Martinez
09b8ff88fd Merge pull request #12310 from systimotic/fix/debug-browser
Remove webpack replacer for debug module
2017-01-02 15:34:50 -08:00
Brian Salomaki
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
Brian Salomaki
e551b59be3 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
Berkeley Martinez
81fc1d496d Merge pull request #12317 from raisedadead/fix/remove-friendly-date-ranges
fix(CI): Remove Friendly Date Ranges
2017-01-02 12:36:33 -08:00
Mrugesh Mohapatra
c0410ab071 fix(CI): Remove Friendly Date Ranges 2017-01-02 08:00:49 +00:00
Mrugesh Mohapatra
7b9cad1a90 fix(CI): Remove Friendly Date Ranges 2017-01-02 08:00:49 +00:00
systimotic
86380c59dd Remove webpack replacer for debug module 2017-01-02 00:09:19 +01:00
mrugesh mohapatra
782f489576 Merge pull request #12292 from nunoarruda/feat/year-update
chore: update license year
2017-01-01 00:01:16 +05:30
Nuno Arruda
d7b3458b15 chore: update license year 2016-12-31 12:34:14 -01:00
Quincy Larson
2e23886309 Merge pull request #12288 from BerkeleyTrue/feat/add-dropdown-nav
feat(nav): Add dropdown menu
2016-12-30 21:26:37 -06:00
Quincy Larson
8159610572 Merge pull request #12289 from BerkeleyTrue/feat/normalize-eslintrc
feat(lint): Normalize eslint file
2016-12-30 21:16:07 -06:00