-
Notifications
You must be signed in to change notification settings - Fork 6
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
Merge staging
into production
, 6 March 2025
#1782
Open
dchiller
wants to merge
36
commits into
production
Choose a base branch
from
staging
base: production
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…into issue-1632
Add a form field/widget to edit markdown for text fields. Implement this field initially for the `description` and `selected_bibliography` fields on the `Source` model. Add helper tag `render_markdown` for displaying markdown fields.
Add quoted search functionality on browse sources page
Add markdown-powered fields
- add description_entered_by field to source model - add migration file - update source edit and create forms to include this field - update source create, source edit, and source detail pages to display this field - update user detail page to credit descriptions - add source description field to the indexing notes search
Add crediting for source descriptions
Create bulk chant edit function
Add `map_source_segments` command to add the current value of the `source.segment` field to the `source.segment_m2m` field. Add `populate_canadian_chant_db` command to add the Canadian Chant DB segment to the `segment_m2m` field of all sources held in Canadian institutions.
When making a fake source, add the value of the fake source's `segment` field to the `segment_m2m` field.
Add a number of static resources and a template for the Canadian Chant Database landing page. Modifies the `SourceList` view to check the value of the segment argument to determine the template (and associated static resources to serve).
Create Canadian Chant database landing page
Merge `develop` to `staging`, 3 March 2025
Makes some styling changes to the CCDB homepage. Refactors navbar templating to allow variable use of regular and sticky headers. Isolates sticky header-specific and CCDB landing page-specific stylings. Moves regular source list and CCDB source list templates to `source_list` subdirectory in anticipation of additional landing pages.
Sustainably serve CCDB landing page + styling changes
Merge `develop` into `staging`, 5 March 2025
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.
description
andbibliography
fields on theSource
model use html tags, and so don't show up correctly with this change