Koha/koha-tmpl/intranet-tmpl/prog/en/modules/installer
Martin Renvoize cc595325d6
Bug 19735: Add support for max_ver
This patchset adds support for extracting 'max_ver' from the cpanfile so
we can use version ranges properly and report errors if we have modules
installed that do not fit within that version range.

Test plan:
1) Manually modify the module version of a required module in the cpanfile
   to have a max version greater than the version you have installed.
2) Run through the install proceedure and note the new warning that a
   module needs upgrade for the module in question.
3) The module should also be reported in the about page

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-02-12 16:33:02 +00:00
..
auth.tt
step1.tt Bug 19735: Add support for max_ver 2020-02-12 16:33:02 +00:00
step2.tt Bug 22527: (RM follow-up) Add filter 2019-05-07 15:57:35 +00:00
step3.tt