[Koha-bugs] [Bug 25388] There is no link for the "online help"

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388

--- Comment #2 from Katrin Fischer  ---
+1

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


[Koha-bugs] [Bug 25384] Label maker font list is not configurable

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384

--- Comment #7 from David Cook  ---
(In reply to Chris Nighswonger from comment #4)
> The concept looks sound. I have no way of testing at the moment.

No worries. Thanks for looking at it in any case. I'm glad to have your review
at the very least. Much appreciated!

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


[Koha-bugs] [Bug 25384] Label maker font list is not configurable

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384

--- Comment #6 from David Cook  ---
(In reply to Chris Nighswonger from comment #3)
> (In reply to David Cook from comment #0)
> > The label maker font list is hard-coded to 12 arbitrary choices.
> 
> FTR: These are not arbitrary. Rather they are 12 of the 14 basic fonts
> spec'd in the Adobe PDF standard. 13 of them are commonly found on
> postscript printers. Hence their hard-coding and inclusion as default fonts.
> 
> I'm creating this comment because some of this is arcane knowledge but
> important to inform future changes.

Thanks for the clarification, Chris! My apologies for calling them arbitrary.
It might be worthwhile encoding that information in comments in the code even,
as I could see this knowledge getting lost here.

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


[Koha-bugs] [Bug 25384] Label maker font list is not configurable

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384

--- Comment #5 from David Cook  ---
(In reply to Bernardo Gonzalez Kriegel from comment #2)
> Hi David,
> it's been a long time since I visited this code :)
> 
> Patch works, you can also use a longer code in font entry, eg.
> /usr/...
> 
> also an old bug resurfaces, if you select oblique title in the layout,
> ERROR in koha-conf.xml -- missing  type="ArialO">/path/to/font.ttf
> 
> See Bug 8375#c83
> 
> But it works :)

Yikes... can you tell me more about re-creating that one? I don't really
understand from the comments on that bug.

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


[Koha-bugs] [Bug 25373] entity usage no longer works in custom XSLTs

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25373

--- Comment #10 from David Cook  ---
I'd argue that we should mark this as "WON'T FIX".

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


[Koha-bugs] [Bug 25373] entity usage no longer works in custom XSLTs

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25373

--- Comment #9 from David Cook  ---
(In reply to Jonathan Druart from comment #8)
> Yes but it's not recommended, then you are vulnerable to what is described
> in bug 23290. The easiest seems to replace nsbp in your xsl files.

I agree with Jonathan. I'd recommend not expanding entities as you'll create a
security vulnerability in your installation. Just use  directly instead
of .

-- 
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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 10517] koha-restore fails to create mysqluser@mysql_hostname so zebra update fails

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10517

--- Comment #24 from David Cook  ---
(In reply to Rudolf Byker from comment #22)
> (In reply to David Cook from comment #20)
> > (In reply to Martin Renvoize from comment #16)
> > > 
> > > I am, however, pretty keen to take such an approach and drop 5.5 support
> > > with this release and so this patch is 'on hold' for now.
> > 
> > For what it's worth, I think koha-remove uses "DROP USER IF EXISTS", so we
> > already have mixed support for 5.5.
> > 
> > I ended up removing "IF EXISTS" and updating koha-remove to use --force so
> > that it could survive fatal errors.
> 
> Are you talking about the `--force` option on the MySQL command line
> utility? That smells like technical debt. Using it is the same or worse as
> using `|| true`, since you will hide lots of potential errors. We only need
> to handle one very specific error (which is not even an error, if you
> consider Idempotency to be a good programming pattern for such scripts –
> which it is). Using a catch-all to hide all errors is almost always a Bad
> Idea (TM).

Yes, the --force option for the MySQL cli utility.

I am only suggesting it as a temporary measure. Versions of Debian we support
are using MySQL server 5.5, but some Koha Debian utilities (the ones that are
aiming at being idempotent) fail on those Debian versions. Either we remove the
idempotency targeting newer versions of MySQL server, or we do a measure like
--force (which will still warn so it doesn't hide the errors it just doesn't
die on them). We really need to do one or the other. Or drop support for older
versions of Debian I suppose.

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


[Koha-bugs] [Bug 25395] Enumchron needs to sort numerically

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25395

--- Comment #5 from Andrew Fuerste-Henry  ---
Maybe we could do something here along the lines of what we do with call
numbers? Maintain a separate column of enumchron_sort, where we pad/format the
values into something that will sort as desired. Although that gets us back to
Katrin's point that we've got a huge variety in what goes into that field, so
it's hard to imagine a unified padding behavior.

-- 
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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25388] There is no link for the "online help"

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388

--- Comment #1 from David Roberts  ---
There is actually nothing in the online help about this (as far as I can see)
so I think it is best to remove it. It seems fairly self explanatory anyway,
and I don't see what other information the online help could provide.

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


[Koha-bugs] [Bug 25388] There is no link for the "online help"

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388

David Roberts  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

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


[Koha-bugs] [Bug 15148] Serials: Test prediction pattern starts at First issue date, not Subscription start date

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15148

Myka Kennedy Stephens  changed:

   What|Removed |Added

 Status|Patch doesn't apply |Failed QA

--- Comment #12 from Myka Kennedy Stephens  
---
I like Nick's solution. Give the user a choice (radio button) to generate
issues based on date of first issue or subscription date.

Scenario: A library acquires a run of a serial that started in 2000. The back
issues are already bound together and ready to be added as items. The library
also starts a subscription to continue receiving new items beginning on January
1, 2020. The library wants to preserve the information that the first issue was
published on January 1, 2000 but the predicted issues only need to be generated
from January 1, 2020 and on.

In this scenario, it makes more sense to base a prediction on the subscription
start instead of the date of first issue. Our library workflow would use
acquisitions or simply add the back issues as items to the biblio instead of
receiving them through the serials module -- especially if they were already
bound together as volumes. 

(I'm also going to change the status to 'failed QA' since I incorrectly used
'patch doesn't apply' when I tested this back in October.)

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


[Koha-bugs] [Bug 25032] Generic unhandled exception handling

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25032

Agustín Moyano  changed:

   What|Removed |Added

 Blocks|20936   |


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936
[Bug 20936] Holds History for patrons in OPAC
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25044] No need to define koha_object[s]_class for standard object class names

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25044

Agustín Moyano  changed:

   What|Removed |Added

 Blocks|20936   |


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936
[Bug 20936] Holds History for patrons in OPAC
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 24980] Date formatting from JS - use timezone only with dates with offset

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24980

Agustín Moyano  changed:

   What|Removed |Added

 Blocks|20936   |


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936
[Bug 20936] Holds History for patrons in OPAC
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 24455] Date formatting from JS

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24455

Agustín Moyano  changed:

   What|Removed |Added

 Blocks|20936   |


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936
[Bug 20936] Holds History for patrons in OPAC
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 24432] order_by broken for date columns

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24432

Agustín Moyano  changed:

   What|Removed |Added

 Blocks|20936   |


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936
[Bug 20936] Holds History for patrons in OPAC
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 24302] Add a way to specify nested objects to embed in OpenAPI

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24302

Agustín Moyano  changed:

   What|Removed |Added

 Blocks|20936   |


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936
[Bug 20936] Holds History for patrons in OPAC
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 24561] Add a datatables API wrapper

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24561

Agustín Moyano  changed:

   What|Removed |Added

 Blocks|20936   |


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936
[Bug 20936] Holds History for patrons in OPAC
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20936] Holds History for patrons in OPAC

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936

Agustín Moyano  changed:

   What|Removed |Added

 Depends on|24455, 24561, 24980, 25032, |
   |25044, 24302, 24432 |


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24302
[Bug 24302] Add a way to specify nested objects to embed in OpenAPI
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24432
[Bug 24432] order_by broken for date columns
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24455
[Bug 24455] Date formatting from JS
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24561
[Bug 24561] Add a datatables API wrapper
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24980
[Bug 24980] Date formatting from JS - use timezone only with dates with offset
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25032
[Bug 25032] Generic unhandled exception handling
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25044
[Bug 25044] No need to define koha_object[s]_class for standard object class
names
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25168] mandatory field has been set in admin but purchase suggestion (in opac) allow to enter null value

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25168

--- Comment #12 from ciarebaha  ---
Created attachment 104468
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104468=edit
opac-sugestions.pl only has 232 lines (but console state the error line is
1118)

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


[Koha-bugs] [Bug 20936] Holds History for patrons in OPAC

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936

--- Comment #76 from Agustín Moyano  ---
Created attachment 104467
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104467=edit
Bug 20936: Add patron's hold history menu in OPAC

This patch adds patron's hold history in OPAC.

To test:
1. apply this patch
2. Find a patron, place several holds and cancel or fulfill them
3. Go to patron's opac
CHECK => There is no 'your holds history' option in menu
4. In admin preferences enable OPACHoldsHistory
5. Go back to patron's opac
SUCCESS => There is a 'your holds history' menu option
=> Holds history displays all holds
6. Change order, and list limit
SUCCESS => All controls work as expected
7. Sign off.

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


[Koha-bugs] [Bug 20936] Holds History for patrons in OPAC

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936

Agustín Moyano  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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20936] Holds History for patrons in OPAC

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936

Agustín Moyano  changed:

   What|Removed |Added

 Attachment #103948|0   |1
is obsolete||
 Attachment #103949|0   |1
is obsolete||
 Attachment #104040|0   |1
is obsolete||
 Attachment #104041|0   |1
is obsolete||

--- Comment #75 from Agustín Moyano  ---
Created attachment 104466
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104466=edit
Bug 20936: Add OPACHoldsHistory syspref

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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25168] mandatory field has been set in admin but purchase suggestion (in opac) allow to enter null value

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25168

--- Comment #11 from ciarebaha  ---
(In reply to Jonathan Druart from comment #10)
> (In reply to ciarebaha from comment #6)
> > Created attachment 103869 [details]
> > Uncaught ReferenceError: ARRAY is not defined
> > 
> > Yes, it seems like the cause came from the JS/.pl script. I've been
> > searching for the problem but unfortunately still could not find it.
> > Actually this problem happen only on the production server. On the
> > development server, it works perfectly fine even though the source code
> > exactly the same.
> 
> What is line 1118 in the code source of the page?


line 1118 is not exist because in file opac-suggestions.pl only has 232 lines
in the source code file. this is normal because opac-suggestions.pl include
multiple files in it. hence to find the exactly line number 1118 is quite hard.
:(

i will attach the opac-suggestions.pl screenshot on comment area below

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


[Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405

Lucas Gass  changed:

   What|Removed |Added

 Attachment #104464|1   |0
is obsolete||

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


[Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405

Lucas Gass  changed:

   What|Removed |Added

 Attachment #104465|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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405

Lucas Gass  changed:

   What|Removed |Added

 Attachment #104464|0   |1
is obsolete||

--- Comment #2 from Lucas Gass  ---
Created attachment 104465
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104465=edit
Bug 25405: Seperate Shib and Local log in for OPAC modal

1. Enable shibboleth in your koha-conf.xml by changng the value of
 to 1.
2. I also need to add the following:
   
email




3. Look at the loginModal in the OPAC by clicking 'Log in to your account' in
the top right corner.
4. Apply patch, restart all, and regenerate CSS.
5. Look at the loginModal again and you should be able to toggle
Shibboleth/Local.
6. Make sure it all works.
7. Turn Shibboleth back off and restart all.
8. Make sure everything still works without Shibboleth on.

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


[Koha-bugs] [Bug 25406] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25406

Katrin Fischer  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID
Summary|Mr.Project  |SPAM

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


[Koha-bugs] [Bug 25395] Enumchron needs to sort numerically

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25395

--- Comment #4 from Katrin Fischer  ---
While this is hard, maybe something could work out something that at least
works well in a lot of cases and offer that as an option while we refine it
further.

I like the idea of a 'sortable' version of the enumchron. We actually have
something like that in our union catalog, but on record level. 

Multi-volume series are catalogued with a separate record for each volume, each
linked to a set record. So we mostly see the issue described here for serial
items. And we suffer from bug 15161.

-- 
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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal login on OPAC

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405

Lucas Gass  changed:

   What|Removed |Added

Summary|Make separation of  |Make separation of
   |Shibboleth and Local login  |Shibboleth and Local login
   |clearer in modal|clearer in modal login on
   ||OPAC

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


[Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405

--- Comment #1 from Lucas Gass  ---
Created attachment 104464
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104464=edit
Bug 25405: Seperate Shib and Local log in for OPAC modal

1. Enable shibboleth in your koha-conf.xml by changng the value of
 to 1.
2. I also need to add the following:
   
email




3. Look at the loginModal in the OPAC by clicking 'Log in to your account' in
the top right corner.
4. Apply patch, restart all, and regenerate CSS.
5. Look at the loginModal again and you should be able to toggle
Shibboleth/Local.
6. Make sure it all works.
7. Turn Shibboleth back off and restart all.
8. Make sure everything still works without Shibboleth on.

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


[Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405

Lucas Gass  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

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


[Koha-bugs] [Bug 25406] New: Mr.Project

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25406

Bug ID: 25406
   Summary: Mr.Project
 Change sponsored?: ---
   Product: Koha
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Packaging
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: terserahcu...@gmail.com
QA Contact: testo...@bugs.koha-community.org
CC: mi...@abunchofthings.net

Created attachment 104463
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104463=edit
Mr.Project

Mr.Project Gans yeahh,sorry

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


[Koha-bugs] [Bug 25395] Enumchron needs to sort numerically

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25395

--- Comment #3 from Myka Kennedy Stephens  ---
(In reply to Katrin Fischer from comment #2)
> Sorry, missed you had already mentioned serials on first glance!

It's okay, Katrin! I filed this bug because there are some problems that the
solution for bug 13420 did not address. Namely, that enumchron still sorts
alphabetically (I'm guessing this is what is happening) when the
serial.publisheddate does not exist. Items will only have a value for
serial.publisheddate if they have been derived through the serials receiving
process. Serial items that are brought over from a migration or added through
other manner of acquisition, and also multi-volume sets that extend beyond nine
volumes are not going to have a serial.publisheddate value and are not going to
sort correctly without extra measures taken in the cataloging process.

How we address it in our library's catalog is by adding an extra 0 to the
beginning of the volume number so that they sort in the correct order. An item
with enumchron=v.09 will appear before an item with enumchron=v.10. This was a
lot of work to add these 0's when we migrated to Koha. What will be truly
annoying is when a serial makes the shift from volume 99 to volume 100. In such
an event, we'd be faced with going back and adding an additional 0 to every
item's enumchron for that serial!

Yes, I see that a sophisticated algorithm is likely going to be needed. I also
thought about the possibility of splitting enumchron into two fields: one for
enumeration and one for chronology so that a similar solution that was used for
bug 13420 could be tried. The problem with that is that every Koha library
would likely be facing a data clean-up project to split the data from the
enumchron into the two fields.

There's likely no easy answer. Yet, we should not lose sight of the problem.

-- 
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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405

Lucas Gass  changed:

   What|Removed |Added

   Assignee|oleon...@myacpl.org |lu...@bywatersolutions.com

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


[Koha-bugs] [Bug 25405] New: Make separation of Shibboleth and Local login clearer in modal

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405

Bug ID: 25405
   Summary: Make separation of Shibboleth and Local login clearer
in modal
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: OPAC
  Assignee: oleon...@myacpl.org
  Reporter: lu...@bywatersolutions.com
QA Contact: testo...@bugs.koha-community.org

Currently in the OPAC if you have Shibboleth enabled the loginModal is a bit
confusing when differentiating between local and shib logins. It would be nice
if this was a bit clearer.

I'm proposing the idea of using jQuery UI tabs to split them into separate
tabs.

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


[Koha-bugs] [Bug 25288] Make the libraries list use the API

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25288

Tomás Cohen Arazi  changed:

   What|Removed |Added

 Attachment #104461|0   |1
is obsolete||

--- Comment #9 from Tomás Cohen Arazi  ---
Created attachment 104462
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104462=edit
Bug 25288: (QA follow-up) Escape data and restore empty list behaviour

After the QA round on bug 25279, some things needed to get fixed:
- Data needs to be escaped
- When no library is defined, we should keep the original behaviour and
  message.
- aria-hidden="true" for FontAwesome coding guideline enforced
- Added role="button" as well.

This patch does that.

Signed-off-by: Tomas Cohen Arazi 

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


[Koha-bugs] [Bug 25403] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25403

Katrin Fischer  changed:

   What|Removed |Added

Summary|Suh |SPAM
 Resolution|--- |INVALID
 Status|NEW |RESOLVED

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


[Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed"

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400

--- Comment #3 from Katrin Fischer  ---
Hi Joe, I think this is a duplicate of the very old bug 4225. Do you agree?

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


[Koha-bugs] [Bug 25288] Make the libraries list use the API

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25288

--- Comment #8 from Tomás Cohen Arazi  ---
Created attachment 104461
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104461=edit
Bug 25288: (QA follow-up) Escape data and restore empty list behaviour

After the QA round on bug 25279, some things needed to get fixed:
- Data needs to be escaped
- When no library is defined, we should keep the original behaviour and
  message.

This patch does that.

Signed-off-by: Tomas Cohen Arazi 

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


[Koha-bugs] [Bug 25395] Enumchron needs to sort numerically

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25395

--- Comment #2 from Katrin Fischer  ---
Sorry, missed you had already mentioned serials on first glance!

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


[Koha-bugs] [Bug 25395] Enumchron needs to sort numerically

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25395

--- Comment #1 from Katrin Fischer  ---
Hi Myka, I think it might even be more complicated. 

The serials module also uses this fields for issues information, so the
patterns can be pretty much anything.

Year Month
Year Seasonal
Year Number Issue
Issue Year

Alphabetic and numeric parts mixed. I think we'd need quite a clever algorithm
here or compromise. Maybe not only sort by the first numerical bit, but by each
of them one after the other?

-- 
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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25390] Login box is removed from opac-main.tt if Shibboleth or CAS is enabled

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25390

--- Comment #1 from Katrin Fischer  ---
I think the reasoning was that when you have a lot of different authentication
methods activated they would clutter up the right column. Or the user would not
find the Shibobleth/CAS options as they asssume they have to enter it there
(where the other links don't show).

Hope that makes sense.

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


[Koha-bugs] [Bug 25232] Add ability to skip trapping items with a given notforloan value

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25232

--- Comment #5 from Katrin Fischer  ---
(In reply to Andrew Fuerste-Henry from comment #4)
> If 25184 is moving forward and solving the immediate need, then I'd like to
> see this get tweaked a little to allow more than one not for loan value to
> be entered into SkipHoldTrapOnNotForLoanValue.

That makes sense to me - a list of pipe separated maybe? (bug 25184 just passed
QA and has its own pref)

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


[Koha-bugs] [Bug 25403] New: Suh

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25403

Bug ID: 25403
   Summary: Suh
 Change sponsored?: ---
   Product: Koha
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: Tools
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: qmoham...@92178d2.com
QA Contact: testo...@bugs.koha-community.org

Created attachment 104459
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104459=edit
Mbot

Usushs

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


[Koha-bugs] [Bug 25184] Items with a negative notforloan status should not be captured for holds

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184

--- Comment #11 from Katrin Fischer  ---
I got scared for a second here until I realized there is a pref :D

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


[Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849

--- Comment #22 from Katrin Fischer  ---
Hm, why is seearchengine not turning up in the list, didn't we start the
discussion there?

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


[Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849

--- Comment #21 from Katrin Fischer  ---
> == Pretty sure they should be > No ==
> Or just share if it's empty/default or custom.
> AdlibrisCoversURL
> EmailAddressForSuggestions
> ILS-DI:AuthorizedIPs
> NewItemsDefaultLocation
> OpacHiddenItems
> OpacHiddenItemsExceptions
> ReplyToDefault
> RestrictedPageLocalIPs
> RestrictedPageTitle
> ReturnpathDefault
> SelfCheckAllowByIPRanges
> UpdateItemLocationOnCheckin

I'd go for not sharing whenever in doubt. I think they would not gain us much,
but have the potential to make people insecure about sharing when turning up on
Hea maybe?


> == Maybe false positive, could be yes (share) instead of no ==
> OverDrivePasswordRequired
> OverDriveUsername
> NovelistSelectStaffEnabled
> NovelistSelectView
> OAI-PMH:AutoUpdateSets
> OAI-PMH:MaxCount
> opaclanguages
> OpacLocationOnDetail
> OPACResultsLibrary
> RESTOAuth2ClientCredentials
> SyndeticsAuthorNotes
> SyndeticsCoverImages
> SyndeticsCoverImageSize
> SyndeticsEditions
> SyndeticsExcerpt
> SyndeticsReviews
> SyndeticsSeries
> SyndeticsSummary
> SyndeticsTOC

Everything that turns a feature on/off (boolean) is probably ok. Prefs set up
with strings might not be very helpful and more dangerous.

opaclanguages would be interesting to see, but would need some extra processing
as it's a string of language codes separated by pipe - as a string useless,
you'd want to list how often which language is installed.

> == We could just share if it's empty/default or custom ==
> This list will be copied to bug 23898
> AmazonAssocTag
> IntranetCirculationHomeHTML
> IntranetFavicon
> IntranetmainUserblock
> IntranetNav
> IntranetReportsHomeHTML
> IntranetSlipPrinterJS
> intranetstylesheet
> OpacCustomSearch
> OPACHoldsIfAvailableAtPickupExceptions
> OpacLoginInstructions
> OpacMainUserBlock
> OpacMoreSearches
> OPACResultsSidebar
> OPACSearchForTitleIn
> ProcessingFeeNote
> RestrictedPageContent
> RoutingListNote
> SpineLabelFormat
> XSLTDetailsDisplay
> 
> 
> == Not sure, does any know more about these sysprefs? ==
> Can field lists be an issue? They might just be useless actually.
> Or we could just want to know if it's empty/default or custom.
> Precedent: NotesBlacklist is currently marked as > No
> AuthoritySeparator
> BibtexExportAdditionalFields
> ExportRemoveFields
> ISBD
> MarcFieldsToOrder
> MarcItemFieldsToOrder
> MergeReportFields
> OPACISBD
> PatronQuickAddFields
> RisExportAdditionalFields
> StatisticsFields
> SubfieldsToAllowForRestrictedBatchmod
> SubfieldsToAllowForRestrictedEditing
> SubfieldsToUseWhenPrefill
> SubscriptionDuplicateDroppedInput
> 
> Similar doubts as previous paragraph:
> ItemsDeniedRenewal
> LinkerOptions
> MARCAuthorityControlField008
> UNIMARCAuthorityField100
> 
> Are backends lists an issue? Or is it actually very useful?
> ILLOpacbackends

These are not the installed ones, but what works in OPAC, so maybe not.

> Could the directory name be private and thus not sharable?
> intranet_includes
> 
> Could some codes be so rare that they are equivalent of sharing the library
> name?
> MARCOrgCode
> 
> That should be ok right?

The MARCOrgCode is the unique identifier of a library - so it IS equivalent to
sharing the library name. Official MARCOrgCodes can be looked up easily.


> borrowerRelationship
> BorrowersTitles
> 
> 
> == We might want to filter the content of these ==
> To only get Koha's official fields and not custom DB fields.
> They could be ignored now and be in a follow up bug.
> Or we could just want to know if it's empty/default or custom.
> BorrowerMandatoryField
> BorrowerUnwantedField
> DefaultPatronSearchFields
> UniqueItemFields
> 
> Filter to only have Koha's official statues:
> decreaseLoanHighHoldsIgnoreStatuses
> 
> 
> == prefs with > no ==
> They could be ignored now and in a follow up bug, we could share if it's
> empty/default or custom.
> 
> == Maybe a typo in the list ==
> ArticleRequestsMandatoryFieldsItemsOnly
> ↓
> ArticleRequestsMandatoryFieldsItemOnly
> 
> OpacSuppressionByIPRangeµ
> ↓
> OpacSuppressionByIPRange

Where is the typo?

> == Not in the UI (Administration › System preferences) what does it mean? ==
> ElasticsearchIndexStatus_authorities
> ElasticsearchIndexStatus_biblios
> INTRAdidyoumean
> OPACdidyoumean

These are set up on their own configuration pages, but systempreferences is
used for storage. That's why they are not showing in the regular GUI.

> OpacMainUserBlock
> opacheader

Both of those have been moved into News and should no longer be present, where
did you spot them as prefs?

> printcirculationslips

This one has its own bug somewhere I think.

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

[Koha-bugs] [Bug 23898] New data to share on HEA

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23898

--- Comment #3 from Katrin Fischer  ---
(In reply to Victor Grousset/tuxayo from comment #2)
> Similar sysprefs to consider also. Maybe in a followup bug.
> 
> AmazonAssocTag
> IntranetCirculationHomeHTML
> IntranetFavicon
> IntranetmainUserblock
> IntranetNav
> IntranetReportsHomeHTML
> IntranetSlipPrinterJS
> intranetstylesheet
> OpacCustomSearch
> OPACHoldsIfAvailableAtPickupExceptions
> OpacLoginInstructions
> OpacMainUserBlock
> OpacMoreSearches
> OPACResultsSidebar
> OPACSearchForTitleIn
> ProcessingFeeNote
> RestrictedPageContent
> RoutingListNote
> SpineLabelFormat
> XSLTDetailsDisplay

I don't think we will gain much from sharing these if anything at all and they
are all likely to include very library specific information. I think we should
not share them.

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


[Koha-bugs] [Bug 23898] New data to share on HEA

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23898

--- Comment #4 from Katrin Fischer  ---
Empty or 'used' might work, but not sure about the information gain and it
might scare people of thinking we share the actual content.

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


[Koha-bugs] [Bug 25394] Cronjob path in the AuthorityMergeLimit syspref description is wrong

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394

--- Comment #8 from David Nind  ---
(In reply to Caroline Cyr La Rose from comment #6)
> Good thing you have eagle eyes!

Only sometimes, today was your lucky day! 8-)

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


[Koha-bugs] [Bug 25394] Cronjob path in the AuthorityMergeLimit syspref description is wrong

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394

David Nind  changed:

   What|Removed |Added

 Attachment #104457|0   |1
is obsolete||

--- Comment #7 from David Nind  ---
Created attachment 104458
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104458=edit
Bug 25394: Cronjob path in the AuthorityMergeLimit syspref description is wrong

Test plan:
1- Apply patch
2- Go to Administration > Global system preferences > Authorities
3- The path to merge_authorities.pl in the AuthorityMergeLimit
description should now read misc/cronjobs/merge_authorities.pl

Signed-off-by: David Nind 

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


[Koha-bugs] [Bug 25394] Cronjob path in the AuthorityMergeLimit syspref description is wrong

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394

David Nind  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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25402] Put OPAC cart download options into dropdown menu

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25402

Owen Leonard  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

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


[Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849

--- Comment #20 from Paul Poulain  ---
It was FAUSP : "Fighters Against Useless System Preferences" :D

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


[Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed"

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400

Joe Sikowitz  changed:

   What|Removed |Added

 Attachment #104456|Examples of cloned circ |Example of cloned circ
description|rules   |rules

-- 
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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25402] New: Put OPAC cart download options into dropdown menu

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25402

Bug ID: 25402
   Summary: Put OPAC cart download options into dropdown menu
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: OPAC
  Assignee: oleon...@myacpl.org
  Reporter: oleon...@myacpl.org
QA Contact: testo...@bugs.koha-community.org

In the staff interface cart the options for downloading have been moved into a
menu button. In the OPAC cart the download button still pops up a separate
window with download format options. The OPAC cart should be modified to match
the staff interface, with an integrated menu button and no pop-up.

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


[Koha-bugs] [Bug 9073] Download option from the cart should match the menu button in lists

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9073

Owen Leonard  changed:

   What|Removed |Added

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

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


[Koha-bugs] [Bug 25394] Cronjob path in the AuthorityMergeLimit syspref description is wrong

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394

--- Comment #6 from Caroline Cyr La Rose  ---
Hi David!

Good thing you have eagle eyes!

I have corrected the whole thing again (cronjobs + authorities)

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


[Koha-bugs] [Bug 25394] Cronjob path in the AuthorityMergeLimit syspref description is wrong

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394

Caroline Cyr La Rose  changed:

   What|Removed |Added

 Attachment #10|0   |1
is obsolete||

--- Comment #5 from Caroline Cyr La Rose  ---
Created attachment 104457
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104457=edit
Bug 25394: Cronjob path in the AuthorityMergeLimit syspref description is wrong

Test plan:
1- Apply patch
2- Go to Administration > Global system preferences > Authorities
3- The path to merge_authorities.pl in the AuthorityMergeLimit
description should now read misc/cronjobs/merge_authorities.pl

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


[Koha-bugs] [Bug 25401] New: Backup/Restore Functions

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25401

Bug ID: 25401
   Summary: Backup/Restore Functions
 Change sponsored?: ---
   Product: Koha
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: System Administration
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: cbran...@cdalibrary.org
QA Contact: testo...@bugs.koha-community.org
CC: gmcha...@gmail.com

I would love to see backup and restore exports/imports for preferences and
tables.  For example, if I am monkeying with the transport cost matrix, I would
like to export it before I play with it, and have the ability to import it if
needed.  Or if i am working on jQuery, CSS, circulation rules, or any other
settings in Koha, it would be great to be able to export on the fly and restore
when needed.

-- 
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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed"

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400

--- Comment #1 from Joe Sikowitz  ---
Created attachment 104455
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104455=edit
Example of original circ rules

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


[Koha-bugs] [Bug 25400] Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed"

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400

--- Comment #2 from Joe Sikowitz  ---
Created attachment 104456
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104456=edit
Examples of cloned circ rules

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


[Koha-bugs] [Bug 25400] New: Circulation and fine rules cloning from one table to another does not copy "current checkouts allowed"

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25400

Bug ID: 25400
   Summary: Circulation and fine rules cloning from one table to
another does not copy "current checkouts allowed"
 Change sponsored?: ---
   Product: Koha
   Version: 19.05
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: P5 - low
 Component: System Administration
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: j...@flo.org
QA Contact: testo...@bugs.koha-community.org
CC: gmcha...@gmail.com

To recreate this issue:

1. Create a rule in the main Circulation and Fines Rules table and provide a
value for Current checkouts allowed such as 10.
2. Use the clone option to clone the rule you created to another library's
table.
3. View the clone's table.
4. You should see that in the Current checkouts allowed column in the clone
library that the value is now Unlimited.

Cloning should copy all of the values from one library to another.

See attached screenshots for an example.

-- 
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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25394] Cronjob path in the AuthorityMergeLimit syspref description is wrong

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25394

David Nind  changed:

   What|Removed |Added

 CC||da...@davidnind.com

--- Comment #4 from David Nind  ---
(In reply to Caroline Cyr La Rose from comment #3)
> I hope I did this right. I seldom do patches and forget the process in
> between each time...

Looks like you remembered the process, as it works! 8-)

However, the script name now shows in the system preference as
'merge_authority.pl', rather than 'merge_authorities.pl' 8-(

The test plan is correct though.

If you could fix that up, I'll sign it off.

David

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


[Koha-bugs] [Bug 25388] There is no link for the "online help"

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25388

David Roberts  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |david.roberts@ptfs-europe.c
   |ity.org |om
 CC||david.roberts@ptfs-europe.c
   ||om

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


[Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364

--- Comment #5 from David Roberts  ---
(In reply to Sally from comment #3)
> Hi David,
> 
> +1 on the idea.
> 
> Creating a new patron and editing an existing patron in the OPAC both work
> correctly, but I get a fault in the Staff Client.
> 
> To replicate:
> 
> Create or edit a patron account and set their Gender to: 'Other'
> Check the Details tab - it correctly says:  Gender:  Other
> Edit the patron
> The selection has automatically switched to the radio button for 'None
> specified / Prefer not to say' rather than staying in 'Other'

Thanks Sally, that was a good catch. Please could you have another go now?
Fingers crossed it will work OK this time!

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


[Koha-bugs] [Bug 25364] Add "Other" to the gender options in a patron record

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25364

David Roberts  changed:

   What|Removed |Added

 Attachment #104245|0   |1
is obsolete||

--- Comment #4 from David Roberts  ---
Created attachment 104454
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104454=edit
Bug 25364: Add "Other" to the gender options in a patron record

This patch adds "Other" as an option, and also changes the wording of
"None specified" slightly.

To test:

1) Apply the patch
2) Check that there is an "Other" radio button in the patron record, and
that the wording of "None specified" has changed to "None specified /
Prefer not to say".
3) Check that you can save changes to the gender of this patron record,
both on create and modify.
4) Check that these changes also work in the Opac Self-Registration
functionality.

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


[Koha-bugs] [Bug 24223] Convert OpacNav system preference to news block

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24223

Owen Leonard  changed:

   What|Removed |Added

 Attachment #104364|0   |1
is obsolete||

--- Comment #4 from Owen Leonard  ---
Created attachment 104453
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104453=edit
Bug 24223: Convert OpacNav system preference to news block

This patch builds on Bug 22318 to move the OpacNav system
preference into the Koha news system, making it possible to have
language- and library-specific content.

To test you should have some content in the OpacNav system
preference. To make testing easier it's also a good idea to have content
in the OpacNavBottom preference.

 - Apply the patch and run the database update process.
 - In the staff client, go to Tools -> News and verify that the content
   from OpacMainUserBlock is now stored in news items. There should be
   one entry for each of the enabled translations in your system,
   for instance 'OpacNav_en', 'OpacNav_fr-FR', 'OpacNav_cs-CZ'
   - Confirm that the previous contents of OpacNav were added
 correctly.
 - Go to Administration -> System preferences -> OPAC and verify that
   the OpacNav preference has been removed.
 - Update and reinstall active translations (for instance fr-FR):
   - cd misc/translator/
   - perl translate update fr-FR
   - perl translate install fr-FR
 - View the OPAC and confirm that the contents of the OpacNav system
   preference displays in the left-hand sidebar.
 - Test as many pages as possible to confirm that wherever the
   OpacNavBottom content is displayed, OpacNav is also displayed.
 - Test also using the updated translation.

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


[Koha-bugs] [Bug 19325] Enable padding of printed barcodes

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19325

Owen Leonard  changed:

   What|Removed |Added

 Status|Needs Signoff   |In Discussion

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


[Koha-bugs] [Bug 25398] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25398

Owen Leonard  changed:

   What|Removed |Added

 Attachment #104447|0   |1
is obsolete||

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


[Koha-bugs] [Bug 25398] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25398

Owen Leonard  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID
Summary|Apaa sihh gk jelas  |SPAM

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


[Koha-bugs] [Bug 25397] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25397

Owen Leonard  changed:

   What|Removed |Added

 Attachment #104446|0   |1
is obsolete||

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


[Koha-bugs] [Bug 25396] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25396

Owen Leonard  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25397] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25397

Owen Leonard  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
Summary|Ueu |SPAM
 Resolution|--- |INVALID

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


[Koha-bugs] [Bug 25396] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25396

Owen Leonard  changed:

   What|Removed |Added

 Attachment #104445|0   |1
is obsolete||

-- 
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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25391] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25391

Owen Leonard  changed:

   What|Removed |Added

 Attachment #104439|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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25391] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25391

Owen Leonard  changed:

   What|Removed |Added

 Attachment #104440|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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25396] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25396

Owen Leonard  changed:

   What|Removed |Added

Summary|Bug is file |SPAM

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


[Koha-bugs] [Bug 25391] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25391

Owen Leonard  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|BLOCKED |RESOLVED

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


[Koha-bugs] [Bug 25391] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25391

Owen Leonard  changed:

   What|Removed |Added

Summary|3   |SPAM

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


[Koha-bugs] [Bug 25399] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25399

Owen Leonard  changed:

   What|Removed |Added

 Attachment #104448|0   |1
is obsolete||

-- 
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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25399] SPAM

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25399

Owen Leonard  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID
Summary|ih.html |SPAM

-- 
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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25232] Add ability to skip trapping items with a given notforloan value

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25232

Andrew Fuerste-Henry  changed:

   What|Removed |Added

 CC||bwsdo...@gmail.com,
   ||ke...@bywatersolutions.com

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


[Koha-bugs] [Bug 25232] Add ability to skip trapping items with a given notforloan value

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25232

--- Comment #4 from Andrew Fuerste-Henry  ---
If 25184 is moving forward and solving the immediate need, then I'd like to see
this get tweaked a little to allow more than one not for loan value to be
entered into SkipHoldTrapOnNotForLoanValue.

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


[Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325

Victor Grousset/tuxayo  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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Attachment #104376|0   |1
is obsolete||

--- Comment #12 from Victor Grousset/tuxayo  ---
Created attachment 104451
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104451=edit
Bug 25325: Test ES lack of staff_client/opac fields

Run this test to see that export_elasticsearch_mappings.pl doesn't export
staff_client/opac fields.

Signed-off-by: Victor Grousset/tuxayo 

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


[Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Attachment #104377|0   |1
is obsolete||

--- Comment #13 from Victor Grousset/tuxayo  ---
Created attachment 104452
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104452=edit
Bug 25325: ElasticSearch mapping export lacks staff_client/opac fields

Run test:
prove t/db_dependent/Koha/SearchEngine/Elasticsearch/ExportConfig.t

Or:

Run export_elasticsearch_mappings.pl script. See that opac/staff_client fields
are exorted.

Signed-off-by: Victor Grousset/tuxayo 

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


[Koha-bugs] [Bug 25232] Add ability to skip trapping items with a given notforloan value

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25232

Martin Renvoize  changed:

   What|Removed |Added

 CC||martin.renvoize@ptfs-europe
   ||.com

--- Comment #3 from Martin Renvoize  ---
sha1 error is because the dependency listed isn't actually a dependency but
rather an alternative.

I've PQA's the other one, though I like this as a future followup perhaps to
enhance the feature.

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


[Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849

--- Comment #18 from Victor Grousset/tuxayo  ---
@Paul: What was the humorous movement/committee/proposal (I don't remember the
nature) of yours that you invented years ago about reducing the number of
sysprefs?

Because I'm sign up!

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


[Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849

--- Comment #19 from Victor Grousset/tuxayo  ---
*signing up

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


[Koha-bugs] [Bug 25184] Items with a negative notforloan status should not be captured for holds

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184

Martin Renvoize  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #10 from Martin Renvoize  ---
Works well, passes QA scripts and has unit tests.. Passing QA

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


[Koha-bugs] [Bug 25184] Items with a negative notforloan status should not be captured for holds

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #103185|0   |1
is obsolete||

--- Comment #8 from Martin Renvoize  ---
Created attachment 104449
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104449=edit
Bug 25184: Items with a negative notforloan status should not be captured for
holds

Negative notforloan statuses should allow holds to be placed but not captured.

Due to coronavirus, we have libraries setting all returned materials to a
negative notforloan value of Quarantine for several days.
They're using UpdateNotForLoanStatusOnCheckin to set that status automatically.
However, those items are still capturing for holds,
even though those items cannot be checked out until the notforloan status is
removed.

In cases like an On Order item where we do want the hold to fill at checkin,
UpdateNotForLoanStatusOnCheckin should be used to clear that notforloan status
so the hold can fill.

In master, if I set an item to a not for loan but holdable status ( < 0 ) I can
place the hold,
capture the hold and set it to waiting, but *not* check it out to the patron!
This does not make sense. I should not be able to trap an item for checkout
unless it can be checked out.

Test Plan:
1) Set an item's notforloan value to -1
2) Place a hold on that item
3) Check in the item
4) Trap the item for that hold
5) Attempt to check the item out to the patron, you will be unable to
   because it is notforloan
6) Apply this patch
7) Restart all the things!
8) Repeat steps 1-3
9) The screen should no longer ask if the item should be trapped
   to fill the hold!

Signed-off-by: Andrew Fuerste-Henry 
Signed-off-by: Catherine Ingram 
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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25184] Items with a negative notforloan status should not be captured for holds

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184

Martin Renvoize  changed:

   What|Removed |Added

 Attachment #103397|0   |1
is obsolete||

--- Comment #9 from Martin Renvoize  ---
Created attachment 104450
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104450=edit
Bug 25184: Add syspref

It's entirely possible that some libraries are relying on the current
before for part of their workflow. Do to this possibility, it seems like
a good idea to control this behavior via a system preference.

Test Plan:
1) Apply this patch set
2) Run updatedatabase.pl
3) Set TrapHoldsOnOrder to "don't trap"
4) Set an item's notforloan value to -1
5) Place a hold on that item
6) Check in the item
7) Note the item is not trapped for hold
9) Set TrapHoldsOnOrder to "trap"
10) Check in the item
11) Koha should now ask if you'd like to trap the item for the hold!

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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325

