- Implement changes for factsheets storage change [dianaboiangiu]
- Upgrade Werkzeug to the latest version [dianaboiangiu]
- Upgrade packages to the latest versions [dianaboiangiu]
- Fix errors on bad parameters [dianaboiangiu]
- Fix typo in mail address [dianaboiangiu]
- Add command for publishing data sheets [dianaboiangiu]
- Fix models overlap warnings [dianaboiangiu]
- Upgrade packages to the latest version available
- Format code using black and flake8
- Switch from using MYSQL database to using Postgres [dianaboiangiu]
- Add clarifying text for periods 0712 and 0712bis [dianaboiangiu]
- Add import script for sensitive data [dianaboiangiu]
- Update maps [dianaboiangiu]
- Change warning for Romania [dianaboiangiu]
- Disable download factsheets for period 2013 [dianaboiangiu]
- Insert audit trails for 2013 period
- Add methodolgy and guideline/add note for period 2013 [dianaboiangiu]
- Fix progress page links to summary [dianaboiangiu]
- Prepared for period 2013-2018 [dianaboiangiu]
- Fixed security issues
- Fixed tests
- Added newer docker-compose installation [dianaboiangiu]
- Fix tests
- Use Eionet password reset link [dianaboiangiu]
- Add missing template [dianaboiangiu]
- Remove Eionet header and footer
- Handle LDAP authentication in application [dianaboiangiu]
- Center align application [dianaboiangiu]
- Add collect static
- Switch application to new plone header and footer [dianaboiangiu]
- Disable factsheets download for non-native species which have a native version [dianaboiangiu]
- Download factsheets from external source [dianaboiangiu]
- Simulate collect static in docker entrypoint [dianaboiangiu]
- Remove period 2012bis from progress page [dianaboiangiu]
- Set new wordings [dianaboiangiu]
- Fix ajax links [dianaboiangiu]
- Use new mysqlclient package [dianaboiangiu]
- Refactor import greece script for production environment [dianaboiangiu]
- Refactor import greece script [dianaboiangiu]
- Add filter on reports page [dianaboiangiu]
- Keep subject options selected on period change [dianaboiangiu]
- Improve period filter [dianaboiangiu]
- Rename database [nico4]
- Docker follow redirect on linux package download [nico4]
- Prepare Greece import [dianaboiangiu]
- Rename database [nico4]
- Missing factsheets in dockerized article 17 si article 12
- installed wkhtmltopdf
- used mysql 5.6 - DO NOT upgrade to 5.7 since MySQL 5.7.5+ changed the way GROUP BY behaved in order to be SQL99 compliant (where in previous versions it was not).
- created volumes for maps and factsheets [chiridra refs #84975]
- Dockerise Article 12 consultation tool
- discarded waitress and supervisor and used gunicorn
- loaded settings from environment
- major changes to Docker file: added docker-entrypoint script for running the app
- added docker compose files version 2 for production and devel environments
- added CHANGELOG.md file for tracking changes and keeping versions [chiridra refs #81736]
- Initial release