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

Integrate 5.0 work so far #1706

Merged
merged 37 commits into from
Feb 27, 2020
Merged

Integrate 5.0 work so far #1706

merged 37 commits into from
Feb 27, 2020

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Jan 6, 2020

What is this pull request for?

Includes all the work already done for 5.0

Notable changes

@tvdeyen tvdeyen added this to the 5.0 milestone Jan 6, 2020
@tvdeyen tvdeyen force-pushed the five branch 5 times, most recently from 18d02d4 to aafc7c8 Compare February 26, 2020 20:39
And the default value set correctly on the newly build
essence object.
Read the crop and size settings from one canonical source the content
settings defined in the elements.yml

This reduces complexity and prevents hard to track down errors.
Rely only on the content settings for sizing and cropping
settings.
All settings a content might have are set on the contents
definition settings key.
This was only done because we supported to have local options in
the element editor and essence editor partials. We do not support
this anymore and expect to use static content.settings instead.
Passing options as locals to essence editors is not possible anymore.

Static values should be set on the content settings on the contents
defintion in elements.yml instead. For dynamic values please use a
custom essence class.
Speeds up element content editor rendering by making use of
Rails collection partial rendering.

Also holds all presenter methods from Content model.
Elements do not need an editor partial anymore.
This allows us to move helper classes into this class and
render the element editor partial in a more efficient way.
Element view partials should have the element name
Use a ransack search query instead.
The new EssencePage select2 search made this obsolote.
This has been replaced by Menus and the render_menu helper.
This has been replaced by external Menu nodes.
This has been replaced by Menu nodes
We want to remove all deprecations, so we want to see them in the logs.
Make sure that all upgrades have been run under Alchemy 4.4
For existing installations the upgrade task patches the Gutentag migration so they skip the tables if they already exist. While new installations run them.
A new mayor release is a good reason to start fresh.
@tvdeyen tvdeyen merged commit b48cc0d into master Feb 27, 2020
@tvdeyen tvdeyen deleted the five branch February 27, 2020 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant