Releases: serge-community/zing
Releases · serge-community/zing
v0.8.7
- 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
v0.8.5
v0.8.4
v0.8.3
- 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
v0.8.1
v0.8.0
- 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:
- Cleaned up unused settings:
POOTLE_CUSTOM_TEMPLATE_CONTEXT
(#293)POOTLE_META_USERS
POOTLE_CONTACT_ENABLED
(consolidated intoPOOTLE_CONTACT_EMAIL
)PARSE_POOL_CULL_FREQUENCY
andPARSE_POOL_SIZE
(moved to constants)POOTLE_CACHE_TIMEOUT
(moved to a constant)
v0.7.0
- 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).