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

Revise theme experience #20

Closed
6 tasks done
danieljsummers opened this issue Jul 16, 2022 · 1 comment
Closed
6 tasks done

Revise theme experience #20

danieljsummers opened this issue Jul 16, 2022 · 1 comment
Assignees
Milestone

Comments

@danieljsummers
Copy link
Collaborator

danieljsummers commented Jul 16, 2022

The theme experience within myWebLog can be convoluted, and adds multiple steps to the onboarding experience. To remedy this: (#19 is a prerequisite)

  • Modify the startup logic to look for -theme.zip files in the application root folder, and load those themes on startup, using the name of the file without -theme.zip as the slug. (Currently, the name of the file without .zip becomes the slug.)
  • Provide a theme maintenance page (visible to Administrator users). The admin theme should not appear in the list of themes.
  • When a theme is uploaded, load it into the database, and save the .zip file in the application root; when it is removed, delete it from both places. (Users may not upload admin-theme.zip.)
  • Deletion should ensure that no weblogs are currently using that theme; additionally, it should not allow the admin or default themes to be deleted.
  • Update the build packaging process to place admin-theme.zip and default-theme.zip in the application root folder rather than a separate directory.
  • Update the installation / upgrade documentation.
@danieljsummers danieljsummers added this to the v2-rc milestone Jul 16, 2022
@danieljsummers danieljsummers self-assigned this Jul 22, 2022
danieljsummers added a commit that referenced this issue Jul 22, 2022
- Adjust release packaging (#20)
- Fix default theme for beta-5 changes (#24)
- Remove RethinkDB case fix (cleanup from #21)
- Bump versions for next release
danieljsummers added a commit that referenced this issue Jul 23, 2022
danieljsummers added a commit that referenced this issue Jul 24, 2022
danieljsummers added a commit that referenced this issue Jul 24, 2022
- Moved themes to section of installation admin page (will also implement #23 there)
@danieljsummers
Copy link
Collaborator Author

This is complete; will be part of RC1

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

No branches or pull requests

1 participant