[Koha-bugs] [Bug 7986] Export issues

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7986

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

   What|Removed |Added

  Attachment #12212|0   |1
is obsolete||

--- Comment #36 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 12296
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12296action=edit
Bug 7986: Followup: Hide the export link unless sysprefs are set

If at least one of both sysprefs (ExportRemoveFields and
ExportWithCsvProfile) is filled, the export link is displayed

-- 
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 7986] Export issues

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7986

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

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

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


[Koha-bugs] [Bug 8781] New: Access to Transfer page while independent branches is on

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8781

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8781
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com
  Assignee: adrien.sau...@biblibre.com
   Summary: Access to Transfer page while independent branches
is on
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: adrien.sau...@biblibre.com
  Hardware: All
Status: ASSIGNED
   Version: master
 Component: Circulation
   Product: Koha

With the system preference  IndependantBranches set to On, only a
superlibrarian can make transfers.
The page is still displayed for others librarians with circulation rights, but
they can only chose their own library as a destination, making the page useless
for them.

The link to this page could be hidden in such cases.

-- 
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 8190] Koha does not have a logging module

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8190

--- Comment #21 from Jonathan Druart jonathan.dru...@biblibre.com ---
Hi Kyle,
Thanks for your followup !
2 small remarks about your patch:
* you commited mainpage.pl unfortunately
* the added block of code in Logger::write is not perltidied

Else all seems good but we have to pull together on how we will use the logger.
Your idea to add a global var in C4::Context is what I had at the beginning of
my work. But after thinking, on this way, we canot change the loglevel for 1
script ! And it is a regression (indeed currently we can do that, changing the
DEBUG var).

My idea was to add 
  use C4::Logger qw/$log/;
  $log = C4::Logger-new({level = C4::Context-preference(LogLevel)});
on each page. Like that we could change the log level easily.

-- 
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 8370] Default checkout, hold and return policy for all library = wrong term

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8370

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

   What|Removed |Added

  Attachment #12274|0   |1
is obsolete||

--- Comment #8 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 12297
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12297action=edit
Bug 8370: Change term issues (smart-rules)

-- 
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 8781] Access to Transfer page while independent branches is on

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8781

Adrien SAURAT adrien.sau...@biblibre.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 8780] Lower dependency version for DateTime::TimeZone

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8780

--- Comment #1 from M. Tompsett mtomp...@hotmail.com ---
Created attachment 12299
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12299action=edit
DateTime::TimeZone min_ver=1.20 from 1.26

Test plan as above.
This patch applies to 3.8.x and master only.

-- 
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 8780] Lower dependency version for DateTime::TimeZone

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8780

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|gmcha...@gmail.com  |mtomp...@hotmail.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 8275] xml parsing error when the webservice GetPatronInfo/show_loans is called

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8275

--- Comment #5 from Koha Team Lyon 3 k...@univ-lyon3.fr ---
(In reply to comment #4)
 Koha team Lyon 3, do you agree with the counter fix proposed by Fridolyn ?

Seems that makes sense, it's ok for us

-- 
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 8336] SIP Server does not process renewal transaction correctly

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8336

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8

--- Comment #7 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master

(patch untested by me though)

-- 
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 8275] xml parsing error when the webservice GetPatronInfo/show_loans is called

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8275

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #6 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master

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


[Koha-bugs] [Bug 3782] delivered z39.50 targets wrong for NY Public Library and NY University Library

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3782

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8
   Assignee|gmcha...@gmail.com  |katrin.fisc...@bsz-bw.de

--- Comment #16 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master

(haven checked visually only that all SQL files are still valid)

-- 
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 8420] tool statisticfines.pl(bz 6858) and hourly loan(bz5549)

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8420

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

   What|Removed |Added

 Status|Pushed to Master|Pushed to Stable

--- Comment #8 from Chris Cormack ch...@bigballofwax.co.nz ---
Pushed to 3.8.x, will be in 3.8.5

-- 
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 8705] Software error on help of main page

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8705

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

   What|Removed |Added

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

--- Comment #13 from Chris Cormack ch...@bigballofwax.co.nz ---
Pushed to 3.8.x, will be in 3.8.5

-- 
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 8624] famfamfam should be outside theme directory

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8624

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

   What|Removed |Added

 Status|Passed QA   |Failed QA

--- Comment #15 from Paul Poulain paul.poul...@biblibre.com ---
I find some references to prog/famfam using:
grep -R prog/famfamfam *|more

not a big deal =
INSTALL.opensuse:cp koha-tmpl/opac-tmpl/prog/famfamfam/silk/error_go.png
blib/OPAC_TMPL_DIR/prog/famfamfam/silk/error_go.png
INSTALL.opensuse:cp koha-tmpl/opac-tmpl/prog/famfamfam/mini/note.gif
blib/OPAC_TMPL_DIR/prog/famfamfam/mini/note.gif

much more important:
koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl:   
xsl:element name=imgxsl:attribute name=src
/opac-tmpl/prog/famfamfam/xsl:value-of 
select=$materialTypeCode/.png/xsl:attributexsl:attribute 
name=alt/xsl:attr
ibute/xsl:element
koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl:  
 xsl:when test=$typeOf008='Mon'img s
rc=/opac-tmpl/prog/famfamfam/silk/book.png alt=Bok title=Bok/
Bok/xsl:when
koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl:  
 xsl:when test=$typeOf008='Per'img s
rc=/opac-tmpl/prog/famfamfam/silk/newspaper.png alt=Periodika
title=Periodika/ Periodika/xsl:when
koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl:  
 xsl:when test=$typeOf008='Fil'img s
rc=/opac-tmpl/prog/famfamfam/silk/computer_link.png alt=Fil title=Fil/
Fil/xsl:when
koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl:  
 xsl:when test=$typeOf008='Kar'img s
rc=/opac-tmpl/prog/famfamfam/silk/map.png alt=Kart title=Kart/
Kart/xsl:when
koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl:  
 xsl:when test=$typeOf008='FV'img sr
c=/opac-tmpl/prog/famfamfam/silk/film.png alt=Film og video title=Film og
video/ Film og video/xsl:when
koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl:  
 xsl:when test=$typeOf008='Mus'img s
rc=/opac-tmpl/prog/famfamfam/silk/sound.png alt=Musikktrykk og lydopptak
title=Musikktrykk og lydopptak/ Musikk/xsl:w
hen

Please also fix them to gain 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 8624] famfamfam should be outside theme directory

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8624

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

   What|Removed |Added

 Status|Failed QA   |Passed QA

--- Comment #16 from Jared Camins-Esakov jcam...@cpbibliography.com ---
(In reply to comment #15)
 I find some references to prog/famfam using:
 grep -R prog/famfamfam *|more
 
 not a big deal =
 INSTALL.opensuse:cp koha-tmpl/opac-tmpl/prog/famfamfam/silk/error_go.png
 blib/OPAC_TMPL_DIR/prog/famfamfam/silk/error_go.png
 INSTALL.opensuse:cp koha-tmpl/opac-tmpl/prog/famfamfam/mini/note.gif
 blib/OPAC_TMPL_DIR/prog/famfamfam/mini/note.gif
 
 much more important:
 koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl:   
 xsl:element name=imgxsl:attribute name=src
 /opac-tmpl/prog/famfamfam/xsl:value-of 
 select=$materialTypeCode/.png/xsl:attributexsl:attribute 
 name=alt/xsl:attr
 ibute/xsl:element
 koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl:   
 xsl:when test=$typeOf008='Mon'img s
 rc=/opac-tmpl/prog/famfamfam/silk/book.png alt=Bok title=Bok/
 Bok/xsl:when
 koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl:   
 xsl:when test=$typeOf008='Per'img s
 rc=/opac-tmpl/prog/famfamfam/silk/newspaper.png alt=Periodika
 title=Periodika/ Periodika/xsl:when
 koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl:   
 xsl:when test=$typeOf008='Fil'img s
 rc=/opac-tmpl/prog/famfamfam/silk/computer_link.png alt=Fil
 title=Fil/ Fil/xsl:when
 koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl:   
 xsl:when test=$typeOf008='Kar'img s
 rc=/opac-tmpl/prog/famfamfam/silk/map.png alt=Kart title=Kart/
 Kart/xsl:when
 koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl:   
 xsl:when test=$typeOf008='FV'img sr
 c=/opac-tmpl/prog/famfamfam/silk/film.png alt=Film og video title=Film
 og video/ Film og video/xsl:when
 koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl:   
 xsl:when test=$typeOf008='Mus'img s
 rc=/opac-tmpl/prog/famfamfam/silk/sound.png alt=Musikktrykk og lydopptak
 title=Musikktrykk og lydopptak/ Musikk/xsl:w
 hen
 
 Please also fix them to gain patch pushed ;-)

This patch is OPAC-only.

-- 
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 4321] C4::Biblio::GetBiblio is badly coded

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4321

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_10
   Severity|minor   |enhancement

--- Comment #6 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master
(my opinion = not needed to push this to 3.8, it's just code cleaning. we will
have time to find any unspotted problem)

Thanks for this code cleaning !

-- 
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 8757] Longer size text for authorised values lib

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8757

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_8

--- Comment #4 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master

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


[Koha-bugs] [Bug 8693] Sort biblio checkout history by checkout date instead of patron name

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8693

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_10

--- Comment #4 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master

Tiny enhancement that could also be considered as a minor bugfix  ported to
3.8

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


[Koha-bugs] [Bug 8714] Poorly ordered and triggers warning in marctagstructure.pl

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8714

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 ---
Pushed to 3.8.x, will be in 3.8.5

-- 
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 8402] replace 'install_misc/debian.packages' file with 'koha-debian-deps.pl' script

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8402

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

 CC||mtomp...@hotmail.com

--- Comment #1 from M. Tompsett mtomp...@hotmail.com ---
What populates C4/Installer/PerlDependencies.pm?

The part that isn't in PerlDependencies.pm are the various
applications/commands that need installing as well, which I see are in other
sections.

I agree there needs to be consistency, but what about the bigger picture of the
perl dependencies required for a git install?

I noticed you did a sudo aptitude command-line. Is this preferred over a:
sudo dpkg --set-selections  install_misc/{OS}.packages
sudo dselect
way of doing it? aptitude may not be installed by default, and yes, neither is
dselect.

Also, notice I said {OS}.packages? The library names may be different between
debian-based OSes, and this is why I like apt-file for finding a reasonable
name. Check out bug 8517 for a script I wrote which uses koha_perl_deps.pl to
add missing items to {OS}.packages. I believe a newer incarnation of it is in
the release-tools git repo.

As long as apt-file is installed and up to date and PerlDependencies is
correct. It can be used to determine missing pieces and add them into the
.packages file.

Does PerlDependencies.pm get updated more accurately than debian/control?
Perhaps the solution isn't to delete debian/control which is likely used to
build packages where as install_misc/debian.packages is used for a git install,
but rather make sure they are both updated from what may be the source:
PerlDependencies.pm?

Just some related brainstorming. :)

-- 
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 8780] Lower dependency version for DateTime::TimeZone

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8780

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

   Severity|enhancement |major

-- 
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 8782] New: Close a suscription

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8782

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8782
CC: colin.campb...@ptfs-europe.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: Close a suscription
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: jonathan.dru...@biblibre.com
  Hardware: All
Status: NEW
   Version: unspecified
 Component: Serials
   Product: Koha

In the serial module, we would like to close a subscription.

-- 
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 8782] Close a suscription

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8782

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

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|koha-b...@lists.koha-commun |jonathan.dru...@biblibre.co
   |ity.org |m

-- 
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 7294] status in order

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7294

--- Comment #37 from Mason James m...@kohaaloha.com ---
Created attachment 12301
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12301action=edit
modified:   C4/Acquisition.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 7294] status in order

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7294

Mason James m...@kohaaloha.com changed:

   What|Removed |Added

  Attachment #11661|0   |1
is obsolete||

--- Comment #38 from Mason James m...@kohaaloha.com ---
Created attachment 12302
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12302action=edit
Bug 7294: Adds acquisition informations in marc record

View status 'in order' to the OPAC and staff interface. Specific
fields from aqorders can be mapped to marc fields (using ACQ bibliographic
framework):
aqorders.branchcode
aqorders.quantity
aqorders.listprice
aqorders.uncertainprice
aqorders.rrp
aqorders.ecost
aqorders.notes
aqorders.supplierreference
aqorders.ordernumber

This way, you can keep track on what is currently on order
at biblio level until you receive everything. Once all items have been
received, the marc field is deleted.

Please note that mapping the ordernumber is mandatory for this feature to work

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 8783] New: Parentheses not escaped properly in queries when using XSLT

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8783

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8783
  Assignee: gmcha...@gmail.com
   Summary: Parentheses not escaped properly in queries when using
XSLT
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: k...@bywatersolutions.com
  Hardware: All
Status: NEW
   Version: master
 Component: Searching
   Product: Koha

When XSLT is enabled, searching on subjects containing parentheses cause an
error. The problem is the parens are not escaped properly, and so are
interpreted as part of the query language, rather than the query string.

For example, this query fails:
(su:{Baggins, Frodo (Fictitious character)}) AND (su:{Fiction})
but this query works:
(su:{Baggins, Frodo \(Fictitious character\)}) AND (su:{Fiction})

I think the problem is within the xslt template subfieldSelect. Interestingly,
with XSLT off, each subject shows up as an individual link ( so one link for
Frogo, and one link for Ficition ) whereas with XSLT on, they subjects are
combined with an AND.

-- 
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 7294] status in order

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7294

Mason James m...@kohaaloha.com changed:

   What|Removed |Added

  Attachment #12301|0   |1
is obsolete||

--- Comment #39 from Mason James m...@kohaaloha.com ---
Created attachment 12303
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12303action=edit
perltidy of badly indented ModReceiveOrder() sub

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


[Koha-bugs] [Bug 7294] status in order

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7294

Mason James m...@kohaaloha.com changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA
 CC||m...@kohaaloha.com

--- Comment #40 from Mason James m...@kohaaloha.com ---
(In reply to comment #38)
 Signed-off-by: Kyle M Hall k...@bywatersolutions.com

QA comment - there is a small error in the neworderempty.tt template
causing ./xt/tt_valid.t to fail

failing QA on this


$ perl  ./xt/tt_valid.t 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/acqui/neworderempty.tt: 341
ok 2 - Token received same as original put on stack
# Looks like you failed 1 test of 2.

-- 
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 1807] search () give odd results

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1807

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

   What|Removed |Added

   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=8783

-- 
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 8783] Parentheses not escaped properly in queries when using XSLT

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8783

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

   What|Removed |Added

   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=1807

-- 
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 8782] Close a suscription

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8782

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

   What|Removed |Added

 Depends on||5357

-- 
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 5357] Subscription search and displays

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5357

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

   What|Removed |Added

 Blocks||8782

-- 
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 7294] status in order

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7294

Mason James m...@kohaaloha.com changed:

   What|Removed |Added

  Attachment #12303|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 8370] Default checkout, hold and return policy for all library = wrong term

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8370

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

   What|Removed |Added

  Attachment #12297|0   |1
is obsolete||

--- Comment #9 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 12304
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12304action=edit
Bug 8370: Change term issues (smart-rules)

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 8370] Default checkout, hold and return policy for all library = wrong term

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8370

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 8782] Close a suscription

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8782

--- Comment #1 from Jonathan Druart jonathan.dru...@biblibre.com ---
Created attachment 12305
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12305action=edit
Bug 8782: Close a subscription

If a subscription is no longer enough published (or we are not waiting
for a new periodical) we are allowed to close it.
If a subscription is closed, we are not able to receive or generate a
new serial.

On the serial module, we can now
- close a subscriptionn
- reopen a closed subscription

On serial search 2 tabs is displayed (opened and closed subscriptions).

This patch adds:
- a new field subscription.closed in DB
- a new status for serials (8 = stopped)

Test plan:
- search subscriptions
- close a subscription and check that you cannot receive or generate a
  new serial
- launch another search and check that the closed serial is into the
closed
  tab.
- You are allowed to reopen a subscription on the subscription detail
  page and on the subscription result page. A javascript alert ask you
  if are certain to do this operation.
- Check the serial status stopped everywhere the status is
  displayed (catalogue/detail.pl, serials/claims.pl,
  serials/serial-issues-full.pl, serials/serials-collection.pl,
  serials/serials-edit.pl, serials/serials-recieve.pl,
  serials/subscription-detail.pl and opac-full-serial-issues.pl)
- The report statistics does not include the closed subscriptions if you
  don't check the Include expired subscriptions checkbox.


/!\ This patch is based onto Bug 5357

-- 
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 8782] Close a suscription

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8782

Jonathan Druart jonathan.dru...@biblibre.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 8597] New theme for the OPAC with a mobile view

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8597

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #60 from Paul Poulain paul.poul...@biblibre.com ---
OK, patch pushed !

Here is what I plan to add to the next RM newsletter. This enhancement is very
important, and must be announced as widely as possible.
==
Bug 8597 New theme for OPAC with mobile view

This patch is *very* important. Koha is now shipped with a specific stylesheet
for mobile devices. It means that your patrons using your catalogue with their
smartphone will get a simplified OPAC, with all important features, but adapted
to their small screen.
To turn this ON :
 * go to your systempreferences
 * search opacthemes and switch to CCSR
 * search opaccolorstylesheet and enter colors.css
 * reload your opac home page. Don't forget to clear your cache - shift-reload
on Firefox -
Note that, if you activate this feature:
 * you'll have to update your own stylesheet if you have one.
 * there are still some minor glitches (for example, if you use Quote Of The
Day feature, with a long quote), that will be fixed ASAP.

Overall, this enhancement is worth the glitches, that's why I've pushed it.
===

QA comment:
I'd like to have a follow-up merging opac.css and colors.css in ccsr template :
currently, we're loading 2 very large CSS files, with a lot of properties that
could be in only one. Once both files are merged, the opaccolorstylesheet will
be freed again for localuses. Plus, what is in colors.css is mandatory, and the
systempreference description let librarians think it is not.

Also note that if you don't change anything to opacthemes and
opaccolorstylesheet, everything still works as previously.

-- 
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 7483] A more detailed breadcrumb for authority management

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7483

--- Comment #1 from Adrien SAURAT adrien.sau...@biblibre.com ---
Created attachment 12306
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12306action=edit
proposed patch

Test plan :
Simply follow all possible links in the Authorities administration module. It
should always be possible to use the breadcrumb to access the previous 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 7483] A more detailed breadcrumb for authority management

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7483

Adrien SAURAT adrien.sau...@biblibre.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 8784] New: Missing files in debian.packages list

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8784

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8784
  Assignee: gmcha...@gmail.com
   Summary: Missing files in debian.packages list
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: mtomp...@hotmail.com
  Hardware: All
Status: NEW
   Version: unspecified
 Component: Installation and upgrade (command-line installer)
   Product: Koha

Based on the output of koha_perl_deps.pl, several things need updating in
install_misc/debian.packages for a simpler git installation.

Testing would involve a fresh git install, and doing:
sudo apt-get install dselect
sudo dpkg --set-selections  install_misc/debian.packages
sudo dselect
I, C, R, and then Q.
./koha_perl_deps.pl -m -u
Noticeable list
apply patch
sudo dpkg --set-selections  install_misc/debian.packages
sudo dselect
I, C, R, and then Q.
./koha_perl_deps.pl -m -u

All the required items should be installed. DateTime::TimeZone may still be
listed, but that's because of a min_ver problem, not a missing problem.

This helps people first starting with a git set up to not have to figure out
where to get missing required libraries.

-- 
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 8784] Missing files in debian.packages list

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8784

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|gmcha...@gmail.com  |mtomp...@hotmail.com

--- Comment #1 from M. Tompsett mtomp...@hotmail.com ---
Created attachment 12307
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12307action=edit
Added missing dependencies into debian.packages list

This applies to master. 3.8.x I believe already added the
libtest-unaccented-perl which may or may not cause this patch to failed for
3.8.x. However, something similar needs to be done for 3.8.x as well, if it
doesn't apply to 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 8782] Close a suscription

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8782

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

   What|Removed |Added

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

--- Comment #2 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hi Jonathan,

thank you for providing the description. I was wondering about the new status
stopped. I was thinking that closig a subscription would happen on
subscription level. In which circumstances would I mark an issue as stopped?
Or did I misunderstand the new status?

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


[Koha-bugs] [Bug 5888] opac-detail subject/author links improvements

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5888

Mason James m...@kohaaloha.com changed:

   What|Removed |Added

  Attachment #11592|0   |1
is obsolete||

--- Comment #25 from Mason James m...@kohaaloha.com ---
Created attachment 12308
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12308action=edit
Bug 5888: opac-detail subject/author links improvements

When the user clicks on a subject or an author, the list of subjects
(authors) is displayed and the user can choose more than 1 subject
(author) to search on.

Only affects 'Normal view'. Does not affect XSLT display.

Signed-off-by: Jared Camins-Esakov jcam...@cpbibliography.com
Split out of the original patch for bug 5888. The links to the
authority records are added by bug 8210.

Signed-off-by: Chris Cormack chr...@catalyst.net.nz

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


[Koha-bugs] [Bug 8597] New theme for the OPAC with a mobile view

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8597

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

   What|Removed |Added

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

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

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

   What|Removed |Added

 Status|Passed QA   |Patch doesn't apply
 CC||paul.poul...@biblibre.com

--- Comment #4 from Paul Poulain paul.poul...@biblibre.com ---
Sorry colin, but I just pushed bug 8336 (from you), and this one does not apply
anymore. Should not be hard to fix:
CONFLICT (content): Merge conflict in C4/SIP/ILS/Transaction/RenewAll.pm
Auto-merging C4/SIP/ILS/Transaction/Renew.pm
CONFLICT (content): Merge conflict in C4/SIP/ILS/Transaction/Renew.pm
Failed to merge in the changes.

-- 
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 8785] New: Basic authentication troubleshootings

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8785

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8785
CC: dpav...@rot13.org
  Assignee: gmcha...@gmail.com
   Summary: Basic authentication troubleshootings
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: matthias.meusbur...@biblibre.com
  Hardware: All
Status: NEW
   Version: master
 Component: Authentication
   Product: Koha

I've ran several tests with basic http authentication in koha, and here's what
I found:

When using basic http authentication at OPAC, if the loggedin username does not
match a valid koha user, that leads to a session with borrowernumber 0.

When using basic http authentication at Intranet, if the loggedin username does
not match a valid koha user, that also leads to a session with borrowernumber
0. 
At the top-right of the screen, I can see insecure in bold black. However, my
insecure syspref is set to 0.

Is this behavior normal?

Steps to reproduce:

To use basic http authentication at OPAC, create a .htaccess and a .htpasswd
file in the 'opac' directory.

To use basic http authentication at Intranet, create a .htaccess and a
.htpasswd file at the root of the source directory (don't forget to backup the
existing .htaccess)

In order to easily generate .htaccess and .htpasswd, you can use the following
tools:

http://www.htaccesstools.com/htaccess-authentication/
http://www.htaccesstools.com/htpasswd-generator/

-- 
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 report, giving duplicates

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

--- Comment #16 from Kyle M Hall k...@bywatersolutions.com ---
(In reply to comment #15)
 (In reply to comment #12)
  Is it normal the followup changes only 1 query ?
  I think the problem exists in the 2 cases. But I have not tested !
 
 oops, i missed Jonathans comment
 
 Kyle, any response for only the 1 query change, not 2?

Janathan is right. Good catch!

-- 
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 report, giving duplicates

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

--- Comment #17 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 12309
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12309action=edit
Bug 8112 - Overdues with Fines dup Followup 2 - Add items.itemnumber to GROUP
BY when using $location

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


[Koha-bugs] [Bug 8112] Overdues with Fines report, giving duplicates

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

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

   What|Removed |Added

 Status|In Discussion   |Needs Signoff

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


[Koha-bugs] [Bug 8688] Add a recall button to the biblio record details page.

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8688

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

   What|Removed |Added

  Attachment #11913|Add a recall button to the  |[SIGNED-OFF] Add a recall
description|biblio record details page. |button to the biblio record
   ||details 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 8782] Close a suscription

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8782

--- Comment #3 from Jonathan Druart jonathan.dru...@biblibre.com ---
(In reply to comment #2)
 Hi Jonathan,
 
 thank you for providing the description. I was wondering about the new
 status stopped. I was thinking that closig a subscription would happen on
 subscription level. In which circumstances would I mark an issue as
 stopped? Or did I misunderstand the new status?

An issue could not be marked as 'stopped'. This status is not
writable/settable. The only way to have a status=8 (for serials.status) is to
close the subscription and to have a serial expected. If the subscription is
closed, the serial cannot be expected.

I don't know if I'm clear :)

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


[Koha-bugs] [Bug 8220] Allow koc uploads to go to process queue instead of being applied directly.

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8220

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

   What|Removed |Added

  Attachment #11350|0   |1
is obsolete||

--- Comment #11 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 12310
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12310action=edit
Bug 8220 - Allow koc uploads to go to process queue instead of being applied
directly.

The primary advantage to the Firefox offline cirulation plugin when compared
to the offline circulation desktop application, is the ability to add offline
circulation actions to a queue so that multiple machines running offline
circ can have their circ actions combined and ordered chronologically before
being executed. This commit adds the ability to put actions from uploaded
KOC files into this queue. In this way, both the FF plugina and the desktop
application can be run side by side with no ill effects.

Signed-off-by: Bob Birchall b...@calyx.net.au

-- 
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 8220] Allow koc uploads to go to process queue instead of being applied directly.

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8220

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

   What|Removed |Added

 Status|Failed QA   |Signed Off
 CC||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 7167] updatedatabase improvements

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167

