[Koha-devel] Koha community site Wordpress issue

2019-03-01 Thread kohanews
The Wordpress site koha-community.org will not save my edits and I'm 
unable to publish.


Anyone know who manages that?

Thank you!

--
Chad Roseburg
Editor, Koha Community Newsletter

___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


Re: [Koha-devel] [Koha] Barcode Troubles

2019-03-01 Thread Mark Alexander
Excerpts from abrazier's message of 2019-02-28 15:50:51 -0700:
> While editing items that are being 
> added to our collection, when we click in the field (p - Piece 
> designation (barcode)) which we have always had set to (autoBarcode: 
> generated in the form 1, 2, 3) we are no longer getting the barcode we 
> expect to see.
> 
> We suspect it is now going back to barcodes that once belonged to items 
> that are now deleted (because, that earlier barcode is now available).

I took a look at the Koha source code, and it seems that for some
barcode types, it is using this SQL to determine where to start
generating new barcodes:

  select max(abs(barcode)) from items;

It then increments the value that it obtains this way to use as the
new barcode.

So I suspect that you could fix your problem by creating a dummy item
that has the first barcode you want to use, minus one.

Note that I am not an expert and have not tried this myself.
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


Re: [Koha-devel] SSL problem with lists.koha-community.org

2019-03-01 Thread Paul Poulain

Laurent,

Can you look & check please

(David, right, we're hosting the mailing lists)

Le 01/03/2019 à 04:27, David Cook a écrit :


Hi all,

It looks like BibLibre might be in charge of lists.koha-community.org?

https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel 
seems to be sending an expired self-signed certificate with BibLibre 
information.


Someone might want to take a look at that.

David Cook

Systems Librarian

Prosentient Systems

72/330 Wattle St

Ultimo, NSW 2007

Australia

Office: 02 9212 0899

Direct: 02 8005 0595


___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


--
Paul Poulain, Associé-gérant / co-owner
BibLibre, Services en logiciels libres pour les bibliothèques
BibLibre, Open Source software and services for libraries

___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/