Commit Graph

4189 Commits (3b94475f9d854fc43ad91991d37ee6e37941c976)

Author SHA1 Message Date
Martin Kwan 3b94475f9d Updated Roman Numeral Challenge link
Updated link so it would open in a new tab instead of the current tab.
2015-08-06 00:02:15 -07:00
Berkeley Martinez ce9e2ebcae fix test email for string 2015-08-05 22:56:23 -07:00
Berkeley Martinez 0ce81bbabb fix email sign should not require username 2015-08-05 19:29:17 -07:00
Berkeley Martinez a838a4097d fix clicking on image or points always takes you to /account 2015-08-05 19:12:54 -07:00
Berkeley Martinez e6d05e3421 fix specify index using mongodb property 2015-08-05 19:08:25 -07:00
Berkeley Martinez 8c7a9dd818 fix trim and lowercase user username and email 2015-08-05 18:51:15 -07:00
Berkeley Martinez e9958281c9 pull user bio from github 2015-08-05 17:49:54 -07:00
benmcmahon100 7d04da6c60 Merge pull request #1584 from flota113/flota113-1579
Fixed tests in Waypoint: Use Comments to Clarify Code
2015-08-06 00:21:59 +01:00
Marcin Flotyński c577190e67 Fixed tests
Added check if the object isn't null and escaped quotes because text
enclosed apostrophe
2015-08-06 00:57:55 +02:00
Marcin Flotyński 073456e0de changed to agree with the style -
greater than 0 instead of greater than or eqal to 1
2015-08-06 00:25:11 +02:00
benmcmahon100 c66d2d54d5 Merge pull request #1582 from flota113/flota113-1578
Fixed tests in Waypoint: Label Bootstrap Wells
2015-08-05 23:21:52 +01:00
Marcin Flotyński c6b2140c02 first fixes - length larger _or equal_ to 1
I'm not sure if the tests are too vague - they allow to comment out way
more than just the text specified - like the whole page..
2015-08-06 00:20:52 +02:00
Marcin Flotyński 36f66c1262 Fixed tests in waypoint
changes col-xs-12 to col-xs-6 so the tests works
Issue #1578
2015-08-05 23:53:45 +02:00
benmcmahon100 755e10dcf7 Merge pull request #1581 from Rafase282/patch-1
Fix for Issue #1540
2015-08-05 22:35:30 +01:00
Rafael J. Rodriguez 43a1a62536 Fix for Issue #1540 2015-08-05 17:34:06 -04:00
Berkeley Martinez 07e9bbf00a add link to github waypoint to non github cool campers 2015-08-05 13:54:48 -07:00
benmcmahon100 117306de33 Merge pull request #1576 from cristianvnica/cristianvnica-1575
Fixing #1575
2015-08-05 21:24:05 +01:00
Cristian V. Nica caef8c9da8 Fixing #1575
Fixing small typo
2015-08-05 23:22:37 +03:00
benmcmahon100 145cb422e2 Merge pull request #1573 from Greenheart/staging
added test for object for steamroller bonfire
2015-08-05 21:22:12 +01:00
Berkeley Martinez 0def1b3ba8 readd challenges 2015-08-05 13:21:53 -07:00
Berkeley Martinez f167238c74 remove public accounts if user is not github cool or grandfathered 2015-08-05 13:01:48 -07:00
Berkeley Martinez 504239050c remove old license information
repo is now under copyright to FCC
find license in root directory
2015-08-05 13:01:48 -07:00
Berkeley Martinez 3cfd69c704 add loopbackMigrationGrandfathered flag 2015-08-05 13:01:48 -07:00
benmcmahon100 974bf503ec Merge pull request #1572 from cristianvnica/cristianvnica-1571
Trying to fix: #1571
2015-08-05 20:43:17 +01:00
Samuel Plumppu 27cff0becf added test for object for steamroller bonfire 2015-08-05 21:37:04 +02:00
Berkeley Martinez b7e39cd950 Update .gitattributes 2015-08-05 12:27:07 -07:00
Berkeley Martinez 1ca6bd9c60 Create .gitattributes
This should fix out Github language statistics
2015-08-05 12:25:52 -07:00
Quincy Larson 40cdf76035 Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging 2015-08-05 11:58:09 -07:00
Quincy Larson 01e408d48c new final-ish curriculum structure 2015-08-05 11:57:58 -07:00
Cristian V. Nica 5ff371fc6f Trying to fix: #1571
I have found a small typo on challenge: An Array Of new Information
2015-08-05 21:55:25 +03:00
Berkeley Martinez 7f9c3b46cd fix typo directory should be plural 2015-08-05 11:48:12 -07:00
Berkeley Martinez 71ca6b1b5b mark if user is github cool during migration 2015-08-05 11:22:58 -07:00
Berkeley Martinez f656311b3e remove comments from migration 2015-08-05 11:22:58 -07:00
benmcmahon100 23bc0787a8 Merge remote-tracking branch 'origin/staging' into staging 2015-08-05 17:31:55 +01:00
benmcmahon100 f68c6d0fa3 Changed the object lessons to use dot notation instead of bracket
Fix https://github.com/FreeCodeCamp/freecodecamp/issues/1564
2015-08-05 17:31:42 +01:00
benmcmahon100 b004e7e889 Merge pull request #1563 from cristianvnica/cristianvnica-1562
Trying to fix issue #1562
2015-08-05 17:18:32 +01:00
Cristian V. Nica 61c8eb1595 Trying to fix issue #1562
In Use Bracket Notation to Find the Nth to Last Character in a String:
There is a mistake in the code sample:

It should be: var thirdToLastLetterOfFirstName =
firstName[firstName.length - 3];
but is: var thirdToLastLetterOfFirstName = firstName[firstName.length -
2];
2015-08-05 19:08:49 +03:00
benmcmahon100 91c7bce758 Font on submit buttons should be correct now 2015-08-05 17:04:02 +01:00
benmcmahon100 e7cac3ccf9 fix https://github.com/FreeCodeCamp/freecodecamp/issues/1559 2015-08-05 16:54:57 +01:00
benmcmahon100 4ff54006d3 Merge remote-tracking branch 'origin/staging' into staging 2015-08-05 15:39:18 +01:00
benmcmahon100 ceed3c4877 Fix some typos 2015-08-05 15:38:54 +01:00
Quincy Larson 3c4142c92c fix profile update button 2015-08-04 18:43:40 -07:00
Quincy Larson 3551cefb3d simplify account.jade view for github integration 2015-08-04 18:29:05 -07:00
Quincy Larson 989cb87c00 add redirect for now vanished field guide articles 2015-08-04 18:00:01 -07:00
Quincy Larson 61aed73fa8 Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging 2015-08-04 15:15:33 -07:00
Quincy Larson 5f2ec0aeae Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp i:wq
nto staging
2015-08-04 15:10:15 -07:00
Berkeley Martinez d752e5b487 on login double check that github username
if different, assign user to new name
2015-08-04 15:09:42 -07:00
Quincy Larson 7246945b42 remove bonfires from campers' public portfolios 2015-08-04 15:09:20 -07:00
Berkeley Martinez e01876f3ab disable username updating when camper is githubCool 2015-08-04 15:03:33 -07:00
Quincy Larson 73f0dcf732 make wiki open in new tab 2015-08-04 14:58:24 -07:00