[Koha-bugs] [Bug 8609] Add an URL validation plugin for authority and biblio frameworks

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8609

Rémi Mayrand-Provencher remi.mayrand-provenc...@inlibro.com changed:

   What|Removed |Added

 CC||remi.mayrand-provencher@inL
   ||ibro.com

--- Comment #11 from Rémi Mayrand-Provencher 
remi.mayrand-provenc...@inlibro.com ---
I removed the conflicts so it can be applied properly.
I then followed the test plan and everything worked properly, including HTTPS
URIs.

-- 
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 8609] Add an URL validation plugin for authority and biblio frameworks

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8609

Rémi Mayrand-Provencher remi.mayrand-provenc...@inlibro.com changed:

   What|Removed |Added

  Attachment #38961|0   |1
is obsolete||

--- Comment #12 from Rémi Mayrand-Provencher 
remi.mayrand-provenc...@inlibro.com ---
Created attachment 41231
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41231action=edit
Bug 8609 - Add an URL validation plugin for authority and biblio frameworks

This patch adds a new validation plugin to validate that a field/subfield
contains a valid url. This plugin that can be used in biblio and authority
frameworks.

Changes:

C4/Installer/PerlDependencies.pm -
Regexp::Common::URI dependence added
cataloguing/value_builder/url.pl - new file
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt   - new
function called in url.pl
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt - new
function called in url.pl
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt   - new
function called in url.pl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt   - new
function called in url.pl

Testing:

I) Before applying:

0) Go to the Cataloging module: menu-More-Cataloging;
1) Click New record - default framework bouton;
2) Click tab  8 ;
3) Insert a text (for example test) in the 856-u input field;
4) Click out of the input field;
5) Validate no message;

II) After Applying:

i) field/subfield plugin attach

0) In Koha adminstration, click  MARC bibliographic framework ;
1) In Default framework, click  MARC structure ;
2) Search field 856 and click  Subfields ;
3) Click  u ;
4) In Other options - Plugin, choose url.pl

ii) Insert a text in the 856-u input field

0) Go to the Cataloging module: menu-More-Cataloging;
1) Click New record - default framework bouton;
2) Click tab  8 ;
3) Insert a text (for example test) in the 856-u input field;
4) Click out of the input field;
5) Validate message:
 The field 856$u must contain a valid URL!
ex : http://www.google.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 8609] Add an URL validation plugin for authority and biblio frameworks

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8609

Rémi Mayrand-Provencher remi.mayrand-provenc...@inlibro.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 14616] Introducing Koha::Object subclasses

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14616

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply

--- Comment #3 from Tomás Cohen Arazi tomasco...@gmail.com ---
Olli, please check my message :-D

-- 
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 13881] Add desk management

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13881

Nicolas Legrand nicolas.legr...@bulac.fr changed:

   What|Removed |Added

  Attachment #40895|0   |1
is obsolete||

--- Comment #13 from Nicolas Legrand nicolas.legr...@bulac.fr ---
Created attachment 41233
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41233action=edit
Bug 13881: Add desk management

Desks can be created for a branch. If a librarian sets a desk in the
intranet and check in a document on hold, the document is then
attached to a desk.

Test plan, basic desk creation/modification/deletion:

1/ perl installer/data/mysql/updatedatabase.pl (create new table desks)

2/ prove t/db_dependent/Desks.t

3/ go to admin page, click on desk management, try to create, modify
and delete desks

Test plan, setting desk in the intranet:

1/ Go to the intranet administration, remove all desks if you have
any. The desks should not appear in the header.

2/ add some desks in administration, without selecting some. The
message « NO DESK SET » should appear at the left of the branchname.

3/ set a desk for your session. The desk deskcode should appear beside
the branchname.

4/ change desk, the new name should appear also.

Test plan, attach holds awaiting pickup to a desk:

1/ Set a desk, put a book on hold, check it in, confirm hold, it
should appear in the holds awaiting pickup circulation page, it
should appear as waiting at the desk on the patron's session.

2/ Suppress desk. The hold is still pending, but desk mentions should
have disappear from holds awaiting pickup and patron's session.

http://bugs.koha-community.org/show_bug.cgi?id=3881

-- 
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 13881] Add desk management

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13881

Nicolas Legrand nicolas.legr...@bulac.fr 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 14044] Backslashes ( and possibly other characters ) break patron search

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14044

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

 Status|Pushed to Stable|Pushed to Master

-- 
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 8609] Add an URL validation plugin for authority and biblio frameworks

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8609

--- Comment #13 from Marcel de Rooy m.de.r...@rijksmuseum.nl ---
Please check EXAMPLE.pl in the plugin directory.
You do not need plugin_parameters etc. anymore.

-- 
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 8609] Add an URL validation plugin for authority and biblio frameworks

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8609

--- Comment #14 from Rémi Mayrand-Provencher 
remi.mayrand-provenc...@inlibro.com ---
Created attachment 41232
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41232action=edit
Bug8609 - Removed useless plugin_parameters sub

-- 
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 13881] Add desk management

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13881

--- Comment #14 from Nicolas Legrand nicolas.legr...@bulac.fr ---
Hey Katrin,

(In reply to Nicolas Legrand from comment #12)
 (In reply to Katrin Fischer from comment #9)
  Also, should this be needs sign-off?
 
 Sadely, there is a bit more work on databases, I'm fighting with
 constraints, the db updates doesn't work yet. I have been working on
 something else hoping it will be plain clear next time I look upon it ^^.

Done. After trying to understand serials history and serials current management
at the BULAC everything seems easy and MySQL errno: 150 due to bad collation
matching just plain clear :).

-- 
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 14364] Allow automatically canceled expired waiting holds to fill the next hold

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14364

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #39998|0   |1
is obsolete||

--- Comment #2 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 41236
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41236action=edit
[SIGNED-OFF] Bug 14364 - Allow automatically canceled expired waiting holds to
fill the next hold

Right now, if a library automatically cancels expired waiting holds, a
librarian must still re-checkin an item to trap the next available hold
for that item. It would be better if the next hold was automatically
trapped and the librarians receive an email notification so they can
make any changes to the item if need be ( hold area, hold slip in item,
etc ).

Test Plan:
 1) Apply this patch
 2) Run updatedatabase.pl
 3) Create a record with one item
 4) Place two holds on that record
 5) Check in the item and set it to waiting for the first patron
 6) Set ReservesMaxPickUpDelay to 1
 7) Enable ExpireReservesMaxPickUpDelay
 8) Enable ExpireReservesAutoFill
 9) Set an email address in ExpireReservesAutoFillEmail
10) Modify the holds waitingdate to be in the past
11) Run misc/cronjobs/holds/cancel_expired_holds.pl
12) Note the hold is now waiting for the next patron
12) Note a waiting hold notification email was sent to that patron
13) Note a hold changed notification email was sent to the library

Signed-off-by: Gene Miller ge...@takomaparkmd.gov

-- 
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 14364] Allow automatically canceled expired waiting holds to fill the next hold

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14364

Kyle M Hall k...@bywatersolutions.com 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 14611] SMS::Send hangs on malformed mobile #, process_message_queue fails

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14611

Kyle M Hall kyle.m.h...@gmail.com changed:

   What|Removed |Added

 CC||kyle.m.h...@gmail.com

--- Comment #1 from Kyle M Hall kyle.m.h...@gmail.com ---
I'm not sure if there is a simple universal solutions to this considering the
differing  phone number formats there are internationally. Would simply
changing the sms number to int and stripping out all non-numeric characters be
a practical solution, or is that too limiting?

-- 
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 14621] New: Messaging preferences table needs to be sorted

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14621

Bug ID: 14621
   Summary: Messaging preferences table needs to be sorted
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P5 - low
 Component: Templates
  Assignee: oleon...@myacpl.org
  Reporter: la...@student.uef.fi
QA Contact: testo...@bugs.koha-community.org

I have been working with messaging preferences and I noticed a weird issue in
Firefox on Ubuntu.

On messaging preferences page, the table is unsorted and the content in rows
are generated randomly on every page refresh. When you select/deselect
checkboxes and refresh the page (without posting the changes), Firefox will
remember your choices. Now the issue is that when the table is unsorted and the
rows keep changing on page refresh, Firefox has trouble remembering your
choices. This makes it appear as if the checkboxes are magically changing
values on each page refresh.

We need to have the items sorted in the table to prevent this from happening.

-- 
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 14364] Allow automatically canceled expired waiting holds to fill the next hold

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14364

Kyle M Hall kyle.m.h...@gmail.com changed:

   What|Removed |Added

  Change sponsored?|--- |Sponsored
 CC||kyle.m.h...@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 8643] Add important constraint to marc subfields

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8643

Rémi Mayrand-Provencher remi.mayrand-provenc...@inlibro.com changed:

   What|Removed |Added

 CC||remi.mayrand-provencher@inL
   ||ibro.com
 Status|Failed QA   |Needs Signoff

--- Comment #13 from Rémi Mayrand-Provencher 
remi.mayrand-provenc...@inlibro.com ---
The patch applied properly for me, so I do not think that it needs a rebase.

Also, CGI::checkbox is used for other subfields too. I don't think the aim of
this patch is to remove CGI::checkbox from marc_subfields_structure.pl.

Could you be clearer on what are the changes you would like to see in this
patch?

-- 
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 8891] Long overdue (lost) items in search results show garbled information

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8891

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

   What|Removed |Added

 Status|CLOSED  |REOPENED
 Resolution|WORKSFORME  |---
 CC||neng...@gmail.com

--- Comment #1 from Nicole C. Engard neng...@gmail.com ---
I'm seeing this again in Koha 3.18.6.

-- 
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 8891] Long overdue (lost) items in search results show garbled information

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8891

--- Comment #3 from Nicole C. Engard neng...@gmail.com ---
Notes from Barton:
---

The 'long overdue' line in the 'onloan' section is at line 586 of
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt

573 [% IF ( SEARCH_RESULT.onloancount ) %]
574 span class=status[% SEARCH_RESULT.onloancount %] on loan:/span
575 ul
576 [% FOREACH onloan_items_loo IN SEARCH_RESULT.onloan_items_loop %]
577 [% IF item_level_itypes  !noItemTypeImages  onloan_items_loo.imageurl
%]
578 li style=list-style: none; list-style-type: none;
579 img src=[% onloan_items_loo.imageurl %] title=[%
onloan_items_loo.description %] alt=[% onloan_items_loo.description %] /
580 [% ELSE %]
581 li
582 [% END %]
583 [% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname %][%
END %]
584 [% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location %][% END
%]
585 [% IF ( onloan_items_loo.itemcallnumber ) %][a
href=/cgi-bin/koha/catalogue/search.pl?idx=callnumamp;q=%22[%
onloan_items_loo.itemcallnumber |uri %]%22[% onloan_items_loo.itemcallnumber
%]/a][% END %]
586 ([% onloan_items_loo.count %][% IF ( onloan_items_loo.longoverdue ) %], [%
onloan_items_loo.longoverdue %] long overdue[% END %]) date due: [%
onloan_items_loo.due_date %]
587 [% IF item_level_itypes  onloan_items_loo.description %]
588 br/[% onloan_items_loo.description %]
589 [% END %]
590 /li
591 [% END %]
592 /ul
593 [% END %]

The actual text in the rendered HTML is

(, 1 long overdue) date due:

So it seems that

onloan_items_loo.branchname.
onloan_items_loo.location,
onloan_items_loo.itemcallnumber and
onloan_items_loo.count

are not populated, but

onloan_items_loo.longoverdue is 1.

I'll have to take a look at how SEARCH_RESULT.onloan_items_loop is populated...

-- 
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 8891] Long overdue (lost) items in search results show garbled information

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8891

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

   What|Removed |Added

 CC||bar...@bywatersolutions.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 8891] Long overdue (lost) items in search results show garbled information

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8891

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

   What|Removed |Added

   Assignee|gmcha...@gmail.com  |oleon...@myacpl.org
  Component|Searching   |Templates

-- 
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 13572] Add onlyactives parameter to force_borrower_messaging_defaults script

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13572

--- Comment #4 from Rémi Mayrand-Provencher 
remi.mayrand-provenc...@inlibro.com ---
Created attachment 41235
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41235action=edit
Bug13572 - Changed borrowers-force-messaging-defaults --help parameter's
result to better explain the new functionality

New test plan (well, a clearer version):

1) Apply both patches
2) Create a new patron with random values, except for it expiration date, make
it expired (Patrons  New Patron  Student)
3) Enable the system preference called “EnhancedMessagingPreferences”
4) In “Administration  Patron categories  Student, modify the days in
advance, then click Save
5) run the script ./misc/maintenance/borrowers-force-messaging-defaults --doit
--onlyactives
6) Validate that the student created in step 2 hasn't changed (Patrons 
search)
7) Validate that any other student that isn't expired has changed.

