[Koha-bugs] [Bug 9711] OPACPopupAuthorsSearch ugly in CSSR

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9711

--- Comment #5 from Jonathan Druart jonathan.dru...@biblibre.com ---
(In reply to comment #4)
 It seems I can't get this to work with my data - no checkboxes appear.
 Can I get some more information about the new pref and about the conditions
 for the checkboxes to appear?

Katrin, you must have Additional authors and/or Subject(s) for your record.
Checkboxes appear when clicking on one of them.

-- 
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 9711] OPACPopupAuthorsSearch ugly in CSSR

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9711

--- Comment #6 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hi Jonathan, I had checked records with more than one other shown in the by
line - is there more to it? Which fields?

-- 
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 9256] Search is broken for 3.10 package-installs when marcflavour != marc21

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9256

Magnus Enger mag...@enger.priv.no changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |mag...@enger.priv.no
   |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 9751] New: Patron flags red in moremember.pl like in circulation.pl

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9751

Bug ID: 9751
   Summary: Patron flags red in moremember.pl like in
circulation.pl
Classification: Unclassified
 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: fridolyn.som...@biblibre.com
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com

In a patron detail page (moremember.pl), when looking at a patron with one or
more flags, for example :
 . Patron is restricted until 30/03/2013 (debarr comment)
 . Patron's address is in doubt.
 . Patron's card has been reported lost.
Click on Check out tab and look at circulation page : flags are red. It is more
attractive for librarian.

-- 
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 9751] Patron flags red in moremember.pl like in circulation.pl

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9751

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

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|koha-b...@lists.koha-commun |fridolyn.som...@biblibre.co
   |ity.org |m

--- Comment #1 from Fridolyn SOMERS fridolyn.som...@biblibre.com ---
Created attachment 15903
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15903action=edit
Proposed patch

See commit comment

-- 
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 9752] New: Set marcflavor = normarc when NORMARC is chosen in the web installer

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9752

Bug ID: 9752
   Summary: Set marcflavor = normarc when NORMARC is chosen in the
web installer
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P5 - low
 Component: Installation and upgrade (web-based installer)
  Assignee: mag...@enger.priv.no
  Reporter: mag...@enger.priv.no
CC: gmcha...@gmail.com

I thought this was already being done, but alas. If you do a web install in
Norwegian and choose NORMARC as the MARC dialect, the marcflavor syspref gets
set to MARC21, not NORMARC. 

I hope the solution can be as simple as including something like this in the
SQL file for the default NORMARC framework:

UPDATE systempreferences SET value = 'normarc' WHERE variable = 'marcflavor';

But I will have to look at the order in which things are loaded by the
webinstaller first.

-- 
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 9751] Patron flags red in moremember.pl like in circulation.pl

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9751

--- Comment #2 from Fridolyn SOMERS fridolyn.som...@biblibre.com ---
Created attachment 15904
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15904action=edit
screen-shot with 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 8620] Barcode searching not working correctly

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8620

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

   What|Removed |Added

  Attachment #15869|0   |1
is obsolete||

--- Comment #16 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Created attachment 15905
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15905action=edit
Bug 8620: Any index in DOM mode sensitive to -x flag of rebuild_zebra.pl

Works as expected; Will be glad to see this get 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 9711] OPACPopupAuthorsSearch ugly in CSSR

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9711

--- Comment #7 from Jonathan Druart jonathan.dru...@biblibre.com ---
It is not the by line but the Additional authors: and Subject(s): lines.

-- 
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 8620] Barcode searching not working correctly

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8620

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

   What|Removed |Added

 Status|Signed Off  |Passed QA
 QA Contact||katrin.fisc...@bsz-bw.de

--- Comment #17 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Switching this to 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 8620] Barcode searching not working correctly

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8620

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

   What|Removed |Added

   Severity|major   |critical

-- 
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 2523] holds queue report needs additional fields

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2523

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

   What|Removed |Added

 CC||neng...@gmail.com

--- Comment #1 from Nicole C. Engard neng...@gmail.com ---
This is still desired.

-- 
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 9753] New: XSLT on holds queue

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9753

Bug ID: 9753
   Summary: XSLT on holds queue
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Templates
  Assignee: oleon...@myacpl.org
  Reporter: neng...@gmail.com

It would be nice if XSLT were used for the Holds queue - or if there was some
way to customize the bib display.  Some libraries want series info to show on
here but it's not going to be wanted in all libraries so XSLT was the first
thing I thought of.  Maybe keyword to marc mapping would work as well ...

-- 
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 9377] itemtype in duplicate biblio search

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9377

--- Comment #8 from M. de Rooy m.de.r...@rijksmuseum.nl ---
(In reply to comment #7)
 I agree if it is accepted by community.
 A false duplicate on title and author must be very unusual (maybe book and
 movie), and better show duplicate message too often than not enough.

+1 from me
Please send an adjusted patch or followup.
I will be happy to sign off if needed..
Please change status accordingly.

-- 
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 9754] New: koha-remove does not remove the stuff in /var/lib/koha/

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9754

Bug ID: 9754
   Summary: koha-remove does not remove the stuff in
/var/lib/koha/
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P5 - low
 Component: Packaging
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: mag...@enger.priv.no
CC: ro...@catalyst.net.nz

While testing something else, I have created and removed quite a number of
instances on the same server. By chance I discovered that removing instances
has not removed the instance-specific direcories below /var/lib/koha/, and the
permissions on these directories are completely off:

$ ls -l /var/lib/koha/
total 44
drwxr-xr-x 4 test-koha  test-koha  4096 2012-11-21 15:59 buskfylk
drwxr-xr-x 4 norge-koha norge-koha 4096 2012-12-09 21:14 esme
drwxr-xr-x 4 test1-koha test1-koha 4096 2012-11-09 14:15 marc21
drwxr-xr-x 4   1005   1005 4096 2012-12-28 13:00 munka21
drwxr-xr-x 4 norge-koha norge-koha 4096 2013-03-05 17:54 mytest
drwxr-xr-x 4 usa-koha   usa-koha   4096 2013-03-06 11:12 norge
drwxr-xr-x 4 usa-koha   usa-koha   4096 2012-12-10 18:47 normarc
drwxr-xr-x 4 norge-koha norge-koha 4096 2011-12-03 18:13 sksk
drwxr-xr-x 4 test-koha  test-koha  4096 2012-12-10 08:36 test
drwxr-xr-x 4 test1-koha test1-koha 4096 2013-03-05 17:54 test1
drwxr-xr-x 4 usa-koha   usa-koha   4096 2013-03-06 13:17 usa

The prmissions for test and test1 are OK, the others are not. 

I created an instance called norge, then removed it and created it again. As
a result of the situation above I now get a permission error when I try to
re-index Zebra for this instance, but I still get hits from the previous
incarnation of the instance, presumably because the indexes etc are still
there.

-- 
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 9256] Search is broken for 3.10 package-installs when marcflavour != marc21

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9256

--- Comment #11 from Magnus Enger mag...@enger.priv.no ---
Created attachment 15906
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15906action=edit
Bug 9256 - Fix search for the packages

See the bug for a description of the problem.

This patch tries to restore searching for marcflavour != MARC21 as well as
allowing instances with different marcflavors to co-exist on the same server.

To test:
- Do a package install with e.g. the official squeeze-dev packages and create
at
  least two instances, with different marcflavours, e.g.:
  sudo koha-create --create-db --marcflavor marc21 test1
  sudo koha-create --create-db --marcflavor normarc test2
- Run through the web installers for both instances and add a couple of
  records to each. Wait for the records to be indexed or run indexing manually
  with
  sudo koha-rebuild-zebra -f test1
  sudo koha-rebuild-zebra -f test2
- Try searching for the records you added. It should work in test1 but not in
  test2.
- Apply the patch and build packages with the build-git-snapshot script
- Install the new koha-common package
- Create two instances (because of Bug 9754 it is probably best to give the
  instances different names than the ones you created above, or to do this on
  a fresh VM or similar) and add records, as described above. Searching should
  now work equally well for both instances.

Please note: Because of Bug 9752 you will have to set marcflavour = NORMARC
by hand before you do the searching, if you choose NORMARC as the marc flavour
on one of the instances you create.

Please note too: I am not confident that this is the perfect solution, so
merciless and thorough testing is necessary! ;-)

-- 
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 9256] Search is broken for 3.10 package-installs when marcflavour != marc21

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9256

Magnus Enger mag...@enger.priv.no 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 9256] Search is broken for 3.10 package-installs when marcflavour != marc21

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9256

