koha.git
13 years agoChanging version to 3.0.6 v3.00.06
Henri-Damien LAURENT [Mon, 17 May 2010 10:23:55 +0000]
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.

13 years agoFollowup Adding system preference XSLT*FileName
Henri-Damien LAURENT [Mon, 17 May 2010 02:30:36 +0000]
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

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

13 years agoIntranet po file updates
Chris Cormack [Sat, 15 May 2010 08:42:05 +0000]
Intranet po file updates

13 years agoOpac po file updates
Chris Cormack [Sat, 15 May 2010 08:40:43 +0000]
Opac po file updates

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

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

13 years agoBug 4326 ; returndate were fixed on the day before
Henri-Damien LAURENT [Fri, 14 May 2010 21:20:41 +0000]
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

13 years agoBug 4276: Proposed fix for "Related Subjects" links in Opac.
Garry Collum [Sat, 20 Mar 2010 01:25:35 +0000]
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.

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

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

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

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

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

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

13 years ago(bug #4491) fix weird code in search scripts
Nahuel ANGELINETTI [Wed, 12 May 2010 13:59:06 +0000]
(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.

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

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

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

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

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

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

13 years agoBuildUnimarcHierarchies : Fixing infinite loop
Henri-Damien LAURENT [Tue, 6 Apr 2010 11:27:20 +0000]
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

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

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

This fix the use of oldissues instead of old_issues table.

13 years agoFix kohastructure for deletedborrowers
Nahuel ANGELINETTI [Tue, 30 Mar 2010 09:54:30 +0000]
Fix kohastructure for deletedborrowers

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

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

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

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

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

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

This fix pending reserves to show only on shelf items.

13 years agoProblem with error message
Henri-Damien LAURENT [Tue, 23 Mar 2010 11:00:00 +0000]
Problem with error message

output_html_with_http_headers now takes status too

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

Adding Text::CSV::Encoded to INSTALL Notes

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

13 years ago(bug #4334) create needed sample datas
Nahuel ANGELINETTI [Tue, 23 Mar 2010 15:40:54 +0000]
(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

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

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

14 years ago[followup](bug #4055) fix backport error
Nahuel ANGELINETTI [Wed, 10 Feb 2010 13:49:03 +0000]
[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]
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]
Followup admin/categorie.pl

14 years agoBug 3663 screen changes to OPAC advanced search
Jane Wagner [Fri, 25 Sep 2009 11:45:04 +0000]
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]
(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]
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]
Fixing hierarchy processing

14 years agoMT 2116, Follow-up : Fix subfield separator
Matthias Meusburger [Fri, 5 Mar 2010 16:25:37 +0000]
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]
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]
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]
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]
(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]
(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]
(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]
(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]
(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]
(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]
(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]
[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]
[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]
(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]
[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]
(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]
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]
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]
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]
Adding release notes 3.0.6

14 years agoupdatedatabase : fixing XSLT syspref type
Henri-Damien LAURENT [Tue, 16 Feb 2010 09:02:47 +0000]
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]
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]
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]
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]
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]
fixing updatedatabase

14 years agoMT2582: Fix user deletion without permission
Matthias Meusburger [Tue, 9 Feb 2010 08:40:49 +0000]
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]
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]
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]
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]
[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]
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]
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]
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]
MT2116 : Addons to the CSV Export

Add encoding selection
Add authorised values handling

14 years agoMT2116: Addons to the CSV export
Matthias Meusburger [Fri, 15 Jan 2010 16:42:43 +0000]
MT2116: Addons to the CSV export

Add user-defined headers
Add CSV, field and subfield separator selection

14 years agoBug 3857: Add tools menu to left of CSV Profiles page
Nicole Engard [Wed, 9 Dec 2009 03:11:11 +0000]
Bug 3857: Add tools menu to left of CSV Profiles page

14 years agoMT 2067, Follow-up : Description for CSV export not mandatory anymore
Matthias Meusburger [Tue, 3 Nov 2009 14:43:19 +0000]
MT 2067, Follow-up : Description for CSV export not mandatory anymore

14 years agoMT 1587 (Follow-up) : CSV export for cart and shelves (export_format table creation)
Matthias Meusburger [Thu, 10 Sep 2009 13:18:01 +0000]
MT 1587 (Follow-up) : CSV export for cart and shelves (export_format table creation)

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>

14 years agoMT 1587 : CSV export for cart and shelves, with the ability to define different expor...
Henri-Damien LAURENT [Wed, 16 Sep 2009 19:31:30 +0000]
MT 1587 : CSV export for cart and shelves, with the ability to define different export profiles

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>