-- 
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 14507] SIP Authentication broken when LDAP Auth Enabled

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14507

Colin Campbell colin.campb...@ptfs-europe.com changed:

   What|Removed |Added

 CC||colin.campbell@ptfs-europe.
   ||com

--- Comment #1 from Colin Campbell colin.campb...@ptfs-europe.com ---
Can you document the messages and responses. The initial error suggests that
the login is failing especially as sip.err is closed as soon at login succeeds.

Not sure what is involved ehen you say Koha users cannot login via SIP what
request are you sending and what response are you receiving?

-- 
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 13572] Add onlyactives parameter to force_borrower_messaging_defaults script

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13572

Rémi Mayrand-Provencher remi.mayrand-provenc...@inlibro.com changed:

   What|Removed |Added

 CC||remi.mayrand-provencher@inL
   ||ibro.com
 Status|In Discussion   |Needs Signoff

-- 
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 8891] Long overdue (lost) items in search results show garbled information

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8891

--- Comment #2 from Nicole C. Engard neng...@gmail.com ---
Created attachment 41234
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41234action=edit
long overdue items

-- 
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 14622] Add fr-CA data folder in the web installer

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622

Francois Charbonnier francois.charbonn...@inlibro.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
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 14622] Add fr-CA data folder in the web installer

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622

--- Comment #1 from Francois Charbonnier francois.charbonn...@inlibro.com ---
Created attachment 41242
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41242action=edit
Bug 14622 - New data in French Canadian for the web installer. Add fr-CA
folder.

TEST PLAN :
- install Koha
- choose fr-CA as the installation language
- check every options in the web installer
- every file should load smoothly

-- 
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 14044] Backslashes ( and possibly other characters ) break patron search

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14044

--- Comment #24 from Liz Rea l...@catalyst.net.nz ---
:) nope, it needs a patch for 3.18, but there isn't one yet. :)

-- 
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 12372] Make koha-mysql handle arbitrary mysql arguments

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12372

--- Comment #16 from Barton Chittenden bar...@bywatersolutions.com ---
Updated man page:

KOHA-MYSQL(8)

NAME
   koha-mysql - Provide a mysql shell set up for the specified Koha
instance.

SYNOPSIS
   koha-mysql {instancename} [mysql option...]

DESCRIPTION
   Provide a mysql shell set up for the specified Koha instance.

EXAMPLE USAGE
   Run interactive mysql shell for speicified Koha instance
   koha-mysql {instancename}

   Run a query given as an argument without launching mysql shell
   koha-mysql {instancename} -e SOME SQL QUERY

   Run a query, skip column names on output
   koha-mysql {instancename} -e SOME SQL QUERY --skip-column-names

   Load a database dump (e.g. one produced by mysqldump) into the database
of the given instance
   koha-mysql {instancename}  /path/to/mysqldump.sql

SEE ALSO
   mysql (1), koha-dump-defaults(8), koha-reset-passwd(8),
koha-upgrade-schema(8)

-- 
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 14044] Backslashes ( and possibly other characters ) break patron search

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14044

