[Koha-bugs] [Bug 8522] Markup errors cause problems with customized CSS

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #4 from Mason James  ---
(In reply to comment #3)
> Created attachment 11396 [details]
> Bug 8522 - Markup errors cause problems with customized CSS
> 
> Some includes and templates contained duplicate "header" ids in
> the markup. The problem should have come up in routine page
> validation, but was obvious when custom CSS was applied.
> 
> To test, load any of the affected pages and validate the
> generated HTML. There should be no errors about 'ID "header"
> already defined." Or, add custom CSS to intranetusercss:
> 
> ...and confirm that only the topmost menu background is affected.
> 
> Signed-off-by: Chris Cormack 

patch look good, passing QA


mason@xen1:~/git/head$ koha-qa.pl
* e6a5599 Bug 8522 - Markup errors cause problems with customized CSS
   
koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-search.inc
   
koha-tmpl/intranet-tmpl/prog/en/includes/cities-admin-search.inc
   
koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc
   
koha-tmpl/intranet-tmpl/prog/en/includes/roadtype-admin-search.inc
koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt

- perlcritic-progressive tests... OK
- perl -c syntax tests... OK
- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... OK
mason@xen1:~/git/head$

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


[Koha-bugs] [Bug 8573] Translation difficult in picture-upload.tt due to nested sentence in if/foreach/if/elsif - construction

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #6 from Mason James  ---
(In reply to comment #5)
> Created attachment 11523 [details]
> [SIGNED-OFF] Bug 8573 - Translation difficult in picture-upload.tt due to
> Signed-off-by: Julian Maurice 

patch looks good, passing QA

mason@xen1:~/git/head$ koha-qa.pl
* 5475444 Bug 8573 - Translation difficult in picture-upload.tt due to
nested sentence in if/foreach/if/elsif - construction
koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt

- perlcritic-progressive tests... OK
- perl -c syntax tests... OK
- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... 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 7589] tinymce editor broken in .deb packages - in 'en' templates

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

Magnus Enger  changed:

   What|Removed |Added

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

--- Comment #9 from Magnus Enger  ---
I just tested on an installation of 3.8.3 running off the official packages,
and it has tiny_mce working beautifully for both English and Norwegian. Maybe
this is just a problem for 3.6.x 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 8175] Check for something in materials field fails in catalogue/details.pl

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

Mason James  changed:

   What|Removed |Added

 Status|Signed Off  |In Discussion
 CC||m...@kohaaloha.com

--- Comment #10 from Mason James  ---
(In reply to comment #9)
> Hi Mark,
> 
> Could you resubmit your patch after updating your commit message please ?
> (clarify "As such, a defined check handles the NULL, 0, and '0' cases.")

status modded to 'in discussion'...

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


[Koha-bugs] [Bug 8549] DataTables upgrade broke display of next/previous buttons in table controls

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #5 from Mason James  ---
(In reply to comment #3)
> Created attachment 11459 [details]
> Bug 8549 - DataTables upgrade broke display of next/previous buttons in
> table controls
>  
> Signed-off-by: Chris Cormack 

patch looks good, passing QA

fyi: we need to add .css and .js validation tests to qa-tools too... :)



mason@xen1:~/git/head$ koha-qa.pl
* 35aa6ba Bug 8549 - DataTables upgrade broke display of next/previous
buttons in table controls
koha-tmpl/intranet-tmpl/prog/en/css/datatables.css
koha-tmpl/intranet-tmpl/prog/en/js/datatables.js

- perlcritic-progressive tests... OK
- perl -c syntax tests... OK
- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... 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 8419] Suspended holds appear on the daily holds queue

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

Chris Cormack  changed:

   What|Removed |Added

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

--- Comment #5 from Chris Cormack  ---
Pushed to 3.8.x will be in 3.8.4

-- 
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 8172] Missing dereference marker for buildQuery parameter in addbooks.pl

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

--- Comment #7 from Chris Cormack  ---
Pushed to 3.8.x will be in 3.8.4

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


[Koha-bugs] [Bug 8575] Number of items expected is wrong

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

--- Comment #4 from Chris Cormack  ---
Pushed to 3.8.x, will be in 3.8.4

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


[Koha-bugs] [Bug 8479] Opac Holds being created with priority set to NULL

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

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 11344 [details]
> Bug 8479 Calculate rank irrespective of display option
> 
> Signed-off-by: Kyle M Hall 

patch looks good, passing QA


mason@xen1:~/git/head$ koha-qa.pl
* 90dd666 Bug 8479 Calculate rank irrespective of display option
opac/opac-reserve.pl

- perlcritic-progressive tests... OK
- perl -c syntax tests... OK
- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... 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 8586] Small bug in die if no mapping in framework for biblioitems.biblioitemnumber

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #4 from Mason James  ---
(In reply to comment #3)
> Created attachment 11461 [details]
> Bug 8586: Small bug in die if no mapping in framework for
> biblioitems.biblioitemnumber
> 
> Signed-off-by: Chris Cormack 

patch looks good, passing QA


mason@xen1:~/git/head$ koha-qa.pl
* 4481197 Bug 8586: Small bug in die if no mapping in framework for
biblioitems.biblioitemnumber
C4/Biblio.pm

- perlcritic-progressive tests... OK
- perl -c syntax tests... OK
- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... 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 8495] Javascript error when creating a new order

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

Chris Cormack  changed:

   What|Removed |Added

  Attachment #11106|0   |1
is obsolete||

--- Comment #4 from Chris Cormack  ---
Created attachment 11524
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11524&action=edit
Bug 8495: Fix JS error when creating a new order

bug introduced by bug 7178
(http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7178)

Signed-off-by: Jonathan Druart 
Signed-off-by: Chris Cormack 

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


[Koha-bugs] [Bug 8495] Javascript error when creating a new order

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

Chris Cormack  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||ch...@bigballofwax.co.nz

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


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

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

Chris Cormack  changed:

   What|Removed |Added

 Status|Needs Signoff   |In Discussion

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


[Koha-bugs] [Bug 5342] Serial claiming improvements

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

--- Comment #36 from Jonathan Druart  ---
(In reply to comment #35)
> Hi Jonathan,

Hi Katrin,

> You wrote: "(note the "order" tag could be "whatever")" What does this mean?
> I could write  around my item fields and it would still get repeated
> correctly? 
Yes

> I see that there is no tag to mark the repeating section in the HTML message
> you posted - how does the template know which parts to repeat for each
> serial that needs to be claimed?

My development has been modified a lot of time and is not the one used by our
customer. First patch needed an order tag. Now, since Bug 7001, this behaviour
changed and I don't know exactly how it works.

But I think the results (see comment 34) are what we want.

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


[Koha-bugs] [Bug 8307] Set a value for items when receiving

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

Paul Poulain  changed:

   What|Removed |Added

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

--- Comment #4 from Paul Poulain  ---
Patch tested with a sandbox, by Delaye Stephane 

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


[Koha-bugs] [Bug 8307] Set a value for items when receiving

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

Paul Poulain  changed:

   What|Removed |Added

  Attachment #11379|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 8307] Set a value for items when receiving

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

--- Comment #5 from Paul Poulain  ---
Created attachment 11525
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11525&action=edit
Bug 8307: Set a value for items when ordering

If items are created when ordering, this patch allows to add a value for
a field.

Test plan:
Define status for items.notforloan (mapping 995$o in unimarc), for
example 4:On order, 5:On treatment

Set the Syspref AcqCreateItem on "ordering".

ACQ framework : set default value = 4 for 995$o (in unimarc)

Syspref AcqItemStatusWhenReceived : set "995$o=5"

When ordering the item, default status will be 4 ; when receiving the
item, status will be changed from 4 to 5

Signed-off-by: Delaye Stephane 

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #3 from Mason James  ---
(In reply to comment #2)
> Created attachment 11395 [details]
> Bug 8581: don't display parentheses when we don't have a type
>
> Signed-off-by: Chris Cormack 

patch looks good, passing QA

*NOTE: PATCH MUST BE APPLIED AFTER 3462*



mason@xen1:~/git/head$ git bz apply 3462
Bug 3462 - Link see alsos in authorities

Bug 3462: Links in authorities should be hyperlinks
Apply? [yn] y

Applying: Bug 3462: Links in authorities should be hyperlinks
mason@xen1:~/git/head$ git bz apply 8581
Bug 8581 - Authority display doesn't like GND records

Bug 8581: don't display parentheses when we don't have a type
Apply? [yn] y

Applying: Bug 8581: don't display parentheses when we don't have a type
mason@xen1:~/git/head$ 
mason@xen1:~/git/head$ koha-qa.pl* 645650a Bug 8581: don't display
parentheses when we don't have a type
   
koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc
   
koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc

- perlcritic-progressive tests... OK
- perl -c syntax tests... OK
- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... OK
mason@xen1:~/git/head$

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


[Koha-bugs] [Bug 3462] Link see alsos in authorities

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #14 from Mason James  ---
(In reply to comment #13)
> Created attachment 11390 [details]
> Bug 3462: Links in authorities should be hyperlinks

> Signed-off-by: Jared Camins-Esakov 
> Rebased 26 July 2012
> 
> Signed-off-by: Jared Camins-Esakov 
> Rebased on master 1 August 2012
> 
> Signed-off-by: Jared Camins-Esakov 
> Rebased on master 6 August 2012
> 
> Signed-off-by: Katrin Fischer 


patch looks good, passing QA
well done everyone :)


mason@xen1:~/git/head$ koha-qa.pl
* 02ea726 Bug 3462: Links in authorities should be hyperlinks
C4/AuthoritiesMarc.pm
   
koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc
   
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt
   
koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc
   
koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt
opac/opac-authorities-home.pl

- perlcritic-progressive tests... OK
- perl -c syntax tests... OK
- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... OK

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

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

Mason James  changed:

   What|Removed |Added

 Status|Signed Off  |In Discussion
 CC||m...@kohaaloha.com

--- Comment #16 from Mason James  ---
(In reply to comment #15)
> Hi Frédéric,
> 
> Thank you for submitting this patch such fast :)
> It works very well in all my tests.
> 
> Just somes little remarks:

status modded to 'in discussion'

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

[Koha-bugs] [Bug 6832] Validation of total > budget in neworderempty

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

--- Comment #17 from Jonathan Druart  ---
(In reply to comment #15)
> (In reply to comment #13)
> > QA Comments:
> > 
> > It seems the patch does not work as expected.
> > I think your ajax script must to return $budget->{budget_amount} -
> > C4::Budgets::GetBudgetSpent($budget->{id}) (or GetBudgetOrdered ?).
> 
> My patch doesn't change the behavior of acqui/check_budget_total.pl at all,
> so i'm really not sure what you are talking about. Could you explain in more
> details ?

The ajax script returns $budget->{'budget_amount'}.
In the tt/js code an alert appears if the total for the current order is > the
amount of the selected budget.

Suppose a budget A is created with 100€ and 90€ are already spent then we have
a "base-level remaining" equal to 10€. If I create, for example, an order with
this budget and a total cost = 40, the script does not display the alert. But
the order amount is > to the amount remaining. Then I think the alert should
not take into account the total budget allocated but the base-level remaining.

-- 
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 8495] Javascript error when creating a new order

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #5 from Mason James  ---
(In reply to comment #4)
> Created attachment 11524 [details]
> Bug 8495: Fix JS error when creating a new order
> 
> bug introduced by bug 7178
> (http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7178)
> 
> Signed-off-by: Jonathan Druart 
> Signed-off-by: Chris Cormack 

patch looks good, passing QA


mason@xen1:~/git/head$ koha-qa.pl
* cf863e0 Bug 8495: Fix JS error when creating a new order
koha-tmpl/intranet-tmpl/prog/en/js/additem.js

- perlcritic-progressive tests... OK
- perl -c syntax tests... OK
- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... 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 7168] Search orders by basket group name

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

Marc Véron  changed:

   What|Removed |Added

  Attachment #11416|0   |1
is obsolete||

--- Comment #2 from Marc Véron  ---
Created attachment 11526
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11526&action=edit
[SIGNED-OFF] Bug 7168: Add basket group search field in histsearch.pl

Allow to search orders by basket group name

Signed-off-by: Marc Veron 

Displays search field for baketgroup 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 7168] Search orders by basket group name

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

Marc Véron  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 6617] table of contents not printing right if entered right

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #25 from Mason James  ---
(In reply to comment #24)
> Created attachment 11368 [details]
> [SIGNED-OFF] Bug 6617: Improve MARC21 enhanced contents display (intranet)
> 
> The display of "Enhanced" 505 (contents) fields in the MARC21
> XSLT is very poor, resulting in large, unreadable blocks of text,
> and -- for some series -- so much unnecessary duplication in the
> Notes tab that important information is entirely obscured. This
> patch reformats "enhanced" contents fields (MARC21 505 fields with
> $t and $r) so as to be more readable by breaking up entries on
> separate lines and making titles bold (to make them stand out more).
> 
> This patch does not address duplication of information in the Notes
> tab, per discussion on the #koha IRC channel.
> 
> To test:
> 1) View record with enhanced 505 field before applying patch. Observe
> it is very unfriendly.
> 2) Apply patch.
> 3) View same record, note that display is much improved.
> 
> Signed-off-by: Katrin Fischer 
> Display in staff and OPAC is consistent and improved after
> applying the patch.