--- Comment #12 from Magnus Enger mag...@enger.priv.no ---
Oh, testing that this does not bring back the problems described by Bug 3087 is
probably a good idea too...

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


[Koha-bugs] [Bug 9697] Replace YUI buttons on the patron cards batch edit page with Bootstrap

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9697

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Status|Patch doesn't apply |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 9296] overduerules table needs restructuring to allow future extension

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9296

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

   What|Removed |Added

  Attachment #15779|0   |1
is obsolete||

--- Comment #6 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 15907
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15907action=edit
Bug 9296 - restructure overduerules table to allow future extension

The overduerules table is rather hardcoded to three notices.  This
patch restructures it so we could have more in future, but should
not change anything noticeable yet.

To test:
1) edit Tools: Overdue notices
2) cause some notices to be sent
3) notice how everything behaves the same as before

Signed-off-by: Kyle M Hall k...@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 9296] overduerules table needs restructuring to allow future extension

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9296

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 9377] itemtype in duplicate biblio search

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9377

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

   What|Removed |Added

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

--- Comment #9 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
+1 from me too.

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


[Koha-bugs] [Bug 9750] bring routing lists in to notices slips

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9750

--- Comment #1 from Nicole C. Engard neng...@gmail.com ---
and by 'whatever they want' I include things like phone number, email, address
etc.

Nicole

-- 
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 2499] Improvement on text wrapping algorithm needed

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2499

--- Comment #9 from wajasu matted-34...@mypacks.net ---
Created attachment 15908
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15908action=edit
example barcode with extra info the title

smaller fonts get you more lines

-- 
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 9752] Set marcflavor = normarc when NORMARC is chosen in the web installer

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9752

--- Comment #1 from Magnus Enger mag...@enger.priv.no ---
Created attachment 15909
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15909action=edit
Bug 9752 - Set marcflavour = NORMARC when NORMARC is chosen

Currently, if you install the Norwegian translations and run
through the web installer in Norwegian, choosing NORMARC as you
marcflavour, the marcflavour syspref is set to MARC21.

To test:
- Apply the patch
- Install nb-NO
- Run through the web installer, choosing nb-NO as the language
- Choose NORMARC as the MARC dialect
- When the web installer is done, check the value of the
  marcflavour syspref. It should be NORMARC, not MARC21.

-- 
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 9752] Set marcflavor = normarc when NORMARC is chosen in the web installer

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9752

Magnus Enger mag...@enger.priv.no changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

--- Comment #2 from Magnus Enger mag...@enger.priv.no ---
So the solution was not in the SQL file as I initially thought, but in
Installer.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 9743] Mandatory opac hold notes under specified conditions

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9743

--- Comment #3 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Created attachment 15910
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15910action=edit
Bug 9743: Unit test for mandatory hold notes

Test plan:
Export PERL5LIB and KOHA_CONF to your test database.
Run t/db_dependent/Reserves.t.
You should have 7 tests running 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 9738] Confirming a hold crashes on datetime duration error

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9738

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from M. de Rooy m.de.r...@rijksmuseum.nl ---
Found it.
Result of testing work that deletes the ReservesMaxPickupDelay pref.

Closing this report.

-- 
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 9738] Confirming a hold crashes on datetime duration error

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9738

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

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
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 9377] itemtype in duplicate biblio search

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9377

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

   What|Removed |Added

 Status|Passed QA   |In Discussion

-- 
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 9755] New: Record merge code needs to be refactored

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755

Bug ID: 9755
   Summary: Record merge code needs to be refactored
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Architecture, internals, and plumbing
  Assignee: jcam...@cpbibliography.com
  Reporter: jcam...@cpbibliography.com
Blocks: 5202

In order to make it possible to merge authority records, the record merge
functionality in Koha needs to be refactored so that there is less duplicated
code and the code can be used for both bibs and authorities.

-- 
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 5202] Merge authority records

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5202

Jared Camins-Esakov jcam...@cpbibliography.com changed:

   What|Removed |Added

 Depends on||9755

-- 
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 9267] Ubuntu 12.04 install docs broken

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9267

Elliott Davis elli...@bywatersolutions.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||elli...@bywatersolutions.co
   ||m

