1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-26 20:54:21 +01:00

Version 2.4.2

This commit is contained in:
Sylvain 2016-11-08 16:24:34 +01:00
parent 99cca406d5
commit 7c328af357
3 changed files with 12 additions and 6 deletions

View File

@ -1 +1 @@
2.4.2-dev 2.4.2

View File

@ -1,13 +1,13 @@
# Changelog Fab Manager # Changelog Fab Manager
## next release ## v2.4.2 2016 November 8
- Fix bug: Event date period dont show correct in invoice - Image max size is configurable, default size is 2 megabytes
- Image max size is configutable, size by default is 2 megabytes - Allow add more pictures for project step
- Allow add more picture for project step
- Ability to use HTML in event's descriptions using a WYSIWYG editor - Ability to use HTML in event's descriptions using a WYSIWYG editor
- Fix a bug: statistics graphs were not showing - Fix a bug: statistics graphs were not showing
- In the sign-up modal, the translation for 'i_accept_to_receive_information_from_the_fablab' was not loaded - Fix a bug: On invoices, only starting date is shown for multi-days events
- Fix a bug: In the sign-up modal, the translation for 'i_accept_to_receive_information_from_the_fablab' was not loaded
- [TODO DEPLOY] add `MAX_IMAGE_SIZE` environment variable in `application.yml` and docker env - [TODO DEPLOY] add `MAX_IMAGE_SIZE` environment variable in `application.yml` and docker env
## v2.4.1 2016 October 11 ## v2.4.1 2016 October 11

View File

@ -258,6 +258,12 @@ Each item in the list must be separated from the others by a space char.
You will probably want to check that this list match the `ALLOWED_EXTENSIONS` values above. You will probably want to check that this list match the `ALLOWED_EXTENSIONS` values above.
Please consider that allowing file archives (eg. application/zip) or binary executable (eg. application/exe) may result in a **dangerous** security issue and must be avoided in any cases. Please consider that allowing file archives (eg. application/zip) or binary executable (eg. application/exe) may result in a **dangerous** security issue and must be avoided in any cases.
MAX_IMAGE_SIZE
Maximum size (in bytes) allowed for image uploaded on the platform.
This parameter concerns events, plans, user's avatars, projects and steps of projects.
If this parameter is not specified the maximum size allowed will be 2MB.
Settings related to Open Projects Settings related to Open Projects
See the [Open Projects](#open-projects) section for a detailed description of these parameters. See the [Open Projects](#open-projects) section for a detailed description of these parameters.