patch looks good, passing QA on all patches

xslt files pass validation. 
 mason@xen1:~/git/head$ prove ./t/00-valid-xml.t 
 Result: PASS


mason@xen1:~/git/head$ koha-qa.pl -c 2
* e4ad597 Bug 6617: Improve MARC21 enhanced contents display (intranet)
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
   
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl
* 1a9cbf9 Bug 6617: Improve MARC21 enhanced contents display
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl

- perlcritic-progressive tests... OK
- perl -c syntax tests... OK
- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... OK

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

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

delaye  changed:

   What|Removed |Added

 CC||stephane.del...@biblibre.co
   ||m

--- Comment #30 from delaye  ---
I try to understand the usefulness of the patch. Want to display order
information from the search? Ok but why the OPAC? How useful for the borrowers
to know the price or the reference quantity of the order?
And then from the interface professional why delete this information after
receipt?

Why not limit the display to the internal interface  and do not delete the
information after the receipt? 

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


[Koha-bugs] [Bug 8498] can't specify an hour when specifying due date

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #13 from Mason James  ---
(In reply to comment #10)
> Other than this, nothing against a passed QA status

i think Kyle has answered Cait's and Paul's questions to satisfaction, so...
patch looks good, passing QA :)


mason@xen1:~/git/head$ koha-qa.pl 
* e99beda Bug 8498 - can't specify an hour when specifying due date
circ/circulation.pl
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
koha-tmpl/intranet-tmpl/prog/en/lib/jquery/jquery-ui.css
koha-tmpl/intranet-tmpl/prog/en/lib/jquery/jquery-ui.js
   
koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery-ui-timepicker-addon.js
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt

- perlcritic-progressive tests... OK
- perl -c syntax tests... OK
- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... 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 5725] Batch modifications for Biblios

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

delaye  changed:

   What|Removed |Added

 CC||stephane.del...@biblibre.co
   ||m

--- Comment #63 from delaye  ---
At the functional level there is not a duplicate with the 8015 bz ?.

-- 
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 7241] circulation action logs record biblionumber instead of item number

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #22 from Mason James  ---
(In reply to comment #20)
> Created attachment 11415 [details]
> [SIGNED-OFF] Bug 7241: fix for the CIRC logs -> itemnumber stored correctly
> 
> Signed-off-by: Owen Leonard 

patch looks good, passing QA


mason@xen1:~/git/head$ koha-qa.pl 
* a82aaaf Bug 7241: fix for the CIRC logs -> itemnumber stored
correctly
C4/Circulation.pm

- perlcritic-progressive tests... OK
- perl -c syntax tests... OK
- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... 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 8357] UNIMARCslim2OPACDetail.xsl, title without class and too links to views

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #16 from Mason James  ---
(In reply to comment #10)
> Created attachment 11269 [details]
> Bug 8204: fix UNIMARC display
> 
> UNIMARC display of authorities in the OPAC wasn't working due to
> changes in the BuildSummary function since the code was originally
> developed.
> 
> Signed-off-by: Paul Poulain 
> Signed-off-by: Zeno Tajoli 

patch looks good, passing QA

mason@xen1:~/git/head$ koha-qa.pl 
* 442dae6 Bug 8357: UNIMARCslim2OPACDetail.xsl, title without class and
too links to views
koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl

- perlcritic-progressive tests... OK
- perl -c syntax tests... OK
- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... 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 8533] Non-numeric cardnumbers screw up autoMemberNum

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #7 from Mason James  ---
(In reply to comment #6)
> Created attachment 11249 [details]
> Bug 8533 - Non-numeric cardnumbers screw up autoMemberNum
> 
> Signed-off-by: Jonathan Druart 
> Removes a warning from mysql:
> Truncated incorrect INTEGER value: 'P13000'

patch looks good, passing QA - nice regex Kyle! :)


