[Koha-bugs] [Bug 12444] New: Show components( example popular/recently acquired books) on main page of any library

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12444

Bug ID: 12444
   Summary: Show components( example popular/recently acquired
books) on main page of any library
 Change sponsored?: ---
   Product: Koha
   Version: 3.14
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: OPAC
  Assignee: oleon...@myacpl.org
  Reporter: mayanksri1...@gmail.com
QA Contact: testo...@bugs.koha-community.org

I was thinking about providing a functionality for libraries to be able to
showcase their books(along with their cover images) which they have recently
acquired or which are popular to be shown on the homepage.

To facilitate this we should have a component in the staff side, which would
manage the books to be added to the homepage.
With the help of the staff side component, these books can be updated on
weekly/monthly basis, which would be a refreshing change for the patrons of the
library.

Please pour in your suggestions.

Thanks in advance!

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


[Koha-bugs] [Bug 12443] New: Initial re-factoring of buildQuery

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12443

Bug ID: 12443
   Summary: Initial re-factoring of buildQuery
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P5 - low
 Component: Searching
  Assignee: gmcha...@gmail.com
  Reporter: dc...@prosentient.com.au
QA Contact: testo...@bugs.koha-community.org

Before I start trying to fix bad/broken behaviour in buildQuery, I want to
refactor it to preserve the current behaviour but in a form that will be easier
to fix later.

The goal of this bug will be to normalize how the parsed query parameters are
formed into the actual Zebra query.

Actually a lot more straightforward than it sounds...

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


[Koha-bugs] [Bug 12430] Truncation disables relevance ranking when not using QueryParser

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12430

--- Comment #7 from David Cook  ---
Putting this on hold for the moment while I try to get some refactoring done on
"buildQuery".

We shouldn't be adding relevance searching to date ranges (it will cause errors
that produce no results or results only matching the first date in the range)
or item-level indexes (as the relevance score will be artificially inflated by
bib records with higher numbers of items).

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


[Koha-bugs] [Bug 12442] New: Query... variables should be defined within loop in Search.pm

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12442

Bug ID: 12442
   Summary: Query... variables should be defined within loop in
Search.pm
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P5 - low
 Component: Searching
  Assignee: gmcha...@gmail.com
  Reporter: dc...@prosentient.com.au
QA Contact: testo...@bugs.koha-community.org

Currently, the Query... variables (ie QueryStemming, QueryAutoTruncate,
QueryWeightFields, QueryFuzzy, and QueryRemoveStopwords) are defined outside a
loop, but they should be defined within the loop.

This is because each iteration of the loop can disable these variables, which
will keep them disabled for each subsequent iteration (and thus each different
index/operand pair).

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


[Koha-bugs] [Bug 12441] New: search.pl has incorrect reference to OPACdefaultSortField and OPACdefaultSortOrder

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12441

Bug ID: 12441
   Summary: search.pl has incorrect reference to
OPACdefaultSortField and OPACdefaultSortOrder
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: trivial
  Priority: P5 - low
 Component: Searching
  Assignee: gmcha...@gmail.com
  Reporter: dc...@prosentient.com.au
QA Contact: testo...@bugs.koha-community.org

search.pl checks OPACdefaultSortField and OPACdefaultSortOrder, but shows
defaultSortField and defaultSortOrder.

Not really a problem since the OPAC sysprefs should always have some value in
them, but it's a good idea to use the correct sysprefs in the conditional
anyway...

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


[Koha-bugs] [Bug 9368] specific behavior of yr and acqdate indexes

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9368

David Cook  changed:

   What|Removed |Added

   Priority|P5 - low|P3
   Assignee|jcam...@cpbibliography.com  |dc...@prosentient.com.au

--- Comment #17 from David Cook  ---
I'm going to assign this to myself, since I think my alternate patch solves the
key problems of this issue.

I have a few other bugs out there which mention QueryParser problems, and I'm
hoping to unite those some point down the road

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


[Koha-bugs] [Bug 9368] specific behavior of yr and acqdate indexes

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9368

--- Comment #16 from David Cook  ---
Btw, it also fixes the paging issue.

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


[Koha-bugs] [Bug 9368] specific behavior of yr and acqdate indexes

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9368

--- Comment #15 from David Cook  ---
Created attachment 28916
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28916&action=edit
Bug 9368 [ALTERNATE] - specific behavior of yr and acqdate indexes

This patch fixes the "Publication date" and "Acquisition date"
searches when using non-QueryParser and QueryParser searches.

It adds structure attributes to the template, which is consistent
with how phrase searching is currently handled.

It removes unnecessary code from Search.pm, adds some necessary
code which is consistent with existing code, and adds a lot of
explanatory comments.

_TEST PLAN_

Before applying:
0) Turn off QueryParser
1) Try a "Publication date" or "Acquisition date" search from the
staff client advanced search.
2) Note that even though the description on the result page makes
it seem like you're doing an index-specific search, you're actually
doing a keyword search. You can verify this by checking the 008
from positions 7 to 10 for "Publication date" or "Date accessioned"
on items for "Acquisition date".

3) Turn on QueryParser
4) Try doing the searches from Step 1.
5) A "Publication date" search should probably produce zero results

After applying patch:
6) Keep QueryParser on
7) Try doing the searches from Step 1.
8) Notice that you're actually getting results consistent with
your search (ie the 008/7-10 shows the date you searched for,
and there is a "Date accessioned" in items which matches your
search)

9) Turn off QueryParser
10) Note that your results are exactly the same as step 8
(N.B. this is because QueryParser is falling back to non-QP mode
instead of producing a bad query.)

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


[Koha-bugs] [Bug 12440] New: Remove references to QueryRemoveStopWords

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12440

Bug ID: 12440
   Summary: Remove references to QueryRemoveStopWords
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: trivial
  Priority: P5 - low
 Component: Searching
  Assignee: gmcha...@gmail.com
  Reporter: dc...@prosentient.com.au
QA Contact: testo...@bugs.koha-community.org

Since bug 7440 removed the system preference QueryRemoveStopWords, we should
remove the remaining references to it in Search.pm (and
t/db_dependent/Search.t, by extension).

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


[Koha-bugs] [Bug 9368] specific behavior of yr and acqdate indexes

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9368

David Cook  changed:

   What|Removed |Added

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

--- Comment #14 from David Cook  ---
It looks to me that "Publication Date ()" searching is already broken in
master (before applying these patches) when using QueryParser.

I get a query like this:

@attr 2=102 @or @or @attr 1=1016 @attr 5=1 @attr 4=6 "yr:2012" @attr 9=20 @attr
2=102 @attr 5=1 @attr 4=6 "yr:2012" @attr 9=34 @attr 2=102 @attr 5=1 @attr 4=6
"yr:2012"

It's trying to do a keyword search with the keyword string as "yr:2012".

It's worth noting that the "Bug 9368 - do not change if QueryParser" patch
doesn't fix this.

--

I have a counter-patch that I will be posting in a moment, which will fix the
non-QueryParser search, and which will cause QueryParser to fallback to
non-QueryParser mode instead of breaking.

(It seems to me that QueryParser needs a lot more work before its able to
replace the existing buildQuery, unfortunately.)

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


[Koha-bugs] [Bug 12439] Apache 2.4 may not have the CGI module enabled by default, and we need it.

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12439

Robin Sheat  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #2 from Robin Sheat  ---
This should probably be backported into 3.14 and 3.16 too.

-- 
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 12439] Apache 2.4 may not have the CGI module enabled by default, and we need it.

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12439

Robin Sheat  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
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 12439] Apache 2.4 may not have the CGI module enabled by default, and we need it.

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12439

Robin Sheat  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Patch complexity|--- |Small patch

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


[Koha-bugs] [Bug 12439] Apache 2.4 may not have the CGI module enabled by default, and we need it.

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12439

--- Comment #1 from Robin Sheat  ---
Created attachment 28915
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28915&action=edit
Bug 12439 - check that CGI is enabled when doing koha-create

-- 
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 12439] New: Apache 2.4 may not have the CGI module enabled by default, and we need it.

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12439

Bug ID: 12439
   Summary: Apache 2.4 may not have the CGI module enabled by
default, and we need it.
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P5 - low
 Component: Packaging
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: ro...@catalyst.net.nz
QA Contact: testo...@bugs.koha-community.org
CC: ro...@catalyst.net.nz

-- 
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 12430] Truncation disables relevance ranking when not using QueryParser

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12430

David Cook  changed:

   What|Removed |Added

 Status|Needs Signoff   |In Discussion

--- Comment #6 from David Cook  ---
It appears that this patch could break the "Publication Date ()" search,
when using "yr,st-numeric" (which might be the case after bug 9368).

If we were to use "yr,st-year" instead, you might get results for a "2000-"
query but they would only be for "2000". If you specified a full range
"2000-2012", it would break.

It seems that relevance can't be run with date ranges (which is usually fine,
as we use date ranges as limits which are not affected by relevance ranking).

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


[Koha-bugs] [Bug 9303] relative's checkouts in the opac

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303

Liz Rea  changed:

   What|Removed |Added

 CC||l...@catalyst.net.nz

--- Comment #97 from Liz Rea  ---
Eek,yes, this should work just as the staff client does, that a guarantee only
sees their own issues, and a guarantor sees all guarantee's issues.

Another example is in a corporate library, the supervisor may want to see all
subordinates issues, but each subordinate should have the expectation of
privacy. This feature isn't only used for familial relationships.

Liz

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


[Koha-bugs] [Bug 11270] Search Result highlighting should be refactored

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11270

David Cook  changed:

   What|Removed |Added

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

--- Comment #3 from David Cook  ---
Could you post a test plan?

Also, the code seems slightly different in opac-results.tt versus
opac-results-grouped.tt.

I've never used the latter (as I don't use pazpar2), so I'm not sure I can test
this one...

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


[Koha-bugs] [Bug 12434] Typos in help files

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12434

David Cook  changed:

   What|Removed |Added

  Attachment #28906|0   |1
is obsolete||

--- Comment #3 from David Cook  ---
Created attachment 28914
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28914&action=edit
Bug 12434 [SIGNED OFF]: Fix Typo in Smart Rules Help

This patch fixes a typos in the help file on the circ and
fine rules.

To test:

Visit admin > circ and fine rules
Click help in the top right
Confirm that period is not spelled peiod

Signed-off-by: David Cook 

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


[Koha-bugs] [Bug 12434] Typos in help files

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12434

David Cook  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 12430] Truncation disables relevance ranking when not using QueryParser

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12430

David Cook  changed:

   What|Removed |Added

   Severity|major   |normal

--- Comment #5 from David Cook  ---
Changing the importance of this one as I suppose its severity is debateable...

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


[Koha-bugs] [Bug 9303] relative's checkouts in the opac

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303