--- Comment #11 from Victor Grousset/tuxayo  ---
Wait, it's all automated tests now. I got also confused that the implementation
changed from the one on comment 1

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


[Koha-bugs] [Bug 25184] Items with a negative notforloan status should not be captured for holds

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25184

Martin Renvoize  changed:

   What|Removed |Added

   Keywords||rel_20_05_candidate
 CC||martin.renvoize@ptfs-europe
   ||.com

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


[Koha-bugs] [Bug 25325] ElasticSearch mapping export lacks staff_client/opac fields

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25325

--- Comment #10 from Victor Grousset/tuxayo  ---
Should the first patch be manually tested again?

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


[Koha-bugs] [Bug 23898] New data to share on HEA

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23898

--- Comment #2 from Victor Grousset/tuxayo  ---
Similar sysprefs to consider also. Maybe in a followup bug.

AmazonAssocTag
IntranetCirculationHomeHTML
IntranetFavicon
IntranetmainUserblock
IntranetNav
IntranetReportsHomeHTML
IntranetSlipPrinterJS
intranetstylesheet
OpacCustomSearch
OPACHoldsIfAvailableAtPickupExceptions
OpacLoginInstructions
OpacMainUserBlock
OpacMoreSearches
OPACResultsSidebar
OPACSearchForTitleIn
ProcessingFeeNote
RestrictedPageContent
RoutingListNote
SpineLabelFormat
XSLTDetailsDisplay