Pierre Angot tredok.pie...@gmail.com changed:

   What|Removed |Added

 CC||tredok.pie...@gmail.com

--- Comment #155 from Pierre Angot tredok.pie...@gmail.com ---
@Paul : can I test this patch on Sandbox ? You've said Start from a clean
situation, so I'm wondering ^^

-- 
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 8702] System preferences search does not allow accented letters

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8702

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

   What|Removed |Added

  Attachment #11923|0   |1
is obsolete||

--- Comment #6 from Fridolyn SOMERS fridolyn.som...@biblibre.com ---
Created attachment 12311
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12311action=edit
Proposed patch (rebased master)

Rebased patch.

Previous patch applying failed because one of the files it modified is deleted
now.

-- 
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 8702] System preferences search does not allow accented letters

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8702

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

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

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


[Koha-bugs] [Bug 5888] opac-detail subject/author links improvements

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5888

Mason James m...@kohaaloha.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||m...@kohaaloha.com

--- Comment #26 from Mason James m...@kohaaloha.com ---
 Signed-off-by: Chris Cormack chr...@catalyst.net.nz

patch looks good, passing QA…

$ koha-qa.pl 

testing 1 commit(s) (applied to commit c74b72b)
 * e5b58d3 Bug 5888: opac-detail subject/author links improvements
  koha-tmpl/opac-tmpl/prog/en/css/opac.css
  koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt

* koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt   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 8652] There is no default value for the late orders

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8652

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

   What|Removed |Added

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

--- Comment #7 from Paul Poulain paul.poul...@biblibre.com ---
Patch tested with a sandbox, by MathildeF mathilde.form...@ville-nimes.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 8652] There is no default value for the late orders

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8652

--- Comment #8 from Paul Poulain paul.poul...@biblibre.com ---
Created attachment 12312
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12312action=edit
Bug 8652: Followup: add a default value for date_from

This patchis add a third parameter to the output_pref routine. It allows
to specify the output string with or without the hours and minutes
(%H:%M)

Signed-off-by: MathildeF mathilde.form...@ville-nimes.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 8597] New theme for the OPAC with a mobile view

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8597

--- Comment #61 from Owen Leonard oleon...@myacpl.org ---
This new template references assets which don't exist in this template
directory:

NetworkError: 404 Not Found -
http://localhost:88/opac-tmpl/ccsr/en/lib/jquery/jquery-ui.css;
NetworkError: 404 Not Found -
http://localhost:88/opac-tmpl/ccsr/en/lib/jquery/plugins/jquery.hoverIntent.minified.js;
NetworkError: 404 Not Found -
http://localhost:88/opac-tmpl/ccsr/en/lib/jquery/jquery.js;
NetworkError: 404 Not Found -
http://localhost:88/opac-tmpl/ccsr/en/lib/jquery/jquery-ui.js;
NetworkError: 404 Not Found -
http://localhost:88/opac-tmpl/ccsr/en/lib/yui/skin.css;
NetworkError: 404 Not Found -
http://localhost:88/opac-tmpl/ccsr/en/lib/yui/reset-fonts-grids.css;

Was it expected that Koha would fall back on these items in the prog director?

Including these errors about missing assets I get 15 errors in Firebug--the
rest being caused by the absence of jQuery.

masthead.inc has non-English text:

pa href=/cgi-bin/koha/opac-main.pl title=Accueil   Accueil/a
[% IF ( searchdesc ) %]span class=rsaquo rsaquo; /spana
href=/cgi-bin/koha/opac-search.pl title=rechercherRecherche  
/aspan class=rsaquo rsaquo; /span

-- 
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 6689] Improve styling of table pager

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6689

Mason James m...@kohaaloha.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||m...@kohaaloha.com
 QA Contact|koha-b...@lists.koha-commun |m...@kohaaloha.com
   |ity.org |

--- Comment #7 from Mason James m...@kohaaloha.com ---
passing QA, trivial patch...

-- 
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 8597] New theme for the OPAC with a mobile view

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8597

--- Comment #62 from Jared Camins-Esakov jcam...@cpbibliography.com ---
(In reply to comment #61)
 This new template references assets which don't exist in this template
 directory:
 
 NetworkError: 404 Not Found -
 http://localhost:88/opac-tmpl/ccsr/en/lib/jquery/jquery-ui.css;
 NetworkError: 404 Not Found -
 http://localhost:88/opac-tmpl/ccsr/en/lib/jquery/plugins/jquery.hoverIntent.
 minified.js
 NetworkError: 404 Not Found -
 http://localhost:88/opac-tmpl/ccsr/en/lib/jquery/jquery.js;
 NetworkError: 404 Not Found -
 http://localhost:88/opac-tmpl/ccsr/en/lib/jquery/jquery-ui.js;
 NetworkError: 404 Not Found -
 http://localhost:88/opac-tmpl/ccsr/en/lib/yui/skin.css;
 NetworkError: 404 Not Found -
 http://localhost:88/opac-tmpl/ccsr/en/lib/yui/reset-fonts-grids.css;
 
 Was it expected that Koha would fall back on these items in the prog
 director?

No, those files were added by one of the patches. Add missing lib files. I
will check when I am able whether that patch was included when this bug was
pushed to master.

 Including these errors about missing assets I get 15 errors in Firebug--the
 rest being caused by the absence of jQuery.
 
 masthead.inc has non-English text:
 
 pa href=/cgi-bin/koha/opac-main.pl title=Accueil   Accueil/a
 [% IF ( searchdesc ) %]span class=rsaquo rsaquo; /spana
 href=/cgi-bin/koha/opac-search.pl title=rechercherRecherche  
 /aspan class=rsaquo rsaquo; /span

Whoops, that was just an oversite. I fixed a bunch of French-language strings,
but apparently missed those two.

-- 
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 8700] RESERVESLIP fields not being replaced correctly

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8700

--- Comment #3 from Kyle M Hall k...@bywatersolutions.com ---
Test plan:
1) Edit the slip RESERVESLIP, set it to the following:

borrowers.title: borrowers.title
br/
biblio.copyrightdate: biblio.copyrightdate
br/
items.replacementprice: items.replacementprice

2) Place a reserve for a borrower. Make sure that borrower has a
borrowers.title value in the database ( I prefer King of the World ), as well
as biblio.copyrightdate, and items.replacementprice

