Galen Charlton
190a7f404a
installer: created skel directory
skel directory is for the installer only; contains
a directory structure and dummy READMEs used for
setting up the Zebra runtime and data directories.
Moved non-config files from etc/zebradb/* to
appropriate places under skel.
16 years ago
Galen Charlton
f3a868fbae
installer: started on Zebra paths
16 years ago
Galen Charlton
bd0877f77c
installer: prompt for more configuration parameters
Also now allows individual target directories to be
overridden from the command line.
16 years ago
Galen Charlton
56622d5428
added trailing / to cgi-bin directory
16 years ago
Galen Charlton
c31b5c2481
installer: moved web template dirs; got rid of multi-targets
In target map, cannot specify that a file or directory
can be installed in more than one target directory,
as EU::MM does not support this.
16 years ago
Galen Charlton
61ca8a3e2d
installer: use htdocs instead of www; handle .htaccess
16 years ago
Galen Charlton
742ff2f477
installer: removed disused unhashdir sub
16 years ago
Galen Charlton
eebd56b07f
install: handle spaces in file names
As noted in the FIXME comment, it is probably better
all around to simply remove spaces from file names.
16 years ago
Galen Charlton
7f01995446
installer (part 3): enabled 'make test'
16 years ago
Galen Charlton
5befdd2cd3
installer (part 2): more work
* plain 'make' now stages everything to blib, leaving
actual installation to 'make install'
* adjusted rewrite-config.PL and config files
for new subtitution variables
* added default SetEnv Perl5Lib to
koha-httpd.conf
16 years ago
Galen Charlton
44efd0fd78
installer (part 1): started major changes
* Started defining more destination directory
targets.
* Added configuration options prompted for the user
during perl Makefile.PL
16 years ago
Chris Nighswonger
faaf13a6b3
Cleaned up recursion routine a bit
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
16 years ago
Chris Cormack
5baba50aed
Shifted the opac out of koha so its now /usr/lib/cgi-bin/opac and /usr/lib/cgi-bin/koha by default, rewrite-config.PL and koha-httpd.conf updated
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
16 years ago
Galen Charlton
c938a23bb9
completed (possibly temporary) rollback of Chris Nighswonger's Perl lib change
16 years ago
Galen Charlton
f23c9f3af5
removed line as a partial revert of the change of prefix from /usr to /usr/local
16 years ago
Chris Cormack
dd4b8ce400
Continuing work on the installer
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
16 years ago
Chris Cormack
b17840b95c
Fix for if instead of while in the installer
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
16 years ago
Chris Cormack
4b1d1329f0
More work on the installer, just have to fix make now
[Galen's note: adjusted prompting for MARC flavor and language]
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
16 years ago
Chris Cormack
d1f9665665
Now using install_base instead of prefix
[Galen's note: during patch merge, ended up setting default
INSTALL_BASE back to /usr instead of /usr/local. This
needs to be examined again to see if C4 perl modules
should go under /usr/local/lib instead of /usr/lib
in Debian.]
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
16 years ago
Chris Cormack
677f10b597
Working on the installer setting up the right zebra config
Revision of Chris Cormack's original patch to deal with
previous moves of config files.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
16 years ago
Galen Charlton
3f08fd0131
installer: move base zebra config files
Inspired by work by Chris Cormack, move several base Zebra
configuration files to two new directories under etc/zebradb:
lang_defs - language-specific settings (e.g., French and English)
marc_defs - MARC format-specific settings (e.g., MARC21 & UNIMARC)
Installer will query user for language and MARC format and
copy the inital Zebra configs accordingly.
16 years ago
Chris Cormack
ea7cbfff43
Fix for bug 1648, specifying a due date resulted in a blank due date
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Ryan Higgins
f768cd6108
revert to sql in updateitem.pl
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Mason James
a8d672c77a
updated for update-child feature.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Mason James
e5f2ae6ee4
template for changing child to adult member-type.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Mason James
b9ef87d3d6
script to update child to other member-catergory.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Ryan Higgins
f4811762d0
cleanup in memberentry,categories.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
root
543bea4d5e
adding hotlink to author search on details.pl page.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Mason James
cb1cc28612
adding collection-code description lookup.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Mason James
e7c05a9c3c
mod to GetAuthorisedValueDesc() to simply take $category and $value args, and get a desc. back.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Mason James
0c254c1f1f
quickfix for adv. searching in nozebra.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Mason James
395d7aee99
952$y/itemtype was hidden by default, fixed
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
mason.james@liblime.com
9ad27b2278
quickfix for displaying collection-code in opac
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Paul POULAIN
135ed94f40
make h1 larger than h2 larger than h3
easier to read when you have desc size for headers !
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Paul POULAIN
9a9bc82c84
UTF-8 and Nozebra fixes
- .txt files have to be in utf-8 (as Koha is utf-8 now), and opened as utf-8 files
otherwise, the diacritics are mixed up on web installer
- typo fix (NoZebra vs Nozebra) to set correctly Nozebra syspref
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Paul POULAIN
e6e3ea4c65
french unimarc filed updated + authorised values added
(+all files are now in utf-8)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Joshua Ferraro
6f28205b09
adding setstatus.pl from dev_week
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Joe Atzberger
fa6fffeb6d
memberentry.pl and calendar-setup.js - remove CVS '$Id$'
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Owen Leonard
86e458a3ce
Standardizing format for error/message dialogs. <div class="dialog alert"> for high-priority warnings/confirmations. <div class="dialog message"> for lower priority/informational messages.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Owen Leonard
100a51e6c2
Cleaning up and styling picture upload page. Second try for this patch.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Henri-Damien LAURENT
111044b7a1
Bug Fixing : Authorised values could not be edited
If id provided and authorised value exists,
then change it and get back to authorised_value page.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Henri-Damien LAURENT
f3b0f3816b
Bug fixing : serial collection on OPAC were not correctly displayed.
Call to PrepareSerialsData on Serial information
Adding receivedlist and missing list to brief display
Modifying js to use display:block/display:none rather than visibility attribute.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Owen Leonard
627206a5b5
Reverting changes which were committed by mistake. Tried moving the filter into the sidebar, but the layout couldn't take the wide select drop-downs.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Joe Atzberger
44c792801e
Members.pm - dbh->{'mysql_insertid'} still needed, despite shortcomings.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Joe Atzberger
ab4ccf8ac1
Circulation.pm - Bugfix invalid constructor calls to Dates (single digit Mon. and Day)
See Bug #1647
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Joe Atzberger
0a015b0120
install.pl - Important fix for Algorithm::CheckDigits mismatch
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Joe Atzberger
afdcdab964
Members.pm - Handle bad categorycode, Dates.pm - other problems persist.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Joe Atzberger
90a0dcd223
Auth.pm - 3 changes: $debug instead of warn, LDAP require/import, $timeout regexp (+ instead of *).
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Joe Atzberger
f6ff3d86e7
Serials.pm + NewsChannels.pm - use Dates and replace old CVS-based $VERSION.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago
Joe Atzberger
494ed0e661
NewsChannels.pm - dos2unix fix for ^M
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago