Skip to content

Releases: mozilla/kitsune

1.2.1

11 Dec 15:05
f89c73d
Compare
Choose a tag to compare

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

Full Changelog: 1.2.0...1.2.1

1.2.0

09 Dec 15:52
c79210c
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.1.6...1.2.0

1.1.6

04 Nov 15:32
10637c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.5...1.1.6

1.1.5

30 Oct 15:02
5d6c2e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.4...1.1.5

1.1.4

16 Oct 13:19
98e8391
Compare
Choose a tag to compare

Highlights

  • Fix bug to properly display pageviews per document.
  • Display a spam tag per question in the question list if the question is marked as spam.

What's Changed

Full Changelog: 1.1.3...1.1.4

1.1.3

10 Oct 13:13
4bdf529
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.1.3

1.1.2

09 Oct 13:46
ad827ac
Compare
Choose a tag to compare

Highlights

  • The default value of the filter in the moderation queue is set to spam

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

02 Oct 14:06
1.1.1
417b304
Compare
Choose a tag to compare

Highlights

  • Improved KB UI for selecting related topics/products
  • Display time in format appropriate to locale
  • New Moderation tool for topics
    • Moderators are now able to filter through the flagged content inside the moderation tool based on the flagged reason.
    • Moderators can now change the topic for AAQ questions which are flagged as Misplaced bug report or support request directly via the moderation tool.
  • Added Wagtail models, routing and decorator in support of Product index pages
  • New/updated tests to accommodate new code and GUI changes across kitsune

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

04 Sep 14:20
6c11344
Compare
Choose a tag to compare

Highlights

  • Introduces a new taxonomy of topics -- each of which may be associated with one or more products -- that allow topics to be standardized across products, which in turn lays the foundation for better data analysis and reporting. Most of the old topics, and their associated articles and questions, have been mapped to the new taxonomy, but a few remain that will be manually mapped to their new topics.
  • Introduces the ability to configure community forums via the admin console, so now they can be configured per product and/or locale "on-the-fly", without the need for a new release of the code.
  • Introduces new topics in the main menu when exploring articles or community forums by topic, and allows those selected topics to be controlled via the admin console.
  • Introduces new messaging improvements including unread message alerts/indicators, and a much clearer distinction between unread and read messages.
  • Fixes several bugs that affected the preview of existing images as well as image uploads.
  • Fixes a bug where sometimes, although rarely, the KB article displayed was in a language that wasn't included in the user's Accept-Language header.
  • Fixes a set of bugs where strings in the user-interface were never localized because they were never included in the list of strings that required localization.

What's Changed

Full Changelog: 1.0.11...1.1.0

1.0.11

24 Jul 14:55
84a98a5
Compare
Choose a tag to compare

Highlights

  • Some work that lays the foundation for switching to new topics
  • Included some strings in the translation pipeline that had been missing

What's Changed

Full Changelog: 1.0.10...1.0.11