[Koha-bugs] [Bug 8425] Duplicate barcodes generated when placing an Order in Acquisitions when AcqCreateItem = placing an order and Autobarcode is turned on

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8425

--- Comment #2 from David Cook dc...@prosentient.com.au ---
(In reply to comment #1)
 Hm, this should not happen, but maybe it will help to set the
 UniqueItemFields to barcode? In my tests it worked really nicely, but
 perhaps something changed.

No luck. Setting barcode in UniqueItemFields makes no change.

When did you test it?

-- 
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 5335] More granular VAT

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5335

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

   What|Removed |Added

  Attachment #10400|0   |1
is obsolete||

--- Comment #35 from Chris Cormack ch...@bigballofwax.co.nz ---
Created attachment 10781
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10781action=edit
BZ5335: More granular VAT

signed-off-by: Pierre Angot

-- 
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 8425] Duplicate barcodes generated when placing an Order in Acquisitions when AcqCreateItem = placing an order and Autobarcode is turned on

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8425

--- Comment #3 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hm, I think I signed off on the patch introducing it, so the bug history should
tell.

-- 
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 5335] More granular VAT

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5335

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

   What|Removed |Added

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

--- Comment #36 from Chris Cormack ch...@bigballofwax.co.nz ---
Rebased to fix updatedatabase conflict

-- 
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 8425] Duplicate barcodes generated when placing an Order in Acquisitions when AcqCreateItem = placing an order and Autobarcode is turned on

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8425

--- Comment #5 from David Cook dc...@prosentient.com.au ---
(In reply to comment #4)
 (In reply to comment #3)
 
 Also, when I look at my standard install 3.8.0 or my dev install 3.8.0
 branch, the clear button works in the item block. However, it doesn't work
 in 3.8.2 (maybe 3.8.1) or higher...
 

Hmm. I was a bit hasty there. The clear button clears all the fields except
date and barcode... although I'm not sure that's a good thing...

-- 
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 7621] Circulation: Match age restriction of title with borrower's age without using categories

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7621

--- Comment #45 from delaye stephane.del...@biblibre.com ---
I try again the patch test in a sandbox but I have this error message

Applying: BUG 7621 [ENH] Circulation: Match age restriction of title with
borrower's age without using categories
Using index info to reconstruct a base tree...
Falling back to patching base and 3-way merge...
Auto-merging C4/Circulation.pm
Auto-merging installer/data/mysql/kohastructure.sql
Auto-merging installer/data/mysql/sysprefs.sql
CONFLICT (content): Merge conflict in installer/data/mysql/sysprefs.sql
Auto-merging installer/data/mysql/updatedatabase.pl
CONFLICT (content): Merge conflict in installer/data/mysql/updatedatabase.pl
Failed to merge in the changes.
Patch failed at 0001 BUG 7621 [ENH] Circulation: Match age restriction of title
with borrower's age without using categories
When you have resolved this problem run git am --resolved.
If you would prefer to skip this patch, instead run git am --skip.
To restore the original branch and stop patching run git am --abort.
Bug 7621 - Circulation: Match age restriction of title with borrower's age
without using categories

BUG 7621 [ENH] Circulation: Match age restriction of title with borrower's age
without using categories
Apply? [yn]
Patch left in
/tmp/BUG-7621-ENH-Circulation-Match-age-restriction-of--YuivIy.patch



I launch the following commands
ALTER TABLE biblioitems ADD COLUMN agerestriction VARCHAR(255) DEFAULT NULL
AFTER cn_sort;



ALTER TABLE deletedbiblioitems ADD COLUMN agerestriction VARCHAR(255) DEFAULT
NULL AFTER cn_sort;


INSERT INTO systempreferences (variable,value,explanation,options,type)
VALUES('AgeRestrictionMarker','','Markers for age restriction indication, e.g.
FSK|PEGI|Age|. See:
http://wiki.koha-community.org/wiki/Age_restriction',NULL,'free');


 INSERT INTO systempreferences (variable,value,explanation,options,type)
VALUES('AgeRestrictionOverride',0,'Allow staff to check out an item with age
restriction.',NULL,'YesNo');

but i have always the problem , in koha i don't find the new system preference

can you rebase the 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 8415] Link Serial with Acquisition

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8415

Amit Gupta amit.gu...@osslabs.biz changed:

   What|Removed |Added

  Attachment #10780|0   |1
is obsolete||

--- Comment #4 from Amit Gupta amit.gu...@osslabs.biz ---
Created attachment 10782
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10782action=edit
Link Serial with Acquisition

-- 
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 8415] Link Serial with Acquisition

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8415

Amit Gupta amit.gu...@osslabs.biz 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 7455] Authority subfields are cloned in the wrong field

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7455

Fridolyn SOMERS fridolyn.som...@biblibre.com changed:

   What|Removed |Added

 CC||fridolyn.som...@biblibre.co
   ||m
   Assignee|adrien.sau...@biblibre.com  |fridolyn.som...@biblibre.co
   ||m