mason@xen1:~/git/head$ koha-qa.pl 
* 38c7808 Bug 8533 - Non-numeric cardnumbers screw up autoMemberNum
C4/Members.pm

- perlcritic-progressive tests... OK
- perl -c syntax tests... OK
- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... OK

-- 
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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

 CC||ve...@veron.ch

--- Comment #4 from Marc Véron  ---
Great enhancement (that b.t.w. was urgently asked by our librarians a couple of
days ago).

I tested the patch. It behaves as expected, and I would like to sign-off...

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

[Koha-bugs] [Bug 7560] SIP Self Checkout Ignoring Fines Thresholds for Not Being able to Check Out Books

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #3 from Mason James  ---
(In reply to comment #2)
> Created attachment 11475 [details]
> Bug 7560 - SIP Self Checkout Ignoring Fines Thresholds for Not Being able to
> Check Out Books
> 
> Add checks in C4::ILS::Patron and C4::ILS::Transaction::Renew to make sure
> the patron
> is below the noissuescharge system pref for issues and OPACFineNoRenewals
> for renewals.
> 
> Signed-off-by: Chris Cormack 

perl syntax error in C4/SIP/ILS/Transaction/Renew.pm
sorry, failing QA...


mason@xen1:~/git/head$ koha-qa.pl 
* 2f47961 Bug 7560 - SIP Self Checkout Ignoring Fines Thresholds for
Not Being able to Check Out Books
C4/Overdues.pm
C4/SIP/ILS/Patron.pm
C4/SIP/ILS/Transaction/Renew.pm

- perlcritic-progressive tests... OK
- perl -c syntax tests... FAIL
C4/SIP/ILS/Transaction/Renew.pm FAIL

- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... 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 8520] Authorities display incorrectly in staff results

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

--- Comment #16 from Jared Camins-Esakov  ---
(In reply to comment #15)
> (In reply to comment #10)
> > Created attachment 11420 [details]
> > Bug 8520: fix authority display in autocomplete
> 
> 
> Jared, this patch is surely for another bug? yes?

No, same bug.

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


[Koha-bugs] [Bug 7560] SIP Self Checkout Ignoring Fines Thresholds for Not Being able to Check Out Books

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

Mason James  changed:

   What|Removed |Added

 Status|Failed QA   |Signed Off

--- Comment #4 from Mason James  ---
(In reply to comment #3)
> (In reply to comment #2)
> > Created attachment 11475 [details]
> > Bug 7560 - SIP Self Checkout Ignoring Fines Thresholds for Not Being able to
> > Check Out Books
> > 
> > Add checks in C4::ILS::Patron and C4::ILS::Transaction::Renew to make sure
> > the patron
> > is below the noissuescharge system pref for issues and OPACFineNoRenewals
> > for renewals.
> > 
> > Signed-off-by: Chris Cormack 
> 
> perl syntax error in C4/SIP/ILS/Transaction/Renew.pm
> sorry, failing QA...
> 
> 

oops, it looks like perl -c fails *before* this patch too :(

ok, i'll have another look at 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 8556] "Mark seen and continue" not translatable in inventory.tt

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

Mason James  changed:

   What|Removed |Added

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

--- Comment #3 from Mason James  ---
(In reply to comment #2)
> Created attachment 11289 [details]
> Bug 8556 - "Mark seen and continue" not translatable in inventory.tt
> 
> Added missing _(...) wrapper in JavaScript in inventory.tt
> Additionaly added two blanks to separate buttons (were sticked together
> without white space)
> 
> Signed-off-by: Jonathan Druart 

patch looks good, passing QA


mason@xen1:~/git/head$ koha-qa.pl
* 6e44271 Bug 8556 - "Mark seen and continue" not translatable in
inventory.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt

- perlcritic-progressive tests... OK
- perl -c syntax tests... OK
- xt/tt_valid.t tests... OK
- xt/author/valid-template.t tests... 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 5858] Default frameworks missing many MARC21 tags

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

Magnus Enger  changed:

   What|Removed |Added

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

--- Comment #10 from Magnus Enger  ---
(In reply to comment #9)
> I am not sure deleting them is a good idea - I would have to test it, but is
> there a chance we loose data if someone imports data that uses fields that
> are not defined in the default framework? I think I would prefer to see them
> hidden and marked [OBSOLETE] to be sure no data can be lost.

Should this be marked as "in discussion"?

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

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

--- Comment #31 from Matthias Meusburger  ---
Kyle, are you sure you have mapped aqorders.ordernumber? This is mandatory.

Anyway, here's my test plan:

1) Create the mappings using the ACQ framework. Here's what I have used for
testing, using 930:
a ordernumber Tab:9, | Koha field: aqorders.ordernumber, Not
repeatable, Mandatory,EditDelete
b listprice Tab:9, | Koha field: aqorders.listprice, Not repeatable,
Not mandatory,EditDelete
c branchcode Tab:9, | Koha field: aqorders.branchcode, Not repeatable,
Not mandatory,EditDelete
d quantity Tab:9, | Koha field: aqorders.quantity, Not repeatable, Not
mandatory,EditDelete
e test2 Tab:9, Not repeatable, Not mandatory,

2) Select a basket

3) Add an order to basket (in my case: from an existing record)

4) Fill item informations (syspref AcqCreateItem's value is: Create an item
when placing an order)

5) Add the item

6) Quantity is now at 1. Select a budget. Fill order informations. Save.

7) You're back at the basket details screen. Click on the newly ordered title.
Click on "Marc". Click on "9". Here's what i've got:

930 ## - order
  a ordernumber 38
  c branchcode FPL
  d quantity 1
  b listprice 12.00

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


[Koha-bugs] [Bug 5332] Add batch reversion capability to bin/commit_biblios_file.pl

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