3) Return the item, confirm hold and print slip. The slip will probably show
the *item's* title in borrowers.title. It did for me. The other two will
probably by blank.

4) Apply the patch, repeat step 2 and 3, the values should now be correct and
accurate.

-- 
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 7894] Broken detail page for first link on page 2 from search result page in OPAC

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7894

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

   What|Removed |Added

   Assignee|oleon...@myacpl.org |m...@software.coop

-- 
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 8597] New theme for the OPAC with a mobile view

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8597

--- Comment #63 from Jared Camins-Esakov jcam...@cpbibliography.com ---
Paul,

It looks like the last patch did not make it into master. Could you please push
it when you get a chance so that the ccsr theme will work?

Thanks.
Jared

-- 
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 8211] Add subject (broader), subject (narrower), and subject (related) options for search

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8211

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_10

--- Comment #8 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master

I had some trouble making this patch work, but, at the end, if your datas are
OK and your zebra index uptodate, this patch works like a charm in UNIMARC.

-- 
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-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7455

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

   What|Removed |Added

   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=8332

-- 
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 8332] Add relationships to auth_finder for authority links

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8332

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

   What|Removed |Added

   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=7455

-- 
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-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7455

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

   What|Removed |Added

  Attachment #12216|0   |1
is obsolete||

--- Comment #31 from Fridolyn SOMERS fridolyn.som...@biblibre.com ---
Created attachment 12314
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12314action=edit
Proposed patch (follow-up 1) (rebased master)

First follow-up rebased master.

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


[Koha-bugs] [Bug 7455] Authority subfields are cloned in the wrong field

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

--- Comment #32 from Fridolyn SOMERS fridolyn.som...@biblibre.com ---
Created attachment 12315
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12315action=edit
Proposed patch (follow-up 2)

After rebase of main patch, I noticed that bug 8332 has introduced a behavior I
had to manage.
So here is second follow-up.

Note :
8332 introduces a source='auth' parameter in openAuth() js function only when
called from authorities.tt. Since I moved this method into cataloguing.js to be
mutualized between authorities et bilios edition, I added a source argument in
this method.

-- 
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 8210] Headings in OPAC bib details should link to authority record

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8210

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

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
 CC||paul.poul...@biblibre.com
Version|master  |rel_3_10

--- Comment #12 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master

I don't understand why you say:
Because UNIMARC handles authorities differently, the link is not added
to the XSLT.

In UNIMARC, the $9 also contains the authority. The templates
  xsl:template name=tag_7xx
and
  xsl:call-template name=tag_subject

in UNIMARCslimUtils.xsl could be used for that unless I'm missing something.

Your opinion ? ( follow-up welcomed ;-) )

-- 
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 8033] add print receipt option to Koha self-check

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8033

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

   What|Removed |Added

  Attachment #10678|0   |1
is obsolete||
  Attachment #2|0   |1
is obsolete||

--- Comment #16 from Elliott Davis elli...@bywatersolutions.com ---
Created attachment 12316
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12316action=edit
Bug 8033 : This patch adds print slips to self checkout.

To Test:

Sign in to self checkout.
Enter a barcode and click submit.
Click the finish button
You should be prompted with a message asking if you would like a receipt.
If you click OK you should be taken to the page with the receipt.
If you click Cancel you should not see the reciept and you should be logged
out.

http://bugs.koha-community.org/show_bug.cgi?id=8033
Signed-off-by: Chris Cormack chr...@catalyst.net.nz

Added copyright to print slip for SCO

Modified POD and copyright.  Also perltidied

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

updated print slip option to show on the click of the finish button instead of
the submit button

-- 
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-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7455

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

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

--- Comment #33 from Fridolyn SOMERS fridolyn.som...@biblibre.com ---
Please signoff follow-up 2 patch.

Simply check that the thesaurus popup contains a relationship section only when
editing an authority, not when editing a biblio.
See Bug 8332.

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

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5079

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

   What|Removed |Added

  Attachment #10929|0   |1
is obsolete||

--- Comment #44 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 12317
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12317action=edit
Bug 5079 - Make display of shelving location and call number in XSLT results
controlled by sysprefs

* Don't show the Location line if there are no copies available, since it
  will inevitably be blank

* Also, don't show locations for Checked Out, Lost, Damaged, Withdrawn,
  On Hold or In transit items; it doesn't really make sense, since the
  items aren't actually there, and it results in repetitive listing of
  the shelving location

* Added system preference to display shelving location of an item on opac
  results. The system preference is called OpacItemLocation. I also moved
  the call number to a new line called Location along with the shelving
  location if it is enabled.

To Test:
  1) Run database update script to add syspref.
  2) Set OpacItemLocation to show locations or collection codes on the
 opac-search page.

  If it is working you should see the shelving location of the item
  before the call number. Multiple home branch shelving locations
  are seperated by a pipe character ( i.e. '|' ).

Based on code by Elliot Davis tda...@uttyler.edu

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

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5079

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

   What|Removed |Added

 Status|Patch doesn't apply |Needs Signoff

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


[Koha-bugs] [Bug 8772] Uninitialized variable triggers error log entry in smart_rules.pl

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8772

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|koha-b...@lists.koha-commun |mtomp...@hotmail.com
   |ity.org |

--- Comment #1 from M. Tompsett mtomp...@hotmail.com ---
Created attachment 12318
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12318action=edit
Added || q{} into variable declaration/initialization

Pretty simple to test. Follow the test plan above.
Just clicking a link triggers the error log entries without the patch.
This bug applies to 3.6.x, 3.8.x, and master. This patch is against master. Let
me know if it doesn't apply back to 3.6.x or 3.8.x, and I'll post up a patch.

-- 
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 7993] saved report with hierarchies

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7993

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

   What|Removed |Added

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

--- Comment #21 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master

However, a few questions/glitches:
 * the type and Area columns can't be filled when you edit an SQL directly,
and can't be updated anyway. Shouldn't we do something for that ?
 * Shouldn't group/sub-group be the first columns ?
 * do we need the ID displayed ?
 * on my laptop, the Notes tab is really small, and would not deserve be
larger (we could put subgroup in the same column as group, because it will not
be used everyday
 * why are author column and date not sortable ?

-- 
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 8780] Lower dependency version for DateTime::TimeZone

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8780

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

   What|Removed |Added

 CC||ve...@veron.ch

--- Comment #2 from Marc Véron ve...@veron.ch ---
Not fully tested, but with an existing Koha installation (master) I do not
longer have a warning regarding DateTime::TimeZone (orange color) on the about
page's Perl tab.

