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

Release/v3.1.0 #257

Merged
merged 73 commits into from
Oct 15, 2022
Merged

Release/v3.1.0 #257

merged 73 commits into from
Oct 15, 2022

Conversation

chrismaddalena
Copy link
Collaborator

CHANGELOG

[3.1.0] - 14 October 2022

Fixed

  • Fixed a bug that could cause content or styling to be lost inside nested text formatting

Added

  • New deconfliction event tracking feature now available under the "Deconflictions" tab on project dashboards
  • New white card tracking feature now available under the "White Cards" tab on project dashboards

Changed

  • Findings added to a report via a blank template (i.e., not added from the library) will now appear with a flag icon for easy identification
  • All fields that use the WYSIWYG editor now have a RichText counterpart available in report templates (Closes #241)
  • Improved sample "tutorial" template to cover more advanced usage of filters, variables, and more


$('.formset-add-{{ whitecards.prefix }}').click(function() {
var form_idx = $('#id_{{ whitecards.prefix }}-TOTAL_FORMS').val();
$('#formset-{{ whitecards.prefix }}').append($('#empty-form-{{ whitecards.prefix }}').html().replace(/__prefix__/g, form_idx));

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML

[DOM text](1) is reinterpreted as HTML without escaping meta-characters.
@codecov-commenter
Copy link

codecov-commenter commented Oct 15, 2022

Codecov Report

Base: 82.70% // Head: 82.49% // Decreases project coverage by -0.21% ⚠️

Coverage data is based on head (e94be75) compared to base (5011542).
Patch coverage: 77.40% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #257      +/-   ##
==========================================
- Coverage   82.70%   82.49%   -0.22%     
==========================================
  Files          42       42              
  Lines        5632     5803     +171     
==========================================
+ Hits         4658     4787     +129     
- Misses        974     1016      +42     
Impacted Files Coverage Δ
ghostwriter/reporting/views.py 71.70% <ø> (ø)
ghostwriter/rolodex/views.py 41.10% <30.35%> (-0.93%) ⬇️
ghostwriter/rolodex/forms_project.py 99.70% <98.76%> (-0.30%) ⬇️
ghostwriter/reporting/models.py 100.00% <100.00%> (ø)
ghostwriter/rolodex/models.py 100.00% <100.00%> (ø)
ghostwriter/rolodex/signals.py 80.28% <0.00%> (-2.82%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@chrismaddalena chrismaddalena merged commit c056955 into master Oct 15, 2022
@chrismaddalena chrismaddalena deleted the release/v3.1.0 branch October 15, 2022 04:32
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.

[Feature Request] Add *_rt to all rich text attribute in the app
2 participants