--- Comment #4 from Elliott Davis elli...@bywatersolutions.com ---
This patch looks like it adheres to the coding standards.  My only concern has
been documented in splinter.  I am still marking it passed QA since the change
doesn't appear to have changed anything.

-- 
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 9756] New: Patron self registration missing the system preference PatronSelfRegistrationAdditionalInstructions

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9756

Bug ID: 9756
   Summary: Patron self registration missing the system preference
PatronSelfRegistrationAdditionalInstructions
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: P5 - low
 Component: OPAC
  Assignee: oleon...@myacpl.org
  Reporter: k...@bywatersolutions.com

The patron self registration system references a system preference
PatronSelfRegistrationAdditionalInstructions as a free text field to add
additional instructions for newly self registered patrons, but the system
preference in neither created in the database, nor exposed via the staff
interface.

-- 
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 9756] Patron self registration missing the system preference PatronSelfRegistrationAdditionalInstructions

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9756

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

   What|Removed |Added

   Assignee|oleon...@myacpl.org |k...@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 9756] Patron self registration missing the system preference PatronSelfRegistrationAdditionalInstructions

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9756

--- Comment #1 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 15911
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15911action=edit
Bug 9756 - Patron self registration missing the system preference
PatronSelfRegistrationAdditionalInstructions

The patron self registration system references a system preference
PatronSelfRegistrationAdditionalInstructions as a free text field
to add additional instructions for newly self registered patrons,
but the system preference in neither created in the database,
nor exposed via the staff interface.

Test Plan:
1) Apply patch
2) Run updatedatabase.pl
3) Add some text to the new system preference
PatronSelfRegistrationAdditionalInstructions
4) Enable opac self registrations and complete a self registration
5) Note the additional instructions you entered appear on the registration
complete page

-- 
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 9756] Patron self registration missing the system preference PatronSelfRegistrationAdditionalInstructions

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9756

Kyle M Hall k...@bywatersolutions.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 9756] Patron self registration missing the system preference PatronSelfRegistrationAdditionalInstructions

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9756

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

   What|Removed |Added

   Patch complexity|--- |Trivial 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 9652] Call number column on list view displays commas when no callnumbers exist

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9652

Owen Leonard oleon...@myacpl.org changed:

   What|Removed |Added

 Depends on||9757

-- 
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 9757] New: Make staff client list contents view more like search results

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9757

Bug ID: 9757
   Summary: Make staff client list contents view more like search
results
Classification: Unclassified
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: ASSIGNED
  Severity: enhancement
  Priority: P5 - low
 Component: Lists
  Assignee: oleon...@myacpl.org
  Reporter: oleon...@myacpl.org
CC: m.de.r...@rijksmuseum.nl
Blocks: 9652

Created attachment 15912
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15912action=edit
Screenshot of revised interface

Just as we made the view of a list's contents in the OPAC look similar to the
OPAC search results page, the staff client lists interface should match the
staff client's search results page. Proposed changes include:

- XSLT-based display of record information
- Search results-like toolbar with controls for placing hold,
  adding to cart, etc.
- Additional item information (and a fix for Bug 9652)

-- 
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 9755] Record merge code needs to be refactored

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755

Jared Camins-Esakov jcam...@cpbibliography.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Patch complexity|--- |Small 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 9755] Record merge code needs to be refactored

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755

--- Comment #1 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Created attachment 15913
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15913action=edit
Bug 9755: Refactor record merge functionality

This patch refactors the merge record interface and code a little bit
in preparation for making it possible to merge authority records.

To test:
1) Apply patch.
2) Try merging two records:
a) Create a list.
b) Add two records you would like to (or be willing to) merge
   to said list.
c) View said list.
d) Check the checkboxes next to the two records you added.
e) Click Merge selected records.
f) Choose a merge reference.
g) Choose fields from each record that you want to keep.
h) Click Merge.
3) Confirm that your merged record has the fields and subfields you
   wanted.
4) Run the unit tests for the two files that were changed:
prove t/Koha_Record.t t/db_dependent/Koha_Authority.t
5) Sign 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 7129] actual cost showing too many zeros

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7129

mathieu saby mathieu.s...@univ-rennes2.fr changed:

   What|Removed |Added

 CC||mathieu.saby@univ-rennes2.f
   ||r