Not enough to sign off, I'm afraid.

Marc

-- 
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 8302] Add accesssion number to the drop down list in OPAC Search.

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8302

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

   What|Removed |Added

  Attachment #12163|0   |1
is obsolete||

--- Comment #5 from Marc Véron ve...@veron.ch ---
Created attachment 12319
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12319action=edit
[SIGNED-OFF] Bug 8302 - Add accesssion number(barcode) to the drop down list in
OPAC Search.

Files Modified:
i)koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc:

Test cases:
i)select Barcode in drop down list and enter a exist barcode, check the
results.
ii)select Barcode in drop down list and enter a non-exist barcode, check the
results.

Signed-off-by: Marc Veron ve...@veron.ch

Works as expected.

-- 
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 8302] Add accesssion number to the drop down list in OPAC Search.

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8302

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

   What|Removed |Added

 Status|Signed Off  |In Discussion

--- Comment #6 from Owen Leonard oleon...@myacpl.org ---
Discussion of this and Bug 8778:
http://lists.koha-community.org/pipermail/koha-devel/2012-September/038042.html

-- 
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 8778] Add Phrase Searching to OPAC Search

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8778

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

   What|Removed |Added

 Status|Needs Signoff   |In Discussion

--- Comment #2 from Owen Leonard oleon...@myacpl.org ---
Discussion of this and Bug 8302:
http://lists.koha-community.org/pipermail/koha-devel/2012-September/038042.html

-- 
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 8772] Uninitialized variable triggers error log entry in smart_rules.pl

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8772

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

   What|Removed |Added

  Attachment #12318|0   |1
is obsolete||

--- Comment #2 from Marc Véron ve...@veron.ch ---
Created attachment 12320
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12320action=edit
[SIGNED-OFF] Bug 8772 - Uninitialized variable triggers error log entry in
smart_rules.pl

Changed declartion from:
  my $op = $input-param('op');
to
  my $op = $input-param('op') || q{};
in order to give an empty string default preventing error
logs from filling needlessly.

Signed-off-by: Marc Veron ve...@veron.ch

The patch removes warnings like:
Use of uninitialized value $op in string eq at...

However there is one more warning, but it is not related to $op (addressed by
this patch):
smart-rules.pl: Use of uninitialized value in string ne at
.../admin/smart-rules.pl line 388.

-- 
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 8772] Uninitialized variable triggers error log entry in smart_rules.pl

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8772

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||ve...@veron.ch

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

[Koha-bugs] [Bug 2930] Put other name on checkout screen

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2930

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

   What|Removed |Added

  Attachment #12021|0   |1
is obsolete||

--- Comment #6 from Marc Véron ve...@veron.ch ---
Created attachment 12321
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12321action=edit
[SIGNED-OFF] Bug 2930 [REVISED] Put other name on checkout screen

This patch adds other name to the include which is used
to display patron names and adds this include in several
places where it can be used in place of direct output.

The patron-title include has been modified to handle the
two possible variable scopes throughout patron-related
templates. This is a hack similar to having both
circ-menu.tt and circ-menu.inc, but keeping both in the
same file.

Changes to some scripts were necessary to make the
othernames variable available to the include.

This patch also corrects some title tags and fixes
some incorrect capitalization (see Bug 2780).

To test, view each of the pages affected by these
template changes and confirm that the patron's name
displays correctly, including their other name.

Signed-off-by: Marc Veron ve...@veron.ch
Followed instructions above, works as expected.

-- 
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 2930] Put other name on checkout screen

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2930

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

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||ve...@veron.ch

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

[Koha-bugs] [Bug 7751] Decrease loan period on items with a high number of holds

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7751

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

   What|Removed |Added

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

--- Comment #31 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master

There was a conflict in C4/Circulation.pm, with bug 6151 (AllowToReturnBranch
syspref that added a sub that was at the same place) and 7621 (Age Restriction)
I fixed the conflict, tested circulation was working well.

I was surprised to see no updatedatabase.pl, when I realised it was not needed
: if they are not defined, there is no value, the feature is not enabled.
Entering values in preference.pl create them (I've checked)
Colin = was it intended or a mistake with a nice effect ?


Isn't there a typo in the syspref description:
 A loan should be reduced by decreaseLoanHighHoldsDuration when holds have
been places (if decreaseLoanHighHolds is enables)

shouldn't it be have been placed and is enabled ? (as Colin is english
native, I feel less authoritative on this as he is ;-) )

(not enought to reject the patch though, so it's 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 7751] Decrease loan period on items with a high number of holds

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7751

--- Comment #32 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hm, can we maybe get a follow-up with the database update and system
preferences? I like it better because it's more consistent, the scripts will
pick up the new sys prefs for the release notes, people will see them in the
update database and the syspref sql file will be a complete reference 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 7751] Decrease loan period on items with a high number of holds

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7751

--- Comment #33 from Chris Cormack ch...@bigballofwax.co.nz ---
I concur. Having them for release notes and in the message for the update means
users know it's there. Saving our time is always secondary to saving the users
time.

-- 
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 8523] Authority hierarchies only support UNIMARC

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8523

--- Comment #20 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
This is a very cool feature *nudge*

-- 
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 6945] Add a link to show a MARC preview in the normal view

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6945

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

   What|Removed |Added

 Status|Passed QA   |Patch doesn't apply

--- Comment #23 from Paul Poulain paul.poul...@biblibre.com ---
Trying to apply patch  follow-up, I get a git problem with the 2nd patch:
Applying: Bug 6945 [FOLLOW-UP] Add a link to show a MARC preview in the normal
view
fatal: sha1 information is lacking or useless
(koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt).
Repository lacks necessary blobs to fall back on 3-way merge.
Cannot fall back to three-way merge.

-- 
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 5786] Move AllowOnShelfHolds system preference to the Circulation Matrix

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5786

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

   What|Removed |Added

 Status|Passed QA   |Patch doesn't apply

--- Comment #57 from Paul Poulain paul.poul...@biblibre.com ---
Sorry srdjan, but the patch does not apply anymore, there's a conflict on
CONFLICT (content): Merge conflict in
koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt
that is not easy to solve.

Reminder = the Feature Freeze for 3.10 is in a few days.

-- 
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 8786] New: problem with print overdue notices

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8786

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8786
  Assignee: koha-bugs@lists.koha-community.org
   Summary: problem with print overdue notices
  Severity: critical
Classification: Unclassified
OS: All
  Reporter: me...@bywatersolutions.com
  Hardware: All
Status: NEW
   Version: rel_3_8
 Component: Notices
   Product: Koha