--- Comment #96 from Chris Cormack  ---
(In reply to Jason Robb from comment #94)
> I'm a little late to this party but I wanted clarification and to express a
> concern we have.
> 
> Currently in the staff version of this, not only can guarantors see
> guarantee checkouts, but if multiple guarantees are linked to one guarantor,
> the kids can see each other's checkouts.
> 
> Put into a real scenario: a parent(A) has two guarantees, a child(B) and a
> foster child(C).
> 
> For this situation we'd want A to see B & C's checkouts, but we don't want B
> to see C's checkouts or the opposite. It doesn't seem like that's possible
> right now if I'm reading correctly. If B wants to share with A, they must
> also share with C.
> 
> It would solve a lot of possible issues and create flexibility for different
> family situations to have it set up like:
> Allow Relative A to see checkouts? Y/N
> Allow Relative B to see checkouts? Y/N
> Allow Relative C to see checkouts? Y/N
> 
> I don't want to throw additional wrenches into this as it's been through
> enough but maybe for future consideration?

I also agree with this, younger brother seeing an older sisters (and vice
versa) reading list could be awkward and undesired.

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


[Koha-bugs] [Bug 9303] relative's checkouts in the opac

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303

--- Comment #95 from Chris Cormack  ---
(In reply to Kyle M Hall from comment #93)
> Created attachment 28912 [details] [review]
> Bug 9303 [QA Followup 6] - Allow patrons to set visibility from "your
> personal details"

While this now decouples from the opac privacy, there is now no way to turn
this feature on or off. It's on all the time.

Was that the desired outcome?

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


[Koha-bugs] [Bug 12319] Novelist content doesn't work in Bootstrap

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12319

Galen Charlton  changed:

   What|Removed |Added

 CC||gmcha...@gmail.com

--- Comment #1 from Galen Charlton  ---
Not sure if this is a general issue, but I have observed that in a 3.14.4
database that uses the Bootstrap and has configured Novelist Select content to
display below the holdings tab, that it didn't display unless the opacbookbag
system preference was turned on.

This was because a JavaScript error about MSG_IN_YOUR_CART not being defined
was emitted, preventing further JS from running, including the one to load the
Novelist content.

Nicole: did the Koha OPAC in question happen to have opacbookbag turned 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 12332] pay.pl and purchase-suggestions.pl tabs do not show selected

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12332

--- Comment #3 from Christopher Brannon  ---
Sandbox gives me the following message on either patch when I try to sign off
on them:

It seems you don't have applied a patch, so you cannot sign it off. If you
applied patches from the right report, check the commit message of the last
patch. It should start with "Bug X", if not, please inform the author of
the patch.

I don't know what a commit message is or where to find it.

Christopher

-- 
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 12332] pay.pl and purchase-suggestions.pl tabs do not show selected

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12332

--- Comment #2 from Christopher Brannon  ---
I tested patch in sandbox 7.  It works, but the sandbox won't let me sign off
on it.

Christopher

-- 
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 9303] relative's checkouts in the opac

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303

Jason Robb  changed:

   What|Removed |Added

 CC||jr...@sekls.org

--- Comment #94 from Jason Robb  ---
I'm a little late to this party but I wanted clarification and to express a
concern we have.

Currently in the staff version of this, not only can guarantors see guarantee
checkouts, but if multiple guarantees are linked to one guarantor, the kids can
see each other's checkouts.

Put into a real scenario: a parent(A) has two guarantees, a child(B) and a
foster child(C).

For this situation we'd want A to see B & C's checkouts, but we don't want B to
see C's checkouts or the opposite. It doesn't seem like that's possible right
now if I'm reading correctly. If B wants to share with A, they must also share
with C.

It would solve a lot of possible issues and create flexibility for different
family situations to have it set up like:
Allow Relative A to see checkouts? Y/N
Allow Relative B to see checkouts? Y/N
Allow Relative C to see checkouts? Y/N

I don't want to throw additional wrenches into this as it's been through enough
but maybe for future consideration?

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


[Koha-bugs] [Bug 9303] relative's checkouts in the opac

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303

Kyle M Hall  changed:

   What|Removed |Added

 Status|Failed QA   |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 9393] Fix bad label and add note to circulation.pl if borrower has pending modifications

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9393

--- Comment #6 from Kyle M Hall  ---
Created attachment 28913
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28913&action=edit
Bug 9393: Capitalization fixes

Call No. > Call no.

Signed-off-by: Kyle M Hall 

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


[Koha-bugs] [Bug 9303] relative's checkouts in the opac

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #28160|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 9303] relative's checkouts in the opac

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303

--- Comment #93 from Kyle M Hall  ---
Created attachment 28912
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28912&action=edit
Bug 9303 [QA Followup 6] - Allow patrons to set visibility from "your personal
details"

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


[Koha-bugs] [Bug 11817] Staff client next/previous browse JavaScript interferes with other JS functions

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11817

--- Comment #8 from Gaetan Boisson  ---
I spoke a little too fast here : this seems to be fixed in master. But i also
can't see the link back to results right now, so this might be linked.

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


[Koha-bugs] [Bug 12438] Bad encoding in acquisition basket

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12438

--- Comment #1 from Fridolin SOMERS  ---
Created attachment 28911
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28911&action=edit
Bug 12438 - Bad encoding in acquisition basket

We noticed a bad encoding (diacritics replaced by ) in acquisition basket
when updating a server to Debian Wheezy.
We found it comes from a query containing biblio.title twice.
Maybe the mysql newer version creates this side-effect.

Test plan :
- Create an order on a record containing a diacritic in title
- Look at the basket : cgi-bin/koha/acqui/basket.pl?basketno=x
=> Without the patch the record title is bad encoded (with )
=> With this patch the record title is well encoded
- Check also basket CSV export

-- 
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 12438] Bad encoding in acquisition basket

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12438

Fridolin SOMERS  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Patch complexity|--- |Trivial patch

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


[Koha-bugs] [Bug 12438] New: Bad encoding in acquisition basket

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12438

Bug ID: 12438
   Summary: Bad encoding in acquisition basket
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: P5 - low
 Component: Acquisitions
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: fridolyn.som...@biblibre.com
QA Contact: testo...@bugs.koha-community.org

We noticed a bad encoding (diacritics replaced by ) in acquisition basket
when updating a server to Debian Wheezy.
We found it comes from a query containing biblio.title twice.
Maybe the mysql newer version creates this side-effect.

-- 
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 12438] Bad encoding in acquisition basket

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12438

Fridolin SOMERS  changed:

   What|Removed |Added

URL||cgi-bin/koha/acqui/basket.p
   ||l?basketno=x

-- 
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 11817] Staff client next/previous browse JavaScript interferes with other JS functions

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11817

Gaetan Boisson  changed:

   What|Removed |Added

 CC||gaetan.bois...@biblibre.com

--- Comment #7 from Gaetan Boisson  ---
When one clicks on "delete record", if the record has items attached, the
javascript alert is displayed very briefly, then skipped, and Koha proceeds to
the deletebiblio page.
The record will not be deleted but we end up with a disgraceful full page
message:

ERROR when DELETING BIBLIO 433 : This Biblio has items attached, please delete
them first before deleting this biblio

While there doesn't seem to be a risk of accidentally deleting data, it would
be good to fix this behaviour.

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


[Koha-bugs] [Bug 12398] CAS authentication not working

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12398

Matthias Meusburger  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 12398] CAS authentication not working

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12398

Matthias Meusburger  changed:

   What|Removed |Added

  Attachment #28756|0   |1
is obsolete||
 CC||matthias.meusburger@biblibr
   ||e.com

--- Comment #5 from Matthias Meusburger  ---
Created attachment 28910
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28910&action=edit
signed patch

Only a few people have the ability to test and sign-off CAS-related patches
(mainly because of the lack of available CAS servers I guess).

Since I have a CAS server, I've tested it ok (it was indeed broken), and signed
it 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 6427] Rewrite of the accounts system

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427

--- Comment #386 from Kyle M Hall  ---
Created attachment 28909
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28909&action=edit
Bug 6427 [Part 33] - Remove unescaped key value pairs

Titles and other values with double quotes will break the javascript.
We do not need these unescaped values for any reason.

-- 
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 12261] Staff client next/previous links lead to unknown record

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12261

--- Comment #8 from Juhani Seppälä  ---
Added small changes anyway - this one works for me on both single-page search
results & larger search results.

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

[Koha-bugs] [Bug 9321] holds queue printable version

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9321

Kyle M Hall  changed:

   What|Removed |Added

  Attachment #14464|0   |1
is obsolete||

--- Comment #4 from Kyle M Hall  ---
Created attachment 28908
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28908&action=edit
Bug 9321 - holds queue printable version

It would be nice if there were a printable stylesheet for the holds
queue.  Right now it's a print screen basically and that means that the
table doesn't always fit on the page.

Test plan:
1) Browse to the holds queue
2) Print preview the page
3) Note it does not print well
4) Apply this patch
5) Refresh the page
6) Print preview the page again
7) Note the improvement in printability

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


[Koha-bugs] [Bug 9321] holds queue printable version

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9321

Kyle M Hall  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

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


[Koha-bugs] [Bug 12261] Staff client next/previous links lead to unknown record

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12261

Juhani Seppälä  changed:

   What|Removed |Added

  Attachment #28882|0   |1
is obsolete||

--- Comment #7 from Juhani Seppälä  ---
Created attachment 28907
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28907&action=edit
Bug 12261: Staff client next/previous links lead to unknown record

When using Staff client next/previous links after a search :
If the current record is the last of the results, clicking on "next" will lead
to the page of an unknown record with message :

The record you requested does not exist (NaN).

To test:
1) Do an intranet catalog search that has more than 1 results.
2) Click on the last search result and then click the "Next"-button from the
top-left navigation.
3) Confirm that you get thrown to a page with the message: "The record you
requested does not exist (NaN).".
4) Apply patch.
5) Repeat steps 1 - 2.
6) Confirm that the navigation button for "Next" is greyed out.

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

[Koha-bugs] [Bug 12434] Typos in help files

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12434

--- Comment #2 from Nicole C. Engard  ---
Manual already patched, help file patch attached here for sign off.

Nicole

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


[Koha-bugs] [Bug 12434] Typos in help files

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12434

Nicole C. Engard  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Patch complexity|--- |String patch

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


[Koha-bugs] [Bug 12434] Typos in help files

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12434

--- Comment #1 from Nicole C. Engard  ---
Created attachment 28906
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28906&action=edit
Bug 12434: Fix Typo in Smart Rules Help

This patch fixes a typos in the help file on the circ and
fine rules.

To test:

Visit admin > circ and fine rules
Click help in the top right
Confirm that period is not spelled peiod

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


[Koha-bugs] [Bug 11062] Invoice's shipment/shipping cost should be included PRE-gst tax (as an option)

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11062

simith.dolive...@inlibro.com changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

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


[Koha-bugs] [Bug 12261] Staff client next/previous links lead to unknown record

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12261

--- Comment #6 from Juhani Seppälä  ---
(In reply to Owen Leonard from comment #5)
> Testing in master I get a different buggy behavior than is described in this
> bug report.
> 
> 1) Did a search in the staff client which returned a few pages of results.
> 2) Clicked on the last page of results.
> 3) Clicked on the last result on the last page.
> 4) Clicked on the "Next" button.
> 5) Instead of getting an error, I'm redirected to a record which originally
> appeared on the first page of the search results returned in step 1. It
> looks like I'm redirected to the 12th record in particular.
> 
> I get the same behavior before and after the patch. Tested in FF30 and
> Chrome 35 on Windows 7.

Ah, yes, sorry. Looks like I didn't properly test the patch with big search
results (multi-page). I can take another look at this later - should the status
be changed for 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 5672] Search History Should have RSS Feeds

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5672

Nicole C. Engard  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
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 5672] Search History Should have RSS Feeds

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5672

Nicole C. Engard  changed:

   What|Removed |Added

  Attachment #28881|0   |1
is obsolete||

--- Comment #4 from Nicole C. Engard  ---
Created attachment 28905
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28905&action=edit
[SIGNED-OFF] 5672 Gives RSS icons to search history

This patch adds an extra column to the table for the search history (this
session and previous searches) with RSS icons for each search.

Test plan:
* Verify that there is no RSS icons for saved searches in opac
* Install the patch
* Verify that there is no RSS icons for saved searches and searches for the
current session in Opac.
* Test that the RSS links produce the expected result.

Note: I left out authority searches since I have very little experience with
authority searches and didn't feel I could test it properly.
Signed-off-by: Nicole C. Engard 

-- 
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 12407] phone label or data switched

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12407

Nicole C. Engard  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

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


[Koha-bugs] [Bug 12407] phone label or data switched

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12407

