koha.git
17 years agoContinuing work on allowing borrowers/patrons belong to organisations
rangi [Mon, 22 May 2006 23:57:06 +0000 (23:57 +0000)]
Continuing work on allowing borrowers/patrons belong to organisations

17 years agoAdding version string, checked merge from dev_week, not needed
rangi [Mon, 22 May 2006 23:25:37 +0000 (23:25 +0000)]
Adding version string, checked merge from dev_week, not needed

17 years agoFixing my syntax error, whoops
rangi [Mon, 22 May 2006 23:13:56 +0000 (23:13 +0000)]
Fixing my syntax error, whoops

17 years agoJust adding a version string
rangi [Mon, 22 May 2006 23:10:30 +0000 (23:10 +0000)]
Just adding a version string

17 years agoAdding new systempreference allowing for the library to add borrowers to institutions...
rangi [Mon, 22 May 2006 22:40:45 +0000 (22:40 +0000)]
Adding new systempreference allowing for the library to add borrowers to institutions (rest homes, parishes, schools, classes etc).

17 years agoAdding a new variable, memberofinstitution, this allows a borrower to belong to one...
rangi [Mon, 22 May 2006 22:32:46 +0000 (22:32 +0000)]
Adding a new variable, memberofinstitution, this allows a borrower to belong to one or more institutions.
Needed by a library.
There will be a new table to go with this plus some changes to the add/modfiy members pages. But the default value for this variable will be 0(no) so most people wont see any changes at all

17 years agoMerging in changes from dev_week branch
rangi [Mon, 22 May 2006 22:24:37 +0000 (22:24 +0000)]
Merging in changes from dev_week branch

17 years agoMerging from dev_week
rangi [Sun, 21 May 2006 06:09:33 +0000 (06:09 +0000)]
Merging from dev_week

17 years agoMerging from dev_week
rangi [Sun, 21 May 2006 06:03:32 +0000 (06:03 +0000)]
Merging from dev_week

17 years agoMerging dev_week, and fixing formatting
rangi [Sun, 21 May 2006 05:59:47 +0000 (05:59 +0000)]
Merging dev_week, and fixing formatting

17 years agosyncing dev-week and HEAD
kados [Sun, 21 May 2006 02:29:09 +0000 (02:29 +0000)]
syncing dev-week and HEAD

17 years agomerging dev-week and HEAD
kados [Sun, 21 May 2006 02:27:24 +0000 (02:27 +0000)]
merging dev-week and HEAD

17 years agosyncing dev-week and head
kados [Sun, 21 May 2006 02:19:00 +0000 (02:19 +0000)]
syncing dev-week and head

17 years agosyncing dev-week and HEAD
kados [Sun, 21 May 2006 02:17:02 +0000 (02:17 +0000)]
syncing dev-week and HEAD

17 years agosyncing dev-week and HEAD
kados [Sun, 21 May 2006 02:10:32 +0000 (02:10 +0000)]
syncing dev-week and HEAD

17 years agomerging dev-week and HEAD
kados [Sun, 21 May 2006 02:07:44 +0000 (02:07 +0000)]
merging dev-week and HEAD

17 years agomerging dev-week and HEAD
kados [Sun, 21 May 2006 01:54:13 +0000 (01:54 +0000)]
merging dev-week and HEAD

17 years agomerging dev-week and head. NOTE:
kados [Sun, 21 May 2006 01:50:51 +0000 (01:50 +0000)]
merging dev-week and head. NOTE:
<<<<<<< opac-readingrecord.pl
use C4::Date;
use C4::Members;
=======
use C4::Date;
use C4::Search;
>>>>>>> 1.6.2.6

C4::Search ... but it might be needed.

17 years agoTypo error. Missing '>'
tgarip1957 [Sat, 20 May 2006 14:36:09 +0000 (14:36 +0000)]
Typo error. Missing '>'

17 years agoIf an authority is modified biblios related to this authority were not updated but...
tgarip1957 [Sat, 20 May 2006 14:32:54 +0000 (14:32 +0000)]
If an authority is modified biblios related to this authority were not updated but a list of modified authorities was written to disk. Now by defult they get modified as well unless a system preference 'dontmerge' is defined. dontmerge=1 will keep the previous behaviour.

Authority zebra server may have different shadow settings. Support is added