Magnus Enger  changed:

   What|Removed |Added

 Status|Needs Signoff   |RESOLVED
 CC||mag...@enger.priv.no
 Resolution|--- |DUPLICATE

--- Comment #13 from Magnus Enger  ---
The main functionality of this patch (the --revert option) is covered by the
patch for Bug 2060 (which is already signed off), as pointed out by Jared in
Comment 12. I'm marking this bug as a duplicate of that bug. 

The present patch does introduce another option (--progress-interval) which is
not present in the patches for Bug 2060, so that might be implemented on top of
2060 if someone wants to.

*** This bug has been marked as a duplicate of bug 2060 ***

-- 
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 2060] Ability to import Authorities from Staff Client

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

Magnus Enger  changed:

   What|Removed |Added

 CC||d...@randomnotes.org

--- Comment #14 from Magnus Enger  ---
*** Bug 5332 has been marked as a duplicate of this bug. ***

-- 
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 8296] Add descriptive (text) published date field for serials

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

delaye  changed:

   What|Removed |Added

 CC||stephane.del...@biblibre.co
   ||m

--- Comment #4 from delaye  ---
i test with a sandbox .it work.
In the opac with have the two dates shown(-MM-JJ and text) 


***

an automatic mode for managing the date formats through authorised values
​​activated in subscriptions records would also a idea ... but this does not
mean the same developement.

***

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

[Koha-bugs] [Bug 6488] opachiddenitems not working in master

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

Fridolyn SOMERS  changed:

   What|Removed |Added

 CC||fridolyn.som...@biblibre.co
   ||m
   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=3194

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


[Koha-bugs] [Bug 3194] Hide records in the OPAC if all items are lost and "hidelostitems" is on

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

Fridolyn SOMERS  changed:

   What|Removed |Added

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

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


[Koha-bugs] [Bug 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Jonathan Druart  changed:

   What|Removed |Added

 Status|Needs Signoff   |ASSIGNED
   Assignee|amit.gu...@osslabs.biz  |jonathan.dru...@biblibre.co
   ||m

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


[Koha-bugs] [Bug 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

--- Comment #5 from Jonathan Druart  ---
Created attachment 11527
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11527&action=edit
Bug 6813: Followup: indentation + simplify conditions

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


[Koha-bugs] [Bug 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Jonathan Druart  changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff
   Assignee|jonathan.dru...@biblibre.co |amit.gu...@osslabs.biz
   |m   |

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


[Koha-bugs] [Bug 4173] Statuses not appearing in the OPAC

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

Fridolyn SOMERS  changed:

   What|Removed |Added

 CC||fridolyn.som...@biblibre.co
   ||m

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


[Koha-bugs] [Bug 8619] New: Remove hidelostitems syspref

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

  Priority: P5 - low
 Change sponsored?: ---
Bug ID: 8619
  Assignee: oleon...@myacpl.org
   Summary: Remove hidelostitems syspref
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: fridolyn.som...@biblibre.com
  Hardware: All
Status: NEW
   Version: master
 Component: OPAC
   Product: Koha

With 'OpacHiddenItems' system preference, you can reproduce what's managed by
'hidelostitems' system preference.
For example, if LOST values are 0,1,2,3 (0 meaning not lost), you can use in
OpacHiddenItems :
itemslost [1, 2, 3].

So hidelostitems is now deprecated since OpacHiddenItems is more rich.

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


[Koha-bugs] [Bug 7908] Acquisitions: Maintain payment details against vendors

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

Julian Maurice  changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA
 CC||julian.maur...@biblibre.com

--- Comment #3 from Julian Maurice  ---
Hello Amit,

I don't understand the purpose of this feature. What is it done for?
I see we can attach some additional informations to invoices (chequeno,
chequedate, and notes) but the interface is not clear for me.
It looks like we are grouping invoice together for payment, but in fact nothing
is grouped and we attach the same infos for all selected invoices.
Does it make sense to have the same cheque no. for different invoices? Isn't
the purpose of invoices to separate payments?
Besides that, it's impossible to modify what was done. That could make sense,
but punish immediately user that make a mistake.
About 'notes', I didn't find any place where it is displayed. Did I miss
something?

I think you should take a look at Bug 5339. It move invoice informations into
their own table and brings a couple of pages for managing them. I think you can
easily integrate your feature into this development.

just a last comment: datepicker doesn't work in payment.pl. The way to declare
datepicker has changed recently, you have to remove the JS block, and just add
class "datepicker" to your input

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


[Koha-bugs] [Bug 8240] There is dead code in orderreceive.tt

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

Jonathan Druart  changed:

   What|Removed |Added

 Status|Failed QA   |In Discussion

--- Comment #6 from Jonathan Druart  ---
(In reply to comment #5)
> Changing status for need of clarification.

Hi Marcel,
For me, this kind of page needs an id (here ordernumber).
2 cases : 
- The id exists and the script can provide consistent results.
- The id is not defined (or is a bad id, ie. there is no result) and the
template displays an error (here "This ordernumber does not exist.").

I think in the latter case the error message is necessary to inform the user
(or developper) that the page should not exist.

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


[Koha-bugs] [Bug 7684] inventory : datatable fix actions etc.

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

Jonathan Druart  changed:

   What|Removed |Added

   Assignee|jonathan.dru...@biblibre.co |matthias.meusburger@biblibr
   |m   |e.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 7303] Not being able to create funds with the same name

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

Jonathan Druart  changed:

   What|Removed |Added

   Attachment #7683|0   |1
is obsolete||

--- Comment #7 from Jonathan Druart  ---
Created attachment 11528
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11528&action=edit
Bug 7303: Adds unicity for budget and fund

This patch adds a unique key on fields:
aqbudgets.budget_name
aqbudgets.budget_code
aqbudgetperiods.budget_period_description

To test, try to:
- create 2 budgets with same description
- create 2 funds with same name
- create 2 funds with same code

All of these cases should be generate an 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 7303] Not being able to create funds with the same name

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

Jonathan Druart  changed:

   What|Removed |Added

 Status|Patch doesn't apply |In Discussion
   Assignee|jonathan.dru...@biblibre.co |francois.charbonnier@biblib
   |m   |re.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 7303] Not being able to create funds with the same name

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

--- Comment #8 from Katrin Fischer  ---
Hi Jonathan and all,

I still think a unique key on aqbudgets.budget_name and aqbudgets.budget_code
it's a bad idea and will break workflows for libraries.

1) The aqbudgets table already has a primary key (budget_id) as has
aqbudgetperiods (budget_period_id).