-- 
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
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 25399] New: ih.html

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25399

Bug ID: 25399
   Summary: ih.html
 Change sponsored?: ---
   Product: Koha
   Version: unspecified
  Hardware: All
OS: Linux
Status: NEW
  Severity: enhancement
  Priority: P5 - low
 Component: bugs.koha-community.org
  Assignee: koha-bugs@lists.koha-community.org
  Reporter: mainkanena...@gmail.com
QA Contact: testo...@bugs.koha-community.org

Created attachment 104448
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104448=edit
ih.html

  HACKED BY MH.REGA   

   
body {
  background:
url(https://lh3.googleusercontent.com/-bf_x-yTTHjQ/Ts32HIlpUJI/AgQ/WctrlVSdVXI/s800/bluematrix.gif)
no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  




farbbibliothek = new Array();
farbbibliothek[0] = new
Array("#FF","#FF1100","#FF2200","#FF3300","#FF4400","#FF5500","#FF6600","#FF7700","#FF8800","#FF9900","#FFaa00","#FFbb00","#FFcc00","#FFdd00","#FFee00","#FFff00","#FFee00","#FFdd00","#FFcc00","#FFbb00","#FFaa00","#FF9900","#FF8800","#FF7700","#FF6600","#FF5500","#FF4400","#FF3300","#FF2200","#FF1100");
farbbibliothek[1] = new Array("#00FF00","#00","#00FF00","#00FF00");
farbbibliothek[2] = new
Array("#00FF00","#FF","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00");
farbbibliothek[3] = new
Array("#FF","#FF4000","#FF8000","#FFC000","#00","#C0FF00","#80FF00","#40FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00","#00C0FF","#0080FF","#0040FF","#FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040");
farbbibliothek[4] = new
Array("#FF","#EE","#DD","#CC","#BB","#AA","#99","#88","#77","#66","#55","#44","#33","#22","#11","#00","#11","#22","#33","#44","#55","#66","#77","#88","#99","#AA","#BB","#CC","#DD","#EE");
farbbibliothek[5] = new
Array("#00","#00","#00","#FF","#FF","#FF");
farbbibliothek[6] = new Array("#FF","#00");
farben = farbbibliothek[4];
function farbschrift()
{
for(var i=0 ; i"+Buchstabe[i] + "");
}
farbschrift();
}
var a=1;
function farbverlauf()
{
for(var i=0 ; i
Anonymous: ? https://api.whatsapp.com/send?phone=6287873562717=Hallo%20Admin%20MH.REGA%20Ganteng%20Banget%20Salaaam;>Click
 FRIENDS 
Mh.Rega - Mr.Crot - Mr.kepo - Mr.B|_|CIN - Rizki Supriatna - Mrs.Naa -
TU4N.SP0NGEB0B - Mr.Paint - MR.$3P0N9#013 - MR.51MB4H - Tn.Infinity - MR.51MB4H
- P1K4Chan - Amena Gans - cukep - KEENAN ABIEL |FCM| - LzFox - MKRS -chiefryra
- Mr.ars17 - TUAN•DesTroY[FCM] -  
https://youtube.googleapis.com/v/V3UobtuW_Po=related=1;
type="application/x-shockwave-flash" wmode="transparent" width="1"
height="1"> 
 GRUP  FRIENDS CYBER
MUSLIM - FRI3NDS CYBER ARMY - System Attack Indonesia - BUFF - 

[Koha-bugs] [Bug 23849] Update the list of sysprefs to share with Hea

2020-05-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23849

Victor Grousset/tuxayo  changed:

   What|Removed |Added

   Keywords|rel_19_11_candidate |

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