17 years agoAdding support to read zebra database name from config files
tgarip1957 [Sat, 20 May 2006 14:28:02 +0000 (14:28 +0000)]
Adding support to read zebra database name from config files

17 years agoAdding variable support to zebradb. You may use shadowing or not on either authoritie...
tgarip1957 [Sat, 20 May 2006 14:18:04 +0000 (14:18 +0000)]
Adding variable support to zebradb. You may use shadowing or not on either authorities or biblios

17 years agoLock tables was repeated twice --fixed
tgarip1957 [Sat, 20 May 2006 00:13:31 +0000 (00:13 +0000)]
Lock tables was repeated twice --fixed

17 years agoAlter auth_subfield_structure table as well incase somebody uses thisprior to updatin...
tgarip1957 [Sat, 20 May 2006 00:03:14 +0000 (00:03 +0000)]
Alter auth_subfield_structure table as well incase somebody uses thisprior to updating database

17 years agofixing typo error
tgarip1957 [Fri, 19 May 2006 23:17:42 +0000 (23:17 +0000)]
fixing typo error

17 years agoNew help file for authority MARC structuring
tgarip1957 [Fri, 19 May 2006 23:09:04 +0000 (23:09 +0000)]
New help file for authority MARC structuring

17 years agoOld authorities did not contain authid in marc record. Add it
tgarip1957 [Fri, 19 May 2006 21:39:52 +0000 (21:39 +0000)]
Old authorities did not contain authid in marc record. Add it

17 years agoAdded new fields to auth_header and auth_subfield_table to allow ZEBRA use of authori...
tgarip1957 [Fri, 19 May 2006 19:31:29 +0000 (19:31 +0000)]
Added new fields to auth_header and auth_subfield_table to allow ZEBRA use of authorities and new MARC framework like structure.
Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this

17 years agoUse this script to export all your authorities so that you can build an authority...
tgarip1957 [Fri, 19 May 2006 19:16:00 +0000 (19:16 +0000)]
Use this script to export all your authorities so that you can build an authority zebra. Use this after marc_into_authority.pl

17 years agorecord.abs for ZEBRA authorities. We need different configuration for authorities...
tgarip1957 [Fri, 19 May 2006 19:13:51 +0000 (19:13 +0000)]
record.abs for ZEBRA authorities. We need different configuration for authorities so a new folder is created

17 years agoThis script modifýes auth_header table, adds missing fields and populates with marc...
tgarip1957 [Fri, 19 May 2006 19:07:09 +0000 (19:07 +0000)]
This script modifýes auth_header table, adds missing fields and populates with marc record. Only to be used when updating from 2.2

17 years agoAll support for auth_subfield_tables is removed. All search is now with zebra authori...
tgarip1957 [Fri, 19 May 2006 18:09:39 +0000 (18:09 +0000)]
All support for auth_subfield_tables is removed. All search is now with zebra authorities. New authority structure allows multiple linking of authorities of differnet types to one another.
Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this

17 years agoAuthority tables are modified to be compatible with new MARC frameworks. This change...
tgarip1957 [Fri, 19 May 2006 17:58:40 +0000 (17:58 +0000)]
Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this

17 years agoAuthority tables are modified to be compatible with new MARC frameworks. This change...
tgarip1957 [Fri, 19 May 2006 17:49:14 +0000 (17:49 +0000)]
Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this

17 years agoAuthority tables are modified to be compatible with new MARC frameworks. This change...
tgarip1957 [Fri, 19 May 2006 17:35:53 +0000 (17:35 +0000)]
Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this

17 years agoAuthority tables are modified to be compatible with new MARC frameworks. This change...
tgarip1957 [Fri, 19 May 2006 17:30:07 +0000 (17:30 +0000)]
Authority tables are modified to be compatible with new MARC frameworks. This change is part of Authority Linking & Zebra authorities. Requires change in Mysql database. It will break head unless all changes regarding this is implemented. This warning will take place on all commits regarding this

17 years agoimprovement of reserves.pl with item - reservation
alaurin [Fri, 19 May 2006 17:05:11 +0000 (17:05 +0000)]
improvement of reserves.pl with item - reservation

17 years agonew dev : create 3 new program for circulation :
alaurin [Fri, 19 May 2006 17:01:02 +0000 (17:01 +0000)]
new dev : create 3 new program for circulation :

