]> git.koha-community.org Git - koha.git/log
koha.git
14 years agoBug 4803 : some result pages could be broken 3.0.x
Henri-Damien LAURENT [Thu, 9 Sep 2010 18:00:10 +0000 (20:00 +0200)]
Bug 4803 : some result pages could be broken

14 years ago(MT #3338) Fixing hold policies issues
Christophe Croullebois [Thu, 9 Sep 2010 11:49:51 +0000 (13:49 +0200)]
(MT #3338) Fixing hold policies issues

The update n°3.00.06.013 fixes hold policy preferences and this one allow to delete it.

14 years ago(MT #3447) Reservations
Christophe Croullebois [Tue, 7 Sep 2010 14:13:10 +0000 (16:13 +0200)]
(MT #3447) Reservations

Added notice for hold from staff and hold from borrower.

14 years ago(bug #5164) fix csv in overdue notice
Nahuel ANGELINETTI [Tue, 24 Aug 2010 10:09:54 +0000 (12:09 +0200)]
(bug #5164) fix csv in overdue notice

This fix the csv export sent by email for empty lines.

14 years ago(bug #5157) fix borrowers top issues
Nahuel ANGELINETTI [Thu, 19 Aug 2010 15:00:54 +0000 (17:00 +0200)]
(bug #5157) fix borrowers top issues

this fix filters of borrowers top issues that doesn't work really well... perhaps because reports scripts need too much improvment.

14 years ago(bug #5154) fix most checkouts report
Nahuel ANGELINETTI [Thu, 19 Aug 2010 13:47:47 +0000 (15:47 +0200)]
(bug #5154) fix most checkouts report

don't take care of null values

14 years ago[followup](bug #4263) fix non-db linked fields edition
Nahuel ANGELINETTI [Wed, 18 Aug 2010 12:43:49 +0000 (14:43 +0200)]
[followup](bug #4263) fix non-db linked fields edition

this fix the construction of marc record for non-koha2marc mapped fields.

14 years ago(bug #5098) csv headers in overdues
Nahuel ANGELINETTI [Fri, 6 Aug 2010 08:19:40 +0000 (10:19 +0200)]
(bug #5098) csv headers in overdues

this add the csv column headers in mail sent to librarian.

14 years ago(bug #3584) use default index, if not specified
Nahuel ANGELINETTI [Mon, 7 Sep 2009 08:00:49 +0000 (10:00 +0200)]
(bug #3584) use default index, if not specified

This select a default index to search on, if there is none.

14 years ago3.0.x fix for Bug 5082, Default framework name not translatable
Owen Leonard [Tue, 3 Aug 2010 13:41:14 +0000 (09:41 -0400)]
3.0.x fix for Bug 5082, Default framework name not translatable

14 years agoEnhancement 5074 (Adding possibility to cleanup_database.pl to purge only older sessi...
Marcel de Rooy [Thu, 29 Jul 2010 12:46:02 +0000 (12:46 +0000)]
Enhancement 5074 (Adding possibility to cleanup_database.pl to purge only older sessions) [for 3.0.x and master]

Currently, the misc/cronjobs script cleanup_database truncates the session table (deleting all records, including active sessions).
With an additional parameter sessdays, this behavior could be changed or (perhaps better) extended. If the parameter sessdays is passed along with a number of days, the script only deletes older session records. This is accomplished by examining the values of lasttime, atime or ctime in the record.
So, calling the script like:
  ./cleanup_database.pl -v -sessions -sessdays 7
will only delete sessions records older than 7 days. The "old style" call
  ./cleanup_database.pl -v -sessions
still works too and truncates the table as before.
Patch can be applied to 3.0.x and master.

14 years agoBug 5066 (Incorrect use of localtime function when calling _session_log) for 3.0...
Marcel de Rooy [Wed, 28 Jul 2010 14:01:59 +0000 (14:01 +0000)]
Bug 5066 (Incorrect use of localtime function when calling _session_log) for 3.0.x only

This patch applies to 3.0.x only and solves a little bug in using the localtime function when writing to tmp/sessionlog. It should be called in scalar context iinstead of list context.

14 years ago(bug #3336) A CSS class for currency symbols
Jean-André Santoni [Tue, 27 Jul 2010 12:25:56 +0000 (14:25 +0200)]
(bug #3336) A CSS class for currency symbols

14 years ago[followup](bug #5042) forgotten fix on rss icon
Nahuel ANGELINETTI [Wed, 21 Jul 2010 07:32:19 +0000 (09:32 +0200)]
[followup](bug #5042) forgotten fix on rss icon

this fix the rss image link, that was forgotten in previous patch.

14 years ago(bug #5042) rss field and sort by
Nahuel ANGELINETTI [Tue, 20 Jul 2010 14:05:16 +0000 (16:05 +0200)]
(bug #5042) rss field and sort by

this add an arg in url to take care of order in rss feeds.

14 years ago[followup] (bug #4018) fix the coins position in code
Nahuel ANGELINETTI [Fri, 16 Jul 2010 13:30:06 +0000 (15:30 +0200)]
[followup] (bug #4018) fix the coins position in code

14 years ago(bug #4018) fix coins support in opac detail and xslt
Nahuel ANGELINETTI [Wed, 30 Dec 2009 10:36:35 +0000 (11:36 +0100)]
(bug #4018) fix coins support in opac detail and xslt

14 years ago[followup](bug #3825) fix problems in tmpl_if
Nahuel ANGELINETTI [Thu, 15 Jul 2010 09:13:28 +0000 (11:13 +0200)]
[followup](bug #3825) fix problems in tmpl_if

In previous patch, and if was not fixed to be managed correctly, and allow user, if there is no hold waiting, to go the holds over.

14 years ago(bug #4990) fix email link in overdues to have a pre-generated message
Nahuel ANGELINETTI [Tue, 13 Jul 2010 13:57:29 +0000 (15:57 +0200)]
(bug #4990) fix email link in overdues to have a pre-generated message

This fix the link in overdues.pl to have great link with pre-generated emails, they are based on the letter "MANUAL_ODUE" in "circulation" module.

14 years ago[followup](bug #4931) fix forgottens input in buttons
Nahuel ANGELINETTI [Tue, 13 Jul 2010 09:58:01 +0000 (11:58 +0200)]
[followup](bug #4931) fix forgottens input in buttons

the previous patch missed an hidden input in next buttons that break next page. This fix it.

14 years ago[3.0.x] (bug 4989) add index on guarantorid
Nahuel ANGELINETTI [Tue, 13 Jul 2010 08:53:26 +0000 (10:53 +0200)]
[3.0.x] (bug 4989) add index on guarantorid

14 years agoMT 1882 : ccode search in serials/subscription-bib-search.pl
Matthias Meusburger [Mon, 21 Sep 2009 15:50:16 +0000 (17:50 +0200)]
MT 1882 : ccode search in serials/subscription-bib-search.pl

14 years agobug3812 : Illegal Date 'iso' does not match 'iso' format (Acquisitions)
Henri-Damien LAURENT [Wed, 7 Jul 2010 15:56:40 +0000 (17:56 +0200)]
bug3812 : Illegal Date 'iso' does not match 'iso' format (Acquisitions)

applied all recommandations on acqui/orderreceive.pl
Thanks m.de.rooy@rijksmuseum.nl

14 years agobug 4863 : C4::Bookfund lacks use of C4::Context
Henri-Damien LAURENT [Wed, 7 Jul 2010 15:43:46 +0000 (17:43 +0200)]
bug 4863 : C4::Bookfund lacks use of C4::Context

Adding C4::Context to C4::Bookfund

14 years agoFollowup bug4263 : dateaccessioned should not be blanked
Henri-Damien LAURENT [Mon, 5 Jul 2010 18:39:52 +0000 (20:39 +0200)]
Followup bug4263 : dateaccessioned should not be blanked

Previous commit on bug 4263 reintroduced bug 2466 namely item subfields would not be wiped out.
This patch takes the need for dateacessioned not to be blanked.
But also wipe out desired item subfields.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago[3.0.x] (bug #4939) automaticitemtransfert break holdingbranch
Nahuel ANGELINETTI [Mon, 5 Jul 2010 09:01:26 +0000 (11:01 +0200)]
[3.0.x] (bug #4939) automaticitemtransfert break holdingbranch

This patch fix the call to moditemtransfert in the case of automaticitemtransfert set to ON.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #4931) add the ability to choose home or holding branch in stocktaking
Nahuel ANGELINETTI [Fri, 2 Jul 2010 13:27:59 +0000 (15:27 +0200)]
(bug #4931) add the ability to choose home or holding branch in stocktaking

This add radio box in stocktaking to base it on home or holdingbranch

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago[3.0.x](bug #4930) fix inventory
Nahuel ANGELINETTI [Fri, 2 Jul 2010 12:23:48 +0000 (14:23 +0200)]
[3.0.x](bug #4930) fix inventory

this delete duplicate code that generate an error in a sql query and can't work when "pass on loan items" is checked.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #3329) Dependency missing in inventory.pl
Nahuel ANGELINETTI [Mon, 15 Jun 2009 10:18:05 +0000 (12:18 +0200)]
(bug #3329) Dependency missing in inventory.pl

The called function AddReturn is in C4::Circulation which is not loaded, this patch do it.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago[followup](MT3160) fix address request
Nahuel ANGELINETTI [Wed, 30 Jun 2010 11:58:32 +0000 (13:58 +0200)]
[followup](MT3160) fix address request

If any part of concat is null, all the address field is null.
Now we use IFNULL() from mysql.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #4916) permit tools/cleanborrowers.pl to be used by command line
Nahuel ANGELINETTI [Tue, 29 Jun 2010 09:23:39 +0000 (11:23 +0200)]
(bug #4916) permit tools/cleanborrowers.pl to be used by command line

This patchs adds the possibility to run the script by command line.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoMT3915: deleted biblios would stick in zebra indexes
Henri-Damien LAURENT [Mon, 5 Jul 2010 12:04:50 +0000 (14:04 +0200)]
MT3915: deleted biblios would stick in zebra indexes

Since the update of biblios would be done AFTER the deletion of biblios,
and since biblios would be updated just before being deleted (in order to delete the items)
update process would recreate the biblio.

This patch fixes the order in order to do the deletion AFTER the update.

14 years agoC4::XSLT Removing unconditionnal warn
Henri-Damien LAURENT [Wed, 30 Jun 2010 06:50:39 +0000 (08:50 +0200)]
C4::XSLT Removing unconditionnal warn

there was an unconditionnal warn in C4::XSLT.
This patch removes it.

14 years agovar status in C4/Output.pm
Zeno Tajoli [Mon, 28 Jun 2010 16:24:17 +0000 (18:24 +0200)]
var status in C4/Output.pm

14 years agoFixes about italian sql files.
Zeno Tajoli [Tue, 29 Jun 2010 12:52:54 +0000 (14:52 +0200)]
Fixes about italian sql files.

 This patch fixes wrong translations in the files unimarc_framework.txt and subtag_registry.txt

14 years agoUpdate userpermissions.sql of it-IT for manage of CSV export
Zeno Tajoli [Mon, 21 Jun 2010 14:58:38 +0000 (16:58 +0200)]
Update userpermissions.sql of it-IT for manage of CSV export

14 years agoUpdate userpermissions.sql of en for manage of CSV export
Zeno Tajoli [Mon, 21 Jun 2010 14:59:03 +0000 (16:59 +0200)]
Update userpermissions.sql of en for manage of CSV export

14 years agoFix COUNTRY authorised values to uppercase
Zeno Tajoli [Mon, 21 Jun 2010 14:57:49 +0000 (16:57 +0200)]
Fix COUNTRY authorised values to uppercase

14 years agobug 2434
Zeno Tajoli [Mon, 21 Jun 2010 14:58:12 +0000 (16:58 +0200)]
bug 2434

14 years agoMT3753: Fix limits when itemcallnumbers are numbers
koha user [Tue, 15 Jun 2010 12:04:13 +0000 (14:04 +0200)]
MT3753: Fix limits when itemcallnumbers are numbers

14 years agoAdding NSB/NSE filters
Paul Poulain [Thu, 31 Dec 2009 14:35:56 +0000 (15:35 +0100)]
Adding NSB/NSE filters

14 years agoBug 4866 for 3.0.x (Enable Change event for item plugins)
Marcel de Rooy [Wed, 9 Jun 2010 14:00:09 +0000 (16:00 +0200)]
Bug 4866 for 3.0.x (Enable Change event for item plugins)

A few lines of code in additem.pl make it possible to add the Change event next to Blur and Focus for item plugins. This prevents running the plugin if the data has not changed. Patch sent for 3.0.x.

14 years agoBug 4839 (System pref for MARC field 008 authorities; additional logic for position...
Marcel de Rooy [Thu, 10 Jun 2010 11:08:02 +0000 (11:08 +0000)]
Bug 4839 (System pref for MARC field 008 authorities; additional logic for position 14) [version 3.0.x]

Currently, the default for this marc field is hardcoded in the plugin code of
marc21_field_008_authorities.pl (two occurrences).
I suggest to move this value to a new system preference. If this pref should
not exist, the old hardcoded value could still be used.

Furthermore, the default for position 14 (heading use: main or added entry)
should be dependent on the authority type. For CHRON_TERM, GENRE/FORM and
TOPIC_TERM, it should be b (not appropriate) instead of a (appropriate).

This patch applies to 3.0.x only. Additional patch submitted for master.

14 years agoBug 4513 (Resetting framework to Default) [v3.0.x]
Marcel de Rooy [Mon, 7 Jun 2010 12:24:37 +0000 (14:24 +0200)]
Bug 4513 (Resetting framework to Default) [v3.0.x]

Resubmitting this patch for 3.0.x only.

14 years agoBug 4512 for 3.0.x only (Encoding issue in downloaded data of guided reports) RESENT
Marcel de Rooy [Wed, 9 Jun 2010 12:33:27 +0000 (14:33 +0200)]
Bug 4512 for 3.0.x only (Encoding issue in downloaded data of guided reports) RESENT

The line binmode STDOUT, ':utf8'; garbles the output. It was already utf8. The statement should be used on binary data, not on plain text. The statement occurred more frequently in older versions of the script; this last occurrence must be deleted too.

14 years agoBug 4489 for opac-detail.tmpl [3.0.x] RESENT
Marcel de Rooy [Wed, 9 Jun 2010 14:32:36 +0000 (16:32 +0200)]
Bug 4489 for opac-detail.tmpl [3.0.x] RESENT

opac-detail.tmpl contains unmatched end loop on line 347 [in version 3.0.x only]

14 years agoAdditional fix for bug 3212 [3.0.x only]
Marcel de Rooy [Thu, 10 Jun 2010 07:58:30 +0000 (07:58 +0000)]
Additional fix for bug 3212 [3.0.x only]

In 3.0.x position 9 is forced to Unicode. But the value of the combo in the popup still points to MARC8. Corrected in this fix.

14 years ago(bug #4856) delete forgotten debug code
Nahuel ANGELINETTI [Tue, 8 Jun 2010 09:35:00 +0000 (11:35 +0200)]
(bug #4856) delete forgotten debug code

14 years ago(bug #4856) fix rebuild zebra to delete NSB/NSE chars
Nahuel ANGELINETTI [Tue, 8 Jun 2010 09:14:29 +0000 (11:14 +0200)]
(bug #4856) fix rebuild zebra to delete NSB/NSE chars

14 years ago(bug #4853) change rights needed to renew loans
Nahuel ANGELINETTI [Mon, 7 Jun 2010 09:08:37 +0000 (11:08 +0200)]
(bug #4853) change rights needed to renew loans

Use "circulate" right, instead of "borrower".

14 years ago[followup](MT3160) fix previous patch for non checked variable
Nahuel ANGELINETTI [Fri, 4 Jun 2010 09:04:35 +0000 (11:04 +0200)]
[followup](MT3160) fix previous patch for non checked variable

This add a if to check if the variable exists

14 years ago(bug #4842) check if string is utf8 or not
Nahuel ANGELINETTI [Tue, 1 Jun 2010 11:54:53 +0000 (13:54 +0200)]
(bug #4842) check if string is utf8 or not

This fix a double encoding problem in serial receive.

14 years ago(bug #4840) round cost in new order
Nahuel ANGELINETTI [Mon, 31 May 2010 11:45:20 +0000 (13:45 +0200)]
(bug #4840) round cost in new order

14 years agoExpand interactive SIP tests.
Joe Atzberger (siptest [Tue, 16 Jun 2009 17:11:35 +0000 (12:11 -0500)]
Expand interactive SIP tests.

Also tweak interactive item dump to suppress huge fields (marc, marcxml).

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoFunctional SIP run and shutdown scripts. Update example SIPconfig.xml
Joe Atzberger (siptest [Sat, 20 Jun 2009 00:32:41 +0000 (19:32 -0500)]
Functional SIP run and shutdown scripts. Update example SIPconfig.xml

Note the shutdown script is quick and dirty, and probably
platform (debian) specific.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoSIP2 utf8 encoding
kohaadmin [Thu, 18 Feb 2010 14:16:47 +0000 (15:16 +0100)]
SIP2 utf8 encoding

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoSIP Patron management
Henri-Damien LAURENT [Fri, 29 Jan 2010 19:25:22 +0000 (20:25 +0100)]
SIP Patron management

Using Flag EXPIRED to notice whether Patron CAN or CANNOT checkout a book

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoBug 3815: SIP2 Invalid Item Information Response 18
Henri-Damien LAURENT [Wed, 19 May 2010 04:36:44 +0000 (06:36 +0200)]
Bug 3815: SIP2 Invalid Item Information Response 18

With this patch Koha SIP2 server send back a valid Item Information
Response for issued items: ie with due date in the response.

Conflicts solved:

C4/SIP/ILS/Item.pm

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoBug 3814: SIP2 Server logging doesn't work on OpenSolaris
Frédéric Demians [Fri, 27 Nov 2009 17:16:55 +0000 (18:16 +0100)]
Bug 3814: SIP2 Server logging doesn't work on OpenSolaris

This patch put in SIPconfig.xml SIP2 server logging parameters. This is
way it's possible to modify where SIP2 logs are sent. And fix
OpenSolaris bug.

WARNING: After an upgrade, installation using a custom SIP2 server
config file will need to copy default SIPconfig.xml added section:

<!--
  Set Net::Server::PreFork runtime parameters
  syslog_ident will identify SIP2 Koha server entries in syslog
  For OpenSolaris, add: syslog_logsock=stream
-->
  <server-params
    min_servers='1'
    min_spare_servers='0'
    log_file='Sys::Syslog'
    syslog_ident='koha_sip'
    syslog_facility='local6'
  />

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoadmin/aqbookfund.pl: prevents the creation of funds with the same code
Alex Arnaud [Wed, 19 May 2010 14:48:03 +0000 (16:48 +0200)]
admin/aqbookfund.pl: prevents the creation of funds with the same code

14 years ago[MT3424] Converts COUNTRY authorised values to uppercase
Jean-André Santoni [Fri, 30 Apr 2010 09:28:11 +0000 (11:28 +0200)]
[MT3424] Converts COUNTRY authorised values to uppercase

14 years agoMT3492 (linked to bug #4263): Fix itemnotes deletion when modifying an item
Matthias Meusburger [Mon, 17 May 2010 15:16:26 +0000 (17:16 +0200)]
MT3492 (linked to bug #4263): Fix itemnotes deletion when modifying an item

14 years ago[followup] (MT3421) revert fix
Nahuel ANGELINETTI [Tue, 18 May 2010 09:25:30 +0000 (11:25 +0200)]
[followup] (MT3421) revert fix

This patch delete a line that broke the status in serials table.

14 years ago(bug #4263) dateaccessionned is cleaned on item modification
Nahuel ANGELINETTI [Fri, 23 Apr 2010 11:54:30 +0000 (13:54 +0200)]
(bug #4263) dateaccessionned is cleaned on item modification

Every item modification, date accessionned is cleaned, if there is no modification made, we must'nt reset to "undef" the value.

14 years ago(bug #4522) fix plugin unimarc 210$c
Nahuel ANGELINETTI [Tue, 18 May 2010 08:01:16 +0000 (10:01 +0200)]
(bug #4522) fix plugin unimarc 210$c

This patch change the way to retrieve the value to insert in the record.
The way it was done, was verry ugly.

14 years ago[followup] (bug #4520) forgotten file in previous patch
Nahuel ANGELINETTI [Tue, 18 May 2010 07:54:17 +0000 (09:54 +0200)]
[followup] (bug #4520) forgotten file in previous patch

14 years agoBug 4514 (Error handling in 500.pl is erroneous itself)
Marcel de Rooy [Mon, 17 May 2010 11:43:20 +0000 (13:43 +0200)]
Bug 4514 (Error handling in 500.pl is erroneous itself)

14 years agoBug 4159 (Directory modified_authorities in tmp not localfile)
Marcel de Rooy [Mon, 17 May 2010 10:22:54 +0000 (12:22 +0200)]
Bug 4159 (Directory modified_authorities in tmp not localfile)

14 years ago(bug #4520) fix show more link to work
Nahuel ANGELINETTI [Mon, 17 May 2010 15:03:49 +0000 (17:03 +0200)]
(bug #4520) fix show more link to work

fix the shore more link, to pass parameters like offset or filters, to keep the same results.

14 years ago(bug #4519) fix record printing
Nahuel ANGELINETTI [Mon, 17 May 2010 13:57:56 +0000 (15:57 +0200)]
(bug #4519) fix record printing

this add a js that print a record

14 years ago(bug #4518) enhance 2.2 to 3.0 scripts
Nahuel ANGELINETTI [Mon, 17 May 2010 13:43:10 +0000 (15:43 +0200)]
(bug #4518) enhance 2.2 to 3.0 scripts

14 years agoChanging version to 3.0.6 v3.00.06
Henri-Damien LAURENT [Mon, 17 May 2010 10:23:55 +0000 (12:23 +0200)]
Changing version to 3.0.6

This is version 3.0.6 of Koha.
Change log :

bug fixes
bug #3348
bug #3536
bug #3894
bug #4002
bug #4004
bug #4020
bug #4021
bug #4038
bug #4043
bug #4044
bug #4049
bug #4050
bug #4052
bug #4055
bug #4075
bug #4084
bug #4326
bug #4276

Adds IndependentBranchPatrons system preferences for libraries which would not like to see patrons from other libraries
Adds  XSLT systempreferences so that path can be provided
Also adds CSV exports
Adds a page for subscription history management
Changes the way reserves are allowed. You HAVE TO enter the itemtypes and holds Policy in order to enable your patron to reserve

It adds 10 changes in database, which adds some new tables required for some partial features ports from 3.2 due to the previous release and updates languages tag for portuguese and updates Calendar SystemPreference.

14 years agoFollowup Adding system preference XSLT*FileName
Henri-Damien LAURENT [Mon, 17 May 2010 02:30:36 +0000 (04:30 +0200)]
Followup Adding system preference XSLT*FileName

This patch fixes the name of the system preference according to the usage done in C4::XSLT
And also takes the value of the system preferences (XSLTDetailsDisplay and XSLTResultsDisplay) set in 3.0.6.03
rather than rewriting the value without taking a previous updated value into account

14 years agoRelease notes 3.0.6
Henri-Damien LAURENT [Fri, 14 May 2010 23:41:07 +0000 (01:41 +0200)]
Release notes 3.0.6

14 years agoIntranet po file updates
Chris Cormack [Sat, 15 May 2010 08:42:05 +0000 (20:42 +1200)]
Intranet po file updates

14 years agoOpac po file updates
Chris Cormack [Sat, 15 May 2010 08:40:43 +0000 (20:40 +1200)]
Opac po file updates

14 years agoAdding XSLTreultsFilename and XSLTDetailFilename
Henri-Damien LAURENT [Fri, 14 May 2010 23:28:46 +0000 (01:28 +0200)]
Adding XSLTreultsFilename and XSLTDetailFilename

Thos two system preferences enables the librarian to choose an xslt different from the one provided in Koha

14 years agoBug 4326 ; returndate were fixed on the day before
Henri-Damien LAURENT [Fri, 14 May 2010 21:20:41 +0000 (23:20 +0200)]
Bug 4326 ; returndate were fixed on the day before

dropbox mode was set even though it was not dropbox.
This patch is an adaptation of Ian Walls
http://www.mail-archive.com/koha-patches@lists.koha.org/msg04736.html

14 years agoBug 4276: Proposed fix for "Related Subjects" links in Opac.
Garry Collum [Sat, 20 Mar 2010 01:25:35 +0000 (21:25 -0400)]
Bug 4276: Proposed fix for "Related Subjects" links in Opac.

Adds fields other than 'a' to the links for subject headings in the Opac details page.

Also adds subfield b of a Corporate Author (710) to the appropriate link.  Otherwise you may have a link with "United States" instead of "United States. Public Works Adminstration"

Another patch needs to be sent for the Intranet.

14 years agoMT3421, Follow-up: Moves subscription history in a separate page
Matthias Meusburger [Mon, 10 May 2010 09:29:34 +0000 (11:29 +0200)]
MT3421, Follow-up: Moves subscription history in a separate page

- Displays link for every subscription
 - Allows modification even for subscriptions without manual history

14 years agoMT3421, Follow-up: Moves subscription history in a separate page
Matthias Meusburger [Thu, 29 Apr 2010 10:05:38 +0000 (12:05 +0200)]
MT3421, Follow-up: Moves subscription history in a separate page

- Adds link to serial-collection.pl
 - Changes are displayed after modification

14 years agoMT3421: Moves subscription history in a separate page
Matthias Meusburger [Wed, 28 Apr 2010 12:42:25 +0000 (14:42 +0200)]
MT3421: Moves subscription history in a separate page

14 years ago(MT 3267) Add Homebranch and Holdingbranch search criterion on circulation stat.
Alex Arnaud [Wed, 12 May 2010 14:14:16 +0000 (16:14 +0200)]
(MT 3267) Add Homebranch and Holdingbranch search criterion on circulation stat.

14 years ago(bug #4491) fix weird code in search scripts
Nahuel ANGELINETTI [Wed, 12 May 2010 13:59:06 +0000 (15:59 +0200)]
(bug #4491) fix weird code in search scripts

This change some code a bit strange, that generate strange effetcs.
Now we use $cgi->param to get the values.

14 years ago(bug #4490) do not warn each notice if xslt is on
Nahuel ANGELINETTI [Wed, 12 May 2010 13:33:51 +0000 (15:33 +0200)]
(bug #4490) do not warn each notice if xslt is on

14 years ago(bug #4487) permit - and . in callnumber plugin
Nahuel ANGELINETTI [Wed, 12 May 2010 11:43:32 +0000 (13:43 +0200)]
(bug #4487) permit - and . in callnumber plugin

14 years ago(MT3318) RSS OPAC: Adding CDATA term in title and description tags.
Paul Poulain [Wed, 12 May 2010 09:05:12 +0000 (11:05 +0200)]
(MT3318) RSS OPAC: Adding CDATA term in title and description tags.

14 years ago(bug #3737) fix title search in order history
Nahuel ANGELINETTI [Thu, 29 Oct 2009 15:47:17 +0000 (16:47 +0100)]
(bug #3737) fix title search in order history

14 years agoMinor Fix : IndependentBranchPatron misspelling
Henri-Damien LAURENT [Tue, 6 Apr 2010 12:52:48 +0000 (14:52 +0200)]
Minor Fix : IndependentBranchPatron misspelling

C4/Members.pm
Line 179, preference used would not be correctly spelled

14 years agoBuildUnimarcHierarchies : Fixing infinite loop
Henri-Damien LAURENT [Tue, 6 Apr 2010 11:27:20 +0000 (13:27 +0200)]
BuildUnimarcHierarchies : Fixing infinite loop

When referenced authority in 5XX$3 would be the same as the current authid, the script would get into infinite loop

14 years agobatchRebuildBiblioTables.pl doesn't crash anymore when GetMarcBiblio fails.
Matthias Meusburger [Thu, 1 Apr 2010 14:07:25 +0000 (16:07 +0200)]
batchRebuildBiblioTables.pl doesn't crash anymore when GetMarcBiblio fails.
Unprocessed biblionumbers are displayed at the end of the execution instead.

14 years ago(bug #4358) fix sql query in C4::Members::GetAllIssues
Nahuel ANGELINETTI [Wed, 31 Mar 2010 13:56:40 +0000 (15:56 +0200)]
(bug #4358) fix sql query in C4::Members::GetAllIssues

This fix the use of oldissues instead of old_issues table.

14 years agoFix kohastructure for deletedborrowers
Nahuel ANGELINETTI [Tue, 30 Mar 2010 09:54:30 +0000 (11:54 +0200)]
Fix kohastructure for deletedborrowers

This patch add a forgotten column in deletedborrowers, that make koha doesn't save deletedborrowers in fresh installs.

14 years agoBetter conformance for UNIMARC Authorities Encoding
Henri-Damien LAURENT [Thu, 25 Mar 2010 09:39:01 +0000 (10:39 +0100)]
Better conformance for UNIMARC Authorities Encoding

Adding support for UNIMARC Authorities UNIMARC encoding
place of the encoding marker is different

14 years agoFixing Hierarchies : taking any heading subfield
Paul Poulain [Wed, 24 Mar 2010 12:44:50 +0000 (13:44 +0100)]
Fixing Hierarchies : taking any heading subfield

14 years agoMT3160 : Fix plugin callback when subfields are cloned
Matthias Meusburger [Thu, 25 Mar 2010 10:50:06 +0000 (11:50 +0100)]
MT3160 : Fix plugin callback when subfields are cloned

14 years ago(bug #3950) only show on shelf items
Paul Poulain [Wed, 13 Jan 2010 10:11:08 +0000 (11:11 +0100)]
(bug #3950) only show on shelf items

This fix pending reserves to show only on shelf items.

14 years agoProblem with error message
Henri-Damien LAURENT [Tue, 23 Mar 2010 11:00:00 +0000 (12:00 +0100)]
Problem with error message

output_html_with_http_headers now takes status too

14 years agoBug 4320 : Text::CSV::Encoded
Henri-Damien LAURENT [Tue, 23 Mar 2010 10:44:49 +0000 (11:44 +0100)]
Bug 4320 : Text::CSV::Encoded

Adding Text::CSV::Encoded to INSTALL Notes

14 years ago[followup](bug #4334) fix duplicate entries in sql
Nahuel ANGELINETTI [Tue, 23 Mar 2010 15:48:16 +0000 (16:48 +0100)]
[followup](bug #4334) fix duplicate entries in sql