14 years ago(bug #4075) add use of getrecordvalue in opac-detail
Nahuel ANGELINETTI [Thu, 28 Jan 2010 15:31:45 +0000]
(bug #4075) add use of getrecordvalue in opac-detail

14 years agoMT2663 : Adds an itemcallnumber plugin
Matthias Meusburger [Thu, 28 Jan 2010 11:06:44 +0000]
MT2663 : Adds an itemcallnumber plugin

14 years ago(bug #4020) XSLT unimarc display
Henri-Damien LAURENT [Wed, 27 Jan 2010 16:51:08 +0000]
(bug #4020) XSLT unimarc display

When using XSLT Display, and UNIMARC,
since marcFlavour is not used in encoding data, when data is true utf8, as_xml
fails on some subfields.

Moreover, because transformMARCXMLForXSLT edits some values in the marc record
and the PERL UTF8 is not handled by MARC::File::USMARC, it endsup in double
encoding the data.
Sending a patch to fix both issues.

This patch adds
    - two functions in  C4/Charset.pm
        NormalizeString (uses Unicode::Normalize)
        SetUTF8Flag (This function in my opinion belongs to MARC::Record, or at least MARC::File::USMARC)
    - edits C4::XSLT in order to cope with the correct marcflavour
    - edits C4::Search searchResults to use setUTF8Flag

Conflicts solved:

C4/Charset.pm
C4/Search.pm
C4/XSLT.pm

14 years ago[followup](bug #4062) marc21 item support
Nahuel ANGELINETTI [Wed, 27 Jan 2010 14:18:50 +0000]
[followup](bug #4062) marc21 item support

this add "item" index in marc21 record.abs

14 years ago(bug #4062) add item index in zebra conf
Nahuel ANGELINETTI [Tue, 26 Jan 2010 16:31:07 +0000]
(bug #4062) add item index in zebra conf

This add the "item" index.

14 years agoSpanish and Turkish updates
Chris Cormack [Tue, 9 Feb 2010 17:54:38 +0000]
Spanish and Turkish updates

14 years agoGerman, Italian, and Portuguese (Brazil) updates
Chris Cormack [Sat, 6 Feb 2010 09:05:02 +0000]
German, Italian, and Portuguese (Brazil) updates

14 years agoFixing the thai double up
Chris Cormack [Fri, 29 Jan 2010 08:51:41 +0000]
Fixing the thai double up

14 years agoAdding Thai translators
Chris Cormack [Fri, 29 Jan 2010 08:19:48 +0000]
Adding Thai translators

14 years agoSpanish and Thai updates
Chris Cormack [Thu, 28 Jan 2010 19:11:18 +0000]
Spanish and Thai updates

14 years ago[followup](bug #3348) fix spent values and spent resume
Nahuel ANGELINETTI [Thu, 21 Jan 2010 11:15:49 +0000]
[followup](bug #3348) fix spent values and spent resume

This fix the way to get spent datas, to user aqbudgetid instead of bookfund.

14 years ago[followup] (bug #4051) set as binary
Nahuel ANGELINETTI [Mon, 25 Jan 2010 13:45:10 +0000]
[followup] (bug #4051) set as binary

As we concat adress, we need to specify csv as binary, else it's broken and skip some lines.

14 years ago[3.0.x] (bug #4055) backport canbook/itembereserved
Nahuel ANGELINETTI [Mon, 25 Jan 2010 09:16:41 +0000]
[3.0.x] (bug #4055) backport canbook/itembereserved

This backport the functions from 3.2/3.4 to the 3.0 API, because we need to factorize the code.

14 years ago[followup](bug #4051) add borrower "title", and complete address in csv
Nahuel ANGELINETTI [Wed, 20 Jan 2010 09:06:15 +0000]
[followup](bug #4051)  add borrower "title", and complete address in csv

this add the borrower title, and the complete address.

14 years ago(bug #4051) separate firstname and surname
Nahuel ANGELINETTI [Tue, 19 Jan 2010 13:36:49 +0000]
(bug #4051) separate firstname and surname

this patch separate firstname and surname in two columns in csv export.

14 years ago(bug #4052) fix mandatory field/subfield deletion
Nahuel ANGELINETTI [Tue, 19 Jan 2010 12:50:37 +0000]
(bug #4052) fix mandatory field/subfield deletion

this fix the way to delete repeatable mandatory fields, the minus char is now shown only on repeatable fields, even if they are mandatory or not.
If the last field is mandatory it won't be deleted.

14 years ago(bug #4051) add columns in csv export of overdues
Nahuel ANGELINETTI [Tue, 19 Jan 2010 11:00:42 +0000]
(bug #4051) add columns in csv export of overdues

this patch add 2 columns in the csv export :
* item callnumber
* issue date

14 years ago(bug #4050) update datelastseen even if document isn't on loan
Nahuel ANGELINETTI [Tue, 19 Jan 2010 10:50:23 +0000]
(bug #4050) update datelastseen even if document isn't on loan

this change the place of moddatelastseen to be used each time a document is checked in, even if the document is not on loan.

14 years ago(Bug 4049) Searching itemtypes returning noise
Henri-Damien LAURENT [Mon, 18 Jan 2010 13:16:27 +0000]
(Bug 4049) Searching itemtypes returning noise

Fix the problem of searching on partial itemtypes strings
for instance, itemtype="ARTICLE DE PERIODIQUE", itemtype="PERIODIQUE"
searching on itemtype="PERIODIQUE" would also get "ARTICLE DE PERIODIQUE"

14 years agoFollowup : (bug #3042) XSLT changes
Henri-Damien LAURENT [Fri, 15 Jan 2010 13:34:57 +0000]
Followup : (bug #3042) XSLT changes

types for system preference needed to be updated

14 years ago(bug #4043) fix checkoverdues sqlquery
Nahuel ANGELINETTI [Thu, 14 Jan 2010 09:01:22 +0000]
(bug #4043) fix checkoverdues sqlquery

this fix the sqlquery to use "curdate()" instead of "now()", because now return a "datetime", and in date_due we have only a "date", so now() > curdate() everytime, it cause some problems in messages.