branchreserves : to see reserves for one library (with the branchip selection or librarian preferences)

currenttransfers : show all the transfers are waiting in the library

waitingreservetransfers: show all the book the librarian have to transfer to an another library .

"actions" are bugged, will be corrected .

17 years agoupdate database for :
alaurin [Fri, 19 May 2006 16:51:44 +0000 (16:51 +0000)]
update database for :
- new feature ip and printer management
adding two fields in branches table (branchip,branchprinter)

- waiting date : adding one field in reserves table(waiting date) to calculate the Maximum delay to pick up a reserved document when it's available

new system preference :
- ReservesMaxPickUpDelay : Maximum delay to pick up a reserved document
TransfersMaxDaysWarning : Max delay before considering the transfer as potentialy a problem

17 years agocommitting new feature ip and printer management
alaurin [Fri, 19 May 2006 09:52:54 +0000 (09:52 +0000)]
committing new feature ip and printer management
adding two fields in branches table (branchip,branchprinter)

branchip : if the library enter an ip or ip range any librarian that connect from computer in this ip range will be temporarly affected to the corresponding branch .

branchprinter : the library  can select a default printer for a branch

17 years agoNew feature from SAN Ouest Provence: ability to reserve a specific item in
plg [Wed, 17 May 2006 16:06:23 +0000 (16:06 +0000)]
New feature from SAN Ouest Provence: ability to reserve a specific item in
the intranet. The development was made on branch 2.2 by Arnaud Laurin from
Ouest Provence and integrated on HEAD by Pierrick Le Gall from INEO media
system.

New page reserve/request.pl taking a biblionumber as entry point.

New functions:

- C4::Biblio::get_iteminfos_of retrieves item informations for a list of
  itemnumbers

- C4::Biblio::get_biblioiteminfos_of retrieves biblioitem informations for a
  list of biblioitemnumbers

- C4::Biblio::get_itemnumbers_of retrieve the list of itemnumbers related to
  each biblionumber given in argument.

- C4::Circulation::Circ2::get_return_date_of retrieves return date for a
  list of itemnumbers.

- C4::Koha::get_itemtypeinfos_of retrieves the informations related to a
  list of itemtypes.

- C4::Koha::get_branchinfos_of retrieves the informations related to a list
  of branchcodes.

- C4::Koha::get_notforloan_label_of retrives the list of status/label for
  the authorised_values related to notforloan.

- C4::Koha::get_infos_of is the generic function used by all get_*infos_of.

- C4::Reserves2::GetNumberReservesFromBorrower

- C4::Reserves2::GetFirstReserveDateFromItem

Modified functions:

- C4::Reserves2::FindReserves was simplified to be more readable.

The reservation page is reserve/request.pl and is linked from nowhere as
long as zebra is not stable yet on HEAD.

17 years agoAdding support for getting details of different zebra servers
tgarip1957 [Sun, 14 May 2006 00:22:31 +0000 (00:22 +0000)]
Adding support for getting details of different zebra servers

17 years agoNew koha configuration file. Replaces koha.conf. Needs C4::Context.pm in head to...
tgarip1957 [Sat, 13 May 2006 20:02:08 +0000 (20:02 +0000)]
New koha configuration file. Replaces koha.conf. Needs C4::Context.pm in head to work.
This file now combines koha configuration and zebra configuration. Old koha.conf variable names are retained. They go between the tags <config>. Do not change the tag names for zebra part. Use zebrasrv -f /etc/koha.xml to start your server. The virtual server configuration details can be found in YAZ documentation

17 years agoNow reads koha.xml rather than koha.conf.
tgarip1957 [Sat, 13 May 2006 19:51:39 +0000 (19:51 +0000)]
Now reads koha.xml rather than koha.conf.
koha.xml contains both the koha configuration and zebraserver configuration.
Zebra connection is modified to allow connection to authority zebra as well.
It will break head if koha.conf is not replaced with koha.xml

17 years agobug fixing : adding a call to C4::members
btoumi [Fri, 12 May 2006 09:45:51 +0000 (09:45 +0000)]
bug fixing : adding a call to C4::members