--- Comment #24 from mathieu saby mathieu.s...@univ-rennes2.fr ---
Hello
We have just discovered the problem, and I agree with Christophe Croullebois,
it must be solved. I will test transitional patch tomorrow.

M. Saby
Rennes 2 university

-- 
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 9434] Static variables used for caches are not Plack-friendly

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9434

Elliott Davis elli...@bywatersolutions.com changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA
 CC||elli...@bywatersolutions.co
   ||m

--- Comment #4 from Elliott Davis elli...@bywatersolutions.com ---
I am getting a failed test with the unit test provided. 

elliott@ByWater-Test:~/kohaclone$ prove ./t/Cache.t 
./t/Cache.t .. 1/29 Use of uninitialized value $ip in hash element at
/usr/share/perl5/Cache/Memcached.pm line 253.
Use of uninitialized value in subroutine entry at
/usr/share/perl5/Cache/Memcached.pm line 288.

#   Failed test 'use C4::Context;'
#   at ./t/Cache.t line 15.
# Tried to use 'C4::Context'.
# Error:  Bad arg length for Socket::pack_sockaddr_in, length is 0, should
be 4 at /usr/lib/perl/5.10/Socket.pm line 214.
# BEGIN failed--compilation aborted at /home/elliott/kohaclone/C4/Context.pm
line 99.
# Compilation failed in require at (eval 14) line 2.
# BEGIN failed--compilation aborted at (eval 14) line 2.
./t/Cache.t .. 5/29 
#   Failed test 'fetching valid item from cache'
#   at ./t/Cache.t line 39.
#  got: undef
# expected: 'I AM MORE DATA'

#   Failed test 'fetching valid item from cache (after clearing another item)'
#   at ./t/Cache.t line 49.
#  got: undef
# expected: 'I AM MORE DATA22'

#   Failed test 'Data retrieved from cache'
#   at ./t/Cache.t line 76.
#  got: '2'
# expected: '1'
./t/Cache.t .. 14/29 
#   Failed test 'Constructor called again when timeout reached'
#   at ./t/Cache.t line 78.
#  got: '3'
# expected: '2'

#   Failed test 'Stored new value to cache'
#   at ./t/Cache.t line 80.
#  got: '4'
# expected: '5'

#   Failed test 'Constructor not called after storing value'
#   at ./t/Cache.t line 81.
#  got: '4'
# expected: '2'

#   Failed test 'Setting hash member worked'
#   at ./t/Cache.t line 104.
#  got: undef
# expected: 'surprise'
./t/Cache.t .. 25/29 # Looks like you failed 8 tests of 29.
./t/Cache.t .. Dubious, test returned 8 (wstat 2048, 0x800)
Failed 8/29 subtests 

Test Summary Report
---
./t/Cache.t (Wstat: 2048 Tests: 29 Failed: 8)
  Failed tests:  3, 6, 8, 13-16, 21
  Non-zero exit status: 8
Files=1, Tests=29,  8 wallclock secs ( 0.04 usr  0.01 sys +  0.14 cusr  0.03
csys =  0.22 CPU)
Result: FAIL

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


[Koha-bugs] [Bug 8956] Split serials enumeration data into separate fields

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8956

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

   What|Removed |Added

  Attachment #13041|0   |1
is obsolete||
  Attachment #13042|0   |1
is obsolete||
  Attachment #13043|0   |1
is obsolete||
  Attachment #13044|0   |1
is obsolete||
  Attachment #13045|0   |1
is obsolete||
  Attachment #13046|0   |1
is obsolete||
  Attachment #13047|0   |1
is obsolete||

--- Comment #10 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 15914
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15914action=edit
Bug 8956 - Split serials enumeration data into separate fields - Part 1 - Add
fields to DB

-- 
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 8956] Split serials enumeration data into separate fields

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8956

--- Comment #11 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 15915
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15915action=edit
Bug 8956 - Split serials enumeration data into separate fields - Part 2 - Store
x, y and z in DB when generating new serials

-- 
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 8956] Split serials enumeration data into separate fields

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8956

--- Comment #12 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 15916
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15916action=edit
Bug 8956 - Split serials enumeration data into separate fields - Part 3 - Add
date pickers to serials-edit.pl

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


[Koha-bugs] [Bug 8956] Split serials enumeration data into separate fields

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8956