Nicole C. Engard  changed:

   What|Removed |Added

  Attachment #28879|0   |1
is obsolete||

--- Comment #6 from Nicole C. Engard  ---
Created attachment 28904
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28904&action=edit
[SIGNED-OFF] Bug 12407 - phone label or data switched

Fix for switched phone numbers on patron details page.

This patch fixes switched phone numbers on patron details page and also makes
phone number labels more uniform.

To Test:

1. Apply the patch.
2. Create/modify a patron entering some unique data into the "Secondary phone:"
and "Other phone:" fields (different data for each).
3. Save the patron record.
4. Go to the patrons details page and make sure the data entered into the
"Secondary phone:" field is displaying next to the "Secondary phone:" label and
that the data entered into the "Other phone:" field is displaying next to the
"Other phone:" label.

Signed-off-by: Nicole C. Engard 

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


[Koha-bugs] [Bug 12420] syndetics content broken in bootstrap

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12420

--- Comment #2 from Nicole C. Engard  ---
Asking the library to confirm.

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


[Koha-bugs] [Bug 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

Martin Renvoize  changed:

   What|Removed |Added

  Attachment #28894|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 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

Martin Renvoize  changed:

   What|Removed |Added

  Attachment #28893|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 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

Martin Renvoize  changed:

   What|Removed |Added

  Attachment #28892|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 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

Martin Renvoize  changed:

   What|Removed |Added

  Attachment #28896|0   |1
is obsolete||

--- Comment #49 from Martin Renvoize  ---
Created attachment 28902
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28902&action=edit
BUG8446, Follow up: Correct filenames to match guidlines

- Moved Auth_with_Shibboleth.pm to Auth_with_shibboleth.pm to match
  other files present on the system.

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


[Koha-bugs] [Bug 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

Martin Renvoize  changed:

   What|Removed |Added

  Attachment #28897|0   |1
is obsolete||

--- Comment #50 from Martin Renvoize  ---
Created attachment 28903
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28903&action=edit
BUG8446, Follow up: Correct paths after file rename

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


[Koha-bugs] [Bug 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

Martin Renvoize  changed:

   What|Removed |Added

  Attachment #28895|0   |1
is obsolete||

--- Comment #48 from Martin Renvoize  ---
Created attachment 28901
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28901&action=edit
BUG8446, Follow up: Improve local login fallback

- Local fallback was not very well implimented, this patch adds
  better handling for such cases allowing clearer failure messages
- This patch also adds the ability to use single sign on via the
  top bar menu in the bootstrap theme.

BUG8446, Follow up: Adds perldoc documentation

- Add some documentation to the Auth_with_Shibboleth module
  including some guidance as to configuration.

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


[Koha-bugs] [Bug 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

Martin Renvoize  changed:

   What|Removed |Added

  Attachment #26751|0   |1
is obsolete||

--- Comment #47 from Martin Renvoize  ---
Created attachment 28900
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28900&action=edit
[SIGNED OFF] BUG8446, Follow up: Remove unnecessary sysprefs, move to config

Signed-off-by: Martin Renvoize 

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


[Koha-bugs] [Bug 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

Martin Renvoize  changed:

   What|Removed |Added

  Attachment #26750|0   |1
is obsolete||

--- Comment #46 from Martin Renvoize  ---
Created attachment 28899
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28899&action=edit
[SIGNED OFF] BUG8446, Follow up: Adds Shibboleth authentication

- Use syspref OpacBaseURL instead of ENV{'SERVER_NAME'} as this wont
  work if koha is behind a reverse proxy.
  - To use multiple vhosts, set OpacBaseURL per vhost explicitly with
'SetEnv OpacBaseURL Value' as per Bug 10325

BUG8446, Follow up: Adds Shibboleth authentication

- Ensure user is returned to requested page after authentication
  - Added querystring to the target path in shibboleth URL so
that when a user is authenticated he/she is returned to the
correct page they requested before authentication.
Example where this is important: When a user clicks a direct
biblio link of the form - /opac-detail.pl?biblionumber=12345

BUG8446, Follow up: Remove unused imports from scripts

- Remove import of deprecated C4::Utils module from shibboleth
  authentication module: Auth_with_shibboleth.pm

Signed-off-by: Jesse Weaver 

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


[Koha-bugs] [Bug 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

Martin Renvoize  changed:

   What|Removed |Added

  Attachment #26749|0   |1
is obsolete||

--- Comment #45 from Martin Renvoize  ---
Created attachment 28898
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28898&action=edit
[SIGNED OFF] MT8122: Adds Shibboleth authentication

 - Use the shibbolethAuthentication syspref to enable Shibboleth authentication
 - Configure the shibbolethLoginAttribute to specify which shibboleth user
   attribute matches the koha login
 - Make sure the OPACBaseURL is correctly set

MT8122, Follow-up: Adds Shibboleth authentication

 - Fix logout bug: shibboleth logout now occurs only when
   the session is a shibboleth one.
 - Do some refactoring: getting shibboleth username is now
   done in C4::Auth_with_Shibboleth.pm (get_login_shib function)

MT8122, Follow-up: Adds Shibboleth authentication

 - Adds redirect to opac after logout

MT8122, Follow-up: Adds Shibboleth authentication

 - Shibboleth is not compatible with basic http authentication
   in C4/Auth.pm. This patch fixes that.

MT8122, Follow-up: Adds Shibboleth authentication

 - Use ENV{'SERVER_NAME'} instead of syspref OpacBaseURL in order to work with
   multiple vhosts.

MT8122, Follow-up: Adds Shibboleth authentication

 - Adds missing protocol for $ENV{'SERVER_NAME'}

Signed-off-by: Martin Renvoize 

http://bugs.koha-community.org/show_bug.cgi?id=8446
Signed-off-by: Jesse Weaver 
(ByWater employee.)

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


[Koha-bugs] [Bug 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

Martin Renvoize  changed:

   What|Removed |Added

  Attachment #26761|0   |1
is obsolete||

--- Comment #43 from Martin Renvoize  ---
Created attachment 28896
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28896&action=edit
BUG8446, Follow up: Correct filenames to match guidlines

- Moved Auth_with_Shibboleth.pm to Auth_with_shibboleth.pm to match
  other files present on the system.

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


[Koha-bugs] [Bug 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

Martin Renvoize  changed:

   What|Removed |Added

  Attachment #26762|0   |1
is obsolete||

--- Comment #44 from Martin Renvoize  ---
Created attachment 28897
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28897&action=edit
BUG8446, Follow up: Correct paths after file rename

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


[Koha-bugs] [Bug 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

--- Comment #41 from Martin Renvoize  ---
Created attachment 28894
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28894&action=edit
BUG8446, Follow up: Remove unnecessary sysprefs, move to config

Signed-off-by: Martin Renvoize 

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


[Koha-bugs] [Bug 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

Martin Renvoize  changed:

   What|Removed |Added

  Attachment #26760|0   |1
is obsolete||

--- Comment #42 from Martin Renvoize  ---
Created attachment 28895
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28895&action=edit
BUG8446, Follow up: Improve local login fallback

- Local fallback was not very well implimented, this patch adds
  better handling for such cases allowing clearer failure messages
- This patch also adds the ability to use single sign on via the
  top bar menu in the bootstrap theme.

BUG8446, Follow up: Adds perldoc documentation

- Add some documentation to the Auth_with_Shibboleth module
  including some guidance as to configuration.

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


[Koha-bugs] [Bug 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

--- Comment #40 from Martin Renvoize  ---
Created attachment 28893
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28893&action=edit
BUG8446, Follow up: Adds Shibboleth authentication

- Use syspref OpacBaseURL instead of ENV{'SERVER_NAME'} as this wont
  work if koha is behind a reverse proxy.
  - To use multiple vhosts, set OpacBaseURL per vhost explicitly with
'SetEnv OpacBaseURL Value' as per Bug 10325

BUG8446, Follow up: Adds Shibboleth authentication

- Ensure user is returned to requested page after authentication
  - Added querystring to the target path in shibboleth URL so
that when a user is authenticated he/she is returned to the
correct page they requested before authentication.
Example where this is important: When a user clicks a direct
biblio link of the form - /opac-detail.pl?biblionumber=12345

BUG8446, Follow up: Remove unused imports from scripts

- Remove import of deprecated C4::Utils module from shibboleth
  authentication module: Auth_with_shibboleth.pm

Signed-off-by: Jesse Weaver 

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


[Koha-bugs] [Bug 8446] Shibboleth authentication patch

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8446

--- Comment #39 from Martin Renvoize  ---
Created attachment 28892
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28892&action=edit
MT8122: Adds Shibboleth authentication

 - Use the shibbolethAuthentication syspref to enable Shibboleth authentication
 - Configure the shibbolethLoginAttribute to specify which shibboleth user
   attribute matches the koha login
 - Make sure the OPACBaseURL is correctly set

MT8122, Follow-up: Adds Shibboleth authentication

 - Fix logout bug: shibboleth logout now occurs only when
   the session is a shibboleth one.
 - Do some refactoring: getting shibboleth username is now
   done in C4::Auth_with_Shibboleth.pm (get_login_shib function)

MT8122, Follow-up: Adds Shibboleth authentication

 - Adds redirect to opac after logout

MT8122, Follow-up: Adds Shibboleth authentication

 - Shibboleth is not compatible with basic http authentication
   in C4/Auth.pm. This patch fixes that.

MT8122, Follow-up: Adds Shibboleth authentication

 - Use ENV{'SERVER_NAME'} instead of syspref OpacBaseURL in order to work with
   multiple vhosts.

MT8122, Follow-up: Adds Shibboleth authentication

 - Adds missing protocol for $ENV{'SERVER_NAME'}

Signed-off-by: Martin Renvoize 

http://bugs.koha-community.org/show_bug.cgi?id=8446
Signed-off-by: Jesse Weaver 
(ByWater employee.)

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


[Koha-bugs] [Bug 11062] Invoice's shipment/shipping cost should be included PRE-gst tax (as an option)

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11062

--- Comment #1 from simith.dolive...@inlibro.com ---
Created attachment 28891
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28891&action=edit
Bug 11062 - Invoice's shipment/shipping cost should be included PRE-gst tax (as
an option)

Koha's users don't have the option to enter shipping tax.
This fix allow to vendors add a specific tax (included in gist preference) to
shipping cost.

Modified:
added two columns, shippingincgst and sgstrate in aqbooksellers. Some files
changed:
C4/Bookseller.pm
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
acqui/updatesupplier.pl
acqui/supplier.pl
acqui/parcels.pl
t/db_dependent/Bookseller.t

acqui/invoice.pl - total_gste_shipment and total_gsti_shipment calcul changed

koha-tmpl/intranet-tmpl/prog/en/modiles/acqui/supplier.tt  - Shipping tax rate
and shipping include tax or don't include tax, added
koha-tmpl/intranet-tmpl/prog/en/modiles/acqui/parcels.tt   - "(tax exc.)" or
"(tax inc)" added beside "Shipping cost".
koha-tmpl/intranet-tmpl/prog/en/modiles/acqui/invoice.tt   - if shipping "tax
exc", add "Shipping cost (tax inc)" below "Shipping cost"

0) Apply the patch
1) Run updatedatabase.pl to add the two columns to aqbooksellers
2) Add some tax rates in gist preferences
3) Edit a vendor
4) Chose shipping prices: include tax or not
5) Chose a shipping tax rate
6) Save
7) Create an order in a vendor's basket
8) click button receive shipment
9) Validate "(tax exc.)" or "(tax inc)" added beside "Shipping cost".
10) Click link "Receive order" in pending orders
11) Save
12) Click Finish receiving
13) Validate shipping "tax ex", add "Shipping cost (tax inc)" below "Shipping
cost" if shipping "tax exc".
14) Validate last line "Total + Shipment cost (CDN)"