17 years agoadding the branchname and the librarian name in every page :
tipaul [Tue, 9 May 2006 13:28:08 +0000 (13:28 +0000)]
adding the branchname and the librarian name in every page :
- modified userenv to add branchname
- modifier menus.inc to have the librarian name & userenv displayed on every page. they are in a librarian_information div.

18 years agobug 659 fixed: borrower category age limitations are now taken into account
plg [Fri, 21 Apr 2006 14:32:09 +0000 (14:32 +0000)]
bug 659 fixed: borrower category age limitations are now taken into account
during member registration.

Warning: new external module required, Date::Calc

18 years agoimprovements from SAN Ouest Provence :
tipaul [Fri, 21 Apr 2006 13:31:34 +0000 (13:31 +0000)]
improvements from SAN Ouest Provence :
* introducing a category_type into categories. It can be A (adult), C (children), P (Professionnal), I (institution/organisation).
* each category_type has it's own forms to create members.
* the borrowers table has been heavily modified (many fields changed), to get something more logic & readable
* reintroducing guarantor/guanrantee system that is now independant from hardcoded C/A for categories
* updating templates to fit template rules

(see mail feb, 17 on koha-devel "new features for borrowers" for more details)

18 years agoIf you change your framework for MARC mapping use this script to remap your marc...
tgarip1957 [Thu, 20 Apr 2006 10:55:18 +0000 (10:55 +0000)]
If you change your framework for MARC mapping use this script to remap your marc record first. Drop the old framework and install the new one. Re export all your marc and recreate ZEBRA.
The script has to be manually edited to reflect your new mappings. KOHA 3.0 is expected to have new frameworks

18 years agoRemoved character padding around $barcode, used for testing.
sushi [Wed, 19 Apr 2006 05:06:02 +0000 (05:06 +0000)]
Removed character padding around $barcode, used for testing.

18 years agoCode39 section now has 'hide_asterisk', scans successfully
sushi [Wed, 19 Apr 2006 05:03:50 +0000 (05:03 +0000)]
Code39 section now has 'hide_asterisk', scans successfully

18 years ago*** empty log message ***
sushi [Wed, 19 Apr 2006 05:00:02 +0000 (05:00 +0000)]
*** empty log message ***

18 years ago$bibid, now correctly $biblionumber.
sushi [Wed, 19 Apr 2006 04:55:50 +0000 (04:55 +0000)]
$bibid, now correctly $biblionumber.

18 years agoSmall fix, 'labels remaining' now works.
sushi [Wed, 19 Apr 2006 04:51:03 +0000 (04:51 +0000)]
Small fix, 'labels remaining' now works.

18 years agoimprovement: in member details page, issue and reserve lines are toggled.
plg [Tue, 18 Apr 2006 10:32:24 +0000 (10:32 +0000)]
improvement: in member details page, issue and reserve lines are toggled.

18 years agobug fixed: my previous commit added a useless temporary A.button CSS class
plg [Tue, 18 Apr 2006 09:57:25 +0000 (09:57 +0000)]
bug fixed: my previous commit added a useless temporary A.button CSS class
(showing how to make a link look like a FORM button). A.button CSS class
removed.

18 years agomodification: removed fieldset and label CSS properties. Modifications
plg [Tue, 18 Apr 2006 09:53:10 +0000 (09:53 +0000)]
modification: removed fieldset and label CSS properties. Modifications
introduced by tipaul are not compliant with every template (depending on how
you use HTML labels). Shouldn't this kind of customization only be made
outside "prog" template?

18 years agobug fixed: typo fixed in labels and labels_conf tables creation query.
plg [Tue, 18 Apr 2006 09:36:36 +0000 (09:36 +0000)]
bug fixed: typo fixed in labels and labels_conf tables creation query.

18 years agoAdded check for modules for spine-label printing.
sushi [Tue, 18 Apr 2006 04:53:40 +0000 (04:53 +0000)]
Added check for modules for spine-label printing.

18 years agoAdded 'labels' and 'labels_conf' tables, for spine lable tool.
sushi [Mon, 17 Apr 2006 21:55:33 +0000 (21:55 +0000)]
Added 'labels' and 'labels_conf' tables, for spine lable tool.

18 years agoChange the MARC Leader to UTF-8 incase user did not set it. Important for Zebra.
tgarip1957 [Sat, 15 Apr 2006 02:47:47 +0000 (02:47 +0000)]
Change the MARC Leader to UTF-8 incase user did not set it. Important for Zebra.
The new M::F::XML is sensitive to leader settings