--- Comment #13 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 15917
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15917action=edit
Bug 8956 - Split serials enumeration data into separate fields - Part 4 - Add
saving/editing of published end date for bound volumes

-- 
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 8956] Split serials enumeration data into separate fields

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8956

--- Comment #14 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 15918
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15918action=edit
Bug 8956 - Split serials enumeration data into separate fields - Part 5 - Add
label fields to subscription editor.

-- 
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 8956] Split serials enumeration data into separate fields

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8956

--- Comment #15 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 15919
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15919action=edit
Bug 8956 - Split serials enumeration data into separate fields - Part 6 -
Perltidy serials/subscription-add.pl

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


[Koha-bugs] [Bug 8956] Split serials enumeration data into separate fields

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8956

--- Comment #16 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 15920
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15920action=edit
Bug 8956 - Split serials enumeration data into separate fields - Part 7 - Add
backend processing of field labels.

-- 
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 9757] Make staff client list contents view more like search results

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9757

Owen Leonard oleon...@myacpl.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 9757] Make staff client list contents view more like search results

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9757

--- Comment #1 from Owen Leonard oleon...@myacpl.org ---
Created attachment 15921
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15921action=edit
Bug 9757 - Make staff client list contents view more like search results

This patch revises the staff client list contents view to better match
staff client search results, showing more information and offering more
ways to interact with the contents than before.

- List contents output has been modified so that the staff client can
  use XSLT-formatted data just as the OPAC can. As in the OPAC it
  depends on XSLTResultsDisplay being enabled.
- A toolbar has been added which is similar to that in search results,
  offering the option to add items to a Cart, add them to a different
  list, place multiple holds, remove items from the list, or merge
  records.
- This toolbar has been made to float on scroll like the one on the
  MARC edit page.
- Library and shelving location have been added to the display of call
  numbers. Call numbers are linked to a search as they are in search
  results.
- Edit links are included just as they are in search results.
- Automatic focus on the add by barcode form has been removed so that
  the page doesn't jump to the bottom unnecessarily.
- basket.js's addMultiple function has been modified so that it
  receives an array of checkboxes rather than looking for checkboxes in
  a specific form. This helps abstract its functionality for use on both
  search results and lists. results.tt is modified accordingly.
- The page layout has been widened to make room for the increased amount
  of information on the page.
- A new merge icon has been added to the default Bootstrap sprite.

To test:

- View both public and private lists in the staff client.
- View lists with and without contents.
- Test the functionality of options in the toolbar: Add to cart, add to
  lists, place multiple holds, remove items, merge items.
- Test with users with and without cataloging privileges to confirm that
  catalog-related controls are correctly shown or hidden.
- Test with XSLTResultsDisplay set both to default and empty.
- Since the staff client and OPAC use some of the same code, test that
  lists in the OPAC have not broken.
- Since JavaScript was modified which affects both lists and search
  results, confirm that adding items to the Cart and Lists from search
  results hasn't been broken by 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 5079] Make display of shelving location and call number in XSLT results controlled by sysprefs

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5079

Jared Camins-Esakov jcam...@cpbibliography.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #48 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Per comment 46, I consider this to have passed QA, as the only objection to the
code is one that I do not recognize as grounds for refusal from inclusion in
3.12.

-- 
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 9620] IncludeSeeFromInSearches ON and data in $9 subfields can break indexing

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9620

Elliott Davis elli...@bywatersolutions.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||elli...@bywatersolutions.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 9755] Record merge code needs to be refactored

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||paul.poul...@biblibre.com

--- Comment #2 from Paul Poulain paul.poul...@biblibre.com ---
Patch tested with a sandbox, by Mathieu Saby mathieu.s...@univ-rennes2.fr

-- 
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 9755] Record merge code needs to be refactored

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755

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

   What|Removed |Added

  Attachment #15913|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 9755] Record merge code needs to be refactored

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755

--- Comment #3 from Paul Poulain paul.poul...@biblibre.com ---
Created attachment 15922
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15922action=edit
Bug 9755: Refactor record merge functionality

This patch refactors the merge record interface and code a little bit
in preparation for making it possible to merge authority records.

To test:
1) Apply patch.
2) Try merging two records:
a) Create a list.
b) Add two records you would like to (or be willing to) merge
   to said list.
