koha-ffzg.git
11 years agoMerge remote-tracking branch 'origin/dev/solr' into dev/limoges limoges_maj_120712_2 limoges_prod_120723
Claire Hernandez [Thu, 12 Jul 2012 12:04:50 +0000 (14:04 +0200)]
Merge remote-tracking branch 'origin/dev/solr' into dev/limoges

11 years ago(MT #9573) When canceling an hold the next waiting looses barcode
christophe croullebois [Thu, 12 Jul 2012 07:49:22 +0000 (09:49 +0200)]
(MT #9573) When canceling an hold the next waiting looses barcode

In request.pl when you cancel a waiting hold, the next enters in "waiting" status, but:
in the same page, the details column shows "No Barcode "
in detail.pl, the status column shows "available" that is bad too, but:
behind the scene, it's worse, because the CancelReserve function is poorly formated.
I have just corrected this, to enable it to fill correctly the reserve table.

11 years agoMerge remote-tracking branch 'origin/dev/solr' into dev/limoges limoges_maj_120712
Jonathan Druart [Thu, 12 Jul 2012 10:02:23 +0000 (12:02 +0200)]
Merge remote-tracking branch 'origin/dev/solr' into dev/limoges

Conflicts solved:
C4/XSLT.pm
installer/data/mysql/kohastructure.sql
misc/cronjobs/toggle_new_status.pl
misc/cronjobs/toggle_new_status.yaml.orig

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9125' into dev/solr
Jonathan Druart [Mon, 9 Jul 2012 14:32:58 +0000 (16:32 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9125' into dev/solr

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT8362' into dev/solr
Jonathan Druart [Fri, 6 Jul 2012 13:23:45 +0000 (15:23 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT8362' into dev/solr

11 years agoMT9687 : Adding a new value to 8 position of coded data field 100
Sophie Meynieux [Tue, 5 Jun 2012 16:25:28 +0000 (18:25 +0200)]
MT9687 : Adding a new value to 8 position of coded data field 100
From july 2012, unimarc norm evolves and the value k "monograph with both publication date and print date" must be added for this position.

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT6557' into dev/solr
Jonathan Druart [Thu, 5 Jul 2012 09:41:43 +0000 (11:41 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT6557' into dev/solr

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9357' into dev/solr
Jonathan Druart [Thu, 5 Jul 2012 09:41:22 +0000 (11:41 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9357' into dev/solr

11 years ago[SOLR] Prefix GetAuthority with module name
Julian Maurice [Wed, 4 Jul 2012 12:29:12 +0000 (14:29 +0200)]
[SOLR] Prefix GetAuthority with module name

When SimpleSearch is called in dedup_authorities.pl, it fails because of
"undefined subroutine main::GetAuthority".

11 years agoMerge remote-tracking branch 'origin/solr/ft/remove_unused_authorities' into dev...
Julian Maurice [Wed, 4 Jul 2012 08:44:56 +0000 (10:44 +0200)]
Merge remote-tracking branch 'origin/solr/ft/remove_unused_authorities' into dev/solr

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT8884' into dev/solr
Julian Maurice [Wed, 4 Jul 2012 08:21:58 +0000 (10:21 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT8884' into dev/solr

11 years agoMT9125: Apply hideatopac for xslt
Jonathan Druart [Tue, 3 Jul 2012 15:01:58 +0000 (17:01 +0200)]
MT9125: Apply hideatopac for xslt

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT8625' into dev/solr
Julian Maurice [Mon, 2 Jul 2012 07:31:58 +0000 (09:31 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT8625' into dev/solr

11 years ago(SOLR] MT9694 RPN2Solr: str index must be called with double quotes
Jonathan Druart [Thu, 7 Jun 2012 07:26:19 +0000 (09:26 +0200)]
(SOLR] MT9694 RPN2Solr: str index must be called with double quotes

str index must be called like:
  index:"value"
and not:
  index:'value'

11 years agoMerge remote-tracking branch 'origin/ft/dedup_authorities' into dev/solr
Julian Maurice [Wed, 27 Jun 2012 15:21:46 +0000 (17:21 +0200)]
Merge remote-tracking branch 'origin/ft/dedup_authorities' into dev/solr

Solved conflicts:
misc/cronjobs/dedup_authorities.pl

11 years ago[dedup] New script dedup_authorities.pl
Julian Maurice [Mon, 25 Jun 2012 13:00:35 +0000 (15:00 +0200)]
[dedup] New script dedup_authorities.pl

in misc/cronjobs.
See help (option -h) for details

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9136' into dev/solr
Julian Maurice [Wed, 27 Jun 2012 10:27:31 +0000 (12:27 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9136' into dev/solr

Solved conflicts:
C4/AuthoritiesMarc.pm

11 years agosub merge refactoring using first_index when possible
Henri-Damien LAURENT [Wed, 27 Jun 2012 07:56:48 +0000 (09:56 +0200)]
sub merge refactoring using first_index when possible

This patch adds no features but intends to imporve readability.
It changes 9 lines for 1

11 years agoMT9136 Fixing : restoring the first subfieldcode $a if it was changed
Henri-Damien LAURENT [Wed, 27 Jun 2012 07:47:21 +0000 (09:47 +0200)]
MT9136 Fixing : restoring the first subfieldcode $a if it was changed

The change of subfielcode was permanent for all the other records
This patch restores the $a after a change

11 years agoMT9656,MT8362: Move js code into a separated commmon file
Jonathan Druart [Tue, 26 Jun 2012 10:07:14 +0000 (12:07 +0200)]
MT9656,MT8362: Move js code into a separated commmon file

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT8200' into dev/solr
Julian Maurice [Mon, 25 Jun 2012 09:46:17 +0000 (11:46 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT8200' into dev/solr

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9461' into dev/solr
Julian Maurice [Mon, 25 Jun 2012 09:44:08 +0000 (11:44 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9461' into dev/solr

11 years ago[SOLR] MT9461: Add --check option to dedup_authorities.pl
Julian Maurice [Mon, 14 May 2012 14:37:22 +0000 (16:37 +0200)]
[SOLR] MT9461: Add --check option to dedup_authorities.pl

This option allow to tell the script which fields and subfields must be
checked to confirm that two authorities are duplicates.
See documentation for more details (perl dedup_authorities.pl -h)

This patch also modify the script so that all fields are checked and not
only the first.

11 years agoMT9461: dedup_authorities.pl: fix _choose_records
Julian Maurice [Mon, 14 May 2012 14:44:19 +0000 (16:44 +0200)]
MT9461: dedup_authorities.pl: fix _choose_records

@candidate_authids are now sorted by usage descending (instead of
ascending) so that the first (kept) record is the one that is the most
used.

11 years agoMT9136: Fix merge function
Julian Maurice [Mon, 7 May 2012 08:05:32 +0000 (10:05 +0200)]
MT9136: Fix merge function

Subfield code is changed only for $a

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9537' into dev/solr
Jonathan Druart [Mon, 18 Jun 2012 11:40:24 +0000 (13:40 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9537' into dev/solr

11 years agoNew script xt/find-undefined-subroutines.pl
Julian Maurice [Thu, 14 Jun 2012 10:23:59 +0000 (12:23 +0200)]
New script xt/find-undefined-subroutines.pl

11 years agoMT8884: Fix merge sub
Julian Maurice [Mon, 11 Jun 2012 14:41:50 +0000 (16:41 +0200)]
MT8884: Fix merge sub

Fix crash when Solr results contain id that are not anymore in database

12 years agoMT9357: FIX Patrons statistics, if patron is inactive
Jonathan Druart [Tue, 29 May 2012 08:56:46 +0000 (10:56 +0200)]
MT9357: FIX Patrons statistics, if patron is inactive

If patrons are selected as inactive, we want to catch rows with a
borrowernumber = NULL

12 years agoMT9111: Porting edits for merge authorities
BibLibre [Tue, 28 Feb 2012 10:31:36 +0000 (11:31 +0100)]
MT9111: Porting edits for merge authorities

This work is a port of the authorities management
for the 'BNF Harveseter'
This makes composed UNIMARC authorities conformed to RAMEAU

12 years agoMT6920 missing new in default value
Laurence Lefaucheur [Fri, 25 Nov 2011 14:41:10 +0000 (15:41 +0100)]
MT6920 missing new in default value

12 years agoMT8362: auth_finder.pl: do not copy $9 subfields
Julian Maurice [Thu, 24 May 2012 09:46:33 +0000 (11:46 +0200)]
MT8362: auth_finder.pl: do not copy $9 subfields

12 years agoMT9537: Toggle "new" status: new_status_value become multivalued
Jonathan Druart [Mon, 21 May 2012 12:38:32 +0000 (14:38 +0200)]
MT9537: Toggle "new" status: new_status_value become multivalued

    Now you have to give several values for the new_status_value

12 years agoMT9326: Followup: Displaying cn_source as Call number source
Jonathan Druart [Mon, 21 May 2012 08:04:47 +0000 (10:04 +0200)]
MT9326: Followup: Displaying cn_source as Call number source

We want to display the description (from an authorised value)

12 years agoMT9537: use the ccode only if defined in the yaml config file
Jonathan Druart [Wed, 16 May 2012 13:56:43 +0000 (15:56 +0200)]
MT9537: use the ccode only if defined in the yaml config file

 + new_status_value become a multivalued param in the yaml file

12 years agoMT4259: Toggle "New" Status
Matthias Meusburger [Wed, 18 May 2011 11:39:06 +0000 (13:39 +0200)]
MT4259: Toggle "New" Status

This is a combination of 5 commits.
MT4259: Toggle "New" status

Conflicts:

misc/cronjobs/toggle_new_status.yaml.orig

MT4259, Follow-up: Updated yaml.orig file (so comments are not mixed with values)

Conflicts:

misc/cronjobs/toggle_new_status.yaml.orig

MT4259, Follow-up: Uses items.new mapping

Conflicts:

etc/solr
kohaversion.pl
misc/cronjobs/toggle_new_status.yaml.orig

MT4259, Follow-up: Adds items.new mapping to AddItem

Conflicts:

etc/solr

MT4259 Follow-up: adds missing kohastructure.sql

12 years agoMT8200: advance_notices.pl: make use of -f parameter
Julian Maurice [Tue, 15 May 2012 08:05:59 +0000 (10:05 +0200)]
MT8200: advance_notices.pl: make use of -f parameter

12 years agoMT8200: Cherry-pick of 3 commits from origin/stetienne/ft/MT8200
Jonathan Druart [Thu, 3 Nov 2011 08:30:04 +0000 (09:30 +0100)]
MT8200: Cherry-pick of 3 commits from origin/stetienne/ft/MT8200

MT8200: FIX format for onloan field for advance notices
(cherry picked from commit dc8c104a6324c4deb44c2cb7752e9be38463afe6)

MT8200: Fix C4::Letters::parseletter when date is 0000-00-00
(cherry picked from commit fd299ff5c969a8a6fbcf54cb4fcfda92b6f3e11a)

MT8200: Check return of GetMessaginPreference in advance_notices.pl
(cherry picked from commit 31cc1fed067816c6fbeadf6bf310acd2a4647796)

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT9342' into dev/solr
Jonathan Druart [Wed, 9 May 2012 07:49:01 +0000 (09:49 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9342' into dev/solr

12 years agoMT9525: Bug 3413: Checkboxes for new subfields not saving correctly
Jonathan Druart [Fri, 4 May 2012 12:20:45 +0000 (14:20 +0200)]
MT9525: Bug 3413: Checkboxes for new subfields not saving correctly

The bug was in the numbering of the fields and subfields in the form.
The form elements for the 'new subfield' got the same numbered names and
ids as
the form elements for the second subfield. (example: repeatable1)
The patch fixes the numbering to continue to the new subfield.

To test:
- Create some new subfields and check all checkbox fields save correctly
  (mandatory, repeatable, is url)
  - Check that other subfields' checkboxes are not changed
  - Check existing subfields and newly created subfields can be edited

Signed-off-by: mveron <veron@veron.ch>
12 years agoMerge remote-tracking branch 'origin/dev/solr' into dev/limoges limoges_maj_120504 limoges_prod_120510
Claire Hernandez [Fri, 4 May 2012 12:12:30 +0000 (14:12 +0200)]
Merge remote-tracking branch 'origin/dev/solr' into dev/limoges

Conflicts solved:
misc/cronjobs/runreport.pl

12 years agoMT9161: Prevent FF warning on printing slip
Jonathan Druart [Fri, 4 May 2012 07:36:21 +0000 (09:36 +0200)]
MT9161: Prevent FF warning on printing slip

12 years ago[SOLR] MT9444 Minor fixes for remove_unused_authorities.pl
Julian Maurice [Thu, 3 May 2012 12:34:30 +0000 (14:34 +0200)]
[SOLR] MT9444 Minor fixes for remove_unused_authorities.pl

- use Modern::Perl
- print usage and exit if --max-gap is negative
- exit 1 instead of exit -1
- recordtype:biblio in filters instead of query

12 years ago[SOLR] MT9444 remove_unused_authorities.pl improvements
Julian Maurice [Mon, 23 Apr 2012 14:24:44 +0000 (16:24 +0200)]
[SOLR] MT9444 remove_unused_authorities.pl improvements

- New parameter --max-gap (integer).
  The script first count how many biblios are indexed and compare to the
  number of biblio in database. If difference is greater than this
  parameter, it warn and stops there (ie. do nothing).
- Progression information in percentage
- Print the list of deleted authorities each 100 processed authorities
  (if any)

12 years agoMT8884: Fix merge to avoid dying when authority doesn't exist.
Julian Maurice [Thu, 3 May 2012 09:42:43 +0000 (11:42 +0200)]
MT8884: Fix merge to avoid dying when authority doesn't exist.

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT9261' into dev/solr
Jonathan Druart [Thu, 3 May 2012 10:11:23 +0000 (12:11 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9261' into dev/solr

12 years agoMerge remote-tracking branch 'origin/solr/ft/logger' into dev/solr
Jonathan Druart [Thu, 3 May 2012 09:37:17 +0000 (11:37 +0200)]
Merge remote-tracking branch 'origin/solr/ft/logger' into dev/solr

12 years agoBug 6984 - Holds statistics doesn't work.
Garry Collum [Wed, 1 Feb 2012 15:15:46 +0000 (10:15 -0500)]
Bug 6984 - Holds statistics doesn't work.

This patch fixes several errors in reserves_stats.pl and reserves_stats.tt.

Testing -
To test this patch, data must be in either the reserves table or old_reserves or both.  The following SQL will give you the raw data that is used by the report.

SELECT priority, found, reservedate, notificationdate, reminderdate,
waitingdate, cancellationdate, borrowers.categorycode, items.itype,
reserves.branchcode, holdingbranch, items.homebranch, items.ccode,
items.location, items.itemcallnumber, borrowers.sort1, borrowers.sort2
FROM reserves
LEFT JOIN borrowers on (borrowers.borrowernumber = reserves.borrowernumber)
LEFT JOIN items on (items.itemnumber = reserves.itemnumber)
UNION SELECT priority, found, reservedate, notificationdate, reminderdate,
waitingdate, cancellationdate, borrowers.categorycode, items.itype,
old_reserves.branchcode, holdingbranch, items.homebranch, items.ccode,
items.location, items.itemcallnumber, borrowers.sort1, borrowers.sort2
FROM old_reserves
LEFT JOIN borrowers on (borrowers.borrowernumber = old_reserves.borrowernumber)
LEFT JOIN items on (items.itemnumber = old_reserves.itemnumber)

To test the notificationdate and reminderdate, I added data to the old_reserves table, since I have never run notices on my test machine.

Ex:
UPDATE old_reserves
SET notificationdate = "2012-01-29",
reminderdate = "2012-01-29"
WHERE timestamp = "2012-01-29 20:09:34";

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Confirm original bug -- Reports work as expected now!
prove t xt t/db_dependent no different from master.

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT7481' into dev/solr
Jonathan Druart [Wed, 2 May 2012 07:30:34 +0000 (09:30 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT7481' into dev/solr

Conflicts solved:
C4/Record.pm
tools/export.pl

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT9184' into dev/solr
Jonathan Druart [Mon, 30 Apr 2012 09:44:08 +0000 (11:44 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9184' into dev/solr

12 years agoMT9136: Don't check for tagfield in _process_subfcode_4_merge
Julian Maurice [Thu, 26 Apr 2012 08:20:16 +0000 (10:20 +0200)]
MT9136: Don't check for tagfield in _process_subfcode_4_merge

It isn't necessary since sub merge call it only with tags related to an
authority type. (merge is the only sub that uses
_process_subfcode_4_merge)

12 years ago[SOLR][LOGGER] FIX warnings when no file argument
Jonathan Druart [Wed, 25 Apr 2012 15:13:00 +0000 (17:13 +0200)]
[SOLR][LOGGER] FIX warnings when no file argument

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT9055' into dev/solr
Julian Maurice [Wed, 25 Apr 2012 11:17:17 +0000 (13:17 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9055' into dev/solr

12 years agoMerge remote-tracking branch 'origin/solr/ft/rpn2solr' into dev/solr
Julian Maurice [Tue, 24 Apr 2012 13:39:37 +0000 (15:39 +0200)]
Merge remote-tracking branch 'origin/solr/ft/rpn2solr' into dev/solr

12 years agoMT7481 - MT8298 : Adds a CLI option to tools/export.pl to remove NSE/NSB characters...
Matthias Meusburger [Thu, 8 Dec 2011 14:22:32 +0000 (15:22 +0100)]
MT7481 - MT8298 : Adds a CLI option to tools/export.pl to remove NSE/NSB characters from exported records
(cherry picked from commit e3c3c672ddc40fece824f9451f3b5d0c87f359d1)

Conflicts solved:

tools/export.pl

12 years agoMT7481: Adds tools/export_borrowers.pl
Matthias Meusburger [Tue, 23 Aug 2011 15:25:15 +0000 (17:25 +0200)]
MT7481: Adds tools/export_borrowers.pl

  - This script allows to export borrowers in a simple way (pipe-separated fields).
    Fields to export can be supplied in command-line parameters.
(cherry picked from commit fabce2a24fa7fa085e2f133de84f1919e44fea33)

12 years ago[SOLR]RPN2Solr: Set timeout on general rule
Jonathan Druart [Fri, 20 Apr 2012 14:36:09 +0000 (16:36 +0200)]
[SOLR]RPN2Solr: Set timeout on general rule

12 years agoMerge remote-tracking branch 'origin/dev/solr' into dev/limoges limoges_maj_120419
Claire Hernandez [Thu, 19 Apr 2012 12:20:45 +0000 (14:20 +0200)]
Merge remote-tracking branch 'origin/dev/solr' into dev/limoges

Conflicts solved:
cataloguing/addbiblio.pl
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT9380' into dev/solr biblibre-community/wip/solrtobedone biblibre/wip/solrtobedone
Julian Maurice [Wed, 18 Apr 2012 07:13:58 +0000 (09:13 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9380' into dev/solr

12 years agoMerge remote-tracking branch 'origin/solr/bug/MIN/MT8409' into dev/solr
Jonathan Druart [Mon, 16 Apr 2012 14:08:15 +0000 (16:08 +0200)]
Merge remote-tracking branch 'origin/solr/bug/MIN/MT8409' into dev/solr

Conflicts solved:
C4/Serials.pm

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT9388' into dev/solr
Jonathan Druart [Mon, 16 Apr 2012 13:58:26 +0000 (15:58 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9388' into dev/solr

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT7881' into dev/solr
Jonathan Druart [Mon, 16 Apr 2012 13:57:29 +0000 (15:57 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT7881' into dev/solr

12 years agoMT9184: On return, statistics.itemtype is badly filled
Jonathan Druart [Mon, 16 Apr 2012 10:10:32 +0000 (12:10 +0200)]
MT9184: On return, statistics.itemtype is badly filled

12 years agoMT9388 remove some warnings in cataloguing/addbiblio.pl
Jonathan Druart [Thu, 12 Apr 2012 13:49:17 +0000 (15:49 +0200)]
MT9388 remove some warnings in cataloguing/addbiblio.pl

12 years ago[SOLR]MT9388 remove some warnings in C4/Reserves.pm
Jonathan Druart [Thu, 12 Apr 2012 14:27:05 +0000 (16:27 +0200)]
[SOLR]MT9388 remove some warnings in C4/Reserves.pm

12 years ago[SOLR]MT9388 remove some warnings in C4/Members.pm
Jonathan Druart [Thu, 12 Apr 2012 14:21:19 +0000 (16:21 +0200)]
[SOLR]MT9388 remove some warnings in C4/Members.pm

12 years ago[SOLR]MT9388 remove some warnings in C4/Circulation.pm
Jonathan Druart [Thu, 12 Apr 2012 14:15:34 +0000 (16:15 +0200)]
[SOLR]MT9388 remove some warnings in C4/Circulation.pm

12 years ago[SOLR] Change the verbosity for Solr log
Jonathan Druart [Thu, 12 Apr 2012 14:49:18 +0000 (16:49 +0200)]
[SOLR] Change the verbosity for Solr log

12 years ago[SOLR]MT9388 Remove obsolete code counting issues by item type in circ (cf BZ5137)
Jonathan Druart [Thu, 12 Apr 2012 13:34:37 +0000 (15:34 +0200)]
[SOLR]MT9388 Remove obsolete code counting issues by item type in circ (cf BZ5137)

12 years ago[SOLR]MT9388 remove warnings in circ/ysearch.pl
Jonathan Druart [Thu, 12 Apr 2012 13:34:00 +0000 (15:34 +0200)]
[SOLR]MT9388 remove warnings in circ/ysearch.pl

12 years agoMerge remote-tracking branch 'origin/solr/ft/logger' into dev/solr
Claire Hernandez [Thu, 12 Apr 2012 12:45:15 +0000 (14:45 +0200)]
Merge remote-tracking branch 'origin/solr/ft/logger' into dev/solr

12 years ago[SOLR] Logger followup - operator mistake
Claire Hernandez [Thu, 12 Apr 2012 12:44:02 +0000 (14:44 +0200)]
[SOLR] Logger followup - operator mistake

12 years ago[SOLR] MT9380: Cannot delete records from Labeled MARC view
Jonathan Druart [Thu, 12 Apr 2012 08:10:30 +0000 (10:10 +0200)]
[SOLR] MT9380: Cannot delete records from Labeled MARC view

BZ4849

12 years agoMT9261: fix admin/matching-rules.pl
Julian Maurice [Wed, 11 Apr 2012 09:59:47 +0000 (11:59 +0200)]
MT9261: fix admin/matching-rules.pl

Fix a bug that prevent the user to add or remove matchchecks

12 years agoMT7881: Followup: DataTables on additem.pl
Jonathan Druart [Tue, 10 Apr 2012 13:52:51 +0000 (15:52 +0200)]
MT7881: Followup: DataTables on additem.pl

FIX overflow

12 years agoMT7881: DataTables on additem.pl
Jonathan Druart [Tue, 3 Apr 2012 09:15:35 +0000 (11:15 +0200)]
MT7881: DataTables on additem.pl

12 years ago[SOLR]MT6557: Mandatory subfields are mandatory if field is mandatory
Jonathan Druart [Tue, 10 Apr 2012 10:07:12 +0000 (12:07 +0200)]
[SOLR]MT6557: Mandatory subfields are mandatory if field is mandatory

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT8199' into dev/solr
Julian Maurice [Fri, 6 Apr 2012 12:36:11 +0000 (14:36 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT8199' into dev/solr

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT9170' into dev/solr
Julian Maurice [Fri, 6 Apr 2012 12:34:59 +0000 (14:34 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9170' into dev/solr

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT6556' into dev/solr
Julian Maurice [Fri, 6 Apr 2012 12:33:08 +0000 (14:33 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT6556' into dev/solr

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT9326' into dev/solr
Julian Maurice [Fri, 6 Apr 2012 12:32:11 +0000 (14:32 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9326' into dev/solr

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT9258' into dev/solr
Julian Maurice [Fri, 6 Apr 2012 12:29:48 +0000 (14:29 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9258' into dev/solr

12 years agoFix Perl warnings in C4::Reserves
Claire Hernandez [Thu, 5 Apr 2012 13:39:44 +0000 (15:39 +0200)]
Fix Perl warnings in C4::Reserves

12 years agoMT9136: C4::AuthoritiesMarc::merge must keep PPN (Unimarc only)
Julian Maurice [Thu, 5 Apr 2012 09:53:17 +0000 (11:53 +0200)]
MT9136: C4::AuthoritiesMarc::merge must keep PPN (Unimarc only)

This patch fix a bug that was causing subfield duplication in biblio
record. It happened when subfields are after $9 and $3. For example:

601
 $9 12
 $x abc
 $3 032486324
 $a cde

will become (if authority 12 is merged into authority 13)

601
 $9 13
 $x abc
 $a cde
 $3 032486324
 $a cde

This was because of another patch that wants to keep PPN in $3.

Now all subfields under $9 are removed and replaced correctly. And $3
takes the PPN in authority field 009. This is only for Unimarc.
Behaviour for other marc flavours is unchanged.

12 years agoMT9136: Retrieval of 2 commits from origin/MT7337
Julian Maurice [Thu, 5 Apr 2012 08:56:26 +0000 (10:56 +0200)]
MT9136: Retrieval of 2 commits from origin/MT7337

commit aeec5d54f67f47c1a52687b2d92838f8c7bda649
Author: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Date:   Tue Sep 20 18:18:24 2011 +0200

    Fix on C4/AuthoritiesMarc.pm

    This fixes some problems on the merge function.
    Namely, the computation of the subfield to merge on UNIMARC setup in
    order to support Rameau

--

commit d7c2443950b401d4b309de66232462f4408df616
Author: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
Date:   Wed Dec 28 17:28:51 2011 +0100

    MT7337 FU : refining process_subfcode + merge edit

    merge edit:
    deletes value when authid found in the same tag
    even when subfcode is not the same as the subfcode in
    authority (change necessary since process_subf4_merge changes
    subfcode)

    Use "S'emploie uniquement en subdivision chronologique" in order
    to detect whether authority is really chronological and therefore
    should be reported in $z or not

12 years ago[SOLR]MT6556: Change permissions for renewscript.pl
Jonathan Druart [Tue, 3 Apr 2012 08:33:26 +0000 (10:33 +0200)]
[SOLR]MT6556: Change permissions for renewscript.pl

12 years ago[SOLR][LOGGER] FIX undefined variable issuingrules
Jonathan Druart [Wed, 4 Apr 2012 08:32:58 +0000 (10:32 +0200)]
[SOLR][LOGGER] FIX undefined variable issuingrules

12 years agoMT9326: Displaying cn_source as Call number source in catalogue/detail.pl
Jonathan Druart [Tue, 3 Apr 2012 12:27:52 +0000 (14:27 +0200)]
MT9326: Displaying cn_source as Call number source in catalogue/detail.pl

12 years agoMT9170: addbiblio check mandatory fields and textarea
Julian Maurice [Mon, 2 Apr 2012 11:59:49 +0000 (13:59 +0200)]
MT9170: addbiblio check mandatory fields and textarea

Check was only done on 'input' tags. So a mandatory field with all
'input' empty but with filled 'textarea' was preventing the record to be
saved with an alert message "Field XXX is mandatory, at least one of its
subfields must be filled"

12 years agoMT9078: Followup Merging stetienne and limoges features for z3950 search
Jonathan Druart [Mon, 2 Apr 2012 10:48:26 +0000 (12:48 +0200)]
MT9078: Followup Merging stetienne and limoges features for z3950 search

12 years agoMT9055 : Modify scheduler to run reports. Adding csv file output, and correct mail...
Sophie Meynieux [Tue, 20 Mar 2012 13:23:35 +0000 (14:23 +0100)]
MT9055 : Modify scheduler to run reports. Adding csv file output, and correct mail sending

12 years agoMT9258: FIX Allow to delete shelf if there is > 20shelves
Jonathan Druart [Mon, 2 Apr 2012 09:11:22 +0000 (11:11 +0200)]
MT9258: FIX Allow to delete shelf if there is > 20shelves

12 years agoMerge remote-tracking branch 'origin/dev/solr' into dev/limoges limoges_prod_120402_2
Claire Hernandez [Thu, 29 Mar 2012 09:51:37 +0000 (11:51 +0200)]
Merge remote-tracking branch 'origin/dev/solr' into dev/limoges

12 years agoMerge remote-tracking branch 'origin/solr/ft/logger' into dev/solr
Julian Maurice [Thu, 29 Mar 2012 09:50:26 +0000 (11:50 +0200)]
Merge remote-tracking branch 'origin/solr/ft/logger' into dev/solr

12 years agoMT9055 : Modify scheduler to run reports. Adding csv file output, and correct mail...
Sophie Meynieux [Tue, 20 Mar 2012 13:23:35 +0000 (14:23 +0100)]
MT9055 : Modify scheduler to run reports. Adding csv file output, and correct mail sending
(cherry picked from commit 008758f32e7abdd165cd6ccbd097b23f60fb9860)

12 years agoMerge remote-tracking branch 'origin/dev/solr' into dev/limoges limoges_prod_120402
Claire Hernandez [Thu, 29 Mar 2012 09:26:06 +0000 (11:26 +0200)]
Merge remote-tracking branch 'origin/dev/solr' into dev/limoges

Conflicts solved:
C4/Letters.pm

12 years ago[Logger] Take log level into account even if Log::LogLite fails to initialize
Julian Maurice [Wed, 28 Mar 2012 14:02:17 +0000 (16:02 +0200)]
[Logger] Take log level into account even if Log::LogLite fails to initialize

+ fix unit tests t/Logger.t
+ remove whitespace errors

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT9200' into dev/solr
Jonathan Druart [Wed, 28 Mar 2012 12:19:06 +0000 (14:19 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9200' into dev/solr

12 years agoMerge remote-tracking branch 'origin/solr/ft/rpn2solr' into dev/solr
Jonathan Druart [Wed, 28 Mar 2012 12:18:03 +0000 (14:18 +0200)]
Merge remote-tracking branch 'origin/solr/ft/rpn2solr' into dev/solr

12 years agoMerge remote-tracking branch 'origin/solr/ft/MT9079' into dev/solr
Jonathan Druart [Wed, 28 Mar 2012 12:17:38 +0000 (14:17 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9079' into dev/solr