[Koha-bugs] [Bug 8773] Add per-instance koha-index-daemon in .deb setup

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8773

wajasu  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||matted-34...@mypacks.net

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


[Koha-bugs] [Bug 8773] Add per-instance koha-index-daemon in .deb setup

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8773

wajasu  changed:

   What|Removed |Added

  Attachment #12293|0   |1
is obsolete||
  Attachment #12294|0   |1
is obsolete||

--- Comment #8 from wajasu  ---
Created attachment 12654
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12654&action=edit
0001-SIGNED-OFF-Bug-8773-Start-per-instance-koha-index-daemon in .deb setup

I built a fresh debian squeeze, that only had mysql and apache.
I downloed the
http://es.koha-community.org/kc_files/koha-common_3.9.0-046~git+20120917191354.7807a548_all.deb
 
and scp'ed it to the debian VM in /.

I alreadu had the koha-community squeeze mainin sources.list

As root did:
apt-get update
apt-get -f install
dpkg -i  /koha-common_3.9.0-046~git+20120917191354.7807a548_all.deb
 (I got a lot mof missing dependecies reported and a n error at the end)

ethyian noted that dpkg doesn't install those, so i just did:

apt-get -f install
and answered Yes. and watched all of them get installed, including koha-common
which installed without a hitch.

zebra and indexer services were started.

I created a db instance and the web installer complained about
Template::Plugin::HtmlToText  not being installed (reqd), but that is recent
and should not fail this patch.

Possibly improvements to note:
The indexer will respawn every 30 seconds generating entries in its log file. 
Once the index is rebuilt the indexer is happy. But that could be noted with
install instructions.

Nice job!

wajasu

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


[Koha-bugs] [Bug 8559] conflicting item statuses

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8559

Mason James  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

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


[Koha-bugs] [Bug 8559] conflicting item statuses

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8559

Mason James  changed:

   What|Removed |Added

 CC||m...@kohaaloha.com

--- Comment #12 from Mason James  ---
(In reply to comment #11)
> Created attachment 12281 [details]
> [SIGNED-OFF] Bug 8559 - conflicting item statuses - Force cancel or revert
> Signed-off-by: Owen Leonard 
> 
> All three cases tested, correct outcome each time


just a little QA thing...

please fix patch so RevertWaitingStatus takes a scalar

-- 
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 8497] Strange behavior when modifying the 'timeout' system preference.

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8497

Mason James  changed:

   What|Removed |Added

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

--- Comment #3 from Mason James  ---
(In reply to comment #2)
> Created attachment 12645 [details]
> [SIGNED-OFF] Bug 8497: Strange behavior when modifying the timeout system
> preference
> 
> Signed-off-by: Owen Leonard 
> 
> Tested standard login, patron auto-complete, and system preferences.


passing QA, works as expected

$ koha-qa.pl -c 1

testing 1 commit(s) (applied to commit 0a35b26)
 * dec46ae Bug 8497: Strange behavior when modifying the timeout system
preference
  C4/Auth.pm

* C4/Auth.pm   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 8810] Opac: Cart should display branchname instead of branchcode

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8810

Mason James  changed:

   What|Removed |Added

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

--- Comment #5 from Mason James  ---
(In reply to comment #4)
> Created attachment 12473 [details]
> [SIGNED-OFF] Bug 8810 - Opac: Cart should display branchname instead of
> branchcode
> 
> In Opac, the cart should display the branchname instead of the branchcode.
> 
> Signed-off-by: Owen Leonard 

passing QA, trival patch

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


[Koha-bugs] [Bug 8462] OpacHiddenItems and hidelostitems hide items, but query result count is off

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8462

Mason James  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #11 from Mason James  ---
(In reply to comment #10)
> I think this works to avoid confusion for now and we should come up with a
> way to hide bib records later on.

hmm, its a tricky one - do we want...

1/ hidden-bibs, but incorrect search-results count, or...
2/ hidden-bibs feature removed, and correct search-results count

i think some people will be unhappy about this change, either way
but now 2 sign-offs, so passing QA...

$ koha-qa.pl -c 1

testing 1 commit(s) (applied to commit 0a35b26)
 * b864e85 Bug 8462: OpacHiddenItems and hidelostitems hide items, but query
result count is off
  C4/Search.pm

* C4/Search.pm 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 8370] Default checkout, hold and return policy for all library => wrong term

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #10 from Mason James  ---
(In reply to comment #9)
> Created attachment 12304 [details]
> Bug 8370: Change term issues (smart-rules)
> 
> Signed-off-by: Kyle M Hall 

passing QA, patch looks good


$ koha-qa.pl -c 1

testing 1 commit(s) (applied to commit 0a35b26)
 * 683bfd5 Bug 8370: Change term issues (smart-rules)
  koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt

* koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.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 8233] New search engine layer - introduce solr without breaking anything else

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8233

Mason James  changed:

   What|Removed |Added

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

--- Comment #41 from Mason James  ---
(In reply to comment #39)
> Created attachment 12408 [details]
> Bug 8233 - SolR-related /etc/ files break deb building
> 
> Remove them using debian/rules when building .deb packages until
> we figure out what to do with them in a .deb install.
> 
> To do this I ran the build script like this:
> 
> sudo DEB_BUILD_OPTIONS=nocheck ./debian/build-git-snapshot -distribution
> precise -D precise -r ~/ubuntu -v 3.9.0-046~git -d
> 
> Sponsored-by: Universidad Nacional de Córdoba
> Signed-off-by: Jonathan Druart 


i'm happy to pass QA on this patch


$ koha-qa.pl -c 1

testing 1 commit(s) (applied to commit 0a35b26)
 * 626c660 Bug 8233 - SolR-related /etc/ files break deb building
  debian/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 7621] Circulation: Match age restriction of title with borrower's age without using categories

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

Mason James  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #75 from Mason James  ---
(In reply to comment #74)
> Created attachment 12563 [details]
> [SIGNED-OFF] Bug 7621: Follow up to clarify preference language
> 
> This patch changes strings only, not functionality. It will
> clarify the meaning of the  AgeRestrictionMarker preference.
> 
> Signed-off-by: Marc Veron 
> 
> Better wording of preference instructions. No code echange involved.


passing QA, trivial patch

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


[Koha-bugs] [Bug 8382] It is not possible to cancel an order when receiving on a filtered page in parcel.pl

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8382

Mason James  changed:

   What|Removed |Added

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

--- Comment #20 from Mason James  ---
(In reply to comment #16)
> Created attachment 12272 [details]
> Bug 8382 [Follow-up] It is not possible to cancel an order when receiving on
> a filtered page in parcel.pl
> 
> In order to be valid XHTML ampersands must be encoded ("&").
> 
> Signed-off-by: Jonathan Druart 

passing QA, trival patch

$ koha-qa.pl -c 1

testing 1 commit(s) (applied to commit 0a35b26)
 * 74d0ff6 Bug 8382 [Follow-up] It is not possible to cancel an order when
receiving on a filtered page in parcel.pl
  koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt

* koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.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 8827] YUI CSS files no longer found on Yahoo servers

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8827

Mason James  changed:

   What|Removed |Added

 Blocks||8867

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


[Koha-bugs] [Bug 8867] remove broken/depreciated 'yuipath' syspref

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8867

Mason James  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Depends on||8827
 Resolution|--- |INVALID

--- Comment #1 from Mason James  ---
ahh, ignore this bug - i just clicked that its CSS *only*, thats local :)

-- 
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 8827] YUI CSS files no longer found on Yahoo servers

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8827

--- Comment #7 from Mason James  ---
(In reply to comment #6)
> (In reply to comment #4)
> > Would it be an idea to add some text next to the pref, mentioning that css
> > is always local and javascript comes from Yahoo, or something like that?
> 
> great idea - i've added a new bug to track this
> 
> http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8867

ahh, ignore this bug - i just clicked that its CSS *only*, thats local :)

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


[Koha-bugs] [Bug 8867] remove broken/depreciated 'yuipath' syspref

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8867

Mason James  changed:

   What|Removed |Added

 Depends on|8827|

-- 
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 8827] YUI CSS files no longer found on Yahoo servers

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8827

Mason James  changed:

   What|Removed |Added

 Blocks|8867|

--- Comment #6 from Mason James  ---
(In reply to comment #4)
> Would it be an idea to add some text next to the pref, mentioning that css
> is always local and javascript comes from Yahoo, or something like that?

great idea - i've added a new bug to track this

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

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


[Koha-bugs] [Bug 8827] YUI CSS files no longer found on Yahoo servers

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8827

Mason James  changed:

   What|Removed |Added

 Blocks||8867

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


[Koha-bugs] [Bug 8867] remove broken/depreciated 'yuipath' syspref

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8867

Mason James  changed:

   What|Removed |Added

 Depends on||8827

-- 
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 8867] New: remove broken/depreciated 'yuipath' syspref

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8867

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8867
CC: gmcha...@gmail.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: remove broken/depreciated 'yuipath' syspref
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: m...@kohaaloha.com
  Hardware: All
Status: NEW
   Version: master
 Component: System Administration
   Product: Koha

depends on 8827

-- 
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 8827] YUI CSS files no longer found on Yahoo servers

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8827

Mason James  changed:

   What|Removed |Added

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

--- Comment #5 from Mason James  ---
(In reply to comment #2)
> Created attachment 12526 [details]
> [SIGNED_OFF] Patch

works as expected, passing QA...

$ koha-qa.pl -c 1

testing 1 commit(s) (applied to commit 0a35b26)
 * 47fd399 Bug 8827 - YUI CSS files no longer found on Yahoo servers
  koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc

* koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc  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 8623] Javascript libraries should be outside theme directories

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8623