-- 
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 8315] fix 'C4::Output 3.02' errors in Koha

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8315

mourik jan heup...@gmail.com changed:

   What|Removed |Added

 CC||heup...@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 8112] Overdues with Fines giving duplicates

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8112

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

   What|Removed |Added

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

--- Comment #3 from Chris Cormack ch...@bigballofwax.co.nz ---
misc/cronjobs/fines.pl calls UpdateFine

UpdateFine either updates a fine, or adds a new one, both of type FU

Its a fine on an item that is still on issue. 

Hope this helps

-- 
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 8426] New: Diacritics not being mapped for searching

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8426

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8426
  Assignee: gmcha...@gmail.com
   Summary: Diacritics not being mapped for searching
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: kyle.m.h...@gmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Searching
   Product: Koha

Most of the uniform titles for Stravinsky’s music (and other Russian
composers) is in Russian.  So the uniform title for the ballet music, Firebird,
is Zhar-ptit︠s︡a which is actually two diacritics (left and right ligatures
combined). Right now it’s not searchable unless you include the ligatures in
the search term.

-- 
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 8426] Diacritics not being mapped for searching

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8426

--- Comment #2 from Kyle M Hall kyle.m.h...@gmail.com ---
Created attachment 10784
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10784action=edit
Example MARC file that uses these diacritics.

-- 
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 8426] Diacritics not being mapped for searching

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8426

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

   What|Removed |Added

   Assignee|gmcha...@gmail.com  |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 8426] Diacritics not being mapped for searching

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8426

Kyle M Hall kyle.m.h...@gmail.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 8426] Diacritics not being mapped for searching

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8426

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de

--- Comment #3 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hi Kyle, I think indexing using ICU might fix this problem. I think it could
get hard to add all possible combinations to the mapping.

-- 
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 8283] Replace usage of YUI Cookie utility with jQuery Cookie plugin

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8283

--- Comment #6 from Owen Leonard oleon...@myacpl.org ---
(In reply to comment #5)
 QA comment: 
 There are still references to cookie-min.js

I saw that too. The yuiloader files are unused by Koha, so those references are
irrelevant. utilities.js is used by Koha, but the reference to cookie-min.js
comes in a sequence which references many YUI files which Koha doesn't use, so
it looks safe to me.

-- 
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 8427] New: Patron search results not consistent

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8427

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8427
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Patron search results not consistent
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: kyle.m.h...@gmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Patrons
   Product: Koha

Using the patron search from mainpage.pl will give one search results that are
ordered by surname, then firstname. This is totally logical.

However, the same search from members-home.pl ( or any page using
patron-search.inc ) has the results sorted by surname only, with the firstname
ordering being essentially random ( in reality, the firstname order is the
order in which they were entered into the database ).

To me, it does not make sense that two default patron searches should give
different sets of results.

-- 
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 8427] Patron search results not consistent

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8427

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

   What|Removed |Added

   Severity|enhancement |normal

-- 
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 8427] Patron search results not consistent

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8427

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

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |kyle.m.h...@gmail.com
   |ity.org |

-- 
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 8427] Patron search results not consistent

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8427

--- Comment #1 from Kyle M Hall kyle.m.h...@gmail.com ---
Created attachment 10785
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10785action=edit
Bug 8427 - Patron search results not consistent

Simple fix, removed the directive to order by surname, and the system
now orders by surname, then firstname. Changed the title from 'surname'
to 'default'.

-- 
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 8427] Patron search results not consistent

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8427

Kyle M Hall kyle.m.h...@gmail.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 8426] Diacritics not being mapped for searching

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8426

--- Comment #4 from Kyle M Hall kyle.m.h...@gmail.com ---
The library having this problem is already using ICU, and they are still
experiencing this problem.

-- 
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 8063] Hold print notices do not sort by branch

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8063

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

   What|Removed |Added

   Attachment #9953|0   |1
is obsolete||

--- Comment #13 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 10786
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10786action=edit
Bug 8063 - [SIGNED-OFF] Followup - Bug fix

$OUTPUT being used but not being declared.

When trying to run this script I gat a nasty:
15:42 ~/koha.dev/koha-community (new/bug_8063 $%)$
./misc/cronjobs/gather_print_notices.pl
Global symbol $OUTPUT requires explicit package name at
./misc/cronjobs/gather_print_notices.pl line 81.
Global symbol $OUTPUT requires explicit package name at
./misc/cronjobs/gather_print_notices.pl line 95.
Global symbol $OUTPUT requires explicit package name at
./misc/cronjobs/gather_print_notices.pl line 102.
Global symbol $OUTPUT requires explicit package name at
./misc/cronjobs/gather_print_notices.pl line 106.
Global symbol $OUTPUT requires explicit package name at
./misc/cronjobs/gather_print_notices.pl line 120.
Global symbol $OUTPUT requires explicit package name at
./misc/cronjobs/gather_print_notices.pl line 127.
Execution of ./misc/cronjobs/gather_print_notices.pl aborted due to compilation
errors.