18 years agoMarc record should be set to UTF-8 in leader.Force it.
tgarip1957 [Sat, 15 Apr 2006 02:37:03 +0000 (02:37 +0000)]
Marc record should be set to UTF-8 in leader.Force it.
XML should be with<record> wrappers

18 years ago- adding some css properties (minor)
tipaul [Fri, 14 Apr 2006 09:36:51 +0000 (09:36 +0000)]
- adding some css properties (minor)
- adding links in members menu

improvements from SAN Ouest Provence :
* introducing a category_type into categories. It can be A (adult), C (children), P (Professionnal), I (institution/organisation).
* each category_type has it's own forms to create members.
* the borrowers table has been heavily modified (many fields changed), to get something more logic & readable
* reintroducing guarantor/guanrantee system that is now independant from hardcoded C/A for categories
* updating templates to fit template rules

(see mail feb, 17 on koha-devel "new features for borrowers" for more details)

18 years agoremoving useless templates
tipaul [Fri, 14 Apr 2006 09:35:59 +0000 (09:35 +0000)]
removing useless templates

improvements from SAN Ouest Provence :
* introducing a category_type into categories. It can be A (adult), C (children), P (Professionnal), I (institution/organisation).
* each category_type has it's own forms to create members.
* the borrowers table has been heavily modified (many fields changed), to get something more logic & readable
* reintroducing guarantor/guanrantee system that is now independant from hardcoded C/A for categories
* updating templates to fit template rules

(see mail feb, 17 on koha-devel "new features for borrowers" for more details)

18 years agodefaulting usernumber to '' (root login)
tipaul [Fri, 14 Apr 2006 09:33:56 +0000 (09:33 +0000)]
defaulting usernumber to '' (root login)

18 years agoremoving useless scripts
tipaul [Fri, 14 Apr 2006 09:32:18 +0000 (09:32 +0000)]
removing useless scripts

improvements from SAN Ouest Provence :
* introducing a category_type into categories. It can be A (adult), C (children), P (Professionnal), I (institution/organisation).
* each category_type has it's own forms to create members.
* the borrowers table has been heavily modified (many fields changed), to get something more logic & readable
* reintroducing guarantor/guanrantee system that is now independant from hardcoded C/A for categories
* updating templates to fit template rules

(see mail feb, 17 on koha-devel "new features for borrowers" for more details)

18 years agoimprovements from SAN Ouest Provence :
tipaul [Fri, 14 Apr 2006 09:31:24 +0000 (09:31 +0000)]
improvements from SAN Ouest Provence :
* introducing a category_type into categories. It can be A (adult), C (children), P (Professionnal), I (institution/organisation).
* each category_type has it's own forms to create members.
* the borrowers table has been heavily modified (many fields changed), to get something more logic & readable
* reintroducing guarantor/guanrantee system that is now independant from hardcoded C/A for categories
* updating templates to fit template rules

(see mail feb, 17 on koha-devel "new features for borrowers" for more details)

18 years agoRemoved spine labels NPL template files, should be in rel_2_2 only
sushi [Fri, 14 Apr 2006 05:14:16 +0000 (05:14 +0000)]
Removed spine labels NPL template files, should be in rel_2_2 only

18 years agobug fixed: typo on Zconnauth name
plg [Thu, 13 Apr 2006 08:40:11 +0000 (08:40 +0000)]
bug fixed: typo on Zconnauth name

18 years agonew: function C4::Date::get_date_format_string_for_DHTMLcalendar based on
plg [Thu, 13 Apr 2006 08:36:42 +0000 (08:36 +0000)]
new: function C4::Date::get_date_format_string_for_DHTMLcalendar based on
the system preference prefered date format.

improvement: book fund list and budget list screen redesigned. Filters on
each field. Columns are not sortable yet. Using DHTML Calendar to fill date
fields instead of manual filling. Pagination system. From the book fund
list, you can reach the budget list, filtered on a book fund, or not. A
budget can be added only from book fund list screen.

bug fixed: branchcode was missing in table aqbudget.

bug fixed: when setting a branchcode to a book fund, all associated budgets
move to this branchcode.