Mason James  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #19 from Mason James  ---
(In reply to comment #18)
> Created attachment 12575 [details]
> [SIGNED-OFF] Bug 8623 follow-up: make sure CCSR theme loads YUI
> 
> Signed-off-by: Kyle M Hall 

passing QA on 2 patches, tested OK

$ koha-qa.pl -c 2

testing 2 commit(s) (applied to commit 0a35b26)
 * fabf5cf Bug 8623 follow-up: make sure CCSR theme loads YUI
  koha-tmpl/opac-tmpl/ccsr/en/css/opac.css
  koha-tmpl/opac-tmpl/ccsr/en/css/sco.css
  koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc

 * 399f7cd Bug 8623 - Fix YUI path for OPAC in debian/rules
  debian/rules

* koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc  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 8379] Encoding problem under Plack

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8379

Mason James  changed:

   What|Removed |Added

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

--- Comment #15 from Mason James  ---
> Signed-off-by: Dobrica Pavlinusic 

passing QA on 2 patches, good spotting!

$ koha-qa.pl -c 2

testing 2 commit(s) (applied to commit 0a35b26)
 * 268f89b Bug 8379 don't close dbh
  admin/marc_subfields_structure.pl

 * fcc89e7 Bug 8379 removing another useless ->disconnect line
  admin/z3950servers.pl

* admin/marc_subfields_structure.plOK
* admin/z3950servers.plOK
mason@xen1:~/g/head$

-- 
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 8866] Plack - remove unneeded dbh->disconnects OMNIBUS

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8866

Mason James  changed:

   What|Removed |Added

 Depends on||8379

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


[Koha-bugs] [Bug 8379] Encoding problem under Plack

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8379

Mason James  changed:

   What|Removed |Added

 Blocks||8866

-- 
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 8866] New: Plack - remove unneeded dbh->disconnects OMNIBUS

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8866

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8866
  Assignee: gmcha...@gmail.com
   Summary: Plack - remove unneeded dbh->disconnects OMNIBUS
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: m...@kohaaloha.com
  Hardware: All
Status: NEW
   Version: master
 Component: Architecture, internals, and plumbing
   Product: Koha

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


[Koha-bugs] [Bug 8253] Fine doubling

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8253

Mason James  changed:

   What|Removed |Added

   Priority|P3  |P1 - high

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


[Koha-bugs] [Bug 8253] Fine doubling

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8253

Mason James  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff
 CC||m...@kohaaloha.com

--- Comment #18 from Mason James  ---
(In reply to comment #17)
> Created attachment 12653 [details]
> Bug 8253 - Fine doubling

this patch has been tested OK for 3.6 to 3.8 upgrades
... by Catalyst-NZ, and Calyx/KohaAloha

this patch provides a simpler fix to the existing 2 patches.

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


[Koha-bugs] [Bug 8253] Fine doubling

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8253

--- Comment #17 from Mason James  ---
Created attachment 12653
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12653&action=edit
Bug 8253 - Fine doubling

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


[Koha-bugs] [Bug 8378] syntax not working on overdues anymore

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8378

--- Comment #16 from wajasu  ---
What the RMmaintenance mgr for production 3.8  wants is not only to test the
overdue_notice.pl, but also that other notices are still being sent (not
breaking).  This fix NFC normalizes the enqueued letters so that certain
unicode symbols would not cause the letter to be truncated when stored.  The
fine currency symbol was causing truncations of the letter in mysql.

This fix also enabled utf8 to be shown correctly in email clients (for
attachments).

Note: This fix is already on master, hopefully on track for 3.10.  And should
show up in notice realted testing prior to 3.10.

-- 
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 6030] Allow for html in letters in overdue notices

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6030

--- Comment #29 from wajasu  ---
The third one, is the one I believe I had problems applying.
attachment 12235

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/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-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8597

--- Comment #69 from Nicole C. Engard  ---
(In reply to comment #67)
> Created attachment 12651 [details]
> homepage
> 
> My home page on mac with FF has all the sidebars at the bottom ...

It's the same on Mac and Chrome.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/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-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8597

--- Comment #68 from Nicole C. Engard  ---
Created attachment 12652
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12652&action=edit
patron menu at bottom

Same on my patron details

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/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-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8597

--- Comment #67 from Nicole C. Engard  ---
Created attachment 12651
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12651&action=edit
homepage

My home page on mac with FF has all the sidebars at the bottom ...

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


[Koha-bugs] [Bug 8851] strange blue bar above serials results

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8851

Nicole C. Engard  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 8851] strange blue bar above serials results

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8851

Nicole C. Engard  changed:

   What|Removed |Added

  Attachment #12649|0   |1
is obsolete||

--- Comment #3 from Nicole C. Engard  ---
Created attachment 12650
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12650&action=edit
[SIGNED-OFF] Bug 8851 - strange blue bar above serials results