Signed-off-by: Jonathan Druart jonathan.dru...@biblibre.com
Before the patch:
$perl -wc ./misc/cronjobs/gather_print_notices.pl
Global symbol $OUTPUT requires explicit package name at
[...]./misc/cronjobs/gather_print_notices.pl line 81.
./misc/cronjobs/gather_print_notices.pl had compilation errors.

With this patch:
$perl -wc ./misc/cronjobs/gather_print_notices.pl
./misc/cronjobs/gather_print_notices.pl syntax OK

-- 
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 8063] Hold print notices do not sort by branch

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8063

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||jonathan.dru...@biblibre.co
   ||m

-- 
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 8063] Hold print notices do not sort by branch

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8063

--- Comment #14 from Jonathan Druart jonathan.dru...@biblibre.com ---
Only the last patch is waiting for 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 8428] New: can't save contracts

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8428

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8428
  Assignee: koha-bugs@lists.koha-community.org
   Summary: can't save contracts
  Severity: major
Classification: Unclassified
OS: All
  Reporter: neng...@gmail.com
   URL: /cgi-bin/koha/admin/aqcontract.pl?op=add_formbooksell
erid=1
  Hardware: All
Status: NEW
   Version: master
 Component: Acquisitions
   Product: Koha

I'm trying to create a contract and no matter how many times I click the save
button nothing happens.  I get no errors, no saving, no confirmation, just
nothing.

-- 
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 8427] Patron search results not consistent

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8427

--- Comment #3 from Kyle M Hall kyle.m.h...@gmail.com ---
Created attachment 10787
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10787action=edit
Bug 8427 - Patron search results not consistent

Simple fix, removed the directive to order by surname, and the system
now orders by surname, then firstname.

-- 
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 6716] Database Documentation

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716

--- Comment #97 from Nicole C. Engard neng...@gmail.com ---
Created attachment 10788
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10788action=edit
Bug 6716: Document the aqbasket table

-- 
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 6716] Database Documentation

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716

Nicole C. Engard neng...@gmail.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 6716] Database Documentation

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716

--- Comment #98 from Nicole C. Engard neng...@gmail.com ---
Created attachment 10789
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10789action=edit
Bug 6716: Document aqbudgets and aqbudgetperiods tables

-- 
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 8427] Patron search results not consistent

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8427

kyle.m.h...@gmail.com k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #10785|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 6716] Database Documentation

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716

--- Comment #99 from Nicole C. Engard neng...@gmail.com ---
Created attachment 10790
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10790action=edit
Bug 6716: Document the aqorders table

This table has a lot of fields that I never see any values in.
All have been noted in the documentation and I welcome any
additional info about how these fields might be used.

-- 
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 8426] Diacritics not being mapped for searching

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8426

--- Comment #5 from Jared Camins-Esakov jcam...@cpbibliography.com ---
(In reply to comment #4)
 The library having this problem is already using ICU, and they are still
 experiencing this problem.

If this patch has any effect, it means that Zebra has not been configured
properly for ICU. Also, these ligatures are used very commonly in Russian
transliteration. It's not just for ts.

-- 
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 6716] Database Documentation

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716

--- Comment #100 from Nicole C. Engard neng...@gmail.com ---
Created attachment 10791
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10791action=edit
Bug 6716: Document aqorders_items table

-- 
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 6716] Database Documentation

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716

--- Comment #101 from Nicole C. Engard neng...@gmail.com ---
Created attachment 10792
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10792action=edit
Bug 6716: Document branchtransfers table

-- 
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 6716] Database Documentation

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716

--- Comment #102 from Nicole C. Engard neng...@gmail.com ---
Created attachment 10793
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10793action=edit
Bug 6716: Update ratings table documentation

This patch adds a comment to the table and updates the field
descriptions with a bit more information.

-- 
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 6716] Database Documentation

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716

--- Comment #103 from Nicole C. Engard neng...@gmail.com ---
Created attachment 10794
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10794action=edit
Bug 6716: Document action_logs table

-- 
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 8203] Should be possible to save individual authorities

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8203

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Failed QA   |Passed QA

--- Comment #10 from Paul Poulain paul.poul...@biblibre.com ---
QA comment: fix for UNIMARC OK, 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 8203] Should be possible to save individual authorities

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8203

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
Version|master  |rel_3_10

-- 
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 8366] Meaning of All in issuing rules

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8366

--- Comment #6 from Paul Poulain paul.poul...@biblibre.com ---
(In reply to comment #5)
 Maybe it needs to be a phrase instead if it's a translation issue.

I would be pleased by a phrase instead of a word as common as all. Could you
suggest something (and/or submit a patch I would be happy to signoff  push)

-- 
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 6716] Database Documentation

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6716

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

   What|Removed |Added

  Attachment #10788|0   |1
is obsolete||

--- Comment #104 from Nicole C. Engard neng...@gmail.com ---
Created attachment 10795
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10795action=edit
Bug 6716: Document aqbasket table

