Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Full Site Editing #855

Draft
wants to merge 56 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 51 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
33a4a38
Moving in FSE related files.
jrtashjian Apr 6, 2023
6395bed
Add missed files
jrtashjian Apr 6, 2023
ee08546
Remove old template files
jrtashjian Apr 6, 2023
c5be03a
phpcs fixes and bump requirements
jrtashjian Apr 6, 2023
2ce9c8a
Move conversion class into it's own file
jrtashjian Apr 6, 2023
2ef3c54
Add johnpbloch/wordpress-core for intellisense support
jrtashjian Apr 6, 2023
ef0ae79
More cleanup
jrtashjian Apr 6, 2023
ab98087
fix typo in migration
jrtashjian Apr 6, 2023
3fc5388
simple typo fix
AnthonyLedesma Apr 7, 2023
69b2296
revert suggestion changes
AnthonyLedesma Apr 7, 2023
7dd8b18
Fix trendy
jrtashjian Apr 7, 2023
a979875
Ignore linting index.php
jrtashjian Apr 7, 2023
8d25dc6
Add WooCommerce templates
jrtashjian Apr 7, 2023
2785be9
re-export theme.json
jrtashjian Apr 7, 2023
b80446a
Tweak post query in templates
jrtashjian Apr 11, 2023
eebaf9f
re-export Modern
jrtashjian Apr 11, 2023
1278cc5
re-export default
jrtashjian Apr 11, 2023
2f9493e
Tweak social icons in footer
jrtashjian Apr 11, 2023
ec0f738
Fixes FSE: Footer Menu Duplicated #862
jrtashjian Apr 12, 2023
577719f
re-export styles
jrtashjian Apr 12, 2023
2b2abaa
re-export styles
jrtashjian Apr 12, 2023
2d0363e
fix footer spacing
jrtashjian Apr 12, 2023
0df3a83
update site and nav fonts
jrtashjian Apr 12, 2023
4897e9e
Add "global" header option and update single/page templates
jrtashjian Apr 14, 2023
aa4a24c
Fix header migration
jrtashjian Apr 14, 2023
6f8f7ce
remove old templates
jrtashjian Apr 17, 2023
c2c2cf4
setup git export
jrtashjian Apr 17, 2023
3970aae
fix ignore
jrtashjian Apr 17, 2023
0e833f9
additional templates
jrtashjian Apr 18, 2023
1587eff
Disable CoBlocks Labs Site Design
jrtashjian Apr 18, 2023
44abe37
re-configure composer
jrtashjian Apr 28, 2023
ee3a0c9
Rename phpcs and phpunit files
jrtashjian Apr 28, 2023
245d8ea
🪓 Remove Grunt and Yarn
jrtashjian Apr 28, 2023
32c3f13
reconfigure package.json
jrtashjian Apr 28, 2023
f626f4a
remove old webpack configs
jrtashjian Apr 28, 2023
ed52877
move deactivate-modal to src/
jrtashjian Apr 28, 2023
2436f08
add npm deps
jrtashjian Apr 28, 2023
f507ea1
remove old scripts
jrtashjian Apr 28, 2023
3db6995
enqueue deactivation modal scripts
jrtashjian Apr 28, 2023
681a71f
Attempt to fix tests workflow
jrtashjian May 1, 2023
6635dc0
fix build command
jrtashjian May 1, 2023
d81f2e1
Fix test:js
jrtashjian May 1, 2023
fdb71c6
Fix coding standards workflow
jrtashjian May 2, 2023
d03af6b
fix eslint runner
jrtashjian May 2, 2023
2f97399
Fix php linting
jrtashjian May 2, 2023
85ff5a9
Remove old phpunit tests
jrtashjian May 2, 2023
ecaca70
Fix update-translations workflow
jrtashjian May 2, 2023
afa04c4
fix phpunit test workflow
jrtashjian May 3, 2023
7ad266e
test if we need executablePath
jrtashjian May 3, 2023
db970ba
"npm run" needed
jrtashjian May 3, 2023
ee70a2b
Set chromeLaunchConfig for CI
jrtashjian May 3, 2023
1060bbb
Composer "format" should be "lint:fix"
jrtashjian May 3, 2023
35f45da
Fix full & wide alignment
jrtashjian May 9, 2023
a970e8f
Improve colors. Improve spacing for header-1 (#867)
jlemay-godaddy May 18, 2023
754f91f
WPEX-2977 - fix styles quote block in Go FSE (#868)
snovosel-godaddy May 22, 2023
cddc140
Fix navigation headings (#866)
eherman-godaddy Jun 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 0 additions & 89 deletions .dev/assets/development-environment.php

This file was deleted.

151 changes: 0 additions & 151 deletions .dev/config/webpack.common.js

This file was deleted.

94 changes: 0 additions & 94 deletions .dev/config/webpack.settings.js

This file was deleted.

1 change: 0 additions & 1 deletion .dev/husky/_/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .dev/husky/pre-commit

This file was deleted.

2 changes: 1 addition & 1 deletion .dev/tests/accessibility/compliance/pa11y.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const config = {
},
chromeLaunchConfig: {
ignoreHTTPSErrors: true,
executablePath: '/usr/bin/google-chrome'
executablePath: process.env.CI && '/usr/bin/google-chrome',
}
};

Expand Down
Binary file removed .dev/tests/cypress/fixtures/images/150x150.png
Binary file not shown.
40 changes: 0 additions & 40 deletions .dev/tests/cypress/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,43 +96,3 @@ export function loginToSite() {
preserve: /wordpress_.*/,
} );
}

/**
* Upload helper object. Contains image fixture spec and uploader function.
* `helpers.upload.newLogo` Function uploads the new logo.
* `helpers.upload.spec` Object containing image spec.
*/
export const upload = {
/**
* Upload image to input element and trigger replace image flow.
*
* @param {string} blockName The name of the block that is replace target
* imageReplaceFlow works with CoBlocks Galleries: Carousel, Collage, Masonry, Offset, Stacked.
*/
newLogo: () => {
cy.get( '#customize-control-custom_logo' ).should( 'exist' );

const imagePath = `../fixtures/images/150x150.png`;

/* eslint-disable */
cy.fixture( imagePath ).then( ( fileContent ) => {
cy.get( '[class^="moxie"] [type="file"]' )
.attachFile( { fileContent, filePath: imagePath, mimeType: 'image/png' }, { force: true } );
} );
/* eslint-enable */
},

spec: {
fileName: '150x150.png',
imageBase: '150x150',
pathToFixtures: '../.dev/tests/cypress/fixtures/images/',
},
};

/**
* Save the customier settings.
*/
export function saveCustomizerSettings () {
cy.get( '#customize-header-actions input[type="submit"]' ).click().should( 'have.attr', 'disabled' );
cy.get( '#publish-settings' ).should( 'not.be.visible' );
};
Loading