2) It will make it impossible to duplicate your budget hierarchy for the next
year which is a working feature in master.

3) A feature I am asked for is a way to move orders and money from one year to
the next. I think if it's allowed to use the same codes, this is very easy to
do - but if you are forced to change them each year, you will need some tool
for mapping funds over several years.

4) The codes libraries here use do not change with each year - you would force
them to add a prefix/suffix or something similar. This would make their life
harder, for example when they need reports with the official codes and
descriptions.

5) It's currently not enforced - I think the update database will not work?

If this is only a check for libraries editing/adding new funds, couldn't we
make it only check for duplicates in the same time period/budget? And a way to
overwrite if it's intended?

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


[Koha-bugs] [Bug 8185] Plugin for linking records in MARC21

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

Mirko Tietgen  changed:

   What|Removed |Added

  Attachment #11327|0   |1
is obsolete||

--- Comment #9 from Mirko Tietgen  ---
Created attachment 11529
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11529&action=edit
This is the plugin for linking records in Marc21.

It works like the unimarc plugin unimarc_field_4XX. It
 insert: $9 -> biblionumber $w -> 001 $t -> 245$a (title )
 $x -> 022$a (ISSN) $z -> 020$a (ISBN) The search is done on
 'any' index. Data are inserted only in the working record.
 To insert data in the connected record, you need to open
 the other record.

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

Signed-off-by: Mirko Tietgen 

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


[Koha-bugs] [Bug 8185] Plugin for linking records in MARC21

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

Mirko Tietgen  changed:

   What|Removed |Added

  Attachment #11510|0   |1
is obsolete||

--- Comment #10 from Mirko Tietgen  ---
Created attachment 11530
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11530&action=edit
Bug 8185 Follow-Up: Some more Italian strings changed

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


[Koha-bugs] [Bug 8185] Plugin for linking records in MARC21

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

Mirko Tietgen  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 8185] Plugin for linking records in MARC21

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

Mirko Tietgen  changed:

   What|Removed |Added

 Status|Signed Off  |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 8185] Plugin for linking records in MARC21

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

--- Comment #11 from Mirko Tietgen  ---
I signed off on Zeno's patch. It works as expected. Since it had some Italian
inside I provided a tiny followup. Only the followup needs a signoff by
verifying that there is no Italian in the plugin.

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


[Koha-bugs] [Bug 7887] Add Option To Include Items That Will Be Available When Calculating Holds Ratios

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

Julian Maurice  changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA
 CC||julian.maur...@biblibre.com

--- Comment #5 from Julian Maurice  ---
1. from patch:
+my $not_for_loan_comparison = ( $include_will_be_available ) ? "<=" : "=";
...
+notforloan $not_for_loan_comparison 0 AND damaged = 0 AND itemlost = 0 AND
wthdrawn = 0

In which case notforloan will be lesser than 0?

2. As use of aqorders table is conditional, I think the join should be
conditionnal too.

3. I get "Illegal division by zero at
/home/julian/koha/versions/community-master/circ/reserveratios.pl line 155."
when checking "Include on order items".
It seems that x+NULL = NULL with MySQL. I think it can be fixed with (2)

Failed QA for (3)

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


[Koha-bugs] [Bug 7589] tinymce editor broken in .deb packages - in 'en' templates

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

