Configurable second series field#3647
Open
AsherMaximum wants to merge 11 commits into
Open
Conversation
# Conflicts: # cps/admin.py # cps/config_sql.py # cps/templates/config_view_edit.html
# Conflicts: # cps/config_sql.py
# Conflicts: # cps/admin.py # cps/config_sql.py # cps/templates/config_view_edit.html
…mns - will only work after a restart after the series2 column is changed # Conflicts: # cps/admin.py # cps/config_sql.py # cps/templates/config_view_edit.html # cps/web.py
# Conflicts: # cps/web.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Configuration option for setting a second series field (for storing world, collection, etc).
Shows in sidebar, and in book details under the primary series. Uses column name as the display name.
Available to select in the advanced search in the same manner as the main series.
Configuration allows for setting the icon to use in the sidebar (defaults to the same as the main series icon)
Sidebar display has the same "Show <SecondSeries Section" config option in the user's config page as the main series
The "show second series on book list pages" checkbox causes the second series to be displayed below the primary series on all book pages
Also includes some cleanup for sidebar urls, so they no longer have extra URL parameters that are not used.
If used with PR #3376, commits 1451f28 & 3285d6b allow for the second series to be sent as the subtitle when syncing with a Kobo
Issues: #1501, #2797