Bug 5357 (Subscription search and displays) added an advanced
search form which adds a new interface featured: a collapsible
fieldset with the search form inside. Bug 8851 was filed
because it is not immediately obvious that the search form
is hidden and can be shown by clicking the fieldset's legend.

I contend that this new behavior is unnecessary: In many other
places we put a similar search form in the left-hand sidebar.

This patch amends the template to show the search form in the
main body of the page if no search has been performed. After
searching the form is moved to the sidebar. This keeps the page
consistent with other interfaces and eliminates the confusion
about the collapsed form.

Signed-off-by: Nicole C. Engard 

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


[Koha-bugs] [Bug 8851] strange blue bar above serials results

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8851

--- Comment #2 from Owen Leonard  ---
Created attachment 12649
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12649&action=edit
Bug 8851 - strange blue bar above serials results

Bug 5357 (Subscription search and displays) added an advanced
search form which adds a new interface featured: a collapsible
fieldset with the search form inside. Bug 8851 was filed
because it is not immediately obvious that the search form
is hidden and can be shown by clicking the fieldset's legend.

I contend that this new behavior is unnecessary: In many other
places we put a similar search form in the left-hand sidebar.

This patch amends the template to show the search form in the
main body of the page if no search has been performed. After
searching the form is moved to the sidebar. This keeps the page
consistent with other interfaces and eliminates the confusion
about the collapsed form.

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


[Koha-bugs] [Bug 8851] strange blue bar above serials results

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8851

Owen Leonard  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

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


[Koha-bugs] [Bug 7963] Parallel HTTP requests when checking URLs

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7963

Frédéric Demians  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

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

[Koha-bugs] [Bug 7963] Parallel HTTP requests when checking URLs

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7963

Frédéric Demians  changed:

   What|Removed |Added

  Attachment #12644|0   |1
is obsolete||

--- Comment #22 from Frédéric Demians  ---
Created attachment 12648
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12648&action=edit
[SIGNED-OFF] follow-up: die nicely if AnyEvent libraries not installed

Good point!

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

[Koha-bugs] [Bug 8728] t/db_dependent/Reserve.t test doesn't use resdate and expdate arguments for AddReserve

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8728

Paul Poulain  changed:

   What|Removed |Added

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

--- Comment #4 from Paul Poulain  ---
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 8728] t/db_dependent/Reserve.t test doesn't use resdate and expdate arguments for AddReserve

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8728

Paul Poulain  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||paul.poul...@biblibre.com

--- Comment #3 from Paul Poulain  ---
QA comment:
 * 0 side-effect risk (unit test only)
 * koha-qa.pl irrelevent
 * looking at the code, nothing to say

I can't test it on my sandbox because it's MAR21 and my demo is UNIMARC. Thus
creating the test record badly fail:
substr outside of string at /usr/share/perl5/MARC/File/XML.pm line 498.
Use of uninitialized value $enc in string eq at
/usr/share/perl5/MARC/File/XML.pm line 500.
Use of uninitialized value $enc in string eq at
/usr/share/perl5/MARC/File/XML.pm line 500.
Use of uninitialized value $enc in string eq at
/usr/share/perl5/MARC/File/XML.pm line 502.
Use of uninitialized value $enc in concatenation (.) or string at
/usr/share/perl5/MARC/File/XML.pm line 505.
Unsupported UNIMARC character encoding [] for XML output for UNIMARC; 100$a ->
Moffat, Steven at /usr/share/perl5/MARC/File/XML.pm line 505.

Passed QA

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


[Koha-bugs] [Bug 8711] alternating colors messed up on reports

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8711

Paul Poulain  changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
Version|master  |rel_3_8
   Severity|enhancement |minor

--- Comment #4 from Paul Poulain  ---
Patch pushed to master

Minor bugfix, but I think it's more a bugfix than an ENH

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/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-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6945

Owen Leonard  changed:

   What|Removed |Added

 Status|Patch doesn't apply |Passed QA

--- Comment #24 from Owen Leonard  ---
Paul could you try again? I used git bz to apply these patches today and while
the second one required an automatic 3-way merge it did finish successfully.

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


[Koha-bugs] [Bug 8711] alternating colors messed up on reports

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8711

Paul Poulain  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||paul.poul...@biblibre.com

--- Comment #3 from Paul Poulain  ---
QA comment:
 * 0 side effect risk, template & reports only
 * passes koha-qa.pl

passed QA

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


[Koha-bugs] [Bug 8583] Add a warning if a Z39.50 search is started from the "Edit biblio record" page

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8583

Paul Poulain  changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
Version|master  |rel_3_8
   Severity|enhancement |minor

--- Comment #5 from Paul Poulain  ---
Patch pushed to master.

More a minor bugfix than an ENH, but chris, up to you, as usual

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


[Koha-bugs] [Bug 8583] Add a warning if a Z39.50 search is started from the "Edit biblio record" page

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8583

