This repository has been archived by the owner on May 15, 2019. It is now read-only.
Releases: mpapillon/django-teamlogger
Releases · mpapillon/django-teamlogger
0.3.1
Improvements
- Improved management of attachments.
- Deletion drafts by batch.
- Users who are not logged in via a directory can delete their avatar.
Correctives
- Fix issues during dev installation,
whitenoise
was missing.- The width of article's images was not good.
- The visual focus on the "content" field when writing an article did not fit well with Chrome and Safari.
- Deleted attachments are also deleted from the disk.
- Fix an encoding problem on the "open source software" page.
- Several small patches.
0.3.0
Improvements
- New design.
- A search field is available in all pages.
- The LDAP connection has been reviewed, it supports groups and multiple directories.
- Articles can be saved as draft before publishing.
- Users can have avatars and they are shown on articles.
Correctives
- Some optimisations.
- In the archives, the "date" filter is no longer available.
- The tags contained in the archive filter are sorted alphabetically.
0.2.1
Improvements
- Header with dates is shown on the Archive page.
- Code blocks have syntax highlighting.
- Creation of About and Licence pages.
- Some design improvements.
Correctives
- Static files was not collected in the right directory if the environment variable
APP_MEDIA_ROOT
was not set.- The screen scrolling was not retained after clicking on Preview tab in the article form.
- Prevent infinite loops on article.
- Minor bug fixes.
0.2.0
Improvements
- New application structure and docker container (uses gunicorn instead of nginx).
- Use 12factor url syntax for Database, Email and LDAP connection.
Correctives
- Fix Headlines ordering (#1).
- Corrects an issue that prevented access to the detail page of an article.
0.1.0 - First pre-release
First usable version that includes the foundations of TeamLogger.