Pootle 2.8 release notes - UNDER DEVELOPMENT

Not yet released

Welcome to Pootle 2.8!

If you want to try it, check one of the following:

Changes in Requirements

  • Django>=1.9.11,<1.10
  • zlib1g-dev required for lxml
  • MySQL support uses mysqlclient instead of MySQLdb
  • django-transaction-hooks is no longer used

Major Changes

  • Undertook a security audit
  • Improved editor performance
  • Added pluggable search backend
  • Pootle FS

Below we provide much more detail. These are by no means exhaustive, view the git log for complete information.

Details of changes

  • MySQL now uses the mysqlclient database driver instead of MySQLdb, this is Django’s preferred database driver.
  • Undertook a security audit
  • JavaScript fixes addressing performance and memory leaks in the editor
  • Improved editor performance
  • Extensive review and fixes to RTL layout
  • Added pluggable search backend
  • Pootle FS:
    • Added admin UI to set up projects configuration and language mapping
    • CLI
    • LanguageMapper
    • FileMapper
    • Store de/serialization
  • Refactored code for syncing stores
  • Changed the default robots.txt
    • It is now a static file
    • Now the site is allow by default
  • Editor:
    • Suggestions:
      • Support rejecting/accepting suggestions with comments
      • Accept suggestion without “can review” permissions if submitted translation is 100% match.
    • Special characters are depicted by symbols from a custom-built font:
      • Properly display whitespace as special character
      • Technical details of escape sequences are omitted in the output displayed to end users
    • Errors fixed:
      • Fixed bugs in muting/unmuting checks
      • Fixed filtering translations by month
      • Fixed TypeError error when filter in editor gets no units
    • Translation memory:
      • Display original and translations side-by-side for TM results
      • amaGama Translation Memory is now queried using CORS
    • Perform all highlighting in the client
    • Clearly present plurals to translator
    • Allow selecting similar translations’ text in editor
    • Force word wrapping on long strings with no spaces
    • Improvements on timeline
    • Cross-language translation is now restricted to admins as it heavily impacts performance and translators are unlikely to require it
  • Added suggestion bulk management:
    • Provides filtering by user, etc.
    • Allows to review multiple suggestions at once and reject/accept them at once optionally providing a comment for the suggesters
  • Configuration system
  • Plugin framework
  • Comment system
  • Added pootle_format app
    • Added support to have several formats in the same project
  • Browse pages:
    • Refactored stats backend:
      • Removed stats refresh notice
      • Faster stats retrieval
    • Hide disabled items and allow showing them to admin users
    • Show leaderboard on top panel and expanded stats panel
    • Search widget is disabled if user cannot translate
    • Improvements to the statistics table for overly long filenames and smaller screens
    • Files dropdown no longer keeps references to empty directories
    • Fixed issue where “Back” button not always worked
    • Fixed issue with project dropdown when there are projects without name
  • Added team page:
    • Only for languages so far, and only available to language managers
    • Replaces permissions with roles
    • Provides direct access to suggestion bulk management
  • Removed for performance reasons:
    • Removed statistics from user profiles. Will be brought back in the future.
    • Removed export view
    • Removed unperformant “More stats” in admin dashboard
  • Removed reports feature
  • Own Pootle localization changes
    • Updated translations. You can still contribute translation updates for your language.
    • Now compilejsi18n is used to compile JavaScript translations into assets, thus requiring django-statici18n app.
    • Password reset email is now localizable in Pootle
  • Upload:
    • Disabled upload for non-PO projects as conflict handling currently only works in PO
    • Admins can upload translations as other user
  • New Machine Translation providers:
  • Added placeholders check for Plurr-formatted strings
  • Improved RQ usage and new management commands
  • Documentation updates

Pootle FS

Pootle FS enables synchronization of Pootle against a filesystem, or version control system, handling conflict resolution and other situations of two files being out of sync.

Development changes

  • Updated and pinned PyPI requirements:
    • From now on requirements will be pinned in order to simplify support and development
  • Tests:
    • Massive improvement in test framework
    • Coverage increased from 55% to 92%
    • Moved to tox
    • Travis caching and optimisations
    • Added JavaScript testing
  • Code sanity:
    • Python code cleanup/linting pep8/pyflakes/pep257 to increase code health
    • Javascript code linting and cleanups
    • CSS code linting and cleanups
  • Code polishing:
    • Moved all commands to argparse
    • Moved shortcuts to Mousetrap
    • JS improvements, move to React components
  • Triage meetings are now held on a weekly basis

Command changes and additions

Changes in settings

Credits

This release was made possible by the following people:

Ryan Northey, Dwayne Bailey, Julen Ruiz Aizpuru, Taras Semenenko, Leandro Regueiro, Igor Afanasyev, Safa Alfulaij, Rene Ladan, Kevin Scannell, Jason P. Pickering, Eamonn Lawlor, Alexander Lakhin, Robbie, Rhoslyn Prys, Nootan Ghimire, Mikhail Paulyshka, Mike Robinson, Henrik Feldt, Francesc Ortiz, Christian Lohmaier, Burhan Khalid, Arash Mousavi, Andy Kittner, Adam Chainz.

And to all our bug finders, testers and translators, a Very BIG Thank You.