--- Comment #27 from Mason James m...@kohaaloha.com ---
(In reply to Tomás Cohen Arazi from comment #25)
 (In reply to Mason James from comment #23)
  (In reply to Liz Rea from comment #22)
   Mason did you mean to change the status on this bug?
  
  hi, yes... is the new status not correct?
 
 Chris didn't pick it for 3.20 yet. 

both patches for this bug seem to be in the stable branch?

http://git.koha-community.org/gitweb/?p=koha.git;a=shortlog;h=refs/heads/3.20.x;pg=3

2015-05-06  Jonathan Druart Bug 14044: Don't escape html characters
2015-05-06  Jonathan Druart Bug 14044: Escape json strings for patron
searches

-- 
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 14463] Setting autobarcode to branchyymm00001 exports blank barcode labels

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14463

Indranil Das Gupta indr...@gmail.com changed:

   What|Removed |Added

 CC||indr...@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 14044] Backslashes ( and possibly other characters ) break patron search

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14044

--- Comment #25 from Tomás Cohen Arazi tomasco...@gmail.com ---
(In reply to Mason James from comment #23)
 (In reply to Liz Rea from comment #22)
  Mason did you mean to change the status on this bug?
 
 hi, yes... is the new status not correct?

Chris didn't pick it for 3.20 yet. So it should remain 'Pushed to master' so he
notices it. Well, or Liz could just tell him :-D

-- 
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 14044] Backslashes ( and possibly other characters ) break patron search

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14044

--- Comment #26 from Liz Rea l...@catalyst.net.nz ---
Hehe I don't tell Chris what to do. ^.^

-- 
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 12372] Make koha-mysql handle arbitrary mysql arguments

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12372

Liz Rea wizzy...@gmail.com changed:

   What|Removed |Added

  Attachment #40379|0   |1
is obsolete||

--- Comment #18 from Liz Rea wizzy...@gmail.com ---
Created attachment 41245
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41245action=edit
Bug 12372: koha-mysql: process any mysql args

Signed-off-by: Ian Bays ian.b...@ptfs-europe.com
Signed-off-by: Liz Rea l...@catalyst.net.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 12372] Make koha-mysql handle arbitrary mysql arguments

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12372

Liz Rea wizzy...@gmail.com changed:

   What|Removed |Added

  Attachment #40527|0   |1
is obsolete||

--- Comment #19 from Liz Rea wizzy...@gmail.com ---
Created attachment 41246
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41246action=edit
Bug 12372: (QA followup) Standardized argument parsing for koha-mysql.

http://bugs.koha-community.org/show_bug.cgi?id=12372
Signed-off-by: Liz Rea l...@catalyst.net.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 14623] New: Specify due date and offline circulation, overdue fines is not synchronizing.

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14623

Bug ID: 14623
   Summary: Specify due date and offline circulation, overdue
fines is not synchronizing.
 Change sponsored?: ---
   Product: Koha
   Version: 3.20
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P5 - low
 Component: Circulation
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: os.jerwynfernan...@gmail.com
QA Contact: testo...@bugs.koha-community.org
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com

Greetings!

I have this dilemma using koha version 3.20.

The scenario is something like this:

For some reasons librarian forgot to check-out a overnight book to his patron,
lets say the date is 7/29/2015 the overdue of the book is on 7/30/2015.

After a day which is 7/30/2015 the librarian recalled that he forgot to
check-out the book to his patron. By using the tool bSpecify due date/b he
can change the due date back to 7/29/2015.

iAssuming the overdue fines for this item type is 10.00 per day./i

Supposedly once the patron returned the book on that same day, koha would
automatically synchronize the amount of how much is his overdue fines which is
10.00. 

However when the librarian check-in the book it did not calculated the fines,
the fines is still 0.00.

We also tried doing this using bkoha offline circulation/b by changing the
date to 7/29/2015, and has the same result with 0.00 fines.

Note we did it test to koha version 3.18 and it works perfectly specify due
date and uploading offline circulation synchronized the overdue fines to 10.00.

Thank you and best regards!

-- 
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 12372] Make koha-mysql handle arbitrary mysql arguments

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12372

Liz Rea wizzy...@gmail.com changed:

   What|Removed |Added

  Attachment #41244|0   |1
is obsolete||

--- Comment #20 from Liz Rea wizzy...@gmail.com ---
Created attachment 41247
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41247action=edit
Updated man pages for koha-mysql

http://bugs.koha-community.org/show_bug.cgi?id=12372
Signed-off-by: Liz Rea l...@catalyst.net.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 12372] Make koha-mysql handle arbitrary mysql arguments

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12372

Liz Rea wizzy...@gmail.com 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 12372] Make koha-mysql handle arbitrary mysql arguments

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12372

Liz Rea wizzy...@gmail.com changed:

   What|Removed |Added

  Attachment #41243|0   |1
is obsolete||

--- Comment #17 from Liz Rea wizzy...@gmail.com ---
Created attachment 41244
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41244action=edit
Updated man pages for koha-mysql

http://bugs.koha-community.org/show_bug.cgi?id=12372
Signed-off-by: Liz Rea l...@catalyst.net.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 14606] Donate to the Koha International Fund

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14606

Liz Rea l...@catalyst.net.nz changed:

   What|Removed |Added

 Status|NEW |In Discussion
 CC||l...@catalyst.net.nz