Paul Poulain  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||paul.poul...@biblibre.com

--- Comment #4 from Paul Poulain  ---
QA comment:
 * tiny patch, no side effect risk
 * passes koha-qa.pl

passed QA

Question: why does the message say: "could replace" ? It "will" replace isn't
it ?

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


[Koha-bugs] [Bug 8674] Need a delete biblios script

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8674

Paul Poulain  changed:

   What|Removed |Added

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

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


[Koha-bugs] [Bug 8674] Need a delete biblios script

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8674

--- Comment #10 from Paul Poulain  ---
Created attachment 12647
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12647&action=edit
Bug 8674 follow-up Fix perlcritic error

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


[Koha-bugs] [Bug 8674] Need a delete biblios script

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8674

Paul Poulain  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||paul.poul...@biblibre.com

--- Comment #9 from Paul Poulain  ---
QA comment:
 * 0 side effect risk: new script in misc
 * script located at same place as many other batchsomething, so it's OK
 * passes koha-qa.pl after a tiny follow-up for perlcritic ( file opening was
not perlcritic compliant)

passed QA

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


[Koha-bugs] [Bug 8865] New: Re-logging in needs to pass POST & GET arguments

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8865

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8865
CC: dpav...@rot13.org
  Assignee: gmcha...@gmail.com
   Summary: Re-logging in needs to pass POST & GET arguments
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: k...@bywatersolutions.com
  Hardware: All
Status: NEW
   Version: master
 Component: Authentication
   Product: Koha

When a librarian is forced to re-login for an action ( either for
super-librarian privileges, or because of a timeout ), this should pass in both
GET and POST arguments to the page that we forward to. Not doing so causes
problems, a case in point is bug 8860's error message.

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


[Koha-bugs] [Bug 8856] Details section of cart always displays 59

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8856

--- Comment #1 from Owen Leonard  ---
My library is running 3.08.03.000 in production and I can't reproduce this
error.

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


[Koha-bugs] [Bug 8856] Details section of cart always displays 59

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8856

Elliott Davis  changed:

   What|Removed |Added

Version|master  |rel_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 8860] can't merge if you don't have fast cataloging permissions

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8860

--- Comment #3 from Owen Leonard  ---
(In reply to comment #0)
> Also, the error message is misleading since it's a permissions issue and not
> an issue with the number of items you're merging.

By the way, the error message has nothing to do with the bug itself. The error
message arises because after you're logged out and forced to log in again the
merge operation has lost the original two records you asked to merge. That's
why it complains about the number of items (which is 0)

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


[Koha-bugs] [Bug 7992] new plugin about Automatic Number incrementing inventory. Prefix management from a authorised values list

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7992

Paul Poulain  changed:

   What|Removed |Added

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

--- Comment #30 from Paul Poulain  ---
Patch pushed to master

Version changed = no reason to put it in 3.8 (but no risk as well, so, chris_c,
your choice ;-) )

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


[Koha-bugs] [Bug 7992] new plugin about Automatic Number incrementing inventory. Prefix management from a authorised values list

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7992

Paul Poulain  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||paul.poul...@biblibre.com

--- Comment #29 from Paul Poulain  ---
QA comment
 * 0 side effect risk, cataloguing plugin independant from anything else
 * passes koha-qa.pl
 * documentation included

Passes QA

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


[Koha-bugs] [Bug 8350] Searching for a 10 or 13 digit string (with a number in it) that does not exist in one's catalog will fail to affect SQL statement correctly in C4::Breeding

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8350

Paul Poulain  changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master
Version|unspecified |rel_3_8

--- Comment #12 from Paul Poulain  ---
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 8350] Searching for a 10 or 13 digit string (with a number in it) that does not exist in one's catalog will fail to affect SQL statement correctly in C4::Breeding

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8350

Paul Poulain  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||paul.poul...@biblibre.com

--- Comment #11 from Paul Poulain  ---
QA comment:
  * small patch, tiny side effect risk
  * passes koha-qa.pl

fixes the error & cataloguing still work after patch

passed QA

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


[Koha-bugs] [Bug 8860] can't merge if you don't have fast cataloging permissions

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8860

Owen Leonard  changed:

   What|Removed |Added

  Attachment #12634|0   |1
is obsolete||

--- Comment #2 from Owen Leonard  ---
Created attachment 12646
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12646&action=edit
[SIGNED-OFF] Bug 8860 - can't merge if you don't have fast cataloging
permissions

Signed-off-by: Owen Leonard 

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


[Koha-bugs] [Bug 8860] can't merge if you don't have fast cataloging permissions

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8860

Owen Leonard  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 8864] New: AutoUnsuspendReserves date check incorrect

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8864

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8864
CC: gmcha...@gmail.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: AutoUnsuspendReserves date check incorrect
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: elli...@bywatersolutions.com
  Hardware: All
Status: NEW
   Version: master
 Component: Hold requests
   Product: Koha

