]> git.koha-community.org Git - koha.git/log
koha.git
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

14 years ago(bug #4334) create needed sample datas
Nahuel ANGELINETTI [Tue, 23 Mar 2010 15:40:54 +0000 (16:40 +0100)]
(bug #4334) create needed sample datas

This add samplenotices.sql that disappear, and add in fr-FR:
* sample_notices_message_attributes.sql
* sample_notices_message_transports.sql

14 years agowarning on C4/Biblio.pm
Paul Poulain [Mon, 1 Feb 2010 10:21:40 +0000 (11:21 +0100)]
warning on C4/Biblio.pm

14 years agoLanguage file updates
Chris Cormack [Tue, 30 Mar 2010 03:52:30 +0000 (16:52 +1300)]
Language file updates

14 years ago[followup](bug #4055) fix backport error
Nahuel ANGELINETTI [Wed, 10 Feb 2010 13:49:03 +0000 (14:49 +0100)]
[followup](bug #4055) fix backport error

There is an error during backport, all the 3.0.x API is not the same as 3.2.

14 years agoReintroducing finedays in updatedatabase
Henri-Damien LAURENT [Thu, 18 Mar 2010 03:49:58 +0000 (04:49 +0100)]
Reintroducing finedays in updatedatabase

Bumping dbrev 3.06.009

14 years agoFollowup admin/categorie.pl
Henri-Damien LAURENT [Thu, 18 Mar 2010 03:43:52 +0000 (04:43 +0100)]
Followup admin/categorie.pl

14 years agoBug 3663 screen changes to OPAC advanced search
Jane Wagner [Fri, 25 Sep 2009 11:45:04 +0000 (07:45 -0400)]
Bug 3663 screen changes to OPAC advanced search

Copy Search button to top of screen, rearrange order of indexes in search
pulldown list (to Keyword, Title, Subject, then Author & the rest)

14 years ago(bug #4319) allow reserves on waiting items
Nahuel ANGELINETTI [Tue, 16 Mar 2010 16:11:10 +0000 (17:11 +0100)]
(bug #4319) allow reserves on waiting items

This add a function to check the reserve status, and add a check in IsAvailableForItemLevelRequest() to allow request on items that are waiting

14 years agoMT2889 : Fix statistics' itemtype when item-level_itypes is ON
Matthias Meusburger [Thu, 11 Mar 2010 14:28:27 +0000 (15:28 +0100)]
MT2889 : Fix statistics' itemtype when item-level_itypes is ON

14 years agoFixing hierarchy processing
Henri-Damien LAURENT [Mon, 8 Mar 2010 11:33:35 +0000 (12:33 +0100)]
Fixing hierarchy processing

14 years agoMT 2116, Follow-up : Fix subfield separator
Matthias Meusburger [Fri, 5 Mar 2010 16:25:37 +0000 (17:25 +0100)]
MT 2116, Follow-up : Fix subfield separator

14 years agoMT 3044, Follow-up : Fix CSV Export when there are blank chars in tag names
Matthias Meusburger [Fri, 5 Mar 2010 15:06:01 +0000 (16:06 +0100)]
MT 3044, Follow-up : Fix CSV Export when there are blank chars in tag names

    Regexp is now global

14 years agoMT 3044 : Fix CSV Export when there are blank chars in tag names
Matthias Meusburger [Fri, 5 Mar 2010 13:18:06 +0000 (14:18 +0100)]
MT 3044 : Fix CSV Export when there are blank chars in tag names

14 years agoMT 3044 : Adds missing links for opac cart and shelf download
Matthias Meusburger [Wed, 3 Mar 2010 16:11:52 +0000 (17:11 +0100)]
MT 3044 : Adds missing links for opac cart and shelf download

14 years ago(MT #3076) make cancel button working on return
Nahuel ANGELINETTI [Thu, 4 Mar 2010 09:15:00 +0000 (10:15 +0100)]
(MT #3076) make cancel button working on return

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #4207) receive shipment problem
Nahuel ANGELINETTI [Wed, 17 Feb 2010 14:23:22 +0000 (15:23 +0100)]
(bug #4207) receive shipment problem

this change the way to get pending orders during shipment receive.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #4295) fix overduerules edition
Nahuel ANGELINETTI [Tue, 2 Mar 2010 16:16:39 +0000 (17:16 +0100)]
(bug #4295) fix overduerules edition

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #4051) forgotten format_date
Nahuel ANGELINETTI [Tue, 2 Mar 2010 15:34:52 +0000 (16:34 +0100)]
(bug #4051) forgotten format_date

as we format_date in API, we cannot re-format date in csv export.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #4051) add due date in overdue.tmpl
Nahuel ANGELINETTI [Tue, 2 Mar 2010 13:54:38 +0000 (14:54 +0100)]
(bug #4051) add due date in overdue.tmpl

this add in the tmpl, the due date of each document.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #4051) fix mistake in overdues
Nahuel ANGELINETTI [Tue, 2 Mar 2010 13:38:06 +0000 (14:38 +0100)]
(bug #4051) fix mistake in overdues

a big mistake is in sql query, that get non-overdue items instead of overdues.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #4195) fix OAI repository
Nahuel ANGELINETTI [Tue, 16 Feb 2010 13:34:15 +0000 (14:34 +0100)]
(bug #4195) fix OAI repository

this fix the OAI repository, to don't return resumptionToken if there is no more record.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago[followup] (bug #4051) fix default values
Nahuel ANGELINETTI [Wed, 10 Feb 2010 13:54:30 +0000 (14:54 +0100)]
[followup] (bug #4051) fix default values

this set default empty values when nothing is set.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago[followup](bug #4051) rewrite some stuffs in overdues
Nahuel ANGELINETTI [Wed, 10 Feb 2010 11:20:07 +0000 (12:20 +0100)]
[followup](bug #4051) rewrite some stuffs in overdues

This fix overdues to reformat the way to export in csv, create a function in C4::Overdues, and add a date filter.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #4290) searching for author in repository
Nahuel ANGELINETTI [Tue, 2 Mar 2010 13:05:58 +0000 (14:05 +0100)]
(bug #4290) searching for author in repository

this fix the breedingsearch to search for authors, and not only in titles.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago[3.0.x] (bug #4263) fix the edition of items with repeatable subfields
Nahuel ANGELINETTI [Tue, 2 Mar 2010 08:57:33 +0000 (09:57 +0100)]
[3.0.x] (bug #4263) fix the edition of items with repeatable subfields

The subfield management in item level is broken, fields are concatenated in one field, and if the librarian edit it, the values are not selected.
This big patch fix three things:
 1) saving fields that are stocked in SQL(using koha2marc mapping) are now well cut and separated in _REAL_ subfields
 2) loading records with repeatable subfields are now well returned
 3) Editing items with repeatable fields works well

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years ago(bug #4287) add enrolment period update in 22 to 30 script
Nahuel ANGELINETTI [Mon, 1 Mar 2010 15:20:48 +0000 (16:20 +0100)]
(bug #4287) add enrolment period update in 22 to 30 script

this fix the upgrade script, to upgrade the enrolment period, that is no more in years, but in month unity.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoRevert "(bug #3778) GetBranchesLoop and searchMyLibraryFirst"
Henri-Damien LAURENT [Mon, 8 Mar 2010 21:43:33 +0000 (22:43 +0100)]
Revert "(bug #3778) GetBranchesLoop and searchMyLibraryFirst"

This reverts commit 36ae08af3221f8a5073c1576ee53c4ba00a1d153.

14 years agoMT 2116: Addons to the CSV export
Matthias Meusburger [Wed, 3 Feb 2010 08:39:38 +0000 (09:39 +0100)]
MT 2116: Addons to the CSV export

Fix encoding selection

14 years agoItalian SQL updates
Chris Cormack [Thu, 4 Mar 2010 01:25:29 +0000 (14:25 +1300)]
Italian SQL updates

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
14 years agoAdding release notes 3.0.6
Henri-Damien LAURENT [Tue, 16 Feb 2010 13:09:30 +0000 (14:09 +0100)]
Adding release notes 3.0.6

14 years agoupdatedatabase : fixing XSLT syspref type
Henri-Damien LAURENT [Tue, 16 Feb 2010 09:02:47 +0000 (10:02 +0100)]
updatedatabase : fixing XSLT syspref type

XSLT* is now of type free and not Boolean
letter added for staff hold spelling problem fixed

14 years agoBug fix: Authentication with cardnumber allows superlibrarian access
Henri-Damien LAURENT [Tue, 16 Feb 2010 10:24:49 +0000 (11:24 +0100)]
Bug fix: Authentication with cardnumber allows superlibrarian access

un privileged users couls access intranet with superlibrarian rights
when login in with cardnumber/password

14 years agoUpdatedatabase : Updating edititems permissions
Henri-Damien LAURENT [Mon, 15 Feb 2010 16:36:37 +0000 (17:36 +0100)]
Updatedatabase : Updating edititems permissions

edit_items permissions were not set for an existing system
This would have propted user to loose some edit rights.
This patch enables the edit_items provided that they had editcatalogue permissions

14 years agoMT2938 : Adds a permission for editing items
Matthias Meusburger [Thu, 11 Feb 2010 13:33:54 +0000 (14:33 +0100)]
MT2938 : Adds a permission for editing items

14 years agoBugfix in errors/*.pl and opac/errors/*.pl
Sébastien Hinderer [Sun, 1 Nov 2009 00:04:19 +0000 (01:04 +0100)]
Bugfix in errors/*.pl and opac/errors/*.pl

The scripts did not define the status printed on the first line of
HTTP headers correctly: they were sending 200 OK,
which was confusing for browsers.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agofixing updatedatabase
Henri-Damien LAURENT [Wed, 10 Feb 2010 15:51:56 +0000 (16:51 +0100)]
fixing updatedatabase

14 years agoMT2582: Fix user deletion without permission
Matthias Meusburger [Tue, 9 Feb 2010 08:40:49 +0000 (09:40 +0100)]
MT2582: Fix user deletion without permission

14 years agoMT2636 : Send a different notification whether an hold has been made from OPAC or...
Matthias Meusburger [Thu, 14 Jan 2010 14:01:43 +0000 (15:01 +0100)]
MT2636 : Send a different notification whether an hold has been made from OPAC or from the Intranet

14 years agoC4/XSLT Removing unconditionnal comment
Henri-Damien LAURENT [Tue, 2 Feb 2010 11:10:01 +0000 (12:10 +0100)]
C4/XSLT Removing unconditionnal comment

14 years agoMT2116, Follow-up: CSV Export, fix backporting bugs
Paul Poulain [Mon, 1 Feb 2010 16:44:21 +0000 (17:44 +0100)]
MT2116, Follow-up: CSV Export, fix backporting bugs

14 years ago[3.0.x](bug #4084) fix offline circ
Nahuel ANGELINETTI [Mon, 1 Feb 2010 11:31:35 +0000 (12:31 +0100)]
[3.0.x](bug #4084) fix offline circ

this add the function C4::Circulation::GetOpenIssue and delete \r chars when processing koc files.

14 years agoAdding RIS and bibtex export
Henri-Damien LAURENT [Mon, 24 Aug 2009 20:10:29 +0000 (22:10 +0200)]
Adding RIS and bibtex export

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
14 years ago1110 : Balance carts and lists, follow-up : Added Opac lists features to admin lists
Matthias Meusburger [Fri, 11 Sep 2009 15:03:01 +0000 (17:03 +0200)]
1110 : Balance carts and lists, follow-up : Added Opac lists features to admin lists

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
14 years agoMT2116: Addons to the CSV export
Matthias Meusburger [Thu, 28 Jan 2010 14:05:54 +0000 (15:05 +0100)]
MT2116:   Addons to the CSV export

Adds the ability to customize CSV exports through the use of a YAML file.

The following customizations are available :
  - Preprocessing
  - Postprocessing
  - Field-by-field processing

The YAML field should be stored in the tools/csv-profiles/ directory and
named after the id of the CSV profile you want to customize.
An example file is provided in that directory.

14 years agoMT2116 : Addons to the CSV Export
Matthias Meusburger [Tue, 26 Jan 2010 13:52:36 +0000 (14:52 +0100)]
MT2116 : Addons to the CSV Export

Add encoding selection
Add authorised values handling