Bug 17332: Include memcached configuration in koha-conf files
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 23 Sep 2016 14:28:58 +0000 (11:28 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Sun, 25 Sep 2016 13:06:35 +0000 (13:06 +0000)
commit1c957af7bc0b701412cf5846d878523a553f79e0
tree6880b99969db001917bf0d2bbc74576100cb037c
parent0901758f498aaa2f1711380916255db23709aa8d
Bug 17332: Include memcached configuration in koha-conf files

This patch introduces the memcached_servers and memcached_namespace
configuration entries as expected by 11921.

Note: better test this one and the followup together to ease the process.

To test:
- Do a source Koha install (dev, standard, single)
=> SUCCESS: The resulting koha-conf.xml file includes the memcached_* entries
   which are filled with the right values.
- In kohadevbox (packages setup):
- Replace /etc/koha/koha-conf-site.xml.in with the one from this patch
- Create a new koha instance
=> SUCCESS: The instance's koha-conf.xml includes the relevant entries
- Sign off

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
debian/templates/koha-conf-site.xml.in
etc/koha-conf.xml