--- Comment #1 from Liz Rea l...@catalyst.net.nz ---
Yep, this seems fine. Do you have a preference where it goes on the website?

-- 
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 14622] New: Add fr-CA data folder in the web installer

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622

Bug ID: 14622
   Summary: Add fr-CA data folder in the web installer
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Installation and upgrade (web-based installer)
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: francois.charbonn...@inlibro.com
QA Contact: testo...@bugs.koha-community.org
CC: gmcha...@gmail.com

New data in French Canadian for the web installer. It contains translations of
every files from the English folder.

The marcflavour directory is a bit different. 
1. MARC21 is the only marc flavour translated.
2. marc21_framework_DEFAULT.sql contains :
- the default framework
- the acquisition framework
- the fast-add framework
- the RDA framework
3. In addition, there is a simplified framework in the optional folder.

-- 
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 14526] MoveReserve should look at future holds too

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14526

Marcel de Rooy m.de.r...@rijksmuseum.nl changed:

   What|Removed |Added

  Attachment #41011|0   |1
is obsolete||

--- Comment #3 from Marcel de Rooy m.de.r...@rijksmuseum.nl ---
Created attachment 41241
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41241action=edit
Bug 14526: Add some unit tests for MoveReserve

The change in MoveReserve from the previous patch begs for a test.
Here we add some to Reserves.t.
In all six tests we place a hold, move it and check the reserves again.
Depending on the status of ConfirmFutureHolds, and the reservedate the
hold should be moved or not.

Test plan:
Run the unit test.
Bonus: If you run Reserves.t by applying this patch but without the first
patch that changed MoveReserve, tests 60 and 61 should fail:
not ok 60 - MoveReserve filled future hold now
not ok 61 - MoveReserve filled future waiting hold now
This may further illustrate the need of the first patch.

-- 
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 14619] clients-marc-MARC21.po missing

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14619

Indranil Das Gupta indr...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED

-- 
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 14619] clients-marc-MARC21.po missing

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14619

--- Comment #2 from Indranil Das Gupta indr...@gmail.com ---
(In reply to Robin Sheat from comment #1)
 This looks like an issue with your configuration. Do you have a directory
 called clients in the place where translated templates would be?

Thanks for the clue Robin. Indeed that is the case. I've some client-wise
folders with favicons and stuff in that folder. Closing this as RESOLVED
INVALID.

-- 
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 14510] Allow column visibility in additem.pl to be customized

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14510

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA
 CC||ve...@veron.ch

--- Comment #2 from Marc Véron ve...@veron.ch ---
Sorry, QA tools found some forbidden tab chars:

cataloguing/additem.pl
forbidden pattern: tab char (line 807)

koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc
forbidden pattern: tab char (line 13)
forbidden pattern: tab char (line 12)

koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt
forbidden pattern: tab char (line 15)
forbidden pattern: tab char (line 22)
forbidden pattern: tab char (line 17)
forbidden pattern: tab char (line 16)

koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt
forbidden pattern: tab char (line 41)
forbidden pattern: tab char (line 40)

-- 
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 14512] Add support for AV field to Koha's SIP2 Server

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14512

Kyle M Hall k...@bywatersolutions.com 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 14512] Add support for AV field to Koha's SIP2 Server

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14512

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #40886|0   |1
is obsolete||

--- Comment #3 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 41238
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41238action=edit
[SIGNED-OFF] Bug 14512 - Add support for AV field to Koha's SIP2 Server

Koha's SIP2 server should have support for the AV field ( field items ).
The biggest problem with this field is that its' contents are not really
defined in SIP2 protocol specification. All it says is this field
should be sent for each fine item. Due to this, I think the contents of
the field need to be configurable at the login level, so that the
contents can be defined based on the SIP2 devices requirements for the
AV field.

Test Plan:
1) Apply this patch
2) Find a patron with outstanding fines
3) Run a patron information request using misc/sip_cli_emulator.pl using the
new -s option with the valueY  
4) Note there is an AV field for each fee containing the description and amount
5) Edit your sip config, add an av_field_template parameter to the login you
are using such as
av_field_template=TEST [% accountline.description %] [%
accountline.amountoutstanding | format('%.2f') %]
6) Restart your SIP server
7) Repeat the patron information request
8) Note your custom AV field is being used!

Signed-off-by: Chris Davis cgda...@uintah.utah.gov

