Stuart Taylor
649219766d
fix(seed): Fix schema violations
2018-04-03 19:52:01 +05:30
Stuart Taylor
9c0c5eec3b
fix(translations): Fix translation fields
2018-04-03 19:52:01 +05:30
Giovanni HoSang
c2fe82ed6f
Fixed Typo: Changed 'the the' to 'the' ( #17011 )
...
Closes Issue #17000
2018-04-03 14:04:11 +01:00
Simon Porter
29d690a514
fix(challenges): Fix typo in css-grid justify-self challenge ( #16961 )
...
Closes #16959
2018-03-26 17:03:06 +05:30
Huyen Nguyen
0cf19f5f15
fix(projects): Add user stories to projects' description ( #16924 )
...
BREAKING CHANGE: none
Closes #16810
2018-03-23 13:22:55 -04:00
Ahmad Abdolsaheb
4586e294aa
feat(seed): An HTML illustration added ( #16939 )
2018-03-23 22:49:22 +05:30
Peter Elbaum
5b658ae62d
fix(seed): Fix spelling and formatting issues ( #16821 )
...
Closes #16458
2018-03-20 20:46:14 +05:30
Quincy Larson
e3db9f6168
fix(seed): Minor copy improvements
2018-03-19 21:14:07 -05:00
Quincy Larson
71f702b1c2
Merge branch 'feature/add-css-variable-challenges' of https://github.com/moT01/freeCodeCamp into moT01-feature/add-css-variable-challenges
2018-03-19 16:42:35 -05:00
mstellaluna
8145a9ceb1
Merge pull request #16884 from YogeshSharma0201/chore/improve-description
...
fix(seed): improve instructions of css-flex challenge
2018-03-14 12:12:29 -04:00
mstellaluna
2121adb4e6
Merge pull request #16886 from ashutupa/fix/CSSGrid
...
fix(seed): Challenge titles should be properly capitalized
2018-03-14 10:15:24 -04:00
PolarisTLX
b7789af878
fix(seed): flex box challenges not displaying
2018-03-13 16:40:15 -04:00
ashutupa
476e358532
fix(seed): Challenge titles should be properly capitalized
...
Closes #16873
2018-03-13 22:22:34 +05:30
R.Ganesh
258814c94e
fix(seed): fixed typos in css grid challenges ( #16877 )
...
Closes #16871
2018-03-13 20:50:25 +05:30
YogeshSharma0201
3c1049dffa
chore(challenges): Improve description of the challenge
...
Closes #16879
2018-03-13 18:22:51 +05:30
Quincy Larson
4f0f17892c
Fix/copy improvements ( #16859 )
...
* fix(seed): Simplify copy of lessons and remove need for image
* rework copy for account creation and login emails
* fix: Fixup email template and lock-file
2018-03-09 19:39:44 +00:00
Schalk Neethling
014c0a98a0
fix: Small language updates, and fix for colour contrast - basic-css ( #16851 )
2018-03-09 10:16:55 -06:00
Schalk Neethling
12c02381e1
fix: language update suggestions for basic-css and basic-html ( #16767 )
...
* fix: language update suggestions for basic-css and basic-html
* Fix plural
2018-03-08 10:13:20 -06:00
Berkeley Martinez
7f88fe5877
Merge pull request #16788 from Bouncey/feat/legacyCerts
...
Feat(legacy-certs): Claim legacy certificates from the settings page
2018-03-08 07:33:20 -08:00
moT01
8d95856077
feat(seed): add css variable challenges
2018-03-08 08:50:23 -06:00
mstellaluna
92ebf9fc47
Merge pull request #16837 from ahmadabdolsaheb/feature/css-grid-chall-one
...
feat(seed): Adds the json file for css grid challenges
2018-03-07 20:19:02 -05:00
Neenad Ingole
53901aa822
fix(seed): Add Img to CSS Relative Positioning Challenge ( #16728 )
2018-03-07 09:08:29 +05:30
Stuart Taylor
10148ce5b3
fix(challengeId): Use correct id for Portfolio challenge
2018-03-05 14:26:07 +00:00
ahmadabdolsaheb
2a814f1d66
feat(seed): Adds the json file for css grid challenges
...
order or json files changed and new css grid challenges json is added
2018-03-05 17:20:31 +03:00
Stuart Taylor
0be11b108a
chore(translations): Remove empty translation descriptions ( #16805 )
2018-03-02 11:39:29 -06:00
Hasun Amarasekara
9a9d1fc3d7
fix(seed): Fixed check on U tag to Underline tests ( #16744 )
2018-02-24 12:28:44 +05:30
Quincy Larson
229a6902a5
fix(seed): Add legacy project back in and update id ( #16749 )
...
Closes #16336
2018-02-24 11:56:15 +05:30
renisalcedo
e0d084465e
fix(seed): Fix "Change the Color of Text" challenge not loading ( #16764 )
...
Closes #16762
2018-02-22 10:47:33 +01:00
Stuart Taylor
24ef69cf7a
feat(settings): Expand Settings page functionality ( #16664 )
...
* fix(layout): Fix Settings layout in firefox
* chore(availableForHire): Remove available for hire setting
* feat(helpers): Use helper components for Settings layout
* fix(map): Fix undefined lang requested
* feat(settings): Expand Settings page functionality
* chore(pledge): Remove pledge from Settings
* fix(about): Adjust AboutSettings layout
* fix(portfolio): Improve PortfolioSettings layout
* fix(email): Improve EmailSettings layout
* fix(settings): Align save buttons with form fields
* fix(AHP): Format AHP
* fix(DangerZone): Adjust DangerZone layout
* fix(projectSettings): Change Button Copy
* fix(CertSettings): Fix certificate claim logic
* chore(lint): Lint
2018-02-16 17:18:53 -06:00
Schalk Neethling
82ec375f19
fix: language update suggestions for basic-css and basic-html ( #16729 )
2018-02-16 11:11:23 +00:00
Schalk Neethling
5fbf769e1b
fix: language update suggestions for basic-css and basic-html ( #16713 )
2018-02-14 16:24:21 +00:00
Eduardo Azeredo Massarani
f3300546f6
update test for media query challenge ( #16691 )
...
the test fails if there is no space between @media and the parenthesis, even though it is possible to not have a space. Also it doesn't tell you that that is the problem, so it can make the person get stuck trying to figure out what they did wrong, when in fact they were right, like I was for half an hour until I came here to check the test =)
2018-02-14 11:21:14 +00:00
Akshat Harit
e3027dc3cc
fix(challenges): Fix animation-timing-function default from linear ( #16690 )
...
Closes #16684
2018-02-14 11:19:32 +00:00
Ahmad Abdolsaheb
007b68ecf8
fix(seed): Typo in test message ( #16708 )
2018-02-13 20:13:42 +05:30
Schalk Neethling
5c8b512168
fix: small language update suggestion for basic css ( #16706 )
2018-02-13 09:46:48 +00:00
Schalk Neethling
77b7b17096
Language update suggestions for basic HTML curriculum ( #16697 )
...
* Language update suggestions for basic HTML curriculum
* fix: Changes based on review feedback
2018-02-12 12:30:43 +00:00
Matthew Brener
0bb658078f
feat(seed): Fix attribute selector grammar error ( #16676 )
...
Changed the word "style" to "styles"
Closes #16675
2018-02-10 09:23:12 +00:00
Jason Kao
30182c9304
fix(seed): strengthened buggy regex in an Applied Accessibility test ( #16653 )
...
Closes #16645
2018-02-08 11:48:29 +05:30
jpdail01
a78b2a4f33
Select div by element instead of by class to test background-color ( #16638 )
2018-02-08 11:32:57 +05:30
Ahmad Abdolsaheb
4cd7be48dc
fix(seed): Make tests accepts all correct answers ( #16627 )
...
the test and challenge seed has changed
Closes #16516
2018-02-08 11:17:31 +05:30
David Golightly
9203192a21
fix(challenges): Add more examples of text-align CSS property ( #16624 )
...
Closes #16446
2018-02-08 00:37:17 +05:30
Neenad Ingole
58eafb4d9b
fix(seed): English error in Basic HTML and HTML5 challenge ( #16608 )
2018-01-31 01:35:11 +05:30
Anh Tran
79d9335977
fix(seed): Add test cases for closing tags ( #16575 )
2018-01-30 11:09:39 +05:30
Ahmad Abdolsaheb
7871fad1b3
fix(seed): Expand description of media query challenge ( #16572 )
...
example change to make it more clear
Closes #16474
2018-01-30 11:00:10 +05:30
mrugesh mohapatra
4346de64f3
Merge pull request #16573 from tarun7singh/fix/relative-protocol-URLs
...
fix(URLs): Changed protocol relative URLs to HTTPS URLs
2018-01-26 01:38:11 +05:30
Tarun Singh
90ba46f6f0
fix(URLs): Changed protocol relative URLs to Https URLs
...
BREAKING CHANGE: None
Closes #16522
2018-01-25 20:11:01 +05:30
A-J Roos
35be15dfc2
test(seed): Check for both opening and closing footer tags ( #16542 )
...
Currently the test is only checking for the opening footer tag. This
proposed change would make it that the test checks for both the opening
and closing footer tags.
Closes #16416
2018-01-24 23:33:58 +00:00
Davinderpal Singh Rehal
7cbe4141ce
fix(challenge): Remove the note about Safari in the HTML5 require ( #16546 )
2018-01-21 12:21:13 +05:30
Sagar Jha
dc05c33798
fix(seed): Change require pixel ( #16500 )
2018-01-19 00:03:57 +05:30
Saurish Kar
2788f723f9
fix(seed): added example breakdown to give more clarity to question ( #16485 )
2018-01-18 12:16:50 +05:30