-- 
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 6427] Rewrite of the accounts system

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427

--- Comment #385 from Kyle M Hall  ---
Created attachment 28890
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28890&action=edit
Bug 6427 [Part 32] - Fix koha-qa.pl issues

-- 
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 6427] Rewrite of the accounts system

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427

--- Comment #382 from Kyle M Hall  ---
Created attachment 28887
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28887&action=edit
Bug 6427 [Part 29] - Force the amount to pay to display as a two decimal float

-- 
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 6427] Rewrite of the accounts system

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427

--- Comment #383 from Kyle M Hall  ---
Created attachment 2
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2&action=edit
Bug 6427 [Part 30] - Do not auto-print reciepts for manual invoices

-- 
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 12437] New: <> 952$h field not populated while sending Routing List Notice

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12437

Bug ID: 12437
   Summary: <> 952$h field not populated while
sending Routing List Notice
 Change sponsored?: ---
   Product: Koha
   Version: 3.14
  Hardware: All
OS: Linux
Status: NEW
  Severity: major
  Priority: P5 - low
 Component: Notices
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: b...@eclateng.com
QA Contact: testo...@bugs.koha-community.org

Hi

The Routing List mail sent from Tools - Notices & Slips. The 952$h field is
mapped to <> in the Serial Framework. The data is populated in
MySQL items table also. But when the mail is sent, this value is not present in
the mail.