-- 
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 8429] New: Unnecessary use of Exporter in SIP/ILS objects

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8429

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8429
CC: colin.campb...@ptfs-europe.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Unnecessary use of Exporter in SIP/ILS objects
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: colin.campb...@ptfs-europe.com
  Hardware: All
Status: NEW
   Version: master
 Component: SIP2
   Product: Koha

Confusedly an unnecessary dependence on Exporter has been added to some modules
in SIP/ILS hierarchy. It should be excised and the code be made more consistent
to enhance maintainability

-- 
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 8429] Unnecessary use of Exporter in SIP/ILS objects

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8429

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

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|koha-b...@lists.koha-commun |colin.campbell@ptfs-europe.
   |ity.org |com

--- Comment #1 from Colin Campbell colin.campb...@ptfs-europe.com ---
Created attachment 10796
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10796action=edit
Proposed Patch

Should not change functionality - removes unused module and promotes a more
consistent approach to the interface and inheritance

-- 
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 3701] If the ReturnToShelvingCart syspref is on, and something needs to go in transit, the shelving cart setting is overriding the transit.

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3701

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

   What|Removed |Added

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

--- Comment #2 from Jonathan Druart jonathan.dru...@biblibre.com ---

I think I don't understand. What is expected ?

I have the same behaviour with and without your patch.

Syspref configuration:
  AutomaticItemReturn = Don't
  ReturnToShelvingCart = Move

- I checkout an item from A
- I change my library for B
- I checkin the item
- The interface ask me if I want to tranfer now (Shelving location is Book
Cart), I answer Yes
- I go on the catalogue detail page and the item informations are
  status = In transit from B, to A, since [date]
  homelibrary = A Book Cart
- I launch the cart_to_shelf script (with modifications for don't wait 1h) and
the items.location is set to items.permanent_location.
- On the catalogue detail page :
  status = In transit from B, to A, since [date]
  homelibrary = A (without Book Cart)

-- 
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 8028] Make table collapsing on parcel.pl sticky

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8028

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

   What|Removed |Added

   Attachment #9372|0   |1
is obsolete||

--- Comment #4 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 10797
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10797action=edit
Bug 8028 - Make table collapsing on parcel.pl sticky

The tables on parcel.pl default to show only the first
five items in the table, and librarians must click the
a link to display all the items. Every time the page is
reloaded, the table gets re-collapsed, and the librarian
must again click the link. Parcel.pl should remember
which way the table is set and keep it that way until
it is changed again.

This is accomplished by adding two cookies for this page,
one for each table. This cookie stores the state of the
table ( collapsed, or uncollapsed ) and sets each table
to the correct state on each page load.

Signed-off-by: Jonathan Druart jonathan.dru...@biblibre.com
Works as expected.

But a funny behaviour, if I have only 1 item (or  6):
  All 1 items are displayed. Click here to show only the first 5 items.
and
  Only the first 5 items are displayed. Click here to show all 1 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 8028] Make table collapsing on parcel.pl sticky

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8028

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||jonathan.dru...@biblibre.co
   ||m

-- 
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 4173] Statuses not appearing in the OPAC

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4173

kyle.m.h...@gmail.com k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|REOPENED|Needs Signoff
 CC||k...@bywatersolutions.com

-- 
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 8426] Diacritics not being mapped for searching

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8426

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA
 CC||paul.poul...@biblibre.com

--- Comment #6 from Paul Poulain paul.poul...@biblibre.com ---
(In reply to comment #5)
 (In reply to comment #4)
  The library having this problem is already using ICU, and they are still
  experiencing this problem.
 
 If this patch has any effect, it means that Zebra has not been configured
 properly for ICU.
I confirm : *.chr are not used in ICU mode

I think failed QA is the proper status for 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 5327] Unit tests required for all C4 modules

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

  Attachment #10660|0   |1
is obsolete||

--- Comment #191 from Paul Poulain paul.poul...@biblibre.com ---
Comment on attachment 10660
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10660
Added coverage to unit test for TTParser

This patch pushed

-- 
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 5327] Unit tests required for all C4 modules

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

  Attachment #10680|0   |1
is obsolete||

--- Comment #192 from Paul Poulain paul.poul...@biblibre.com ---
Comment on attachment 10680
  -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10680
Bug 5327 : Follow up for TTParser test

This patch pushed

-- 
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 5327] Unit tests required for all C4 modules

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5327

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

   Assignee|sam-sand...@live.com|paul.poul...@biblibre.com

--- Comment #193 from Paul Poulain paul.poul...@biblibre.com ---
Assigning this bug to myself, a lot of ppl in cc: you can remove yourself from
this bug if you don't want to be annoyed anymore. Edit cc list, on the top
right of the page

-- 
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 8430] New: Display of old/expired subscriptions

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8430

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8430
CC: colin.campb...@ptfs-europe.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Display of old/expired subscriptions
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: claire.hernan...@biblibre.com
  Hardware: All