-- 
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 14557] Add holds count to holds tab

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14557

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #41060|0   |1
is obsolete||
  Attachment #41061|0   |1
is obsolete||

--- Comment #5 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 41239
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41239action=edit
[SIGNED-OFF] Bug 14557 - Clean up biblio-view-menu.inc

Signed-off-by: Jason Robb jr...@sekls.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 14557] Add holds count to holds tab

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14557

Kyle M Hall k...@bywatersolutions.com 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 14557] Add holds count to holds tab

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14557

--- Comment #6 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 41240
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41240action=edit
[SIGNED-OFF] Bug 14557 - Add holds count to holds tab

Some librarians have expressed that it would be helpful if the holds tab
displayed the count of holds for a record.

Test Plan:
1) Apply this patch
2) Note the Holds tab for a record now displays the number of holds for that
record

Signed-off-by: Jason Robb jr...@sekls.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 14611] SMS::Send hangs on malformed mobile #, process_message_queue fails

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14611

--- Comment #2 from Fred P fred.pie...@smfpl.org ---
I guess the question boils down to how we prevent human error in the data
entry, and the method we select may not be foolproof. It's a bit complicated,
but we could regex-verify the string, allowing for numerics, plusses,
parentheses and hyphens - that would catch most of the errors. I'm not sure
that would prevent 100% of SMS::Send crashes, but it might. Basically we would
strip out unwanted characters on entry (or request a new entry) and hope
SMS::Send can properly handle phone characters. The documentation suggests
that plusses, parentheses and hyphens are not a problem, although I have not
tested for situations like ((330)) 678--5497

Converting our string to a numeric integer is another possibility, but parsing
that for visual display might be difficult, due to different global formulas.
Library staff don't want to look at ten or eleven numbers without hyphenation.
One way to implement a numeric conversion would be to keep the string saved,
and create a new field for the numeric - so you would have both. Adding fields
to the database is not the ideal solution though.

Google provides a library for testing and parsing phone numbers:
https://github.com/googlei18n/libphonenumber

This regex test might work, although many methods are possible with regex:
/^(?:(?:\(?(?:00|\+)([1-4]\d\d|[1-9]\d?)\)?)?[\-\.\
\\\/]?)?((?:\(?\d{1,}\)?[\-\.\ \\\/]?){0,})(?:[\-\.\
\\\/]?(?:#|ext\.?|extension|x)[\-\.\ \\\/]?(\d+))?$/i

-- 
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 8643] Add important constraint to marc subfields

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8643

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

 CC||tomasco...@gmail.com

--- Comment #14 from Tomás Cohen Arazi tomasco...@gmail.com ---
(In reply to Rémi Mayrand-Provencher from comment #13)
 Also, CGI::checkbox is used for other subfields too. I don't think the aim
 of this patch is to remove CGI::checkbox from marc_subfields_structure.pl.

I discourage patches adding HTML building stuff on the .pl files. It is true
that you don't need to remove the existing ones, but please don't add new :-D

A followup removing the already present would make people happy too :-D

-- 
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 11944] Cleanup Koha UTF-8

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11944

Michael Kuhn m...@adminkuhn.ch changed:

   What|Removed |Added

 CC||m...@adminkuhn.ch

-- 
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 12194] Some fonts don't work on printing label

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12194

Indranil Das Gupta indr...@gmail.com changed:

   What|Removed |Added

 CC||indr...@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 12372] Make koha-mysql handle arbitrary mysql arguments

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12372

--- Comment #15 from Barton Chittenden bar...@bywatersolutions.com ---
Created attachment 41243
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41243action=edit
Updated man pages for koha-mysql

-- 
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 14044] Backslashes ( and possibly other characters ) break patron search

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14044

Liz Rea l...@catalyst.net.nz changed:

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable

-- 
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 14044] Backslashes ( and possibly other characters ) break patron search

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14044

--- Comment #28 from Liz Rea l...@catalyst.net.nz ---
This is in 3.20.1, looks like it was missed for a bug update though. Sorry
Mason. :)

-- 
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 14306] Show URL from MARC21 field 555$u under Title Notes (OPAC) or Descriptions (Staff)

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14306

--- Comment #7 from Marcel de Rooy m.de.r...@rijksmuseum.nl ---
Created attachment 41237
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41237action=edit
Bug 14306: Show URL from MARC21 field 555$u under Title Notes/Descriptions