modification: when adding/modifying budget/fund, MySQL specific "REPLACE..."
statements replaced by standard SQL compliant statement.

bug fixed: when adding/modifying a budget, if the book fund is associated to
a branch, the branch selection is disabled and set to the book fund branch.

18 years agoinital commit.
sushi [Wed, 12 Apr 2006 05:02:41 +0000 (05:02 +0000)]
inital commit.

18 years agoAltered the subscription table changed issues length column from tinyint as it
bob_lyon [Tue, 11 Apr 2006 22:08:06 +0000 (22:08 +0000)]
Altered the subscription table changed issues length column from tinyint as it
only allows numbers up to 127 - needs to allow bigger numbers if the sub you're making
is for a daily subscription like a newspaper where the number of issues in a year
will be greater than 127

18 years agoLittle positioning tweak for EAN13 barcodes, made bigger using xSize and ySize.
sushi [Tue, 11 Apr 2006 21:48:27 +0000 (21:48 +0000)]
Little positioning tweak for EAN13 barcodes, made bigger using xSize and ySize.

18 years agoUpdated with spine label url.
sushi [Tue, 11 Apr 2006 21:32:41 +0000 (21:32 +0000)]
Updated with spine label url.

18 years agoUpdated with spine label url.
sushi [Tue, 11 Apr 2006 21:24:58 +0000 (21:24 +0000)]
Updated with spine label url.

18 years agoInitial add of spine label include file.
sushi [Tue, 11 Apr 2006 21:21:20 +0000 (21:21 +0000)]
Initial add of spine label include file.

18 years agoInitial add of NPL spine label templates.
sushi [Tue, 11 Apr 2006 21:19:21 +0000 (21:19 +0000)]
Initial add of NPL spine label templates.

18 years agoInital add of spine label perl files.
sushi [Tue, 11 Apr 2006 20:56:14 +0000 (20:56 +0000)]
Inital add of spine label perl files.

18 years agoNew definitions added to bib1.
tgarip1957 [Mon, 10 Apr 2006 21:52:38 +0000 (21:52 +0000)]
New definitions added to bib1.
Experimental. Used for LC sorting, holding-branch and shelving access points internal for KOHA

18 years agoReadding record.abs .This one contains new access points which will be needed for...
tgarip1957 [Mon, 10 Apr 2006 21:49:41 +0000 (21:49 +0000)]
Readding record.abs .This one contains new access points which will be needed for LC sorting the biblios. Requires the new bib1.att which is now committed

18 years agoA new handler defined for zebra Zconnauth with read/write permission. Zconnauth shoul...
tgarip1957 [Mon, 10 Apr 2006 21:40:23 +0000 (21:40 +0000)]
A new handler defined for zebra Zconnauth with read/write permission. Zconnauth should only be called in biblio.pm where write operations are. Use of this handler will break things unless koha.conf contains new variables:
zebradb=localhost
zebraport=<your port>
zebrauser=<username>
zebrapass=<password>

The zebra.cfg file should read:
perm.anonymous:r
perm.username:rw
passw.c:<yourpasswordfile>

Password file should be prepared with Apaches htpasswd utility in encrypted mode and should exist in a folder zebra.cfg can read

18 years agoUse this script to change all the xml in biblioitems. No more collection wrapper...
tgarip1957 [Mon, 10 Apr 2006 21:11:58 +0000 (21:11 +0000)]
Use this script to change all the xml in biblioitems. No more collection wrapper in XML. Biblio.pm changed.

18 years agoHolding branch gets updated in MARC when a branch transfer occurs
tgarip1957 [Mon, 10 Apr 2006 20:42:18 +0000 (20:42 +0000)]
Holding branch gets updated in MARC when a branch transfer occurs

18 years agoNew sub to use by Circ2.pm . Allows one subfield of MARC holdings fields to be update...
tgarip1957 [Mon, 10 Apr 2006 20:39:49 +0000 (20:39 +0000)]
New sub to use by Circ2.pm . Allows one subfield of MARC holdings fields to be updated to use with branch transfer(holdingbranch) and onloan flag when set

18 years agobug fixed: toggle was not working anymore in itemtypes management screen due
plg [Fri, 7 Apr 2006 11:13:15 +0000 (11:13 +0000)]
bug fixed: toggle was not working anymore in itemtypes management screen due
to previous commit.