AutoUnsuspendReserves should compare the suspend_until field as <= rather than
<

-- 
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 8497] Strange behavior when modifying the 'timeout' system preference.

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8497

Owen Leonard  changed:

   What|Removed |Added

  Attachment #12629|0   |1
is obsolete||

--- Comment #2 from Owen Leonard  ---
Created attachment 12645
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12645&action=edit
[SIGNED-OFF] Bug 8497: Strange behavior when modifying the timeout system
preference

Signed-off-by: Owen Leonard 

Tested standard login, patron auto-complete, and system preferences.

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


[Koha-bugs] [Bug 8497] Strange behavior when modifying the 'timeout' system preference.

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8497

Owen Leonard  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 7963] Parallel HTTP requests when checking URLs

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7963

--- Comment #21 from Paul Poulain  ---
Created attachment 12644
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12644&action=edit
Bug 7963 follow-up: die nicely if AnyEvent libraries not installed

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


[Koha-bugs] [Bug 7963] Parallel HTTP requests when checking URLs

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7963

Paul Poulain  changed:

   What|Removed |Added

 CC||paul.poul...@biblibre.com

--- Comment #20 from Paul Poulain  ---
QA comment:
 * passes koha-qa.pl
 * badly fail if you don't have AnyEvent packages installed. I wrote a small
follow-up for a better message in case of problem. Please sign it, and mark
passed QA, everything is 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 7412] Pre-filling items in cataloguing

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7412

Owen Leonard  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 7751] Decrease loan period on items with a high number of holds

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

Owen Leonard  changed:

   What|Removed |Added

  Attachment #12528|0   |1
is obsolete||

--- Comment #43 from Owen Leonard  ---
Created attachment 12643
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12643&action=edit
[SIGNED-OFF] Bug 7751: Decrease loan length with many holds

This patch merges the three preferences in to one sentence
to make it clear that they are all linked together and to
eliminate confusion that can come by having them as
individual preferences.

Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/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-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7751

Owen Leonard  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 8660] Tag status does not show on multiple tag add

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8660

--- Comment #9 from Paul Poulain  ---
Created attachment 12642
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12642&action=edit
Bug 8860 follow-up: Porting opac.css changes to cssr theme

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


[Koha-bugs] [Bug 8660] Tag status does not show on multiple tag add

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8660

Paul Poulain  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA
 CC||paul.poul...@biblibre.com

--- Comment #8 from Paul Poulain  ---
QA comment:
 * patch signed-off since more than 1 month, QAing it myself
 * template only changes, low side effect risk
 * koha-qa.pl is OK:
 ../qa/koha-qa.pl -v 2 -c 1

testing 1 commit(s) (applied to commit 813c744)
 * 8b19523 Bug 8660: Tag status does not show on multiple tag add
  koha-tmpl/opac-tmpl/prog/en/css/opac.css
  koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc
  koha-tmpl/opac-tmpl/prog/en/js/tags.js
  koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt
  koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt
  koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt
  koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt
  koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt

- koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc 
OK
forbidden patterns  OK
tt_validOK
valid_template  OK
- koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt  
OK
forbidden patterns  OK
tt_validOK
valid_template  OK
- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt  
OK
forbidden patterns  OK
tt_validOK
valid_template  OK
- koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt 
OK
forbidden patterns  OK
tt_validOK
valid_template  OK
- koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt 
OK
forbidden patterns  OK
tt_validOK
valid_template  OK
- koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt 
OK
forbidden patterns  OK
tt_validOK
valid_template  OK

  * some css added to opac/prog, I added them in opac/ccsr as well


Testing the feature (using the CCSR theme)
 * when I add tag to multiple biblios, I see the status on each line
 * when I add a tag to a given biblio, from the biblio list, It does not work
anymore= clicking on "Add" does nothing (no message, no change, no javascript
error)

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


[Koha-bugs] [Bug 8863] When clearing a patron attribute, they are all cleared

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8863

Fridolyn SOMERS  changed:

   What|Removed |Added

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

--- Comment #1 from Fridolyn SOMERS  ---
Created attachment 12641
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12641&action=edit
Proposed patch

Very small patch.

Test plan : 
On a patron with several attributes, click on a "clear" link, all attributes
are erased.

-- 
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 8863] New: When clearing a patron attribute, they are all cleared

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8863

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8863
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com
  Assignee: koha-bugs@lists.koha-community.org
   Summary: When clearing a patron attribute, they are all cleared
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: fridolyn.som...@biblibre.com
  Hardware: All
Status: NEW
   Version: master
 Component: Patrons
   Product: Koha

Bug 8431 introduced a small bug in memberentrygen.tt on clear_entry().
When clearing a patron attribute, they are all cleared.

-- 
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 7412] Pre-filling items in cataloguing

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7412

Owen Leonard  changed:

   What|Removed |Added

  Attachment #12504|0   |1
is obsolete||