This patch includes:
[1] Add some logic to GetMarcNotes to embed the contents of MARC21 field
555$u in a html anchor tag.
[2] Add a unit test for GetMarcNotes in Biblio.t
[3] Remove calls to GetMarcNotes from sendbasket.pl (opac and staff).
A closer look revealed that the data was not used; the notes in the
mail of sendbasket are taken from GetBiblioData.

Test plan:
[1] Edit a record. Add one or two URLS in 555$u. Add something in 500$a too.
[2] Check if you can click the URLs in opac and staff detail tab Notes or
Descriptions.
[3] Run the unit test t/db../Biblio.t
[4] Add something in the cart. Click More Details and send the cart.
Verify that you have something in Notes (from 500$a).

-- 
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 13950] Sort Item search home library list by branch name

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13950

J Schmidt jschm...@switchinc.org changed:

   What|Removed |Added

 CC||jschm...@switchinc.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 10877] Add Order Record processing

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Kyle M Hall kyle.m.h...@gmail.com changed:

   What|Removed |Added

 CC||kyle.m.h...@gmail.com

--- Comment #41 from Kyle M Hall kyle.m.h...@gmail.com ---
I forgot to mention the items on an order record are automatically marked as
being not for loan ( since they are on order ) and have home and holding branch
automatically set to the logged in library.

-- 
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 10877] Add Order Record processing

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10877

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|In Discussion   |Signed Off

--- Comment #40 from Kyle M Hall k...@bywatersolutions.com ---
Order records, at an item level, work much differently than traditional marc
records. A standard marc record for Koha would have a 952 field for each item
with the appropriate subfields.

An order record, on the other hand, has *no* 952 field. Instead it has data
that tells us how to create the items ourselves, with fields/subfields for the
itemtype, collectioncode, acquisitions fund, etc defined in the record in  a
non 952-field ( it seems that 947 is often used for this ). Most importantly,
that is a field that defines the quantity of items to create.



(In reply to Jonathan Druart from comment #38)
 (In reply to Kyle M Hall from comment #35)
  (In reply to Katrin Fischer from comment #33)
   I feel like I don't understand this feature well - at least not the
   differences to the existing staged MARC records workflow.
  
  I'll see what I can do to make this happen!
 
 Did you do something since this comment?
 Is it related to the second patch [QA Followup]?

-- 
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 14620] New: Contact information validations

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14620

Bug ID: 14620
   Summary: Contact information validations
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Patrons
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: la...@student.uef.fi
QA Contact: testo...@bugs.koha-community.org
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com

I'm thinking we should centralize all patron's contact information validators
into one module. Currently we only have validations for e-mail addresses, using
the Email::Valid module. In our local library we also want to validate phone
numbers with a regex that only recognizes phone numbers from my country. So I
suggest we create a phone number validation as well, with an option to easily
create custom regex for your local use.

If a library does not wish to use validations, we should give them an option to
turn them off. If more local validators are implemented, we should also give
the library an option to select which validator they wish to use.

With this method we could implement phone number validators from around the
world and add them into our module. Then we would make the validations simply
by calling our validator. The validator would know by system preference which
one of the implemented phone number validators it should use.

Validations should be both client and server side.

-- 
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 14590] Checkboxes should be disabled without valid contact information in messaging preferences

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14590

Lari Taskula la...@student.uef.fi changed:

   What|Removed |Added

 Depends on||14620


Referenced Bugs:

http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14620
[Bug 14620] Contact information validations
-- 
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 14620] Contact information validations

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14620

Lari Taskula la...@student.uef.fi changed:

   What|Removed |Added

 Blocks||14590


Referenced Bugs:

http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14590
[Bug 14590] Checkboxes should be disabled without valid contact information in
messaging preferences
-- 
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 5685] Validation of email address field

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5685

Lari Taskula la...@student.uef.fi changed:

   What|Removed |Added

 Blocks||14620


Referenced Bugs:

http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14620
[Bug 14620] Contact information validations
-- 
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 14620] Contact information validations

2015-07-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14620

Lari Taskula la...@student.uef.fi changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |la...@student.uef.fi
   |ity.org |
 Depends on||5685


Referenced Bugs:

http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5685
[Bug 5685] Validation of email address field
-- 
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/