koha-equinox.git
16 years agoWin32 support: Added differentiation between -w perl switch in shebang line.
Chris Nighswonger [Tue, 18 Dec 2007 19:41:29 +0000]
Win32 support: Added differentiation between -w perl switch in shebang line.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>

16 years agoWin32 support: Switch DEBUG off and corrected warning bug.
Chris Nighswonger [Tue, 18 Dec 2007 19:16:27 +0000]
Win32 support: Switch DEBUG off and corrected warning bug.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>

16 years agoWin32 support: Stripped ^M line endings and various other housekeeping.
Chris Nighswonger [Tue, 18 Dec 2007 18:59:10 +0000]
Win32 support: Stripped ^M line endings and various other housekeeping.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>

16 years agoWin32 support: Adding a script to modify shebang lines per installation platfom.
Chris Nighswonger [Tue, 18 Dec 2007 18:59:09 +0000]
Win32 support: Adding a script to modify shebang lines per installation platfom.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>

16 years agoWin32 support: Moved shebang sub to separate script to be called in pl_files
Chris Nighswonger [Tue, 18 Dec 2007 18:59:08 +0000]
Win32 support: Moved shebang sub to separate script to be called in pl_files

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>

16 years agoInitial work on adding Win32 support to installer.
Chris Nighswonger [Mon, 17 Dec 2007 17:44:14 +0000]
Initial work on adding Win32 support to installer.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>

16 years agoinstaller: bug 1640: deal with '$' in passwords
Galen Charlton [Tue, 18 Dec 2007 17:31:11 +0000]
installer: bug 1640: deal with '$' in passwords

16 years agoinstaller: added (in some cases back) module deps
Galen Charlton [Tue, 18 Dec 2007 17:11:36 +0000]
installer: added (in some cases back) module deps

16 years agoinstaller: fixed default location of koha-conf.xml in README
Galen Charlton [Fri, 14 Dec 2007 22:51:30 +0000]
installer: fixed default location of koha-conf.xml in README

16 years agoinstaller: fixed typo in version number
Galen Charlton [Fri, 14 Dec 2007 22:44:13 +0000]
installer: fixed typo in version number

16 years agoweb installer: improve DB permissions check
Galen Charlton [Fri, 14 Dec 2007 22:32:43 +0000]
web installer: improve DB permissions check