Status: NEW
   Version: unspecified
 Component: Serials
   Product: Koha

move old/expired subscriptions : when a subscription has expired for more than
2 years, it won't be displayed in the main lists, but in a separate tab with
old subscriptions

(BibLibre MT6729)

-- 
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 8407] xt/tt_valid.t is too strict

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8407

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|In Discussion   |Needs Signoff
 CC||ch...@bigballofwax.co.nz,
   ||paul.poul...@biblibre.com

--- Comment #2 from Paul Poulain paul.poul...@biblibre.com ---
Chris, could you give your opinion here ? That did not work at all with
HTML::Template::Pro, but it seems it work well with T::T

(jonathan, I've switched to need 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 8431] New: Increase the borrower attribute field size from 64 characters to 255

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8431

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8431
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Increase the borrower attribute field size from 64
characters to 255
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: k...@bywatersolutions.com
  Hardware: All
Status: NEW
   Version: master
 Component: Patrons
   Product: Koha

Some libraries would like to store more verbose data in a borrower attribute
field. I think it would be reasonable to up the character limit from 64 to 255.

-- 
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 8431] Increase the borrower attribute field size from 64 characters to 255

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8431

--- Comment #1 from kyle.m.h...@gmail.com k...@bywatersolutions.com ---
Created attachment 10799
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10799action=edit
Bug 8431 - Increase the borrower attribute field size from 64 characters to 255

Some libraries would like to store more verbose data in a borrower attribute
field.
This commit increases the maximum length of a borrower attribute from 64
characters
to 255 characters.

-- 
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 8431] Increase the borrower attribute field size from 64 characters to 255

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8431

kyle.m.h...@gmail.com k...@bywatersolutions.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 8268] Koha should offer way to backup entire db

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8268

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #21 from Paul Poulain paul.poul...@biblibre.com ---
QA comments: Frere Sebastien Marie suggestions/concern taken in account, passed
QA

About
  You add 2 subs: getbackupfilelist and download_backup = bad point, we
  usually use capitals (GetBackupFileList and DownloadBackup). However, this
  is not in a package, so I won't fail QA for that.
 
 Our standard is to use lowercase in .pl files and uppercase in packages, I
 think. I suppose that makes sense, since it ensures that there will be a
 visual distinction between local functions and core functions.

You're right, sorry for the annoyance.

-- 
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 8432] New: Improvement of serials search results list

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8432

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8432
CC: colin.campb...@ptfs-europe.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Improvement of serials search results list
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: claire.hernan...@biblibre.com
  Hardware: All
Status: NEW
   Version: unspecified
 Component: Serials
   Product: Koha

Add fields in the search result list : branch, callnumber (in separate
columns), history, expirydate, number of routing lists attached

(BibLibre MT6724)

MT6724: Change serials results display

Separate callnumber from branch
Add expiration date
Add number of routings, near 'Edit' button

-- 
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 8268] Koha should offer way to backup entire db

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8268

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #22 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed

-- 
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 7411] remove diacritics when automatically generating userid

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7411

Dobrica Pavlinusic dpav...@rot13.org changed:

   What|Removed |Added

  Attachment #10735|0   |1
is obsolete||

--- Comment #13 from Dobrica Pavlinusic dpav...@rot13.org ---
Created attachment 10800
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10800action=edit
Bug 7411: Follop-up: Add Text::Unaccent to PerlDependencies.pm

Adds new dependency Text::Unaccent to PerlDependencies.pm

Module is used currently to remove diacricits from automatically
created userid (first name.surname) in the patron module.

Test scenario:
1. open About Koha  Perl modules
2. verify that Text::Unaccent is there

Signed-off-by: Dobrica Pavlinusic dpav...@rot13.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 7411] remove diacritics when automatically generating userid

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7411

Dobrica Pavlinusic dpav...@rot13.org 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 4460] Amazon's AssociateID tag not used in links so referred revenue lost

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4460

--- Comment #12 from Paul Poulain paul.poul...@biblibre.com ---
(In reply to comment #11)
 This needs to be reverted or a follow up pushed ASAP. OPAC logins currently
 broken

I've reverted the patch on master too, it a bug that is really a BLO for anyone
wanting to test/work on OPAC

-- 
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 8315] fix 'C4::Output 3.02' errors in Koha

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8315

--- Comment #15 from Dobrica Pavlinusic dpav...@rot13.org ---
Created attachment 10801
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10801action=edit
Bug 8315 - remove use C4::* version

This patch touches a lot of code, but basically it removes version
information from use C4::* in our code.

-- 
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 8315] fix 'C4::Output 3.02' errors in Koha

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8315

Dobrica Pavlinusic dpav...@rot13.org 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 8433] New: use English not needed in modules not using English

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8433

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8433
CC: colin.campb...@ptfs-europe.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: use English not needed in modules not using English
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: colin.campb...@ptfs-europe.com
  Hardware: All