18 years agomodification: on itemtypes management screen, useless form are replaced by
plg [Fri, 7 Apr 2006 11:10:25 +0000 (11:10 +0000)]
modification: on itemtypes management screen, useless form are replaced by
simple links.

improvement: support of itemtype icons on prog template. The icons are
displayed on itemtypes management screen and on moremember screen.

improvement: use of pagination_bar on itemtypes management screen.

new: function were added in C4::Koha to manage itemtype image location
(local/remote). Warning: you must copy or symlink the itemtypeimg directory
from the opac template into the intranet template.

18 years agobug fixed: on admin/stopwords, the calculation of the number of pages to
plg [Fri, 7 Apr 2006 08:24:36 +0000 (08:24 +0000)]
bug fixed: on admin/stopwords, the calculation of the number of pages to
display in the pagination bar was wrong on extreme case (when number of
items equals the pagesize). Calculation replaced by a generic function
getnbpages in C4::Koha. This function could be useful elsewhere than in
stpwords management screen and avoid calculation bugs as I did.

18 years agoBugfixing : aqbookfund needed a field.
hdl [Thu, 6 Apr 2006 12:37:05 +0000 (12:37 +0000)]
Bugfixing : aqbookfund needed a field.

18 years agoExperimental rewrite of Stop Words administration screen. Feedback welcomed.
plg [Thu, 6 Apr 2006 11:00:08 +0000 (11:00 +0000)]
Experimental rewrite of Stop Words administration screen. Feedback welcomed.

18 years agonew: authorities in prog/en template, only partial import from default/en
plg [Tue, 4 Apr 2006 10:05:48 +0000 (10:05 +0000)]
new: authorities in prog/en template, only partial import from default/en
template.

improved: C4::Output::pagination_bar builds an HTML pagination bar with no
language dependency. This function hugely simplifies templates and offers a
standard pagination method. This function also improves preformances.

18 years agosync with head.
kados [Mon, 3 Apr 2006 23:45:00 +0000 (23:45 +0000)]
sync with head.

18 years agoimprovement: id on each fieldset of circulation template.
plg [Mon, 3 Apr 2006 09:37:59 +0000 (09:37 +0000)]
improvement: id on each fieldset of circulation template.

template guideline compliance: on circulation template, selected status of
each option in date options (day/month/year) is managed by a
TMPL_IF/TMPL_ELSE outside the <option>.

bug fixed: on circulation template, today issues could not be renewed with
new reserve/renewscript.pl items list coming from HTTP request.

bug fixed: on return template, included template to close the <head> was
wrong.

bug fixed: on member/moremember template, renew items comply with new
reserve/renewscript.

simplification: deletion of useless input param look-up table in
reserve/renewscript.pl, direct use of CGI method.

18 years agoModify item now works
rangi [Mon, 3 Apr 2006 04:00:02 +0000 (04:00 +0000)]
Modify item now works

BUT only if there is only one item, if there is more than one item, it gets messed up.
They get combined into the form, ill work on this next

18 years agosome modifs to improve plugin support
kados [Mon, 3 Apr 2006 02:12:49 +0000 (02:12 +0000)]
some modifs to improve plugin support

18 years agore-adding oldbiblionumber for the sake of the plugin
kados [Mon, 3 Apr 2006 00:17:13 +0000 (00:17 +0000)]
re-adding oldbiblionumber for the sake of the plugin

18 years agoadding Log.pm
kados [Sun, 2 Apr 2006 19:19:02 +0000 (19:19 +0000)]
adding Log.pm

18 years agosyncing with rel_2_2, adding visibility handling
kados [Sun, 2 Apr 2006 19:12:01 +0000 (19:12 +0000)]
syncing with rel_2_2, adding visibility handling

18 years agoadding eval to fix 500 error with blank marc record
kados [Sat, 1 Apr 2006 23:06:22 +0000 (23:06 +0000)]
adding eval to fix 500 error with blank marc record

18 years agoAdding material-type
rangi [Sat, 1 Apr 2006 22:42:04 +0000 (22:42 +0000)]
Adding material-type

18 years agoFixing the problem that all items were getting biblioitem=1 set
rangi [Sat, 1 Apr 2006 22:10:50 +0000 (22:10 +0000)]
Fixing the problem that all items were getting biblioitem=1 set