comparison README.creole @ 15:d0c439d1e833

Prepare for tracker entries without priority. * Extend issues_to_quantities to count entries with priority 'None'. The regular classic template enforces a priority value, but some trackers don't, e.g. the 'fast-decomposed' variant used by Intevation (https://hg.intevation.de/roundup/fast-decomposed/) uses other fields for a scrum like workflow that show the order of issues as a float value. In order to get all issues, we also have to collect them. Implement it in a backwards compatible manner for save_stats_in_db() by a keyword argument that is off by default. This is just a preparation as the database must also accept an additional column. * Cleanup some superfluous whitespace, remove an unused import and add copyright 208 year.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 06 Jul 2018 17:36:21 +0200
parents efe7ed655c02
children 5c24c116ba1f
comparison
equal deleted inserted replaced
14:b5f7a439bddd 15:d0c439d1e833
5 It is Free Software, check out the header files. 5 It is Free Software, check out the header files.
6 6
7 === Notes 7 === Notes
8 8
9 When migrating to 3:99c68ebfb3b9, Nov 30 17:46:22 2015 9 When migrating to 3:99c68ebfb3b9, Nov 30 17:46:22 2015
10 you need to add the print statements for the content-type header 10 you need to add the print statements for the content-type header
11 to all of your cgi scripts. 11 to all of your cgi scripts.
12 12
13 Bottledash may have a fork 13 Bottledash may have a fork
14 https://wald.intevation.org/hg/bottledash/file/tip/modules/web_view 14 https://wald.intevation.org/hg/bottledash/file/tip/modules/web_view
15 15
17 17
18 Python v3, with build-in sqlite3 module. 18 Python v3, with build-in sqlite3 module.
19 19
20 === Included 20 === Included
21 21
22 http://d3js.org/ initially used with 3.5.5 22 http://d3js.org/ initially used with 3.5.5
23 """Library released under BSD license. Copyright 2015 Mike Bostock." 23 """Library released under BSD license. Copyright 2015 Mike Bostock."
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)