-- 
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 12437] <> 952$h field not populated while sending Routing List Notice

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12437

Binu Thomas  changed:

   What|Removed |Added

 CC||neng...@gmail.com

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


[Koha-bugs] [Bug 8836] Resurrect Rotating Collections

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8836

Juhani Seppälä  changed:

   What|Removed |Added

 CC||jsep...@student.uef.fi

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

[Koha-bugs] [Bug 12437] <> 952$h field not populated while sending Routing List Notice

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12437

Katrin Fischer  changed:

   What|Removed |Added

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

--- Comment #1 from Katrin Fischer  ---
Hi Binu,

are you creating real items for your subscriptions? Only then 952$h will be
populated. Else you might want to try serial.serialseq.

-- 
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 6427] Rewrite of the accounts system

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427

--- Comment #384 from Kyle M Hall  ---
Created attachment 28889
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28889&action=edit
Bug 6427 [Part 31] - Restore the lost item fee description

-- 
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 12435] Update MARC21 frameworks to Update No. 18 (April 2014)

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12435

--- Comment #1 from Bernardo Gonzalez Kriegel  ---
Created attachment 28886
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28886&action=edit
Bug 12435 - Update MARC21 frameworks to Update No. 18 (April 2014)

This patch updates MARC21 frameworks to Update No. 18 (April 2014)
Also updates values on database for MARC21 installs.

To test
1. Apply the patch
2. Run updatedatbase.pl, check that runs without error
3. Remove default framework, load again. Check that loads without
error.
4. Verify changes
Bibs
007/04 Sound recording -> q Quadraphonic, multichannel, or surround
347f -> Encoded bitrate
110/1,610/1,710/1,810/1 subfield c -> repeatable
Auth
110/1,410/1,510/1,710/1 subfield c -> repeatable

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


[Koha-bugs] [Bug 12261] Staff client next/previous links lead to unknown record

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12261

--- Comment #5 from Owen Leonard  ---
Testing in master I get a different buggy behavior than is described in this
bug report.

1) Did a search in the staff client which returned a few pages of results.
2) Clicked on the last page of results.
3) Clicked on the last result on the last page.
4) Clicked on the "Next" button.
5) Instead of getting an error, I'm redirected to a record which originally
appeared on the first page of the search results returned in step 1. It looks
like I'm redirected to the 12th record in particular.

I get the same behavior before and after the patch. Tested in FF30 and Chrome
35 on Windows 7.

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


[Koha-bugs] [Bug 11496] The number of tested records when searching for duplicates during import is too low

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11496

--- Comment #3 from Matthias Meusburger  ---
There is no need amha to implement such logic, because for tighter matches,
even if the limit is high, only a few results will be returned.

ie: having a limit of 1000 will not slow down things for isbn, because only a
few isbn's will be returned.

We can safely have a high limit even for tighter matches.

As for your second point, 1000 could possibly fail, but very less likely than
with 10.

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


[Koha-bugs] [Bug 12261] Staff client next/previous links lead to unknown record

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12261

Owen Leonard  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|oleon...@myacpl.org |jsep...@student.uef.fi

--- Comment #4 from Owen Leonard  ---
(In reply to Juhani Seppälä from comment #3)
> Created attachment 28882 [details] [review]

Thanks for the patch Juhani! I'm assigning the bug to you (since you submitted
a patch) and setting the status of the bug to "Needs signoff" so that the bug
shows up in the queue of bugs to be tested.

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

[Koha-bugs] [Bug 12435] Update MARC21 frameworks to Update No. 18 (April 2014)

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12435

Bernardo Gonzalez Kriegel  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff
   Assignee|gmcha...@gmail.com  |bgkrie...@gmail.com

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


[Koha-bugs] [Bug 12433] Suggestion status 'Ordered' and 'Available' displayed as 'Unknown'

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12433

--- Comment #10 from Katrin Fischer  ---
Thx for checking Frederic, now you beat me to 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 12433] Suggestion status 'Ordered' and 'Available' displayed as 'Unknown'

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12433

--- Comment #9 from Frédéric Demians  ---
You're correct. It's a duplicate! Thanks.

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

[Koha-bugs] [Bug 12436] New: koha-offline-circulation menu database and link on circulation page

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12436

Bug ID: 12436
   Summary: koha-offline-circulation menu database and link on
circulation page
 Change sponsored?: ---
   Product: Koha
   Version: 3.14
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Circulation
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: stephane.del...@biblibre.com
QA Contact: testo...@bugs.koha-community.org
CC: gmcha...@gmail.com, kyle.m.h...@gmail.com

