When using day level, the vertical positioning inside the day was not very clear.
This also happened during consecutive inactivity periods, where all marked bank
holidays were displayed together. A border is added to the columns to avoid this
behaviour.
It would be useful to achieve an optimum level of alignment to review the pixel spacing
that appears on Chrome, and improve the rounding calculations and spacings between 1st
and 2nd level detail.
FEA: ItEr75S04BugFixing
JDBC driver link creation moved to postinst to circunvent problems
introduced by old navalplan packages deleting the link when the
package is being removed.
Assembling the TeX output for PDF generation onlines all .rst
sources, so it is not needed to manually link them. Au contraire,
when generating HTML, sub-pages are not linked automatically, so
links have to be generating manually using the "raw" directive
and making it apply to HTML output only.
For files which do not qualify to be included as part of the HTML index
it is needed to translate the sectioning when assembling the TeX code
for PDF file generation, because in this case the files are included
inline and it is needed for them to create subsections instead of top
level chapters.
Also, the sorting is improved to take only into account the numnbering
that precedes the descriptive text in the filenames of .rst sources.
This makes sorting the files for inlining in the TeX output work as
expected.
Order of inputs may not be pre-sorted if the shell does not
sort arguments before passing them to commands. As shells are
not required to sort arguments, make sure they are sorted in
doctool itself.
Mixing tabs and spaces will make newer versions of Python to
complain about indentation -- and by the way with good reason
as it usually introduces subtle bugs. Therefore, make all the
code use spaces.
Psql8 does not support altering table permissions using "ON ALL TABLES IN
SCHEMA", so this commit implements a workaround which consists in dumping
the original (and upgraded) database and loading it again, instead of
just doing a rename and fixing permissions afterwards.
FEA: ItEr75S03CommunityMaterial
The original version always replaced ',' with '.' always, but the correct thing
to do is replace '.' with the correct decimal separator of the locale to keep
the same effect we had in ZK3.
FEA: ItEr75S04BugFixing