c) View said list.
d) Check the checkboxes next to the two records you added.
e) Click Merge selected records.
f) Choose a merge reference.
g) Choose fields from each record that you want to keep.
h) Click Merge.
3) Confirm that your merged record has the fields and subfields you
   wanted.
4) Run the unit tests for the two files that were changed:
prove t/Koha_Record.t t/db_dependent/Koha_Authority.t
5) Sign off.

Signed-off-by: Mathieu Saby mathieu.s...@univ-rennes2.fr

-- 
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 9755] Record merge code needs to be refactored

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9755

mathieu saby mathieu.s...@univ-rennes2.fr changed:

   What|Removed |Added

 CC||mathieu.saby@univ-rennes2.f
   ||r

--- Comment #4 from mathieu saby mathieu.s...@univ-rennes2.fr ---
I tested on sandbox 3. 
I merged records biblionumber 94 and 97, keeping the 94.
I tried to copy some fields of the 97, and to suppress some fields of the 94.
I tried to copy some non repeatable fields.

It works as before.

M. Saby

-- 
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 9572] Opac info tooltip from branches is not well positioned

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9572

Owen Leonard oleon...@myacpl.org 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 9572] Opac info tooltip from branches is not well positioned

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9572

--- Comment #3 from Owen Leonard oleon...@myacpl.org ---
Created attachment 15923
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15923action=edit
Bug 9572 - Opac info tooltip from branches is not well positioned

This patch removes the jQuery plugin previously used to display the
library information tooltip on opac-detail.pl and implements the
functionality using jQueryUI's tooltip widget. jQueryUI has been
upgraded to 1.9.2 in the process, which required some ammendments to
jQueryUI-related CSS.

To test, make sure at least one of your libraries has OPAC info stored
as part of its configuration. View a record in the OPAC which is owned
by that library. Hover over the library's name in the holdings table and
you should see a properly-positioned tooltip showing the OPAC info.

Also test other jQueryUI-related functionality to confirm that the
upgrade didn't break anything: Tabs and datepickers should still work
correctly.

-- 
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 9620] IncludeSeeFromInSearches ON and data in $9 subfields can break indexing

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9620

Elliott Davis elli...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #15422|0   |1
is obsolete||

--- Comment #5 from Elliott Davis elli...@bywatersolutions.com ---
Created attachment 15924
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15924action=edit
Bug 9620: IncludeSeeFromInSearches and date in $9 subfields can break indexing

In Germany 020$9 is used to store the ISBN with hyphens. In rare cases this
can break indexing in combination with IncludeSeeFromInSearches.

To reproduce:
1) Change your frameworks:
  * Make sure 084 $a is visible
  * Create a 084 $9 that you link to PERSO_NAME authorities.
2) Create a record or edit an existing one:
  * Use the plugin on 084 to link the record to an authority.
  * Make sure 400 is filled in your authority record.

Preparations all done, now test indexing:

3) Make sure IncludeSeeFromInSearches is OFF
  * Reindexing should work without any problems.

4) Activate IncludeSeeFromInSearches
  * Reindexing should throw an error and stop:
201.Subfields are only for data fields (generally,
just tags = 010 at /home/koha/Koha/Filter/MARC/EmbedSee
FromHEadings.pm line 94

5) Apply patch and reindex.
  * No error should occur.
  * Test 4xx fields from other tags were properly indexed.

What causes the problem is the fact, that Koha tries to store
the date from the 400 in the bibliographic record for indexing.
For this it calculates a tag in the bibliographic record from the
tag it found the authority link in and the 4xx tags used in the
authority record. If you have an authority linked to a 0xx field
and the matching authority has a 4xx where xx  10, the calculated
tag will be a control field. The attempt to add subfields to this
control field, is causing the error and breaks the indexing process.

Signed-off-by: Bernardo Gonzalez Kriegel bgkrie...@gmail.com

Comment: Work as described, and is a long description :)
Test:
1) Enabled 084 (all subfields visible), added 084_9 (missing from
default framework) linked to PERSO_NAME
2) Edited authority record and added some data to 400
3) Edited bib record, linked 084 to previous auth record
4) With IncludeSeeFromInSearches OFF, re-index without problem
5) With IncludeSeeFromInSearches ON, re-index problems!!!

exporting biblio

1...Subfields are only for data fields (generally, just tags = 010) at...
Abort
6) Applied patch
7) With IncludeSeeFromInSearches ON, re-index without problem
...