--- Comment #37 from Owen Leonard  ---
Created attachment 12640
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12640&action=edit
[SIGNED-OFF] Bug 7412: Follow up: Update preference to sentence

This patch updates the preference question to a sentence
to follow the standard set with previous preferences.

Signed-off-by: Owen Leonard 

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


[Koha-bugs] [Bug 8175] items.materials check logs error or displays incorrectly in details.pl

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8175

M. Tompsett  changed:

   What|Removed |Added

Version|master  |unspecified

--- Comment #14 from M. Tompsett  ---
This bug still exists in 3.6.x, 3.8.x, and master. That's why I changed the
version to unspecified.

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


[Koha-bugs] [Bug 8845] Add ability search patrons by date of birth

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8845

--- Comment #6 from Kyle M Hall  ---
Created attachment 12639
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12639&action=edit
Bug 8845 - Add ability search patrons by date of birth - Add tooltip

-- 
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 8449] Improve wording and styling for "cancelled holds" on Holds Awaiting Pickup screen

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8449

--- Comment #9 from Owen Leonard  ---
Created attachment 12638
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12638&action=edit
[FOLLOW-UP] Bug 8449 - Improve wording and styling for "cancelled holds" on
Holds Awaiting Pickup screen

(In reply to comment #6)
> Question:
>
> IE: you lose the information of the branch you must transfer it to. Was it
> intended ?

I don't recall my reasoning when I submitted the patch but I agree that having
the library name is useful.

This follow-up returns the library name to message about hold requiring
transfer

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


[Koha-bugs] [Bug 8449] Improve wording and styling for "cancelled holds" on Holds Awaiting Pickup screen

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8449

Owen Leonard  changed:

   What|Removed |Added

  Attachment #12637|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 8449] Improve wording and styling for "cancelled holds" on Holds Awaiting Pickup screen

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8449

--- Comment #8 from Owen Leonard  ---
Created attachment 12637
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12637&action=edit
Bug 8449 - Improve wording and styling for "cancelled holds" on Holds Awaiting
Pickup screen

This patch re-implements and adapts the changes dc...@prosentient.com.au
submitted in a patch which no longer applies. I have changed the
"alert" style messages to "message" style to match the style
which is applied to "hold found" messages elsewhere.

I have also revised the language in a way that I think is more
clear and accurate.

Signed-off-by: Nicole C. Engard 

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


[Koha-bugs] [Bug 8861] Undefined variables in batchMod.pl trigger error logs

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8861

--- Comment #2 from M. Tompsett  ---
Created attachment 12636
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12636&action=edit
Fix inconsequential error loggling in batchMod.pl (3.8, 3.6)

Should be the same tests as above. This patch should apply to 3.8.x and 3.6.x
versions. This was tested 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 8861] Undefined variables in batchMod.pl trigger error logs

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8861

M. Tompsett  changed:

   What|Removed |Added

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

--- Comment #1 from M. Tompsett  ---
Created attachment 12635
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12635&action=edit
Fix inconsequential error loggling in batchMod.pl

Test

1) Login to staff client
2) Tools
3) Batch item modification
4) check intranet error logs. Should see error like:
[Tue Oct 02 21:13:19 2012] [error] [client 192.168.100.2] [Tue Oct  2 21:13:19
2012] batchMod.pl: Problem = a value of 1 has been passed to param without key
at /usr/share/koha/lib/C4/Templates.pm line 187.,
5) apply patch
6) Tools
7) Batch item modification
8) check intranet error logs. Error should not be created.

This the master version patch.

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


[Koha-bugs] [Bug 8845] Add ability search patrons by date of birth

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8845

--- Comment #5 from Owen Leonard  ---
(In reply to comment #4)
> I think the problem with coding is that e.g. 03-09-2012 would be ambiguous
> (3. September or 9. March?).

Unless you used the dateformat system preference as a rule by which you parse
the date. Does Koha have existing code for handling varying date inputs?

Otherwise, I agree that putting a hint in the  is a good idea.

-- 
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 8845] Add ability search patrons by date of birth

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8845

--- Comment #4 from Marc Véron  ---
I think the problem with coding is that e.g. 03-09-2012 would be ambiguous (3.
September or 9. March?).

Thats why I propose to give a hint, the best place would be in the selection
itself, e.g.
Date of birth (MMDD)

Marc

-- 
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 8860] can't merge if you don't have fast cataloging permissions

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8860

Owen Leonard  changed:

   What|Removed |Added

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 8497] Strange behavior when modifying the 'timeout' system preference.

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8497

Fridolyn SOMERS  changed:

   What|Removed |Added

   Severity|normal  |critical

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


[Koha-bugs] [Bug 8860] can't merge if you don't have fast cataloging permissions

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8860

Kyle M Hall  changed:

   What|Removed |Added

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

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


[Koha-bugs] [Bug 8862] merge.pl contains untranslatable strings

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8862