Status: NEW
   Version: master
 Component: SIP2
   Product: Koha

Sip.pm and the Sip/* modules include a 'use English' but none actually use it.

Cleanup usage

-- 
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 8353] Add test to compare sysprefs in db to syspref.sql

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8353

--- Comment #5 from Paul Poulain paul.poul...@biblibre.com ---
(In reply to comment #4)
 xt = release tests 
 
 so yeah, this probably better in t/db_dependent

Thinking of it I think it's more a maintainance script, that should be in
misc/maintenance than a test for jenkins: This is usefull for a production
server, to check if something is missing in your systempreferences.

Chris, do you agree ? If yes, i'll write a follow-up to move the script to
misc/maintenance

-- 
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 8433] use English not needed in modules not using English

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8433

--- Comment #1 from Colin Campbell colin.campb...@ptfs-europe.com ---
Created attachment 10802
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10802action=edit
Proposed Patch

code cleanup removing unused module reference

-- 
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 6891] LDIF interoperability - a proposal

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6891

--- Comment #13 from Xan Charbonnet x...@biblionix.com ---
LDIF has continued to improve, and has proven its usefulness.  We have written
a number of converters which take uploaded data from other systems and convert
it to LDIF, so that we only need to maintain one importer.  Taking this step
has made it possible to improve our importer in ways which would not have been
practical with the one-importer-per-system method.

If LDIF is this useful when only one side of the equation deals with it,
imagine how useful it will be when multiple library systems can import and
export it.

This is the right thing to do.  Libraries need to be able to get their data out
of any system in a standardized way.  I believe this is far more important than
the development methodology used for any particular system.  If your goal is
truly ILS openness and vendor independence, let's work together and make LDIF
interoperability a reality!



Back in May we got to version 017, with the following changes:

Changes from version 016:
* Copy and volume fields added for holdings
* Call suffix for holdings added
* Added regular expressions for the ILS to map call numbers to material types
* Reserve placed and resolved now dateTime instead of date
* Added latest activity attribute for patrons

Changes from version 015:
* holidays element no longer requires at least one date

-- 
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 7419] Add authority deduplication script

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7419

--- Comment #3 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Claire,

(In reply to comment #2)
 Hello Jared. We did a big work on a similar script. I put this ticket on top
 of rebase tasks. We try to provide a lot of options, few more tests and in
 few weeks you could test it.

I actually borrowed from a deduplication script that hdl showed me, though I
think it may be that you have a newer version. The script I have works for
MARC21, and offers very basic options for UNIMARC, but I'd love to integrate my
changes into your script (or vice versa) to provide more options.

-- 
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 6296] Allow authentication to Koha via PKI / x.509 / SSL certificates

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6296

Robin Sheat ro...@catalyst.net.nz changed:

   What|Removed |Added

Summary|Allow authentication to |Allow authentication to
   |Koha via PKI / x.509|Koha via PKI / x.509 / SSL
   |certificates|certificates

-- 
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 7721] Global xslt parsing in XSLT.pm under mod_perl

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7721

--- Comment #3 from Maxime Pelletier pelletiermax...@gmail.com ---
I probably won't ever have the time to redo this patch for 3.8, and anyway I
doubt many (or anyone ?) besides us is running koha in mod_perl, so i'm leaving
it as won't 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 8407] xt/tt_valid.t is too strict

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8407

--- Comment #3 from Chris Cormack ch...@bigballofwax.co.nz ---
These seems to work ok, the template still passes the translated test.

Before the patch
 perl xt/author/translatable-templates.t   
1..2
ok 1 - opac templates are translatable
ok 2 - intranet templates are translatable

 xt/tt_valid.t2012-07-13 08:04:57 christopher pts/2
1..2
not ok 1 - TT syntax: not using TT directive within HTML tag
#   Failed test 'TT syntax: not using TT directive within HTML tag'
#   at xt/tt_valid.t line 55.
# Files list: 
# intranet-tmpl/prog/en/modules/admin/searchengine/solr/indexes.tt: 132, 133,
134, 135, 136, 137, 141, 144
ok 2 - Token received same as original put on stack
# Looks like you failed 1 test of 2.


After the patch

 perl xt/tt_valid.t2012-07-13 08:09:14
christopher pts/2
1..2
not ok 1 - TT syntax: not using TT directive within HTML tag
#   Failed test 'TT syntax: not using TT directive within HTML tag'
#   at xt/tt_valid.t line 60.
# Files list: 
# intranet-tmpl/prog/en/modules/admin/searchengine/solr/indexes.tt: 141, 144
ok 2 - Token received same as original put on stack
# Looks like you failed 1 test of 2.


Dropped the errors in the tt down from 8 to 2.

Looking at that file
It appears to still be the checked=checked lines it doesn't like. 

If we fix that up, Ill do the first 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 6891] LDIF interoperability - a proposal

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6891

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

   What|Removed |Added

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

--- Comment #14 from Chris Cormack ch...@bigballofwax.co.nz ---
(In reply to comment #13)
 LDIF has continued to improve, and has proven its usefulness.  We have
 written a number of converters which take uploaded data from other systems
 and convert it to LDIF, so that we only need to maintain one importer. 
 Taking this step has made it possible to improve our importer in ways which
 would not have been practical with the one-importer-per-system method.
 
 If LDIF is this useful when only one side of the equation deals with it,
 imagine how useful it will be when multiple library systems can import and
 export it.
 
 This is the right thing to do.  Libraries need to be able to get their data
 out of any system in a standardized way.  I believe this is far more
 important than the development methodology used for any particular system. 
 If your goal is truly ILS openness and vendor independence, let's work
 together and make LDIF interoperability a reality!
 
 
While LDIF is undoubtedly a good thing. Free software is not a development
methodology. 

Perhaps you should reread your last paragraph, you will find that it is easier
to win allies if you don't imply they are liars when talking to them.

-- 
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 6891] LDIF interoperability - a proposal

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6891

--- Comment #15 from Xan Charbonnet x...@biblionix.com ---
Please pardon my terminology.  What I'm trying to say is that having an open
standard for ILS data, and having the freedom to move from one ILS to another
easily, is, for most librarians of limited skill and/or budget, at least as
important a freedom as being able to view, modify, and distribute the source
code of their ILS.  These freedoms are by no means mutually exclusive, and I
think that an open interchange format would work very well as part of what Koha
can offer.

I think the tone of the last paragraph in my previous comment came across
poorly.  It was meant to be a cheerleading call to action to get people excited
about making something cool happen.  It seems to have come across as an
accusation, which it was not, and I'm sorry for the miscommunication.  I'm not
sure where I called anybody a liar but I'm quite sure that was not my
intention!

In any case, I do hope that we can work together and make LDIF interoperability
a reality.

-- 
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 8315] fix 'C4::Output 3.02' errors in Koha

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8315

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

   What|Removed |Added

  Attachment #10801|0   |1
is obsolete||

--- Comment #16 from Chris Cormack ch...@bigballofwax.co.nz ---
Created attachment 10803
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10803action=edit
Bug 8315 - remove use C4::* version

This patch touches a lot of code, but basically it removes version
information from use C4::* in our code.

Signed-off-by: Chris Cormack ch...@bigballofwax.co.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 8315] fix 'C4::Output 3.02' errors in Koha

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8315

Chris Cormack ch...@bigballofwax.co.nz 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 8353] Add test to compare sysprefs in db to syspref.sql

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8353

--- Comment #6 from Chris Cormack ch...@bigballofwax.co.nz ---
(In reply to comment #5)
 (In reply to comment #4)
  xt = release tests 
  
  so yeah, this probably better in t/db_dependent
 
 Thinking of it I think it's more a maintainance script, that should be in
 misc/maintenance than a test for jenkins: This is usefull for a production
 server, to check if something is missing in your systempreferences.
 
 Chris, do you agree ? If yes, i'll write a follow-up to move the script to
 misc/maintenance

I think maintenance would be fine, but it's Jared's patch i'll defer to him.

-- 
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 6891] LDIF interoperability - a proposal

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6891

--- Comment #16 from Jared Camins-Esakov jcam...@cpbibliography.com ---
If you take a look at bug 8268, you can see how the Export tool's user
interface works. It's pretty straightforward. You could also, of course, submit
a patch in the form of a command-line script to put in misc/migration_tools, if
you're more comfortable with that.

-- 
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 8353] Add test to compare sysprefs in db to syspref.sql

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8353

--- Comment #7 from Jared Camins-Esakov jcam...@cpbibliography.com ---
(In reply to comment #6)
 (In reply to comment #5)
  Thinking of it I think it's more a maintainance script, that should be in
  misc/maintenance than a test for jenkins: This is usefull for a production
  server, to check if something is missing in your systempreferences.
  
  Chris, do you agree ? If yes, i'll write a follow-up to move the script to
  misc/maintenance
 
 I think maintenance would be fine, but it's Jared's patch i'll defer to him.

I would greatly prefer it be in t/db_dependent. As of right now, we do
practically nothing to test upgrades (in terms of automated testing, at least).
Although the test would be essentially a no-op in a new installation, it would
be very useful in testing an upgrade.

-- 
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 6891] LDIF interoperability - a proposal

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6891

--- Comment #17 from Xan Charbonnet x...@biblionix.com ---
Jared,

Thanks; that discussion is informative and does dovetail with this topic.  We
may do just what you suggest, and write a Koha patch to do LDIF.  My hesitancy
with that is that we may be putting the cart before the horse; we aren't Koha
experts and don't know what assumptions are in LDIF that might not apply to
other ILSes.  I was hoping for some feedback on specifically how the Koha data
would fit into the current LDIF specification.  Robin has been very helpful
along those lines with this thread.  Do you think the thing to do from here is
to write some code and see how things shake out?

-- 
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 6891] LDIF interoperability - a proposal

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6891

--- Comment #18 from Jared Camins-Esakov jcam...@cpbibliography.com ---
(In reply to comment #17)
 My hesitancy with that is that we may be putting the cart before the horse; we
 aren't Koha experts and don't know what assumptions are in LDIF that might
 not apply to other ILSes. [...] Do you think the thing to do from here is to
 write some code and see how things shake out?

Well, based on your comment earlier, it sounds like LDIF is working as an
intermediate export format for the data from most ILSes that you run into, so I
think the next obvious step is to modify your Koha-LDIF script so that it is
suitable for inclusion in Koha. Incidentally, I'd be very interested in seeing
what the LDIF export in Apollo looks like to librarians, if you'd be able to
point me at a demo.

-- 
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 6891] LDIF interoperability - a proposal

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6891

--- Comment #19 from Xan Charbonnet x...@biblionix.com ---
Created attachment 10804
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10804action=edit
Export Apollo screenshot

-- 
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 6891] LDIF interoperability - a proposal

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6891

--- Comment #20 from Xan Charbonnet x...@biblionix.com ---
Makes sense to me.  The Koha that we've run into is whatever version of
LibLime's fork is being run by two consortia in west Texas.  I hope that the
converter we've got mostly applies!  And our converters are geared towards the
data that we want to bring in; I'm sure there would be other features to add to
LDIF in order to get full Koha-Koha functionality going.  But this would be a
good start.  I'll see what we can put together.

I've also attached a screenshot of our export page to this bug.  It's just a
file download for the librarians.

-- 
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 6891] LDIF interoperability - a proposal

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6891

--- Comment #22 from Xan Charbonnet x...@biblionix.com ---
Yes, I'm afraid that the forks won't be too interested in such a feature. 
Hopefully we'll be able to convince them.  Getting it into mainline Koha would
be a great first step.

-- 
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 8434] New: Notice generation fails for Advanced Notices, Item Due, and Overdues when run in shell (due to error in Letters.pm)

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8434

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8434
  Assignee: gmcha...@gmail.com
   Summary: Notice generation fails for Advanced Notices, Item
Due, and Overdues when run in shell (due to error in
Letters.pm)
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: dc...@prosentient.com.au
  Hardware: All
Status: NEW
   Version: master
 Component: Architecture, internals, and plumbing
   Product: Koha

Notice generation fails for Advanced Notices, Item Due, and Overdues when run
in shell.

This is due to the call to C4::Context-userenv-{'branch'} in Letters.pm (line
124) coming back as undefined. Since there is no userenv context in the
shell, it fails everytime.

Introduce a check for userenv, so it doesn't try changing the branch (which
is already coming in from elsewhere) to the userenv branch. With this check,
notice generation works perfectly. 

Related to Bug 8198 and Bug 8197.

-- 
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 8198] Need to track the call to C4::Context-userenv-{'xxxx'} without check if it is undefined

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8198

David Cook dc...@prosentient.com.au changed:

   What|Removed |Added

 CC||dc...@prosentient.com.au

--- Comment #1 from David Cook dc...@prosentient.com.au ---
Also linked with Bug 8434.

-- 
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 8434] Notice generation fails for Advanced Notices, Item Due, and Overdues when run in shell (due to error in Letters.pm)

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8434

David Cook dc...@prosentient.com.au changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|gmcha...@gmail.com  |dc...@prosentient.com.au

--- Comment #1 from David Cook dc...@prosentient.com.au ---
Created attachment 10805
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10805action=edit
Bug 8434: Notice generation fails for Advanced Notices, Item Due, and Overdues
when run in shell (due to error in Letters.pm)

-- 
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 8005] Lost item is not anonymized when checked in

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8005

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

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable
 CC||ch...@bigballofwax.co.nz

--- Comment #5 from Chris Cormack ch...@bigballofwax.co.nz ---
This is in 3.8.x

-- 
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 8434] Notice generation fails for Advanced Notices, Item Due, and Overdues when run in shell (due to error in Letters.pm)

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8434

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

   What|Removed |Added

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

--- Comment #2 from Chris Cormack ch...@bigballofwax.co.nz ---
David

How do you run the notice generation?

-- 
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 8434] Notice generation fails for Advanced Notices, Item Due, and Overdues when run in shell (due to error in Letters.pm)

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8434

--- Comment #3 from David Cook dc...@prosentient.com.au ---
(In reply to comment #2)
 David
 
 How do you run the notice generation?

I'm not personally involved with it (besides testing 3.8), but we have a shell
script set up to run the overdue_notices and advanced_notices scripts and then
to process_message_queue. 

Personally, it seems a bit strange that we do it this way. How is it ordinarily
accomplished?

-- 
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 8434] Notice generation fails for Advanced Notices, Item Due, and Overdues when run in shell (due to error in Letters.pm)

2012-07-12 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8434

--- Comment #4 from Chris Cormack ch...@bigballofwax.co.nz ---
Cron jobs normally.

-- 
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/