Releases: mozilla/kitsune
Releases · mozilla/kitsune
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
1.2.0
Highlights
- Finalize the new taxonomy schema by introducing 3 levels of Topics and tags that are used across systems.
- Introduce a moderated tagging system and new search-as-you-type components
- Introduce a moderation tool to verify the correct categorization of forum threads.
- Last but not least, bug fixes!
What's Changed
- Wagtail references by @akatsoulas in #6328
- Do not allow the creation of new tags by @akatsoulas in #6326
- Make topic slug redirect permanent by @akatsoulas in #6336
- Set the AAQ context for the wiki widget by @akatsoulas in #6337
- Remove orphaned tags by @akatsoulas in #6335
- Playwright improve test stability by @emilghittasv in #6338
- Management command to merge tags by @akatsoulas in #6339
- 1229 - Contrain search summary size to container by @smithellis in #6343
- Set AAQ context in question details by @akatsoulas in #6346
- Playwright improve allure report generation by @emilghittasv in #6345
- Pass keyword args in widget by @akatsoulas in #6349
- Playwright expand coverage to group pages by @emilghittasv in #6344
- Add more entries for Tier2 by @akatsoulas in #6340
- Update taxonomy map by @akatsoulas in #6350
- Expose all realated topics in the moderation by @akatsoulas in #6352
- 2021 - 500 Error after submission with no file by @smithellis in #6342
- Playwright try fixing recent AAQ and top-navbar related test failures/flakiness by @emilghittasv in #6353
- Playwright expanding group coverage for group leaders testing by @emilghittasv in #6356
- Move validation to the clean_avatar method by @smithellis in #6355
- Extract moderation tool to a separate url by @akatsoulas in #6354
- Custom Tag model and Zendesk segmentation tags. by @akatsoulas in #6358
- [2018] Stop 500 error on page changes by @smithellis in #6341
- 2019 - Update 'MultiUsernameField' to handle display names by @smithellis in #6351
- Playwright handle wait timeouts and add new AAQ topics for AAQ test coverage by @emilghittasv in #6359
- Expose segmentation tags in moderation by @akatsoulas in #6360
- Improve spam filtering by @smithellis in #6357
- Update license reference by @emmanuel-ferdman in #6347
- Improve user lookup form field query by @smithellis in #6361
- Enable Update button on selection by @akatsoulas in #6363
- Remove erroneous call to updateRevisionList by @smithellis in #6365
- Do not edit moderated questions by @akatsoulas in #6364
- Add back updateRevisionList to ensure list populates with saved data by @smithellis in #6367
- Create Tier3 of the taxonomy by @akatsoulas in #6362
- Hierarchically structure topics for moderation by @akatsoulas in #6368
- Playwright extend user profile tests by @emilghittasv in #6370
- Fix erroneous validation error by @smithellis in #6371
- Expose SumoTag in admin by @akatsoulas in #6375
- Fix typo in segmentation tag by @akatsoulas in #6374
- Clear tag cache after adding new by @akatsoulas in #6377
- Update topic tag on moderation by @akatsoulas in #6372
- Render dropdown in body by @akatsoulas in #6378
- Update tags and tier3 topics by @akatsoulas in #6376
- Revert "Improve spam filtering" by @smithellis in #6379
- Filter moderation queue per product by @akatsoulas in #6380
- Filter on products with active AAQ configs by @akatsoulas in #6382
- Use only active sumotags by @akatsoulas in #6383
- Preserve filtering on POST by @akatsoulas in #6384
- Replace custom widget with tom-select by @akatsoulas in #6381
- Playwright implement retry mechanism on 502 and bump to 1.49 by @emilghittasv in #6385
- Set maxOptions to null by @akatsoulas in #6386
- Set maxOptions to null by @akatsoulas in #6387
- Limit moderation access to specific group by @akatsoulas in #6388
- Do not edit question details after moderation by @akatsoulas in #6389
- Remove nested decorators by @akatsoulas in #6391
- Playwright fix test failure due to tags dropdown tom-select transition by @emilghittasv in #6394
- Add moderation timestamp to Question by @akatsoulas in #6390
- Remove bug_support option by @akatsoulas in #6393
- Introduce duplicate flags by @akatsoulas in #6396
- Add links to tags by @akatsoulas in #6392
- Exclude dups from the query by @akatsoulas in #6397
- Playwright bump the number of processes to 6 and rerun test failures twice by @emilghittasv in #6398
- Remove reference to old FK by @akatsoulas in #6400
New Contributors
- @emmanuel-ferdman made their first contribution in #6347
Full Changelog: 1.1.6...1.2.0
1.1.6
What's Changed
- No templates in featured articles by @smithellis in #6324
- Replace Selectisize with Tom Select by @akatsoulas in #6323
- Squash Wagtail migrations by @akatsoulas in #6295
- Scroll to top on pagination by @smithellis in #6329
- Do not reference empty list by @akatsoulas in #6332
- Improve aaq config check by @akatsoulas in #6333
Full Changelog: 1.1.5...1.1.6