Kyle M Hall  changed:

   What|Removed |Added

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

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


[Koha-bugs] [Bug 8860] can't merge if you don't have fast cataloging permissions

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8860

Kyle M Hall  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

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


[Koha-bugs] [Bug 8860] can't merge if you don't have fast cataloging permissions

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8860

--- Comment #1 from Kyle M Hall  ---
Created attachment 12634
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12634&action=edit
Bug 8860 - can't merge if you don't have fast cataloging permissions

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


[Koha-bugs] [Bug 8860] can't merge if you don't have fast cataloging permissions

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8860

Kyle M Hall  changed:

   What|Removed |Added

 CC||k...@bywatersolutions.com
   Assignee|gmcha...@gmail.com  |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 8862] merge.pl contains untranslatable strings

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8862

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #12632|0   |1
is obsolete||

--- Comment #3 from Kyle M Hall  ---
Created attachment 12633
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12633&action=edit
Bug 8862 - merge.pl contains untranslatable strings

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


[Koha-bugs] [Bug 8862] merge.pl contains untranslatable strings

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8862

Kyle M Hall  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

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


[Koha-bugs] [Bug 8862] merge.pl contains untranslatable strings

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8862

Kyle M Hall  changed:

   What|Removed |Added

   Assignee|gmcha...@gmail.com  |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 8862] merge.pl contains untranslatable strings

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8862

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #12631|0   |1
is obsolete||

--- Comment #2 from Kyle M Hall  ---
Created attachment 12632
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12632&action=edit
Bug 8862 - merge.pl contains untranslatable strings

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


[Koha-bugs] [Bug 8862] merge.pl contains untranslatable strings

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8862

--- Comment #1 from Kyle M Hall  ---
Created attachment 12631
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12631&action=edit
Bug 8862 - merge.pl contains untranslatable strings

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


[Koha-bugs] [Bug 8862] merge.pl contains untranslatable strings

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8862

Kyle M Hall  changed:

   What|Removed |Added

   Severity|enhancement |normal

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


[Koha-bugs] [Bug 8862] New: merge.pl contains untranslatable strings

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8862

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8862
CC: m.de.r...@rijksmuseum.nl
  Assignee: gmcha...@gmail.com
   Summary: merge.pl contains untranslatable strings
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: k...@bywatersolutions.com
  Hardware: All
Status: NEW
   Version: master
 Component: Cataloging
   Product: Koha

merge.pl has error strings embedded in the Perl code, and are thus not
translatable.

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


[Koha-bugs] [Bug 8861] New: Undefined variables in batchMod.pl trigger error logs

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8861

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8861
  Assignee: gmcha...@gmail.com
   Summary: Undefined variables in batchMod.pl trigger error logs
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: mtomp...@hotmail.com
  Hardware: All
Status: NEW
   Version: master
 Component: Tools
   Product: Koha

This module was looked at because of:
[Tue Oct 02 17:00:56 2012] [error] [client 192.168.100.2] [Tue Oct  2 17:00:56
2012] batchMod.pl: Problem = a value of 1 has been passed to param without key
at /usr/share/koha/lib/C4/Templates.pm line 187.

There are two sections that match, though this was likely the $op case, not the
$error case:

$template->param(
op  => $nextop,
$op => 1,
);

foreach my $error (@errors) {
$template->param($error => 1);
}

I would normally change:
my $op   = $input->param('op');
into
my $op   = $input->param('op') || q{};
However there was code that read:
if (!defined $op) {
So, I looked to see how $op was used after that:
if ($op eq "action") {
if ($op eq "show"){
Of course, the above error'ing code, and lastly.
if ($op eq "action") {
As such, I decided to define $op = q{} inside the if statement, after it ran
it's !defined check. And I still moved the $op => 1 to an external, conditional
template param call.

Additionally, I looked for where @errors was used in the file, but only the
declaration, and this foreach had a @errors reference. And as an array could be
filled with undef's, I err'd on the side of caution by adding "if $error" on
the template parameter call.

This was found in 3.8.5. Looks like it is master too.
Patch to follow shortly.

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


[Koha-bugs] [Bug 8689] disable login via Koha's $database account

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8689

Magnus Enger  changed:

   What|Removed |Added

 CC||mag...@enger.priv.no

--- Comment #3 from Magnus Enger  ---
What should the status be here? Needs signoff or Failed QA?

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


[Koha-bugs] [Bug 8581] Authority display doesn't like GND records

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8581

--- Comment #11 from Jared Camins-Esakov  ---
Patch rebased for 3.8.x attached.

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


[Koha-bugs] [Bug 8581] Authority display doesn't like GND records

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8581

Jared Camins-Esakov  changed:

   What|Removed |Added

  Attachment #11395|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 5998] Error "failed to submit form parsererror" and empty staged

2012-10-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5998

Fridolyn SOMERS  changed:

   What|Removed |Added

   Severity|enhancement |minor

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


  1   2   >