Vimal Raghubir
8c119560d6
Fix: Remove duplicate test ( #17543 )
2018-06-13 13:02:11 +05:30
Vuong
1245522cba
Fix typo in CSS Grid: Use Media Queries to Create Responsive Layouts ( #17534 )
2018-06-13 13:02:11 +05:30
Devon Aleshire
821164d519
Update to challenge verbiage for radio/checkbox ( #17527 )
...
Updated create radio / create checkbox to identify that the input element is not required to be inside the label element. Tried to use soft language without making user think it was incorrect because current tests still require the input to be nested within the label element. Also, this is not necessarily incorrect syntax as noted at W3 - Forms - Labels: https://bit.ly/2sLiXvE . Nesting implies implicit association vs explicit association using for attribute.
2018-06-13 13:02:11 +05:30
Bennett Elder
d039668a8f
fix(challenges): Fix wrong word on Basic CSS lesson ( #17219 )
...
Updated 'valuables' to say 'variables' since that's what the description was about.
2018-05-23 12:59:34 +05:30
Stuart Taylor
4e645a5ff6
Package: Validate challenges on test ( #17216 )
...
This PR allows us to validate the schema during test.
It also removes some cruft from the seed files and ensures only the required data is packaged and consumable, reducing the package weight somewhat.
2018-05-22 18:13:14 +05:30
Stuart Taylor
ee66d84ccb
feat(package): Initial Curriculum separation ( #17174 )
...
* feat(package): Initial Curriculum separation
* feat(package): Add org scope to package
* chore(ooops): Remove development file
* feat(npm): Add .npmignore
* fix(paths): Fix curriculum paths
* feat(build): Add a build step
* chore(seed): Move package file back to seed
* fix(ignore): Fix .npmIgnore file
* chore(docs): Update README
* chore(seed): Rename coding interview blocks
* fix(seed): Challenge files now fit into learn
* chore(seed): Update seed files for use in learn
* chore(escapes): Unescape script tags of jQuery
2018-05-21 19:26:49 +05:30
Oliver
26c29f25aa
fix(seed): Change tag nesting order ( #17093 )
...
Changed em tag to wrap around p tag
Closes #17077
2018-05-08 20:09:14 -04:00
Logan Wright
1bd4767fa0
fix: typo in responsive web design projects ( #17100 )
2018-05-03 02:01:05 +05:30
matt lubel
51ba57085b
fix(challenges): Change spanish description ( #17089 )
...
changed instructions to require English text in order to be consistent
with tests
Closes #17073
2018-04-27 23:48:08 +05:30
Shivam Chawla
05f034bfe6
fixed Typo in Basic CSS #17057 ( #17061 )
...
Fixed Typo in Basic CSS: Cascading CSS variables description #17057
2018-04-17 15:09:18 -04:00
John B
0f5e594848
fix(challenges): Fix typo issue on CSS Grid:Minmax ( #17027 )
...
the example explains that grid-template-columns: 100px minmax(50px,
200px) is set to create three columns when in fact it is only set to
create two columns.
2018-04-06 13:24:57 +05:30
rcohane
d612f48d5e
fix(challenges): Change offset values ( #17006 )
...
Made offset values 50px so change is visible
BREAKING CHANGE: N/A
Closes #14681
2018-04-04 21:24:39 -04:00
Michael Siadak
ff35f2c9c3
fix(challenges): Remove self-closing slashes from <img> and <input> ( #16985 )
2018-04-03 14:48:41 -04:00
Alex Chaffee
52ca2b9ad6
feat(seed): reformat seed/challenges JSON via repack script
2018-04-03 19:53:44 +05:30
Stuart Taylor
b7930795d6
fix(seed): Fix schema violations
2018-04-03 19:52:01 +05:30
Stuart Taylor
3f4bffcfca
fix(translations): Fix translation fields
2018-04-03 19:52:01 +05:30
Giovanni HoSang
a028471a86
Fixed Typo: Changed 'the the' to 'the' ( #17011 )
...
Closes Issue #17000
2018-04-03 14:04:11 +01:00
Simon Porter
9e95fb71ef
fix(challenges): Fix typo in css-grid justify-self challenge ( #16961 )
...
Closes #16959
2018-03-26 17:03:06 +05:30
Huyen Nguyen
29d967314f
fix(projects): Add user stories to projects' description ( #16924 )
...
BREAKING CHANGE: none
Closes #16810
2018-03-23 13:22:55 -04:00
Ahmad Abdolsaheb
c6c090b95c
feat(seed): An HTML illustration added ( #16939 )
2018-03-23 22:49:22 +05:30
Peter Elbaum
fbb9378ba6
fix(seed): Fix spelling and formatting issues ( #16821 )
...
Closes #16458
2018-03-20 20:46:14 +05:30
Quincy Larson
ed9cce022e
fix(seed): Minor copy improvements
2018-03-19 21:14:07 -05:00
Quincy Larson
bbd73a1ba6
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
65a66557bd
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
6a29b3009b
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
83b63b4ca8
fix(seed): flex box challenges not displaying
2018-03-13 16:40:15 -04:00
ashutupa
31ae776e09
fix(seed): Challenge titles should be properly capitalized
...
Closes #16873
2018-03-13 22:22:34 +05:30
R.Ganesh
edbcd73566
fix(seed): fixed typos in css grid challenges ( #16877 )
...
Closes #16871
2018-03-13 20:50:25 +05:30
YogeshSharma0201
da5726d5b3
chore(challenges): Improve description of the challenge
...
Closes #16879
2018-03-13 18:22:51 +05:30
Quincy Larson
34dea0ab9c
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
5d93e6d0c3
fix: Small language updates, and fix for colour contrast - basic-css ( #16851 )
2018-03-09 10:16:55 -06:00
Schalk Neethling
9ef7d8e405
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
6750f6f1b6
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
8d7ba72a41
feat(seed): add css variable challenges
2018-03-08 08:50:23 -06:00
mstellaluna
276a9df2e1
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
a3bd39ee5c
fix(seed): Add Img to CSS Relative Positioning Challenge ( #16728 )
2018-03-07 09:08:29 +05:30
Stuart Taylor
572b3a8dcd
fix(challengeId): Use correct id for Portfolio challenge
2018-03-05 14:26:07 +00:00
ahmadabdolsaheb
19b86f060d
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
56b188389b
chore(translations): Remove empty translation descriptions ( #16805 )
2018-03-02 11:39:29 -06:00
Hasun Amarasekara
427e279b86
fix(seed): Fixed check on U tag to Underline tests ( #16744 )
2018-02-24 12:28:44 +05:30
Quincy Larson
be7245bb0f
fix(seed): Add legacy project back in and update id ( #16749 )
...
Closes #16336
2018-02-24 11:56:15 +05:30
renisalcedo
280858e205
fix(seed): Fix "Change the Color of Text" challenge not loading ( #16764 )
...
Closes #16762
2018-02-22 10:47:33 +01:00
Stuart Taylor
4c650a6d85
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
767efbc76f
fix: language update suggestions for basic-css and basic-html ( #16729 )
2018-02-16 11:11:23 +00:00
Schalk Neethling
15c9c8527a
fix: language update suggestions for basic-css and basic-html ( #16713 )
2018-02-14 16:24:21 +00:00
Eduardo Azeredo Massarani
731efaaaae
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
edd55ea331
fix(challenges): Fix animation-timing-function default from linear ( #16690 )
...
Closes #16684
2018-02-14 11:19:32 +00:00
Ahmad Abdolsaheb
fda485067f
fix(seed): Typo in test message ( #16708 )
2018-02-13 20:13:42 +05:30
Schalk Neethling
d63f3e2ce6
fix: small language update suggestion for basic css ( #16706 )
2018-02-13 09:46:48 +00:00
Schalk Neethling
e2ec5e7427
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