We are seeing some bogus overdue email messages.  I have had complaints about
the print overdue notices which are sent to the library when a patron does not
have an email address.

Here is an example of an email sent to the library on 9/16:

---
Dear  PROBLEM,

The item below is now 6 weeks overdue.  Please return it, or call or email the
library if there is a problem. In another 4 weeks, you will receive a bill.

 The hobbit by Tolkien, J. R. R
 The girl who played with fire by Larsson, Stieg
 Emily and Einstein by Lee, Linda Francis

Thank you.

Staff
---

The items listed in this email are all overdue, but none of them are 6 weeks
overdue and do not warrant receipt of the 2nd overdue notice.  The due dates
for each item are:
8/31 - The hobbit by Tolkien, J. R. R
8/31 - The girl who played with fire by Larsson, Stieg
9/15 - Emily and Einstein by Lee, Linda Francis

The notice triggers say that this 2nd overdue notice should be sent at 42 days,
but none of these items are 42 days overdue yet.

I also checked the cron job for overdues.pl.  It looks like this:
# OVERDUE NOTICES
0 7 * * *  $KOHA_CRON_PATH/overdue_notices.pl -t -itemscontent
title,author,itemcallnumber,barcode,replacementprice

The manual says:
-t | --triggered
This option causes a notice to be generated if and only if an item is overdue
by the number of days defined in a notice trigger.

I don't think this is working as expected.  I am marking this as critical since
bogus overdue email messages are being generated.

-- 
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 8786] problem with print overdue notices

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8786

--- Comment #1 from Melia Meggs me...@bywatersolutions.com ---
Also, the notice is using item/item tags and not items.content (I
wouldn't expect that to make any difference, but just noting it here in case it
helps!)

-- 
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 5357] Subscription search and displays

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5357

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

   What|Removed |Added

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

--- Comment #27 from Paul Poulain paul.poul...@biblibre.com ---
Patch pushed to master

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


[Koha-bugs] [Bug 7572] Add Clubs Services Feature

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7572

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

   What|Removed |Added

 Status|Needs Signoff   |Failed QA

--- Comment #24 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hi Kyle, 

I have read through the code and there are some issues with this patch:

1) Can you please add the new permisson for all languages? English is ok -
easier to add a translation than figuring out a missing permission.

2) Some of the perl files have strict, but not warnings, can you add use
Modern::Perl?

3) The Templates don't follow the capitalization rules. Examples:
Start Date
End Date
You Are Not Enrolled In Any Clubs Or Services

4) This will not work for other languages, as noted in some of the earlier
comments:
$sth = $dbh-prepare(SELECT * FROM clubsAndServicesArchetypes WHERE title LIKE
'Bestsellers Club' );

Also:
+# This script utilizes the 'New Items E-mail List' archetype
+# from the ClubsAndServices.pm module.
+# If you do not have this archtype, create an archetype of that name

5) If I read the code correctly, this is another translation problem, adding a
hardcoded note to the hold:
+  my $notes = Automatic Reserve for Bestsellers Club,

6) I wonder about the error messages - from reading the code I am not totally
sure but I think they are also not translatable.
+  divReason: strong[% failureMessage %]/strong/div

7) Could you add documenation to the database tables? I was wondering about the
line:
+  `casaId` int(11) NOT NULL default '0' COMMENT 'foreign key to
clubsAndServicesArchetypes', - not sure if COMMENT is a mysqlism. 

We had some discussion about following the standard in one of the IRC meetings
and agreed on using -- comment in the end. But I don't remember exactly why.

8) Another translation issue is the preset data you add in kohastructure.sql.
Also adding data to the tables is normally done by separate sql files, while
kohastructure is only creating the table structure without any data.

+-- Preset data for ClubsAndServicesArchetypes
+--
+
+INSERT INTO `clubsAndServicesArchetypes`...

9) There is a conflict marker in updatedatabase.pl and the version should be
set to be XXX.
+ HEAD
 $DBversion = 3.09.00.005;

10) There is some untranslatable JavaScript too. Example:
+alert(Title is a required field);
+alert(Description is a required field);

11) There is a large block of code commented out. Maybe delete it, if it's not
needed?
+!-- These messages are uneccessary because you can see if it was deleted or
created immediately...
Also some typos in there 'Archtype'.

12) It looks like the old calendar is being used? Not sure here.
+img src=/intranet-tmpl/prog/en/lib/calendar/cal.gif alt=Show
Calendar  border=0 id=CalendarStartDate style=cursor: pointer; /

13) Ok, now I found something really big :(

The doc states:
HTML::Template file mailinglist.tmpl 

Also:
+use HTML::Template::Pro;

And then:
+++ b/misc/cronjobs/mailinglist/mailinglist.tmpl

This needs to be redone to use TT.

-- 
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 7919] Display of values depending on the connexion library

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7919

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

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de
Version|rel_3_8 |master

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


[Koha-bugs] [Bug 5786] Move AllowOnShelfHolds system preference to the Circulation Matrix

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5786

--- Comment #58 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
I would love to see this go in, as it will enable a better configuration for
libraries with closed stacks. Hoping it will make the deadline.

-- 
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 8034] Enable server print queue selection

2012-09-18 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8034

Srdjan Jankovic srd...@catalyst.net.nz changed:

   What|Removed |Added

  Attachment #12161|0   |1
is obsolete||

--- Comment #25 from Srdjan Jankovic srd...@catalyst.net.nz ---
Created attachment 12322
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12322action=edit
bug_5786, bug_5787, bug_5788: Holds rewrite

bug_5786: moved AllowOnShelfHolds to issuingrules
bug_5787: moved OPACItemHolds to issuingrules
bug_5788: Added reservesmaxpickupdelay to issuingrules

C4::Reserves:
* Added OnShelfHoldsAllowed() to check issuingrules
* Added OPACItemHoldsAllowed() to check issuingrules
* IsAvailableForItemLevelRequest() changed interface, now takes
  $item_record,$borrower_record; calls OnShelfHoldsAllowed()

opac/opac-reserve.pl and opac/opac-search.pl:
* rewrote hold allowed rule to use OPACItemHoldsAllowed()
* also use OnShelfHoldsAllowed() through
* IsAvailableForItemLevelRequest()

templates:
* Removed AllowOnShelfHolds and OPACItemHolds global flags, they now
  only have meaning per item type

Signed-off-by: Nicole C. Engard neng...@bywatersolutions.com

I have tested this patch left, right and upside down for the last
several months. All tests have passed.

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/


  1   2   >