MySQL-only: improve regex to make sure we are
checking permission on the correct database, not
on another database (when the DB name is a
subset of the DB user's name)

16 years agoinstaller: always accept default value as valid
Galen Charlton [Fri, 14 Dec 2007 21:45:41 +0000]
installer: always accept default value as valid

16 years agoinstaller: command-line scripts improve finding C4 modules
Galen Charlton [Fri, 14 Dec 2007 20:24:19 +0000]
installer: command-line scripts improve finding C4 modules

Command-line scripts now use a new SCRIPT_DIR/kohalib.pl
to put installed location of Koha's Perl modules
into @INC.

16 years agoinstaller: fix MARC::Crosswalk::DublinCore version
Galen Charlton [Fri, 14 Dec 2007 16:07:51 +0000]
installer: fix MARC::Crosswalk::DublinCore version

16 years agoinstaller: now can use env vars to set installation variables
Galen Charlton [Thu, 13 Dec 2007 23:37:22 +0000]
installer: now can use env vars to set installation variables

* Set default value for named parameters, e.g., DB_USER
* Override directory targets, e.g., KOHA_CONF_DIR

16 years agoinstaller: made kohaversion.pl source for package version number
Galen Charlton [Thu, 13 Dec 2007 22:46:33 +0000]
installer: made kohaversion.pl source for package version number

Version now taken from kohaversion.pl instead of
C4/Context.pm, aligning installer with the rest
of Koha's internal version checks.

16 years agoinstaller: location of koha-conf.xml
Galen Charlton [Thu, 13 Dec 2007 20:17:08 +0000]
installer: location of koha-conf.xml

* rewrite-config.PL now puts in installed location
  of koha-conf.xml in C4/Context.pm so that
  correct config can be found even when
  KOHA_CONF is not set.  Note that setting KOHA_CONF
  will still override path set by installer.
* changed references from koha.xml to koha-conf.xml

16 years agoinstaller: make rewrite-config.PL change only defined parameters
Galen Charlton [Thu, 13 Dec 2007 20:08:16 +0000]
installer: make rewrite-config.PL change only defined parameters

Previously, it tried to slurp up all text between two
occurences of '__'

16 years agoinstaller: fixed problem in MARC21 biblio record.abs
Galen Charlton [Thu, 13 Dec 2007 15:07:46 +0000]
installer: fixed problem in MARC21 biblio record.abs

uri is defined in bib1.att, but url is not

16 years agoinstaller: fixed *_WWW_DIR for 'dev' install mode
Galen Charlton [Wed, 12 Dec 2007 17:44:04 +0000]
installer: fixed *_WWW_DIR for 'dev' install mode

16 years agoinstaller: reverted to VERSION_FROM => 'C4/Context.pm'
Galen Charlton [Wed, 12 Dec 2007 17:23:21 +0000]
installer: reverted to VERSION_FROM => 'C4/Context.pm'

16 years agoinstaller: commented out line in MARC21 records.abs
Galen Charlton [Wed, 12 Dec 2007 17:18:05 +0000]
installer: commented out line in MARC21 records.abs

This was causing Zebra to fail to index bib records.
NOTE: this is not a permanent fix.

16 years agoinstaller: updated required MySQL user grants
Galen Charlton [Wed, 12 Dec 2007 17:10:59 +0000]
installer: updated required MySQL user grants

16 years agocorrected zebrasrv command in README.txt
Galen Charlton [Wed, 12 Dec 2007 17:05:51 +0000]
corrected zebrasrv command in README.txt

16 years agoinstaller: starting some changes to README.txt
Galen Charlton [Wed, 12 Dec 2007 16:45:36 +0000]
installer: starting some changes to README.txt

16 years agoinstaller: various changes
Galen Charlton [Wed, 12 Dec 2007 16:42:19 +0000]
installer: various changes

* renamed EXAMPLE_DIR to MISC_DIR
* assigned installation targets for a couple more files
* changed ZOOM module dependency back to Net::Z3950::ZOOM
  (installing that module from CPAN will also install ZOOM,
   and ZOOM.pm does not export $VERSION for the dependency
   check).
* more work to make 'single' and 'dev' install modes function
* set permissions of installed files -- all files now
  writeable by the Koha user

16 years agoinstaller: KOHA_LOG_DIR => LOG_DIR
Galen Charlton [Tue, 11 Dec 2007 23:07:46 +0000]
installer: KOHA_LOG_DIR => LOG_DIR

16 years agoinstaller: fixed chown invocation; added skel for KOHA_LOG_DIR
Galen Charlton [Tue, 11 Dec 2007 23:04:23 +0000]
installer: fixed chown invocation; added skel for KOHA_LOG_DIR

16 years agoinstaller: start support for non-root file owner
Galen Charlton [Tue, 11 Dec 2007 22:50:22 +0000]
installer: start support for non-root file owner

Option to specify a non-root user and group to own
Koha's files applies only to INSTALL_MODE=standard; the
other two installation modes are not meant to have
'make install' run as root.

16 years agoinstaller: modified wording of some questions
Galen Charlton [Tue, 11 Dec 2007 22:23:57 +0000]
installer: modified wording of some questions

16 years agoinstaller: now respects INSTALL_ZEBRA = no
Galen Charlton [Tue, 11 Dec 2007 21:29:01 +0000]
installer: now respects INSTALL_ZEBRA = no

16 years agoinstaller: more moving of Zebra config files
Galen Charlton [Tue, 11 Dec 2007 19:35:34 +0000]
installer: more moving of Zebra config files

* must use record.abs
* sort-string.cfg => sort-string-utf.chr

16 years agoinstaller: further moves of zebra configuration files
Galen Charlton [Tue, 11 Dec 2007 17:21:15 +0000]
installer: further moves of zebra configuration files

All Zebra config files are now installed by default.  The
ones specific to a MARC format or language are selected
by appropriate values in profilePath in zebra-biblios.cfg
and zebra-authorities.cfg.  Changing the MARC format
or indexing language can now be done by editing
profilePath.

16 years agoinstaller: created skel directory
Galen Charlton [Tue, 11 Dec 2007 17:02:48 +0000]
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 agoinstaller: started on Zebra paths
Galen Charlton [Mon, 10 Dec 2007 23:09:16 +0000]
installer: started on Zebra paths

16 years agoinstaller: prompt for more configuration parameters
Galen Charlton [Mon, 10 Dec 2007 22:53:41 +0000]
installer: prompt for more configuration parameters

Also now allows individual target directories to be
overridden from the command line.

16 years agoadded trailing / to cgi-bin directory
Galen Charlton [Mon, 10 Dec 2007 22:02:45 +0000]
added trailing / to cgi-bin directory

16 years agoinstaller: moved web template dirs; got rid of multi-targets
Galen Charlton [Mon, 10 Dec 2007 18:08:41 +0000]
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 agoinstaller: use htdocs instead of www; handle .htaccess
Galen Charlton [Mon, 10 Dec 2007 17:03:58 +0000]
installer: use htdocs instead of www; handle .htaccess

16 years agoinstaller: removed disused unhashdir sub
Galen Charlton [Mon, 10 Dec 2007 16:43:11 +0000]
installer: removed disused unhashdir sub

16 years agoinstall: handle spaces in file names
Galen Charlton [Mon, 10 Dec 2007 16:39:38 +0000]
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 agoinstaller (part 3): enabled 'make test'
Galen Charlton [Fri, 7 Dec 2007 23:15:22 +0000]
installer (part 3): enabled 'make test'

16 years agoinstaller (part 2): more work
Galen Charlton [Fri, 7 Dec 2007 22:34:40 +0000]
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 agoinstaller (part 1): started major changes
Galen Charlton [Fri, 7 Dec 2007 00:09:15 +0000]
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 agoCleaned up recursion routine a bit
Chris Nighswonger [Mon, 3 Dec 2007 21:11:35 +0000]
Cleaned up recursion routine a bit

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>

16 years agoShifted the opac out of koha so its now /usr/lib/cgi-bin/opac and /usr/lib/cgi-bin...
Chris Cormack [Tue, 20 Nov 2007 18:44:37 +0000]
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 agocompleted (possibly temporary) rollback of Chris Nighswonger's Perl lib change
Galen Charlton [Thu, 29 Nov 2007 22:35:46 +0000]
completed (possibly temporary) rollback of Chris Nighswonger's Perl lib change

16 years agoremoved line as a partial revert of the change of prefix from /usr to /usr/local
Galen Charlton [Thu, 29 Nov 2007 22:31:02 +0000]
removed line as a partial revert of the change of prefix from /usr to /usr/local

16 years agoContinuing work on the installer
Chris Cormack [Tue, 20 Nov 2007 18:44:36 +0000]
Continuing work on the installer

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>

16 years agoFix for if instead of while in the installer
Chris Cormack [Tue, 20 Nov 2007 18:44:35 +0000]
Fix for if instead of while in the installer

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>

16 years agoMore work on the installer, just have to fix make now
Chris Cormack [Tue, 20 Nov 2007 18:44:34 +0000]
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 agoNow using install_base instead of prefix
Chris Cormack [Tue, 20 Nov 2007 18:44:33 +0000]
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 agoWorking on the installer setting up the right zebra config
Chris Cormack [Tue, 20 Nov 2007 18:44:32 +0000]
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 agoinstaller: move base zebra config files
Galen Charlton [Thu, 29 Nov 2007 21:54:37 +0000]
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 agoFix for bug 1648, specifying a due date resulted in a blank due date
Chris Cormack [Mon, 17 Dec 2007 00:43:02 +0000]
Fix for bug 1648, specifying a due date resulted in a blank due date

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agorevert to sql in updateitem.pl
Ryan Higgins [Mon, 17 Dec 2007 00:43:01 +0000]
revert to sql in updateitem.pl

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoupdated for update-child feature.
Mason James [Mon, 17 Dec 2007 00:43:00 +0000]
updated for update-child feature.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agotemplate for changing child to adult member-type.
Mason James [Mon, 17 Dec 2007 00:42:59 +0000]
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 agoscript to update child to other member-catergory.
Mason James [Mon, 17 Dec 2007 00:42:58 +0000]
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 agocleanup in memberentry,categories.
Ryan Higgins [Mon, 17 Dec 2007 00:42:57 +0000]
cleanup in memberentry,categories.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoadding hotlink to author search on details.pl page.
root [Thu, 13 Dec 2007 23:40:33 +0000]
adding hotlink to author search on details.pl page.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoadding collection-code description lookup.
Mason James [Thu, 13 Dec 2007 23:40:17 +0000]
adding collection-code description lookup.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agomod to GetAuthorisedValueDesc() to simply take $category and $value args, and get...
Mason James [Thu, 13 Dec 2007 23:40:08 +0000]
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 agoquickfix for adv. searching in nozebra.
Mason James [Thu, 13 Dec 2007 23:39:31 +0000]
quickfix for adv. searching in nozebra.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years ago952$y/itemtype was hidden by default, fixed
Mason James [Thu, 13 Dec 2007 23:38:43 +0000]
952$y/itemtype was hidden by default, fixed

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoquickfix for displaying collection-code in opac
mason.james@liblime.com [Thu, 13 Dec 2007 23:35:09 +0000]
quickfix for displaying collection-code in opac

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agomake h1 larger than h2 larger than h3
Paul POULAIN [Fri, 14 Dec 2007 17:29:47 +0000]
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 agoUTF-8 and Nozebra fixes
Paul POULAIN [Fri, 14 Dec 2007 17:28:15 +0000]
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 agofrench unimarc filed updated + authorised values added
Paul POULAIN [Fri, 14 Dec 2007 17:26:59 +0000]
french unimarc filed updated + authorised values added

(+all files are now in utf-8)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoadding setstatus.pl from dev_week
Joshua Ferraro [Fri, 14 Dec 2007 17:55:47 +0000]
adding setstatus.pl from dev_week

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agomemberentry.pl and calendar-setup.js - remove CVS '$Id$'
Joe Atzberger [Fri, 14 Dec 2007 16:18:34 +0000]
memberentry.pl and calendar-setup.js - remove CVS '$Id$'

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoStandardizing format for error/message dialogs. <div class="dialog alert"> for high...
Owen Leonard [Tue, 11 Dec 2007 15:41:30 +0000]
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 agoCleaning up and styling picture upload page. Second try for this patch.
Owen Leonard [Mon, 3 Dec 2007 14:31:12 +0000]
Cleaning up and styling picture upload page. Second try for this patch.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoBug Fixing : Authorised values could not be edited
Henri-Damien LAURENT [Fri, 14 Dec 2007 16:56:21 +0000]
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 agoBug fixing : serial collection on OPAC were not correctly displayed.
Henri-Damien LAURENT [Fri, 14 Dec 2007 10:20:38 +0000]
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 agoReverting changes which were committed by mistake. Tried moving the filter into the...
Owen Leonard [Fri, 14 Dec 2007 16:42:52 +0000]
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 agoMembers.pm - dbh->{'mysql_insertid'} still needed, despite shortcomings.
Joe Atzberger [Wed, 12 Dec 2007 20:51:45 +0000]
Members.pm - dbh->{'mysql_insertid'} still needed, despite shortcomings.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoCirculation.pm - Bugfix invalid constructor calls to Dates (single digit Mon. and...
Joe Atzberger [Tue, 11 Dec 2007 18:00:21 +0000]
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 agoinstall.pl - Important fix for Algorithm::CheckDigits mismatch
Joe Atzberger [Mon, 10 Dec 2007 23:25:49 +0000]
install.pl - Important fix for Algorithm::CheckDigits mismatch

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoMembers.pm - Handle bad categorycode, Dates.pm - other problems persist.
Joe Atzberger [Mon, 10 Dec 2007 23:01:22 +0000]
Members.pm - Handle bad categorycode, Dates.pm - other problems persist.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoAuth.pm - 3 changes: $debug instead of warn, LDAP require/import, $timeout regexp...
Joe Atzberger [Mon, 10 Dec 2007 22:42:10 +0000]
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 agoSerials.pm + NewsChannels.pm - use Dates and replace old CVS-based $VERSION.
Joe Atzberger [Fri, 7 Dec 2007 23:14:47 +0000]
Serials.pm + NewsChannels.pm - use Dates and replace old CVS-based $VERSION.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoNewsChannels.pm - dos2unix fix for ^M
Joe Atzberger [Thu, 6 Dec 2007 22:00:01 +0000]
NewsChannels.pm - dos2unix fix for ^M

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoremoving some useless parenthesis in the template
Paul POULAIN [Fri, 14 Dec 2007 08:42:39 +0000]
removing some useless parenthesis in the template

with (), the look was not nice when you've defined () in the name of your authority.

Like
subject (common name)
subject (personnal name)
...

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agosmall change in blue.css to marc editor (moving 10px to the right subfields)
Paul POULAIN [Fri, 14 Dec 2007 08:41:24 +0000]
small change in blue.css to marc editor (moving 10px to the right subfields)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoregexp-ing $marcflavour to handle unimarc_xxxxx or marc21_yyyy subdirectories
Paul POULAIN [Fri, 14 Dec 2007 08:41:00 +0000]
regexp-ing $marcflavour to handle unimarc_xxxxx or marc21_yyyy subdirectories

see previous commit, about having 2 different sets of UNIMARC.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agobig change in installer for french unimarc
Paul POULAIN [Fri, 14 Dec 2007 08:39:56 +0000]
big change in installer for french unimarc

The biblio & authorities frameworks have been removed from 1-Obligatoire
and moved to marcflavour new directory.

There are 2 sub-unimarc directories :
- unimarc_complet (complet=full), that contains full unimarc frameworks (not finished)
- unimarc_lecture_pub (lecture_pub = public library), that contains simplified frameworks (should work, although more test needed)

That will let the user choose between 2 differents set of unimarc : public libraries often don't care to handle a too complex marc, while conservation libraries need something complete.

This is one of the major thing that ppl wanted : a more public library friendly Koha.

With HideMarc=ON, public libraries should be very happy with the way cataloguing can be done now.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoremoving useless file for french unimarc
Paul POULAIN [Fri, 14 Dec 2007 08:35:53 +0000]
removing useless file for french unimarc

it's elsewhere (in 1-obligatoire)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoremoving marc flavour from syspref for frenchies
Paul POULAIN [Fri, 14 Dec 2007 08:33:44 +0000]
removing marc flavour from syspref for frenchies

as it's now filled by webinstaller and librarian choice

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoAddind a reported_tag entry.
Paul POULAIN [Thu, 13 Dec 2007 11:20:41 +0000]
Addind a reported_tag entry.

the reported tag contains all subfields to report from the authority into the biblio.

NOTE : It is a feature usefull only for OpenCataloger, but OpenCataloger needs it.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agobugfix on authtype modif
Paul POULAIN [Thu, 13 Dec 2007 08:48:02 +0000]
bugfix on authtype modif

A parameter was missing to tell Koha it was a modif (UPDATE) and not an add (INSERT)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agosynching opac and pro, and removing subtitles that has been removed in 3.0
Paul POULAIN [Tue, 11 Dec 2007 17:33:23 +0000]
synching opac and pro, and removing subtitles that has been removed in 3.0

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agocatalogue detail : just changing a , to : and adding a missing space
Paul POULAIN [Tue, 11 Dec 2007 17:31:12 +0000]
catalogue detail : just changing a , to : and adding a missing space

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoAPI uses biblionumber, not "bib"
Paul POULAIN [Tue, 11 Dec 2007 13:18:49 +0000]
API uses biblionumber, not "bib"

(with bib, you get a nice internal server error on opac-reserve)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agofixing moredetails to point to biblionumber instead of biblioitemnumber
Paul POULAIN [Tue, 11 Dec 2007 10:53:36 +0000]
fixing moredetails to point to biblionumber instead of biblioitemnumber

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoAdding default hardcoded authorised values list + some comment on them
Paul POULAIN [Tue, 11 Dec 2007 10:52:19 +0000]
Adding default hardcoded authorised values list + some comment on them

Even on an empty setup, the user will know which auth values he can filled

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoreintroducing lateissues-excel
Paul POULAIN [Tue, 11 Dec 2007 10:15:49 +0000]
reintroducing lateissues-excel

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoAdding Text::CSV_XS dependancy
Paul POULAIN [Tue, 11 Dec 2007 10:14:15 +0000]
Adding Text::CSV_XS dependancy

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years ago1514 : no results give no feedback (serials checkexpiration)
Paul POULAIN [Tue, 11 Dec 2007 10:05:22 +0000]
1514 : no results give no feedback (serials checkexpiration)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>

16 years agoadd registration fees on registration renewal if needed
Paul POULAIN [Tue, 11 Dec 2007 08:58:54 +0000]
add registration fees on registration renewal if needed

Signed-off-by: Joshua Ferraro <jmf@liblime.com>