--- Comment #10 from Mason James  ---
(In reply to comment #9)
> I just tested on an installation of 3.8.3 running off the official packages,
> and it has tiny_mce working beautifully for both English and Norwegian.
> Maybe this is just a problem for 3.6.x now?



well... looks like its still broken, in the latest stable .deb

mason@gw1:~$ dpkg -c ./koha-common_3.8.3.1-1_all.deb |grep jscript |wc -l
0

what that '0' means is that there is ZERO dirs in the package called 'jscript'

the 'jscript' dir gets deleted in ./debian/rules 
rm -r $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/js/tinymce

which means that the below call for tiny_mce in
./prog/en/modules/tools/koha-news.tt will fail (which is the bug)

script language="javascript" type="text/javascript" src="[% themelang %]/js   
/tinymce/jscripts/tiny_mce/tiny_mce.js">  


and thats the bug, that the patch fixes

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


[Koha-bugs] [Bug 7589] tinymce editor broken in .deb packages - in 'en' templates

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

--- Comment #11 from Robin Sheat  ---
The next line is:

   ln -s /usr/share/tinymce2/www \
   
$(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/js/tinymce

it's linking in the system copy of tinymce.

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


[Koha-bugs] [Bug 8484] Add ability to choose if lost items are removed from a borrowers record.

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

delaye  changed:

   What|Removed |Added

 CC||stephane.del...@biblibre.co
   ||m

--- Comment #4 from delaye  ---
i test the patch in a sandbox

To test the patch I made ​​the following steps

I record a check out
I edit the item and I put in  995$2 (UNIMARC) value 1 (items.lost)
I return to the account of the borrower
-> The items has not been checked in

But regardless the value (check in, don('t check in) under the preference
system ReturnLostItems

the preference systeme  work only if the item is update by the script
misc/cronjobs/longoverdue.pl ?...

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

[Koha-bugs] [Bug 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

   Attachment #9982|0   |1
is obsolete||
  Attachment #11527|0   |1
is obsolete||

--- Comment #6 from Marc Véron  ---
Created attachment 11531
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11531&action=edit
Bug 6813: Acquistions duplicate search across orders, suggestions and catalog

To Test:
Create a an suggestion, order and catalog record for a certain title. Use the
duplicate search tool available in the acquisitions menu (left navigation bar)
to search and find the suggestion, order and catalog record matching the search
term.

Enter one or more of title, author and ISBN in the search criteria.

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

[Koha-bugs] [Bug 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

  Attachment #11531|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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

  Attachment #11527|1   |0
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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

   Attachment #9982|1   |0
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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

--- Comment #7 from Marc Véron  ---
Followed "Bugs with more than one patch"  
on http://wiki.koha-community.org/wiki/Git_bz_configuration

...but certainly did something wrong. Will try again..

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

[Koha-bugs] [Bug 7589] tinymce editor broken in .deb packages - in 'en' templates

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

--- Comment #12 from Magnus Enger  ---
(In reply to comment #9)
> I just tested on an installation of 3.8.3 running off the official packages,
> and it has tiny_mce working beautifully for both English and Norwegian.
> Maybe this is just a problem for 3.6.x now?

A little more digging reminded me that I made some non-standard symlinks at one
time, forget my saying this works for me!

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


[Koha-bugs] [Bug 7589] tinymce editor broken in .deb packages - in 'en' templates

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

--- Comment #13 from Mason James  ---
(In reply to comment #9)
> I just tested on an installation of 3.8.3 running off the official packages,
> and it has tiny_mce working beautifully for both English and Norwegian.
> Maybe this is just a problem for 3.6.x now?

Magnus has confessed that he fixed this bug manually using symlinks :)

so, 
1) yes, its still confirmed busted in master
2) yes, the patch still fixes 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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

   Attachment #9982|0   |1
is obsolete||
  Attachment #11527|0   |1
is obsolete||

--- Comment #8 from Marc Véron  ---
Created attachment 11532
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11532&action=edit
Bug 6813: Acquistions duplicate search across orders, suggestions and catalog

To Test:
Create a an suggestion, order and catalog record for a certain title. Use the
duplicate search tool available in the acquisitions menu (left navigation bar)
to search and find the suggestion, order and catalog record matching the search
term.

Enter one or more of title, author and ISBN in the search criteria.

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

[Koha-bugs] [Bug 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

  Attachment #11532|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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

   Attachment #9982|1   |0
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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

  Attachment #11527|1   |0
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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

   Attachment #9982|0   |1
is obsolete||
  Attachment #11527|0   |1
is obsolete||

--- Comment #9 from Marc Véron  ---
Created attachment 11533
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11533&action=edit
[SIGNED-OFF] Bug 6813: Followup: indentation + simplify conditions

Signed-off-by: Marc Veron 

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

[Koha-bugs] [Bug 7805] Exposing the new list permissions in opac and staff

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

Jonathan Druart  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA
 CC||jonathan.dru...@biblibre.co
   ||m

--- Comment #11 from Jonathan Druart  ---
Last patch marked as 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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

  Attachment #11533|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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

   Attachment #9982|1   |0
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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

  Attachment #11527|1   |0
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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

   Attachment #9982|0   |1
is obsolete||

--- Comment #10 from Marc Véron  ---
Created attachment 11534
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11534&action=edit
[SIGNED-OFF] Bug 6813: Followup: indentation + simplify conditions

Signed-off-by: Marc Veron 

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

[Koha-bugs] [Bug 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

  Attachment #11534|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 8454] Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty.

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

Jonathan Druart  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA
 CC||jonathan.dru...@biblibre.co
   ||m

--- Comment #4 from Jonathan Druart  ---
QA Comments:

Your patch is the same as
  if ( 1 ){}

I think a better way to do this is : 
  my $run_report = ( not defined $input->param('run_report') ) ? 1 :
$input->param('run_report');

If someone wants to load this page without running the report it is possible.

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


[Koha-bugs] [Bug 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

   Attachment #9982|1   |0
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 7986] Export issues

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

Bug 7986 depends on bug 5600, which changed state.

Bug 5600 Summary: Bulk MARC biblio export script
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5600

   What|Removed |Added

 Status|Pushed to Master|RESOLVED
 Resolution|--- |FIXED

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


[Koha-bugs] [Bug 5600] Bulk MARC biblio export script

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

Julian Maurice  changed:

   What|Removed |Added

 Status|Pushed to Master|RESOLVED
 Resolution|--- |FIXED

--- Comment #25 from Julian Maurice  ---
Ok in master.

-- 
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 8478] Update Ubuntu related files

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

--- Comment #15 from Tomás Cohen Arazi  ---
I'm not sure about the naming Mark. For the 3.8.x patch I see we have:

INSTALL.ubuntu
INSTALL.ubuntu.12.04
INSTALL.ubuntu.lucid

I'd completely remove INSTALL.ubuntu (I don't think we need the user to make
assumptions on what version is for) and I'd provide a more consistent naming
schema (as you did for the packages files).

The same applies for the version against master, which I signed-off.
I also prefer this to be pushed so we can send patches against 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 5057] Update koha INSTALL.ubuntu

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

Tomás Cohen Arazi  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Tomás Cohen Arazi  ---


*** This bug has been marked as a duplicate of bug 8478 ***

-- 
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 8478] Update Ubuntu related files

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

Tomás Cohen Arazi  changed:

   What|Removed |Added

 CC||sivaji2...@gmail.com

--- Comment #16 from Tomás Cohen Arazi  ---
*** Bug 5057 has been marked as a duplicate of this bug. ***

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

[Koha-bugs] [Bug 5339] Parcel closing in acq

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

Julian Maurice  changed:

   What|Removed |Added

  Attachment #11077|0   |1
is obsolete||

--- Comment #67 from Julian Maurice  ---
Created attachment 11535
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11535&action=edit
[SIGNED-OFF] Bug 5339: Invoices management improvement

- New pages:
  - invoices.pl: allow to search in invoices on several criteria
  - invoice.pl: permit to view and modify invoice details
- shipment date
- billing date
- shipment cost and budget used for shipment cost

Invoice informations are now stored in their own sql table and aqorders
have a link to it

Signed-off-by: Kyle M Hall 

-- 
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 5339] Parcel closing in acq

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

--- Comment #68 from Julian Maurice  ---
Patch rebased on master

-- 
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 8478] Update Ubuntu related files

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

--- Comment #17 from M. Tompsett  ---
Okay, let's step back...

The install_misc/ubuntu.{version}.packages files make sense as each version of
ubuntu will have differing requirements (eg. yaz3 vs. yaz4).

However, I think you are correct regarding the INSTALL files. I'm not so sure
we need more than one. However, the dselect statement is going to differ based
on OS version, so it will need to be reflected in the documentation. My
understanding was that you were planning on tweaking the documentation, which
is why I attached a patch in the first place.

My plan was to get INSTALL.ubuntu.12.04 correct and in good order, and then
hopefully that would mean removal of the other two. And then we wouldn't need
to version it.

Unfortunately, I'm in the midst of other work, and can't dedicate time to clean
up the patches.

The patch should include (M=modified, -=remove, +=add) compared to master or
3.8.X:
M INSTALL.ubuntu (which should be the INSTALL.ubuntu.12.04 git mv'd over
INSTALL.ubuntu -- after confirming nothing extra would be lost)
- INSTALL.ubuntu.lucid (versioning of install instructions makes no sense)
M install_misc/ubuntu-pkg-check.sh (should reflect my changes)
- install_misc/ubuntu_maverick.packages (which really gets renamed)
+ install_misc/ubuntu.10.10.packages
+ install_misc/ubuntu.10.04.packages (which is really a copy of the original
ubuntu.packages file)
+ install_misc/ubuntu.12.04.packages (which is a tweaked and corrected version
for either 3.6.X, 3.8.X or master -- there may be differences)
M install_misc/ubuntu.packages (which is a copy of ubuntu.12.04.packages)

Removal of INSTALL files could be done as a follow up bug. After all this is
about updating files, not removing files. Renaming does not remove anything.

And the master patch above continues to keep the
install_misc/ubuntu_maverick.packages file.

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


[Koha-bugs] [Bug 7688] Change subscriptions numbering pattern and frequencies

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

--- Comment #38 from Jonathan Druart  ---
QA Comment:
It would be better that someone not from BibLibre make QA on this patch.

To pass QA, some points would be great:
- mandatory: perltidy on all new files
- minor: you change prototype for ModReceiveOrder but you don't modify files
into the test directory
- some unit tests for your invoices routines would be perfect. See Bug 5327,
using DBD::Mock it is very simple.

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


[Koha-bugs] [Bug 8520] Authorities display incorrectly in staff results

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

Tomás Cohen Arazi  changed:

   What|Removed |Added

 Status|In Discussion   |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 7589] tinymce editor broken in .deb packages - in 'en' templates

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