5001
Records exported: 5060

...

2001
Records exported: 2024

CLEANING

Good!

*) That's works as described, don't know if other tests are needed.

No errors from koha-qa

Signed-off-by: Elliott Davis elli...@bywatersolions.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 9754] koha-remove does not remove the stuff in /var/lib/koha/

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9754

--- Comment #1 from Robin Sheat ro...@catalyst.net.nz ---
Hmm. I'm not sure that it should remove user-generated data (perhaps a --purge
option would be good for this), and by the same token it probably shouldn't
overwrite existing data. However the permissions being wrong is obviously an
issue. I think perhaps the correct approach is to ensure the permissions are
correct and set a flag to do a full zebra reindex.

I'm open to other ideas though, I'm not totally sure what the best approach is.
Another option is perhaps to have an existing directory renamed out of the way
if koha-create would cause a name conflict.

Thoughts on this?

-- 
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 7180] Order from staged file improvements

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7180

--- Comment #13 from mathieu saby mathieu.s...@univ-rennes2.fr ---
I tested again on my VM and sandbox 3
= Failed

Budget, sort1 and sort2 are not imported from records.

Here is the detail :

connected to Koha with a bib user (not the admin user)

no acq framework
default framework includes 947$c, 969$h, 922$a, 010$d, 969$d, 923$a, 924$a

currency : EUR

vendor with 
- gst = 0
- discount = 5
- list price include tax

budget : test, with fund code budgetok (fund name budgetok)

No importing matching rule 

parameters for  MarcFieldsToOrder : 
price: 947$c
quantity: 969$h
budget_code: 922$a
rrp: 010$d
discount: 969$d
sort1: 923$a
sort2: 924$a

--

Batch of 7 records

200 1  $a Eudora Welty $b Texte imprimé $f edited and with an introduction by
Harold Bloom,...
010$d 11 EUR
922$a budgetok
947$c 10.00
969$a 3 $h 3

200 1  $a Le théâtre du Marais $h 1 $i La période de gloire et de fortune,
1634(1629)-1648 $b Texte imprimé $f S. Wilma Deierkauf-Holsboer
010$d 10,50 EUR
922$a budgetbidon
923$a stat1
924$a stat2
947$c 10.50
969$a 2 $h 2

200 1  $a Paul Valéry et Pascal $b Texte imprimé $f Antonio G. Rodriguez
010$d 23,70 EUR
923$a stat1
947$c 23.70
969$a 1 $h 1

200 1  $a Arthur Miller's Death of a salesman $f ed. and with an introd. by
Harold Bloom
010$d 100.00 EUR
922$a budgetok
923$a stat1
924$a stat2
947$c 90.00
969$a 3 $d 50 $h 3


200 1  $a Didactique de l'orthographe française $b Texte imprimé $e méthode,
expériences et exercices pédagogiques $f Michel Gey
010$d 12.50 EUR
922$a budgetok
923$a tri1
969$a 1 $h 1 $d 10.50

200 1  $a Histoire de la sculpture $b Texte imprimé $f par Luc Benoist
922$a budgetok
923$a tri1
947$c 15.50
969$a 1 $h 1 $d 10

200 1  $a Premiers exercices de grammaire $f Sabine Dupré la Tour et
Geneviève-Dominique de Salins
010$d $ 10.00
922$a budgetok
923$a tri1
947$c 10.50
969$a 2 $d 20.50 $h 2


M. Saby

-- 
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 9534] No way to get back to bib detail from edit record screen

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9534

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

   What|Removed |Added

 Status|NEW |Needs Signoff

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


[Koha-bugs] [Bug 9534] No way to get back to bib detail from edit record screen

2013-03-06 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9534

--- Comment #2 from Liz Rea l...@catalyst.net.nz ---
Created attachment 15925
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15925action=edit
Bug 9534 - No way to get back to bib detail from edit record

To test:

* Set your BiblioDefaultDisplay to one of the options (go through all three of
them)
* view a record
* click Edit Record
* you should see a Cancel button on the toolbar - click it
* you will be redirected back to the detail page, in the default display method
you have picked

* Click More - Cataloging
* Click the Cancel button
* you should be redirected back to the cataloguing home page

This patch only applies on top of the patch for bug 9672 as it uses the
bootstrap buttons.

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