Releases: mozilla/kitsune
Releases · mozilla/kitsune
1.2.10
What's Changed
- Playwright bump dependencies by @emilghittasv in #6517
- add backend to list of real email backends by @escattone in #6519
Full Changelog: 1.2.9...1.2.10
1.2.9
Highlights
- Under the hood improvements to improve the stability of the notification system.
- Bug fixes!
What's Changed
- Increase Postgres shared memory by @akatsoulas in #6504
- rate limit emails by @escattone in #6482
- 1968 - Document edit and metadata on mobile by @smithellis in #6500
- Exclude AAQ macro on the get-community-support page by @smithellis in #6481
- Bump cryptography from 43.0.1 to 44.0.1 by @dependabot in #6502
- Fix browser back navigation on revision list pages by @smithellis in #6508
- Properly handle filtering and search params by @akatsoulas in #6512
- Fix back and forth buttons by @akatsoulas in #6513
- 99 - Long user watch list causes page loading issues by @smithellis in #6514
Full Changelog: 1.2.8...1.2.9
1.2.8
What's Changed
- Ensure view gets a locale by @smithellis in #6503
- remove
self
fromprocess_event_profile_change
by @escattone in #6506
Full Changelog: 1.2.7...1.2.8
1.2.7
Highlights
- New topic cards on the product landing pages that show featured and other articles by topic.
- Improved management of email connections.
What's Changed
- close email connections when done by @escattone in #6496
- more reliable account event processing by @escattone in #6489
- make the logging email backend a context manager by @escattone in #6498
- reintroduce topic cards with performance fix by @escattone in #6497
- ensure translations use topic of parent for breadcrumbs by @escattone in #6499
- use topics of parent for translations in
build_topics_data
by @escattone in #6501
Full Changelog: 1.2.6...1.2.7
1.2.6
1.2.5
Highlights
- New topic cards on the product landing pages that show featured and other articles by topic.
What's Changed
- Upgrade pillow from 9.5 to 11 by @smithellis in #6477
- Topic cards revised to show three articles by @smithellis in #6471
- Update wording in macro. by @akatsoulas in #6485
- provide SMTP email backend with Sentry capture by @escattone in #6480
- Update padding in topic cards by @akatsoulas in #6486
- Automatic package updates by @akatsoulas in #6484
- Fix queries for non en-US locales by @akatsoulas in #6487
- Do not clip article counter by @akatsoulas in #6488
- Expose fallback documents in topic cards. by @akatsoulas in #6490
- use request locale in topic card links by @escattone in #6491
- pass template context to help_topics by @escattone in #6492
- Do not show duplicate docs by @akatsoulas in #6493
- Remove duplicate docs per topic by @akatsoulas in #6494
Full Changelog: 1.2.4...1.2.5
1.2.4
Highlights
- Enable queues per user in the moderation tool and allow filtering per individual queue.
What's Changed
- Removed documentation of The search suggest API (/api/2/search/sugges… by @tanii1125 in #6468
- position document voting based on screen width by @escattone in #6470
- provide flagged-object queues per user by @escattone in #6457
- ensure that
restrict_to_groups
field is not required by @escattone in #6472 - avoid
tom-select
issues with assign more by @escattone in #6476 - update title of moderation tool by @escattone in #6478
- Fix username overlapping by @akatsoulas in #6479
New Contributors
- @tanii1125 made their first contribution in #6468
Full Changelog: 1.2.3...1.2.4
1.2.3
Highlights
- Introduce an updated survey widget for KB articles
- Improvements in the moderation tool.
What's Changed
- introduce AlpineJS and HTMX by @akatsoulas in #6417
- Remove debugging statements by @akatsoulas in #6418
- Limit simple search by @smithellis in #6325
- fix some strings for l10n extraction by @escattone in #6421
- Skip build-and-push GAR workflow on forks by @janbrasna in #6430
- Bump jinja2 from 3.1.4 to 3.1.5 by @dependabot in #6431
- fix update of GA4 pageview data for questions by @escattone in #6420
- restore GA4 logging which is used for testing on stage by @escattone in #6432
- Exclude pagination from sessionStorage by @akatsoulas in #6419
- Ignore updated timestamp from moderation tool by @akatsoulas in #6434
- Update KB helpful survey by @akatsoulas in #6423
- Update font size and weight in survey. by @akatsoulas in #6435
- fix survey Sass by @escattone in #6436
- update celery to 5.4.0 by @escattone in #6437
- Use Alpine CSP build by @akatsoulas in #6439
- Revert "Use Alpine CSP build" by @akatsoulas in #6440
- fix
ready_for_l10n
by @escattone in #6438 - fix N+1 queries in
kb_overview_rows
by @escattone in #6441 - Make AlpineJS CSP friendly by @akatsoulas in #6442
- Allow unsafe-eval for AlpineJS by @akatsoulas in #6443
- Revert "Make AlpineJS CSP friendly" by @escattone in #6447
- Bump virtualenv from 20.25.0 to 20.26.6 by @dependabot in #6445
- Playwright - Fix delete cookies check & update test_synonyms file by @emilghittasv in #6444
- Update robots view to disallow non-canonical by @smithellis in #6433
- show message after cancelling survey by @escattone in #6449
- prevent horizontal resize of survey textarea by @escattone in #6451
- Improved topic cards now show three articles, with new design by @smithellis in #6408
- Make AlpineJS CSP friendly by @escattone in #6453
- Bump django from 4.2.17 to 4.2.18 by @dependabot in #6454
- Playwright expand coverage to include the latest changes made against the Knowledge Base Dashboard by @emilghittasv in #6450
- Properly display article titles by @smithellis in #6455
- remove extra GA4 events when submitting survey by @escattone in #6458
- make moderation submit async by @escattone in #6460
- Update database strings by @akatsoulas in #6461
- Disable textarea in the vote widget by @akatsoulas in #6463
- Make textare required on specific choices by @akatsoulas in #6464
- Revert "Properly display article titles" by @escattone in #6465
- Revert "Improved topic cards now show three articles, with new design" by @escattone in #6466
- ensure htmx processes dynamically-loaded content by @escattone in #6467
- Remove containers from other tabs if user has voted by @akatsoulas in #6462
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- Introduce AlpineJS and HTMX into the project by @akatsoulas in #6403
- correct typos in the gihub action workflow step description by @Basma1912 in #6409
- Playwright question_page refactor & expand coverage to anti-spam measures by @emilghittasv in #6410
- Use locale_picker_url in footer by @janbrasna in #6411
- Update mozorg footer links by @janbrasna in #6413
- Remove pontoon.js interactive test by @janbrasna in #6414
- paginate the moderation tool by @escattone in #6415
- Revert "Introduce AlpineJS and HTMX into the project" by @akatsoulas in #6416
Full Changelog: 1.2.1...1.2.2
1.2.1
Highlights
- Performance optimization in the helper function that builds the list of topics for each question in the moderation queue by eliminating N+1 queries per topic.
What's Changed
- Playwright recent revisions page test fixes & coverage expansion by @emilghittasv in #6401
- reinstate https://secure.gravatar.com to the CSP_IMG_SRC setting by @escattone in #6402
- Bump django from 4.2.16 to 4.2.17 by @dependabot in #6399
- Optimize topics hierarchy helper by @akatsoulas in #6404
- Playwright expand searchbar coverage on different pages by @emilghittasv in #6405
Full Changelog: 1.2.0...1.2.1