Skip to content

Releases: serge-community/zing

v0.8.7

29 May 12:20
Compare
Choose a tag to compare
  • Due dates: fixed deadlock when updating/deleting deadlines (#340).
  • Adding projects/languages via the UI won't trigger creation of translation
    projects and file scanning.
    This must be done via the management commands, which will take care of setting
    up the translation projects and initializing them (#263).
  • Adjusted default permission set to be more restrictive. This only affects to
    new installations (#337).

v0.8.6

28 May 06:43
Compare
Choose a tag to compare
  • Invoices:
    • Fixed an issue where the carry-over balance wouldn't be properly reported
      in emails (#332).
    • Added support for negative carry-over balances (#335).
  • Editor: made copying from source text actually work (#333).

v0.8.5

28 May 06:43
Compare
Choose a tag to compare
  • Fixed bug which prevented adding static pages (#331).

v0.8.4

28 May 06:42
Compare
Choose a tag to compare
  • Enforced uniqueness of email addresses at the DB level (#295).
  • Editor: fixed a bug where view rows wouldn't expose proper styling (#329).
  • Browser: the languages dropdown now also matches locale codes (#330).

v0.8.3

27 Mar 11:04
Compare
Choose a tag to compare
  • Fixed issue when saving users without linkedin accounts (#321).
  • Fixed issue where static pages wouldn't update their timestamps (#316).
  • Moved LEGALPAGE_NOCHECK_PREFIXES setting into a constant (#319).
  • Removed captcha middleware and associated setting (#315).
  • Removed ZING_INSTANCE_ID. This can easily be implemented by anyone (#314).
  • Cleaned up setting names and removed obsoletes (#313):
    • POOTLE_TM_SERVER -> ZING_TM_SERVER
    • POOTLE_CONTACT_EMAIL -> ZING_CONTACT_EMAIL
    • POOTLE_TRANSLATION_DIRECTORY -> ZING_TRANSLATION_DIRECTORY
    • POOTLE_SCORE_COEFFICIENTS -> ZING_SCORE_COEFFICIENTS
    • POOTLE_SIGNUP_ENABLED -> ZING_SIGNUP_ENABLED
    • POOTLE_MT_BACKENDS -> ZING_MT_BACKENDS
    • POOTLE_CAPTCHA_ENABLED -> ZING_CAPTCHA_ENABLED
    • POOTLE_CONTACT_REPORT_EMAIL -> ZING_CONTACT_REPORT_EMAIL
    • POOTLE_QUALITY_CHECKER -> ZING_QUALITY_CHECKER
    • POOTLE_SYNC_FILE_MODE -> ZING_SYNC_FILE_MODE
    • POOTLE_REPORTS_MARK_FUNC -> ZING_REPORTS_MARK_FUNC
    • POOTLE_TITLE -> ZING_TITLE
    • POOTLE_INSTANCE_ID -> ZING_INSTANCE_ID
    • POOTLE_WORDCOUNT_FUNC -> ZING_WORDCOUNT_FUNC
    • POOTLE_LEGALPAGE_NOCHECK_PREFIXES -> ZING_LEGALPAGE_NOCHECK_PREFIXES
    • POOTLE_LOG_DIRECTORY -> ZING_LOG_DIRECTORY

v0.8.2

27 Mar 11:04
Compare
Choose a tag to compare
  • Editor: properly provide source values for determining the editor to be used.

v0.8.1

27 Mar 11:04
Compare
Choose a tag to compare
  • Editor: fixed a bug where the Plurr editor would go away and miss its state
    (#310).

v0.8.0

27 Mar 11:04
Compare
Choose a tag to compare
  • Editor: incorporated live editor for Plurr-formatted strings (#303).
  • Fixed a bug where the editor would crash if a terminology unit contained
    suggestions (#291).
  • TM is now simplified to a single server and sane defaults are provided for
    settings (#298).
  • Removed SetLocale middleware (#301).
  • Cleaned up unused commands:
    • dump, find_duplicate_emails, update_user_email (#296)
    • list_languages, list_projects, contributors, changed_languages,
      test_checks (#297)
    • webpack, which has been replaced by an npm script (#304).
  • Cleaned up unused settings:
    • POOTLE_CUSTOM_TEMPLATE_CONTEXT (#293)
    • POOTLE_META_USERS
    • POOTLE_CONTACT_ENABLED (consolidated into POOTLE_CONTACT_EMAIL)
    • PARSE_POOL_CULL_FREQUENCY and PARSE_POOL_SIZE (moved to constants)
    • POOTLE_CACHE_TIMEOUT (moved to a constant)

v0.7.0

10 Jan 13:10
Compare
Choose a tag to compare
  • Dropped support for IE11 (#275).
  • JS assets are built with the latest version of Webpack and Babel (#272, #278, #279).
  • Editor: fixed bug which prevented from reopening the last unit once it was closed after a submission (#251).
  • Removed the so-called "announcements" because their use-case is already covered by due dates (#284).
  • Removed the redirect field from static pages (#285).

v0.6.0

12 Dec 09:56
Compare
Choose a tag to compare
  • Upgraded to Django 1.11.