Staff client initial hostname
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 2 Aug 2012 17:28:44 +0000 (13:28 -0400)
committerMichael Peters <mrpeters@library.in.gov>
Thu, 8 Nov 2012 19:17:51 +0000 (14:17 -0500)
commitfdcc7ffb3efef4705071e464c7f5a9b0213be82e
tree820d48b59e4d7e5607433f508c6a8c03ae3b45f1
parent4048f56b7f4a6080ec7be48a8dd64550ab6904be
Staff client initial hostname

Add support for an initial staff client hostname.

It can be specified during building the staff client or via configure.

During making the staff client:

make INITIAL_HOST=hostname build

During configure:

./configure --with-initialhost=hostname

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/xul/staff_client/Makefile.am
Open-ILS/xul/staff_client/chrome/content/auth/controller.js
Open-ILS/xul/staff_client/chrome/content/main/main.js
Open-ILS/xul/staff_client/defaults/preferences/initialhost.js [new file with mode: 0644]
configure.ac
docs/RELEASE_NOTES_NEXT/initial_host.txt [new file with mode: 0644]