--- Comment #14 from Mason James  ---
(In reply to comment #11)
> The next line is:
> 
>ln -s /usr/share/tinymce2/www \
>
> $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/js/tinymce
> 
> it's linking in the system copy of tinymce.

yep, its that *specific* line that has the bug :) 
(hint: the destination path is wrong)

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


[Koha-bugs] [Bug 8478] Update Ubuntu related files

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

Tomás Cohen Arazi  changed:

   What|Removed |Added

  Attachment #11205|0   |1
is obsolete||

--- Comment #18 from Tomás Cohen Arazi  ---
Created attachment 11536
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11536&action=edit
Bug 8478 - Update Ubuntu related files (3.8.x)

Updated allation instructions, cleaned up ubuntu-pkg-check.sh,
renamed ubuntu*.packages files more consistently, updated files
to include missing libraries, corrected incorrect libraries
 (yaz3->yaz4, mysqlclient v16 to v18, dropped the dev version of the client).

Signed-off-by: Tomas Cohen Arazi 

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

[Koha-bugs] [Bug 8520] Authorities display incorrectly in staff results

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

--- Comment #17 from Tomás Cohen Arazi  ---
The second patch is a neede follow up.

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

[Koha-bugs] [Bug 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

--- Comment #11 from Marc Véron  ---
Created attachment 11537
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11537&action=edit
[SIGNED-OFF] Bug 6813: Followup: indentation + simplify conditions

Signed-off-by: Marc Veron 

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

[Koha-bugs] [Bug 8478] Update Ubuntu related files

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

Tomás Cohen Arazi  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 6813] Acquistions - duplicate search across orders, suggestions and catalog

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

Marc Véron  changed:

   What|Removed |Added

  Attachment #11537|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 8519] Make koha-index-daemon run on startup

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

--- Comment #3 from Tomás Cohen Arazi  ---
To test this patch, install Koha, create a symlink for this script:

On Ubuntu:

$ ln -s /usr/share/koha/bin/koha-zebra-indexdaemon-ctl.sh
/etc/init.d/koha-zebra-indexdaemon
$ update-rc.d koha-zebra-indexdaemon defaults
$ service koha-zebra-indexdaemon start

Then:
- Check it started without errors in the logs (/var/log/koha/koha-indexdaemon*)
- Do some cataloguing (biblios, authorities) and see if they are properly
indexed by zebra.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/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   >