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

Misago 0.20 #1059

Closed
rafalp opened this issue Aug 19, 2018 · 0 comments
Closed

Misago 0.20 #1059

rafalp opened this issue Aug 19, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@rafalp
Copy link
Owner

rafalp commented Aug 19, 2018

Misago 0.20 is a feature release focused on providing quality of life improvements for site owners.

For first time ever Misago implements themes system that makes size appearance customization possible uploading custom CSS and image files from admin computer, or simply adding custom CSS by admin interface. Option for exporting and importing themes was also included as part of this release.

It is now possible to upload custom logo, site icon and share image through the dedicated options in admin panel.

Some other commonly customized options like enabling social login or google analitics have been moved from settings.py to the admin panel.

Lastly support for versions of Python older than 3.7 has also been removed in this release.

Updating instructions

Misago Docker

Misago 0.20 is first Misago release that requires misago-docker to work.

To upgrade your Misago site to 0.20, connect to your server and go to misago_docker directory. You need to do this because updated misago-docker changed the way in which some of data is stored.

Create new backup and write down its name, you will be needing it later:

./appctl backup

Now, delete misago/static/index.html file:

rm misago/static/index.html

Now git pull latest misago_docker code:

git pull

Run upgrade:

./appctl upgrade

Restore the backup you've crated at the beginning of update:

./appctl restore YOURBACKUP.tar.gz

Re-run upgrade:

./appctl upgrade

Some settings have been moved from settings.py to admin panel. You will have to configure them again. Log to your forum's admin panel, to Settings section, and change them to your liking.

Migrating to Misago Docker

Backup your existing site's data in format used by misago-docker: Creating custom backup archives.

Setup new site using misago-docker, you'll find the guide here.

Use ./appctl restore that misago-docker providers to load your data to site.

New features

Theme changes

Bugs fixed

Implementation and API changes

Documentation changes

none

Localization changes

@rafalp rafalp added the meta label Aug 19, 2018
@rafalp rafalp added this to the 0.20.0 milestone Aug 19, 2018
@rafalp rafalp self-assigned this Aug 19, 2018
Repository owner locked and limited conversation to collaborators Aug 19, 2018
@rafalp rafalp closed this as completed Jul 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant