[Koha-bugs] [Bug 10855] Additional fields for subscriptions

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855

--- Comment #181 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 35309
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35309action=edit
Bug 10855: Make tests to pass

Some recent changes in master make these tests fail.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10855] Additional fields for subscriptions

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

  Attachment #35219|0   |1
is obsolete||

--- Comment #182 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 35310
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35310action=edit
Bug 10855: Update database entry

Add 2 tables: additional_fields and additional_field_values

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12210] Baker Taylor book jackets not disabled when BakerTaylorBookstoreURL is not populated

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12210

--- Comment #7 from Peggy Thrasher p.thras...@dover.nh.gov ---
I have sent you credentials in an email.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13473] Plugins fail in 3.18

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13473

--- Comment #2 from Pete Edwards k...@jsense.co.uk ---
I'm not familiar enough with Koha to offer a patch but here is a workaround
that is OK for me.

I had to modify C4::Templates::themelanguage(). For normal pages this is fine
but plugin templates have an absolute path (in $tmpl) so the code to check for
a template in the correct language completely fails:
for my $theme (@themes) {
if ( -e $htdocs/$theme/$lang/$where/$tmpl ) {
return ( $theme, $lang, uniq( \@themes ) );
}
}
Instead, we drop through both loops and come out of the function without any
return. This seems pretty bad practice. At the end of the function I added:
if ($tmpl =~ /^\//) {
return ( $themes[0], $lang, uniq( \@themes ) );
}
This probably doesn't fix every possible situation, nor do I know about themes
but it might help whoever does try and fix the problem.

As an aside, it would be better to run uniq on the themes array before checking
for files existing so it reduces the number of times it may try the wrong
location.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8438] Users should only claim for serials related to their branch.

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8438

Paola Rossi paola.ro...@cineca.it changed:

   What|Removed |Added

  Attachment #35306|0   |1
is obsolete||

--- Comment #33 from Paola Rossi paola.ro...@cineca.it ---
Created attachment 35312
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35312action=edit
[SIGNED OFF] Bug 8438: Followup Set the superserials permission for all users
with the claim_serials permission

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7706] AuthorisedValueImages not displaying all images on the OPAC

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7706

--- Comment #12 from Nicole C. Engard neng...@gmail.com ---
Do we need a new patch for this? Or is this supposed to be Needs Signoff?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10855] Additional fields for subscriptions

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8438] Users should only claim for serials related to their branch.

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8438

Paola Rossi paola.ro...@cineca.it changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12532] Redirect guarantee email to guarantor

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12532

simith.dolive...@inlibro.com changed:

   What|Removed |Added

  Attachment #30747|0   |1
is obsolete||

--- Comment #6 from simith.dolive...@inlibro.com ---
Created attachment 35313
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35313action=edit
Bug 12532 - Redirect guarantee email to guarantor

All email message placed in message_queue table will be affected.

Patch updated; system preference EnableRedirectGuaranteeEmail added to enable
this feature.

Testing:

I Apply the patch
II Run updatedatabase.pl

0) Enable EnhancedMessagingPreferences preference;
0) Enable EnableRedirectGuaranteeEmail preference;
1) Select a patron with child;
2) Enable Item checkout - email in patron messaging preferences;
3) Select the patron's child;
4) Checkout an item;
5) Valide child checkout message in patron's inbox;

sponsored by the ville de victoriaville

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12532] Redirect guarantee email to guarantor

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12532

simith.dolive...@inlibro.com changed:

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6968] Show items expired before today in check expiration of serials page

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6968

Charles Farmer charles.far...@inlibro.com changed:

   What|Removed |Added

  Attachment #30703|0   |1
is obsolete||
 Status|Patch doesn't apply |Needs Signoff
   Assignee|simith.dolive...@inlibro.co |charles.far...@inlibro.com
   |m   |

--- Comment #13 from Charles Farmer charles.far...@inlibro.com ---
Created attachment 35314
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35314action=edit
this patch is exactly the same diff as the previous patch, but formatted
differently

I'm resubmitting the last patch, which I could apply on master 3.19.00.006,  in
a slightly different format.

Hoping this solves your issue.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6968] Show items expired before today in check expiration of serials page

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6968

Charles Farmer charles.far...@inlibro.com changed:

   What|Removed |Added

  Attachment #35314|this patch is exactly the   |Bug 6968 - Check expiration
description|same diff as the previous   |in serials expired before
   |patch, but formatted|today.patch
   |differently |

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 6968] Show items expired before today in check expiration of serials page

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6968

Charles Farmer charles.far...@inlibro.com changed:

   What|Removed |Added

  Attachment #35314|Bug 6968 - Check expiration |Bug 6968 - Check expiration
description|in serials expired before   |in serials expired before
   |today.patch |today

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8438] Users should only claim for serials related to their branch.

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8438

Paola Rossi paola.ro...@cineca.it changed:

   What|Removed |Added

  Attachment #35305|0   |1
is obsolete||

--- Comment #32 from Paola Rossi paola.ro...@cineca.it ---
Created attachment 35311
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35311action=edit
[SIGNED OFF] Bug 8438: Users can only claim for serials related to their
branch.

I've applied the patch against master 3.19.00.006 head 12889

The upgrading of the DB was as required:
for each [PT/S] patron with the permission claim_serials ON, the permission
superserials became[/was kept to] ON.

Then, after having checked the DB upgrading, to test the currently adding
limitation:
 Users can only claim for serials related to their branch
, I reset 2 PT/S patrons-users to:
permission claim_serials: YES
permission superserials: NO
and I set the syspref IndependendeBranches to Prevent.

For:
 Only superlibrarian users can override this limitation.
the S patron-user could list AND claim:
A) subscriptions of his own branch,
B) subscriptions of other branch,
C) subscriptions without branch.

For:
 Only users with superserials permission can override this limitation.
the PT patron-user could list:
A) subscriptions of his own branch,
B) subscriptions of other branch,
C) subscriptions without branch,
and could claim only:
A) subscriptions of his own branch,
C) subscriptions without branch.

NB: a subscription is selected to be claimed.

Then I set the syspref IndependendeBranches to Don't prevent. The behaviour
was [exactly the same as in master] without the added limitation.

On [S/PT] patrons, if permission claim_serials was NO, no Claims' link was
available on Serials' page, either under Prevent or under Don't prevent.

So everything was OK just as required.

I pass the patch to Signed Off status.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8438] Users should only claim for serials related to their branch.

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8438

--- Comment #34 from Paola Rossi paola.ro...@cineca.it ---
I add to my comment 32:

I reset the PT patrons-users to:
[permission claim_serials: YES]
permission superserials: YES
under the syspref IndependentBranches set either to Prevent or to Don't
prevent.

For:
 Only users with superserials permission can override this limitation.
the PT patron-user could list AND claim:
A) subscriptions of his own branch,
B) subscriptions of other branch,
C) subscriptions without branch.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13562] Item search: Not possible to add other search fields from 952?

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13562

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz
   Keywords||Academy

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10887] Batch item deletion -- doesn't need Use default values section

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10887

--- Comment #2 from Abby abbyrobertson.stud...@wegc.school.nz ---
Created attachment 35319
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35319action=edit
Bug 10887: Batch item deletion -- doesn't need Use default values section

To test:
1. Go to Home  Tools  Batch item deletion
2. Notice that there is an unnecessary option for use default values section
to Populate fields with default values from default work
3. Apply the patch.
4. Check that this section has disappeared.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10887] Batch item deletion -- doesn't need Use default values section

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10887

Abby abbyrobertson.stud...@wegc.school.nz changed:

   What|Removed |Added

 CC||abbyrobertson.student@wegc.
   ||school.nz
 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8337] System preferences for longoverdue cron

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8337

Nicole C. Engard neng...@gmail.com changed:

   What|Removed |Added

 Blocks||13589

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13589] New: add --mark-returned as a longoverdue sys pref

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13589

Bug ID: 13589
   Summary: add  --mark-returned  as a longoverdue sys pref
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Circulation
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: neng...@gmail.com
QA Contact: testo...@bugs.koha-community.org
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com
Depends on: 8337

It makes sense to add --mark-returned  as a system preference like the other
longoverdue settings.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11882] Add a new button to the checkout confirmation dialog when checking out a reserved item.

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11882

simith.dolive...@inlibro.com changed:

   What|Removed |Added

 Status|Failed QA   |Signed Off

--- Comment #22 from simith.dolive...@inlibro.com ---
The fix for the comment 19 I have already done in 2014-11-03 (to fix the
comment 9) but was sent to obsolete by mistake, so I recreated it.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10163] batch-mod items tool fails on files over 1000 lines long

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10163

Heather Braum hbr...@nekls.org changed:

   What|Removed |Added

 CC||hbr...@nekls.org

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13587] Authorized Values toolbar missing '+' Icons

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13587

--- Comment #1 from Abby abbyrobertson.stud...@wegc.school.nz ---
Created attachment 35317
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35317action=edit
Bug 13587: Fix Authorised Values Toolbar

To test:
1. Go to Home  Administration  Authorised Values
2. Notice no plus icons are appearing infront New Authorised Value... and
New Category in the toolbar.
3. Apply the patch.
4. Check that the plus icons infront of New Authorised Value... and New
Category in the toolbar are appearing as they should.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13586] Makefile.PL mentions win32

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13586

--- Comment #1 from Rochelle Healy rochellehealy.stud...@wegc.school.nz ---
Created attachment 35318
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35318action=edit
Bug 13586: Makefile.PL mentions win32

Edited Makefile.PL to remove mentions of win32
To test: Run Makefile.PL

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13528] Ability to search on the different isbn variations

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13528

the.invinnysible@gmail.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

--- Comment #6 from the.invinnysible@gmail.com ---
Bug 13528 - Ability to search on the different isbn variations

Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13528] Ability to search on the different isbn variations

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13528

the.invinnysible@gmail.com changed:

   What|Removed |Added

  Attachment #35290|0   |1
is obsolete||

--- Comment #5 from the.invinnysible@gmail.com ---
Created attachment 35316
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35316action=edit
Bug 13528: Use the different isbn variations on search on the isbn index (nb)

This enhancement adds the ability to search on all isbn variations when
searching on the isbn index.

Test plan:
0/ Don't apply the patch
1/ Create or choose a notice with an isbn with dashes.
2/ Try to search the notice using the isbn index by it isbn without
dashes.
= It does not work.
3/ Apply the patch, enable the new pref SearchWithISBNVariations and
disable UseQueryParser.
4/ repeat 2 and note that the record is now returned.

Note that this only works if UseQueryParser is disabled.
It looks like QueryParser does not manage more than 1 operator.
See:
  QueryParser does not manage more than 1 operator?
 
http://lists.koha-community.org/pipermail/koha-devel/2014-December/041028.html
and
  commit 036f2a50e11dab97ef8509f2f585c4cc407ea728
  Author: Galen Charlton g...@esilibrary.com
  Date:   Mon May 5 19:31:00 2014 +
  Bug 10500: (follow-up) disable AggressiveMatchOnISBN if
  UseQueryParser is on

Signed-off-by: Morag Hills the.invinnysible@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13586] Makefile.PL mentions win32

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13586

Rochelle Healy rochellehealy.stud...@wegc.school.nz changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13587] Authorized Values toolbar missing '+' Icons

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13587

Abby abbyrobertson.stud...@wegc.school.nz changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
 CC||abbyrobertson.student@wegc.
   ||school.nz

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13571] koha-conf.xml.in has fallen out of sync with koha-conf.xml

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13571

--- Comment #14 from Robin Sheat ro...@catalyst.net.nz ---
(In reply to M. de Rooy from comment #13)
 Yes, I still have some report open on my list to move some changes to the
 packages env..

That would be swell.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10177] Koha Accepts Seven Space Characters as a Valid Password

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10177

--- Comment #10 from Brandon brandon_...@hotmail.com ---
Created attachment 35320
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35320action=edit
Bug 10177 - Whitespace is accepted within the password but leading and trailing
spaces are not.

Test plan:
1: Go to your patron
2: Go to change username and/or password.
3: Change password to something with spaces in the middle. Notice it is
invalid.
4: Apply this patch.
5: Change password again using spaces in the middle. Notice it is accepted.
6: Change password with leading and/or trailing spaces, notice they are not
accepted.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11371] Add a new report : Orders by budget

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11371

Thomas Wright tomsst...@gmail.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply
 CC||tomsst...@gmail.com

--- Comment #9 from Thomas Wright tomsst...@gmail.com ---
Conflict in 3 files. Unable to resolve the conflict.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13021] DataTables server-side processing - guarantor search

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13021

the.invinnysible@gmail.com changed:

   What|Removed |Added

 CC||the.invinnysible.one@gmail.
   ||com
 Status|Needs Signoff   |Signed Off

--- Comment #13 from the.invinnysible@gmail.com ---
I think everything looks okay. Signing off.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13021] DataTables server-side processing - guarantor search

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13021

the.invinnysible@gmail.com changed:

   What|Removed |Added

  Attachment #35297|0   |1
is obsolete||

--- Comment #12 from the.invinnysible@gmail.com ---
Created attachment 35321
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35321action=edit
Bug 13021: guarantor search - guarantor_search.tt is useless

The guarantor_search.tt is now useless, no script uses it.
It can be removed safely.

Signed-off-by: Morag Hills the.invinnysible@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10177] Koha Accepts Seven Space Characters as a Valid Password

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10177

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

  Attachment #35265|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10177] Koha Accepts Seven Space Characters as a Valid Password

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10177

Brandon brandon_...@hotmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13528] Ability to search on the different isbn variations

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13528

Chris Cormack ch...@bigballofwax.co.nz changed:

   What|Removed |Added

 CC||ch...@bigballofwax.co.nz
   Keywords||Academy

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11882] Add a new button to the checkout confirmation dialog when checking out a reserved item.

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11882

--- Comment #21 from simith.dolive...@inlibro.com ---
Created attachment 35315
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35315action=edit
Fix comment 9 and 19

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13473] Plugins fail in 3.18

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13473

--- Comment #3 from Bob Ewart bob-ew...@bobsown.com ---
That worked for me on installing KitchenSink.  I have some other plugins that I
will test.

Thanks

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 8446] Shibboleth authentication

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

Pablo AB pablo.bian...@gmail.com changed:

   What|Removed |Added

 CC||pablo.bian...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13571] koha-conf.xml.in has fallen out of sync with koha-conf.xml

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13571

--- Comment #7 from Robin Sheat ro...@catalyst.net.nz ---
This is for the packages, you can never install the packages in your home
directory.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13562] Item search: Not possible to add other search fields from 952?

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13562

Julian Maurice julian.maur...@biblibre.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12845] C4::Output::FormatData is unused

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12845

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

  Attachment #31345|0   |1
is obsolete||

--- Comment #9 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 35289
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35289action=edit
Bug 12845: C4::Output::FormatData can be removed

Test plan:
  git grep FormatData
should not return any result in pl and pm files.

Signed-off-by: Nick Clemens n...@quecheelibrary.org
Signed-off-by: Marcel de Rooy m.de.r...@rijksmuseum.nl

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12845] C4::Output::FormatData is unused

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12845

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 Status|Patch doesn't apply |Passed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13528] Ability to search on the different isbn variations

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13528

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

  Attachment #34992|0   |1
is obsolete||

--- Comment #3 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 35290
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35290action=edit
Bug 13528: Use the different isbn variations on search on the isbn index (nb)

This enhancement adds the ability to search on all isbn variations when
searching on the isbn index.

Test plan:
0/ Don't apply the patch
1/ Create or choose a notice with an isbn with dashes.
2/ Try to search the notice using the isbn index by it isbn without
dashes.
= It does not work.
3/ Apply the patch, enable the new pref SearchWithISBNVariations and
disable UseQueryParser.
4/ repeat 2 and note that the record is now returned.

Note that this only works if UseQueryParser is disabled.
It looks like QueryParser does not manage more than 1 operator.
See:
  QueryParser does not manage more than 1 operator?
 
http://lists.koha-community.org/pipermail/koha-devel/2014-December/041028.html
and
  commit 036f2a50e11dab97ef8509f2f585c4cc407ea728
  Author: Galen Charlton g...@esilibrary.com
  Date:   Mon May 5 19:31:00 2014 +
  Bug 10500: (follow-up) disable AggressiveMatchOnISBN if
  UseQueryParser is on

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13528] Ability to search on the different isbn variations

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13528

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 Status|In Discussion   |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10177] Koha Accepts Seven Space Characters as a Valid Password

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10177

--- Comment #6 from Chris Cormack ch...@bigballofwax.co.nz ---
(In reply to Marc Véron from comment #5)
 I did not test, but I compared with Bug 13441 and I think this patch should
 behave the same way resulting in a message like The password entered
 contains whitespace characters. Please remove any whitespace characters.
 
 With other words: There should be no whitespace characters accepted at all
 (or at least no leading and/or trailing whitespace characters).
 
 Test in Bug 13441 is:
 match(/\s/)
 
 Test in this patch is:
 match(/^\s*$/)

I disagree, whitespace in passwords is totally valid, a strong password is a
phrase.

However having a password that is entirely whitespace (which is what we are
testing) is not a strong password.

This patch will allow you to have whitespace in your password, but you must
have other characters also.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 13571] koha-conf.xml.in has fallen out of sync with koha-conf.xml

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13571

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13571] koha-conf.xml.in has fallen out of sync with koha-conf.xml

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13571

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

  Attachment #35292|Bug 13571: Koha-conf.xml.in |[PASSED QA] Bug 13571:
description|has fallen out of sync with |Koha-conf.xml.in has fallen
   |koha-conf.xml   |out of sync with
   ||koha-conf.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13571] koha-conf.xml.in has fallen out of sync with koha-conf.xml

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13571

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

  Attachment #35272|0   |1
is obsolete||

--- Comment #10 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Created attachment 35293
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35293action=edit
Bug 13571: followup to remove some now-unused options

The memcache parameters aren't used by anything (except C4::SQLHelper,
but that's a cancer on the face of the earth) anymore, so they can go.

Signed-off-by: Martin Renvoize martin.renvo...@ptfs-europe.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13571] koha-conf.xml.in has fallen out of sync with koha-conf.xml

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13571

--- Comment #13 from M. de Rooy m.de.r...@rijksmuseum.nl ---
(In reply to Martin Renvoize from comment #12)
 Marcel, I've just added you to the cc list for this bug.. as you did (i
 think) the work in breaking out the zebra configs from koha-conf into their
 own file, any chance you could glance over this and possibly do the same for
 zebra in packages?

Yes, I still have some report open on my list to move some changes to the
packages env..

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10177] Koha Accepts Seven Space Characters as a Valid Password

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10177

--- Comment #8 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
I'de vote toward allowing whitespace within password, but not allowing it to be
leading or trailing..  that allows for strong passphrases without giving
ourselves headaches in the future.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5338] Serials in guided reports

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5338

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

--- Comment #24 from Jonathan Druart jonathan.dru...@biblibre.com ---
(In reply to Paola Rossi from comment #23)
 Now on the 2-nd step: 
 Step 2 of 6: Pick a report type 
 
 3 values were listed [Tabular,Summary,Matrix], but only the first one was
 available.

Hello Paola,
Yes, it's expected. It's the same for all reports you will create.
If you look at the code, the other options are disabled:

 460 select id=types name=types
 461 option value=1Tabular/option
 462 option value=2 disabled=disabledSummary/option
 463 option value=3 disabled=disabledMatrix/option
 464 /select

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the QA Contact for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5338] Serials in guided reports

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5338

Paola Rossi paola.ro...@cineca.it changed:

   What|Removed |Added

  Attachment #35179|0   |1
is obsolete||

--- Comment #25 from Paola Rossi paola.ro...@cineca.it ---
Created attachment 35300
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35300action=edit
[SIGNED OFF] Bug 5338: Serials Report

Thanks, Jonathan!

So I pass the patch to Signed Off status.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13473] Plugins fail in 3.18

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13473

Pete Edwards k...@jsense.co.uk changed:

   What|Removed |Added

 CC||k...@jsense.co.uk

--- Comment #1 from Pete Edwards k...@jsense.co.uk ---
I am getting the same issue - is there a workaround?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13531] bulkmarcimport bombs if no match is found

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13531

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 CC||jonathan.dru...@biblibre.co
   ||m

--- Comment #10 from Jonathan Druart jonathan.dru...@biblibre.com ---
Martin, shouldn't we call the printlog subroutine too?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13584] Able to view menu for Purchase Suggestions even when user does not have permission

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13584

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |tomsst...@gmail.com
   |ity.org |
 CC||jonathan.dru...@biblibre.co
   ||m

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5338] Serials in guided reports

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5338

Paola Rossi paola.ro...@cineca.it changed:

   What|Removed |Added

  Attachment #35180|0   |1
is obsolete||

--- Comment #26 from Paola Rossi paola.ro...@cineca.it ---
Created attachment 35301
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35301action=edit
[SIGNED OFF] Bug 5338: Add Serials to the report group list

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the QA Contact for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13040] Improve exporter to allow multiple branch selections

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13040

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 CC||jonathan.dru...@biblibre.co
   ||m, oleon...@myacpl.org

--- Comment #13 from Jonathan Druart jonathan.dru...@biblibre.com ---
Don't you think a select multiple would be more adapted?
I cc Owen to get his opinion on this.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13587] New: Authorized Values toolbar missing '+' Icons

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13587

Bug ID: 13587
   Summary: Authorized Values toolbar missing '+' Icons
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: trivial
  Priority: P5 - low
 Component: Templates
  Assignee: oleon...@myacpl.org
  Reporter: martin.renvo...@ptfs-europe.com
QA Contact: testo...@bugs.koha-community.org

The toolbar in 'Home › Administration › Authorized values' is inconsistent with
those in other pages under 'Administration'. The toolbar buttons should include
associated icons.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 13587] Authorized Values toolbar missing '+' Icons

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13587

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

   Keywords||Academy

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13584] Able to view menu for Purchase Suggestions even when user does not have permission

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13584

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

  Attachment #35285|0   |1
is obsolete||

--- Comment #5 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 35298
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35298action=edit
Bug 13584 - Able to view menu for Purchase Suggestions even when user does not
have permission

Added check for borrowers that stops the Purchase Suggestions link being shown.
This could be done through the css but that function currently appears to be
broken

Testing Plan:

-Search for a patron with an account that does not have the 'borrowers'
permission
*Purchase suggestions item should not be seen in the menu.

-Change the accounts permissions so they have the 'borrowers' permission
*Purchase suggestions item should be present in the menu.

Signed-off-by: Katrin Fischer katrin.fischer...@web.de
The page requires borrowers permission, so the link should act accordingly.

Signed-off-by: Jonathan Druart jonathan.dru...@biblibre.com
Same problem for Fines, Circulation history, Notices and Statistics
tabs.
circ-menu.tt is only used from the Fines tab (which is not accessible),
to it's not useful to add this check to it. But for the consistency, it
makes sense. follow-up coming.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13584] Able to view menu for Purchase Suggestions even when user does not have permission

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13584

--- Comment #6 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 35299
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35299action=edit
Bug 13584: (follow-up) Able to view menu for Purchase Suggestions even when
user does not have permission

Same changes as the previous patch, for the .tt file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13584] Able to view menu for Purchase Suggestions even when user does not have permission

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13584

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 5338] Serials in guided reports

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5338

Paola Rossi paola.ro...@cineca.it changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the QA Contact for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10177] Koha Accepts Seven Space Characters as a Valid Password

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10177

--- Comment #9 from Marc Véron ve...@veron.ch ---
I agree with Martin.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7143] Bug for tracking changes to the about page

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143

--- Comment #213 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
I have to agree with Katrin here.. there's not many places we show apreciation
to people working on Koha.

Taking Owen as an example; As far as I'm aware, he's been working on koha for
many years and I beleive has been submitting bugs for the entire 3.x release
series. With this new model, he would in efect be given the same credit as a
new contributor whose only been around for one 6 month release cycle. 

This seems a bit of a backwards step to me :(.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10177] Koha Accepts Seven Space Characters as a Valid Password

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10177

--- Comment #5 from Marc Véron ve...@veron.ch ---
I did not test, but I compared with Bug 13441 and I think this patch should
behave the same way resulting in a message like The password entered contains
whitespace characters. Please remove any whitespace characters.

With other words: There should be no whitespace characters accepted at all (or
at least no leading and/or trailing whitespace characters).

Test in Bug 13441 is:
match(/\s/)

Test in this patch is:
match(/^\s*$/)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 13571] koha-conf.xml.in has fallen out of sync with koha-conf.xml

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13571

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

  Attachment #35271|0   |1
is obsolete||

--- Comment #9 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Created attachment 35292
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35292action=edit
Bug 13571: Koha-conf.xml.in has fallen out of sync with koha-conf.xml

To test:
1- Build new koha packages
2- Check that the conflist file contains the changes we have made

Signed-off-by: Robin Sheat ro...@catalyst.net.nz
Signed-off-by: Martin Renvoize martin.renvo...@ptfs-europe.com

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13571] koha-conf.xml.in has fallen out of sync with koha-conf.xml

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13571

--- Comment #11 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
I'm happy that this does what it says and causes no regressions for packages :)

At some point I'de love to see mass of inline zebra config moved as per the
non-package installs, but that's sort of out of scope for this particular bug
as it would require hacking in more places ;)

Passing QA

Cheers Rochelle

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13571] koha-conf.xml.in has fallen out of sync with koha-conf.xml

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13571

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

  Attachment #35293|Bug 13571: followup to  |[PASSED QA] Bug 13571:
description|remove some now-unused  |followup to remove some
   |options |now-unused options

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13571] koha-conf.xml.in has fallen out of sync with koha-conf.xml

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13571

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10241] Easy analyticals creates two 773 fields. Search/link from host to children is broken

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10241

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10241] Easy analyticals creates two 773 fields. Search/link from host to children is broken

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10241

--- Comment #10 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Created attachment 35294
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35294action=edit
Bug 10241 - Easy analyticals creates two 773 fields. Search/link from host to
children is broken

Hidden 'New child record' if 'EasyAnalytics' is set to display.

Testing plan:

-Turn on 'EasyAnalytics'. Check the drop down menu from the records page
*The drop down menu should include 'Analyze items' and not include 'New child
record'

-Turn off 'EasyAnalytics'. Again check the drop down menu from the records page
*The drop down menu should include 'New child record' and not inlucde 'Analyze
items'

Signed-off-by: Katrin Fischer katrin.fischer...@web.de
Signed-off-by: Martin Renvoize martin.renvo...@ptfs-europe.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10241] Easy analyticals creates two 773 fields. Search/link from host to children is broken

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10241

--- Comment #11 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Cheers Thomas, another bug bites the dust :)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12702] Suggestions still accessible in OPAC when deactivated

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12702

--- Comment #12 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Agreed, not a blocker here.. it's not your job to go cleaning the code up..
this was more just a comment trying to get anyone that sees it to think a bit
more when implementing such code in the first place.. had such a request been
centralised in the first place this fix probably wouldn't have been needed ;)

Cheers Thomas, you guys are doing a great job this year :)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13531] bulkmarcimport bombs if no match is found

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13531

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

  Attachment #35295|Bug 13531: QA follow up |[SIGNED OFF] Bug 13531: QA
description||follow up

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13549] Add cardnumber to overdue circulation report overdue.pl

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13549

--- Comment #4 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Created attachment 35291
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35291action=edit
Bug 13549: Add cardnumber to overdue circulation report overdue.pl

Test Plan:
 - Create an overdue item.
 - Navigate to overdue circulation report (Home - Circulation - Overdues)
 - Notice there is no card number showing in the Patron column.
 - Apply patch.
 - Refresh page.
 - Notice there is a card number showing in the Patron column.

Signed-off-by: Justin justin...@live.com
Signed-off-by: Katrin Fischer katrin.fischer...@web.de
Signed-off-by: Martin Renvoize martin.renvo...@ptfs-europe.com

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13585] HEA - Cronjob Setup

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13585

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

Summary|HEA - Report usage  |HEA - Cronjob Setup
   |statistics to Koha  |
   |community   |

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10177] Koha Accepts Seven Space Characters as a Valid Password

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10177

--- Comment #7 from Marc Véron ve...@veron.ch ---
Hi Chris,

I agree with whitespace inside of passwords is OK.

What about leading / trailing whitespace? See comment #1:
---
2. gmcharlt suggests that patches submitted in the future may strip trailing
whitespace characters in form input, causing pernicious perturbations.
---

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 13571] koha-conf.xml.in has fallen out of sync with koha-conf.xml

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13571

--- Comment #12 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Marcel, I've just added you to the cc list for this bug.. as you did (i think)
the work in breaking out the zebra configs from koha-conf into their own file,
any chance you could glance over this and possibly do the same for zebra in
packages?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13570] koha-conf.xml mentions win32

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13570

--- Comment #8 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
(In reply to Katrin Fischer from comment #6)
 Should we remove the bits about Windows from Makefile.PL as well? (git grep
 MSWin32):
 Makefile.PL:if ( $^O eq 'MSWin32' ) {
 ...

Well spotted Katrin.. not sure how I missed those when I spotted these ;).. 
I'll open another bug for it, save this one going backwards ;)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13570] koha-conf.xml mentions win32

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13570

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

 Blocks||13586

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13586] New: Makefile.PL mentions win32

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13586

Bug ID: 13586
   Summary: Makefile.PL mentions win32
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Keywords: Academy
  Severity: enhancement
  Priority: P5 - low
 Component: Architecture, internals, and plumbing
  Assignee: gmcha...@gmail.com
  Reporter: martin.renvo...@ptfs-europe.com
QA Contact: testo...@bugs.koha-community.org
CC: katrin.fisc...@bsz-bw.de,
rochellehealy.stud...@wegc.school.nz,
the.invinnysible@gmail.com
Depends on: 13570

Whilst working on Bug #13570, Katrin spotted that MSWin32 is also still
mentioned within the makefile.. we should also clean it up in there :)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 12648] Link patrons to an order

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12648

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

  Attachment #34488|1   |0
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13021] DataTables server-side processing - guarantor search

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13021

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

  Attachment #32233|0   |1
is obsolete||

--- Comment #11 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 35297
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35297action=edit
Bug 13021: guarantor search - guarantor_search.tt is useless

The guarantor_search.tt is now useless, no script uses it.
It can be removed safely.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13021] DataTables server-side processing - guarantor search

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13021

Jonathan Druart jonathan.dru...@biblibre.com changed:

   What|Removed |Added

  Attachment #32232|0   |1
is obsolete||

--- Comment #10 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 35296
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35296action=edit
Bug 13021: guarantor search - main patch

This patch is the main patch.
The common template is improved to allow different type of picking:
add or select.
The first one appends a patron to a list, the second one selects the
patron and close the result search window.

The members/guarantor_search.pl has completly changed but is quite the
same file as acqui/add_user_search.pl. Both should exist: they don't
belong to the same module (acqui vs members), the picking type is
different (add vs select) and the columns are not the same.

The changes in the common template are very powerful, it's now possible
to list the column we want! This will be very useful for further
reusability.

Before this patch, all patrons mathing the pattern were return. Now only
the first 20 are (depends on the DataTables selected value).

For QA: This patch introduces a new template plugin To, for now it
permits to convert a perl structure to json. In the idea, it could
permit to convert foo to bar too.

Test plan:
1/ Verify there is no regression in the guarantor search. When the
selection has been done, all data from the guarantor should fill the
form in the main address section.
Note that the request is done when the search input in not empty and the
user stop to write for 1 sec.
2/ Verify there is no regression on the 2 other pages where this patron
search is used: link a patron to an order and to a basket (in the
acquisition module).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13562] Item search: Not possible to add other search fields from 952?

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13562

--- Comment #6 from Julian Maurice julian.maur...@biblibre.com ---
Created attachment 35288
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35288action=edit
Bug 13562: Fix item search on item MARC subfields

Test plan:
1. Add 4 item search fields (in Administration › Items search fields):
   a. 1 biblio field linked to a DB field
   b. 1 biblio field not linked to a DB field
   c. 1 item field linked to a DB field
   d. 1 item field not linked to a DB field
2. Make sure you have some data in those fields to search on.
3. Go to item search page and do a search using these new fields, make
   sure the result is correct.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 13528] Ability to search on the different isbn variations

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13528

--- Comment #4 from Jonathan Druart jonathan.dru...@biblibre.com ---
(In reply to the.invinnysible.one from comment #2)
 I am currently working on this but I am having a conflict with the git
 commit. It should be able to sign off on this soon.

Thanks!
Note that the correct status is Does not apply.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13549] Add cardnumber to overdue circulation report overdue.pl

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13549

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

  Attachment #35141|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13549] Add cardnumber to overdue circulation report overdue.pl

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13549

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

 CC||martin.renvoize@ptfs-europe
   ||.com
 Status|Signed Off  |Passed QA

--- Comment #5 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Passing QA, passes scripts, tests all still pass and is a nice fix.. Thanks
Justin (and assuming you the same Justin that also fixed utf8 in git-bz..
double thanks :) )

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13549] Add cardnumber to overdue circulation report overdue.pl

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13549

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

  Attachment #35291|Bug 13549: Add cardnumber   |[PASSED QA] Bug 13549: Add
description|to overdue circulation  |cardnumber to overdue
   |report overdue.pl   |circulation report
   ||overdue.pl

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13571] koha-conf.xml.in has fallen out of sync with koha-conf.xml

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13571

--- Comment #8 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Oh brill, you guys jumped on this whilst i was sleeping.. that's fast action :)

Yes, I can also varify that this only affects packages Mark, you can still run
through makefile using a tarball or git install and select dev to install
wherever you want.  Packages never gave you a choice of where to install.. and
shouldn't.

I'll build a package from this today to test.. but a quick glance at the code
leads me to believe it 'should' all just work fine :)

Thanks Rochelle

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13585] New: HEA - Report usage statistics to Koha community

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13585

Bug ID: 13585
   Summary: HEA - Report usage statistics to Koha community
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
   URL: http://hea.koha-community.org
OS: All
Status: NEW
  Severity: new feature
  Priority: P5 - low
 Component: Websites, Mailing Lists, etc
  Assignee: wizzy...@gmail.com
  Reporter: martin.renvo...@ptfs-europe.com
QA Contact: testo...@bugs.koha-community.org
CC: claire.hernan...@biblibre.com,
fridolyn.som...@biblibre.com, indr...@gmail.com,
jonathan.dru...@biblibre.com,
julian.maur...@biblibre.com, katrin.fisc...@bsz-bw.de,
mag...@enger.priv.no, m...@kohaaloha.com,
tomasco...@gmail.com
Depends on: 11926
Blocks: 13149

Bug #11926 added the ability for koha to collect usage statistics.

Problem is, to set them up you have to both change the system preferences and
jump on the server to add the cron script to your crontab.

I think the server-side bit should be done at install time thus allwoing simple
on/off switching via the staff client configurable sysprefs.

To do this, we need to add the a line to:

for packages: /kohaclone/debian/koha-common.cron.monthly and perhaps add
something to get the file installed as it's new (our first monthly cronjob for
packages :) )

for other installs, there's a cron template in
/kohaclone/misc/cronjobs/crontab.example

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11926] HEA - Report usage statistics to Koha community

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11926

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

 Blocks||13585

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13149] B 11926 (HEA - Render community koha statistic usages) introduces an column count error in sysprefs.ql

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13149

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

 Depends on||13585

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13585] HEA - Report usage statistics to Koha community

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13585

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

   Keywords||Academy

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10241] Easy analyticals creates two 773 fields. Search/link from host to children is broken

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10241

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

  Attachment #35284|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10241] Easy analyticals creates two 773 fields. Search/link from host to children is broken

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10241

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

  Attachment #35294|Bug 10241 - Easy|[PASSED QA] Bug 10241 -
description|analyticals creates two 773 |Easy analyticals creates
   |fields. Search/link from|two 773 fields. Search/link
   |host to children is broken  |from host to children is
   ||broken

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13531] bulkmarcimport bombs if no match is found

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13531

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

  Attachment #35260|0   |1
is obsolete||

--- Comment #8 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Created attachment 35295
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35295action=edit
Bug 13531: QA follow up

A minor QA comment.

::: misc/migration_tools/bulkmarcimport.pl
@@ +271,5 @@
  my ( $error, $results, $totalhits ) = C4::Search::SimpleSearch( 
 $query, 0, 3, [$server] );
 +# changed to warn so able to continue with one broken record
 +if ( defined $error ) {
 +warn unable to search the database for duplicates : $error;
 +next;

For consistency with the rest of the script, should this perhaps be:

next RECORD;

Signed-off-by: Martin Renvoize martin.renvo...@ptfs-europe.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 13531] bulkmarcimport bombs if no match is found

2015-01-15 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13531

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

--- Comment #9 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Awesome speedy followup there Thomas.. thanks :)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


  1   2   >