1/ From the page  ../cgi-bin/koha/circ/circulation-home.pl the link "Get
desktop application is ko"

2 / After installing the tool from this url
http://sourceforge.net/projects/koha-oc/files/?source=navbar
In the tool I do not have the "Database" menu to load the file borrower.db

-- 
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 12435] New: Update MARC21 frameworks to Update No. 18 (April 2014)

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12435

Bug ID: 12435
   Summary: Update MARC21 frameworks to Update No. 18 (April 2014)
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Cataloging
  Assignee: gmcha...@gmail.com
  Reporter: bgkrie...@gmail.com
QA Contact: testo...@bugs.koha-community.org
CC: m.de.r...@rijksmuseum.nl

"Update No. 18 (April 2014) includes changes resulting from proposals that were
considered by the MARC 21 community during January 2014."[1]


[1] http://www.loc.gov/marc/bibliographic/bdapndxg.html

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


[Koha-bugs] [Bug 12433] Suggestion status 'Ordered' and 'Available' displayed as 'Unknown'

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12433

--- Comment #5 from Frédéric Demians  ---
Created attachment 28885
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28885&action=edit
Screenshot with patch

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

[Koha-bugs] [Bug 12433] Suggestion status 'Ordered' and 'Available' displayed as 'Unknown'

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12433

--- Comment #6 from Frédéric Demians  ---
(In reply to Katrin Fischer from comment #2)
> 
> *** This bug has been marked as a duplicate of bug 10519 ***

Are you sure?

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

[Koha-bugs] [Bug 12433] Suggestion status 'Ordered' and 'Available' displayed as 'Unknown'

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12433

--- Comment #8 from Katrin Fischer  ---
I will try to take a look and confirm later.

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


[Koha-bugs] [Bug 12434] New: Typos in help files

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12434

Bug ID: 12434
   Summary: Typos in help files
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: trivial
  Priority: P5 - low
 Component: Documentation
  Assignee: neng...@gmail.com
  Reporter: katrin.fisc...@bsz-bw.de
QA Contact: testo...@bugs.koha-community.org

Starting a new bug as I noticed some typos in the help files. One I can't find
again now, but this is the other:


intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt:59
If you're allowing renewals you can control how long the renewal loan peiod
will be (in the units you have chosen) in the 'Renewal period' box
> peiod

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


[Koha-bugs] [Bug 12433] Suggestion status 'Ordered' and 'Available' displayed as 'Unknown'

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12433

--- Comment #7 from Katrin Fischer  ---
I think maybe a little different, but pretty confident the bug I liked should
also solve this problem. Someone needs to try :)

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


[Koha-bugs] [Bug 12433] Suggestion status 'Ordered' and 'Available' displayed as 'Unknown'

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12433

--- Comment #4 from Frédéric Demians  ---
Created attachment 28884
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28884&action=edit
Screenshot without patch

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

[Koha-bugs] [Bug 12433] Suggestion status 'Ordered' and 'Available' displayed as 'Unknown'

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12433

Frédéric Demians  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |frede...@tamil.fr
   |ity.org |

--- Comment #3 from Frédéric Demians  ---
Created attachment 28883
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28883&action=edit
Proposed patch

Bug 12433 - Suggestion status 'Ordered' and 'Available' displayed as 'Unknown'

In Acquisitions > Suggestions, there is a tabs bar displaying by default
five suggestion status. Two of them  are improperly displayed as
'Unknown'.

To test:

1 Without the path, go to Acquisitions > Suggestions.
2 You can see two tabs labeled Unknown
3 Apply the patch
4 Go to Acquisitions > Suggestions
5 'Unknown' tabs are now displayed: Available and Ordered.

-- 
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 10519] Suggestions: 'Organize by' and correct display of tab descriptions broken

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10519

Katrin Fischer  changed:

   What|Removed |Added

 CC||frede...@tamil.fr

--- Comment #35 from Katrin Fischer  ---
*** Bug 12433 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 12433] Suggestion status 'Ordered' and 'Available' displayed as 'Unknown'

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12433

Katrin Fischer  changed:

   What|Removed |Added

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

--- Comment #2 from Katrin Fischer  ---


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

-- 
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 12433] New: Suggestion status 'Ordered' and 'Available' displayed as 'Unknown'

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12433

Bug ID: 12433
   Summary: Suggestion status 'Ordered' and 'Available' displayed
as 'Unknown'
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: P5 - low
 Component: Acquisitions
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: frede...@tamil.fr
QA Contact: testo...@bugs.koha-community.org

In Acquisitions > Suggestions, there is a tabs bar displaying by default
five suggestion status. Two of them  are improperly displayed as
'Unknown'.

-- 
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 12433] Suggestion status 'Ordered' and 'Available' displayed as 'Unknown'

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12433

Katrin Fischer  changed:

   What|Removed |Added

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

--- Comment #1 from Katrin Fischer  ---
Hi Frederic, this is a duplicate - one sec.

-- 
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 12261] Staff client next/previous links lead to unknown record

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12261

--- Comment #3 from Juhani Seppälä  ---
Created attachment 28882
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28882&action=edit
Bug 12261: Staff client next/previous links lead to unknown record

When using Staff client next/previous links after a search :
If the current record is the last of the results, clicking on "next" will lead
to the page of an unknown record with message :

The record you requested does not exist (NaN).

To test:
1) Do an intranet catalog search that has more than 1 results.
2) Click on the last search result and then click the "Next"-button from the
top-left navigation.
3) Confirm that you get thrown to a page with the message: "The record you
requested does not exist (NaN).".
4) Apply patch.
5) Repeat steps 1 - 2.
6) Confirm that the navigation button for "Next" is greyed out.

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

[Koha-bugs] [Bug 11495] i18n toolchain misses one instance of text "Select titles to: " in bootstrap

2014-06-17 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11495

Frédéric Demians  changed:

   What|Removed |Added

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

--- Comment #5 from Frédéric Demians  ---
Fridolyn: This patch would deserved to be pushed to 3.14. Thanks.

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