22 Apr, 2021
1 commit
-
From http://bl.ocks.org/Rokotyan/0556f8facbaf344507cdc45dc3622177 By Nikita Rokotyan
21 Apr, 2021
16 commits
-
color the menu items and leave them visible
-
pages agent and project
-
Has to be enhanced with date filter as soon as period is dated
-
When FLASK_ENV is development, set VERSION to 0.3.pre-YYYYMMDDhhmmss This is to show really last version, and also work with the dynamical static asset url. ( See commit 7673935 )
16 Apr, 2021
15 commits
-
Feed database with charges from irap csv file
-
We make sure an updated asset will be reloaded by the navigator. Preventing file css and css caching is done with an url like: `static/css/filename.css?v=0.3.1` wich url changes for each new released version.
-
When period name is like '2021', was considered as a category to plot.
-
When importing irap's csv file, remove leading and trailing spaces to any imported cell.
15 Apr, 2021
8 commits
-
Passwords are now encrypted in database. Thank you to Olivier Thauvin <olivier.thauvin@latmos.ipsl.fr> for bug report.
-
From a fix by Olivier Thauvin <olivier.thauvin@latmos.ipsl.fr>
-
From a fix by Olivier Thauvin <olivier.thauvin@latmos.ipsl.fr>