Re: [Koha-devel] Call for Nominations: Roles for 3.10

2012-03-28 Thread Marcel de Rooy
Did not even know that I was incumbent ;) I was looking on the wiki for a description of module maintainer, but could not find it. What should we expect from a module maintainer? (Anyone can have an idea about it, but we did not make that explicit.) How does (s)he fit in the work flow from sign-

Re: [Koha-devel] [Koha] Call for Nominations: Roles for 3.10

2012-03-28 Thread BWS Johnson
Tena Koutou! > Just a bump... we still need a Translation Manager (someone with a > non-English first language preferred), and specific module maintainers. > More bug wranglers are always welcome, too! >     *cough* Marjiana or Dorbica *cough* > He aha te mea nui o te ao? > He tangata! > He t

Re: [Koha-devel] [Koha] Call for Nominations: Roles for 3.10

2012-03-28 Thread Ian Walls
Just a bump... we still need a Translation Manager (someone with a non-English first language preferred), and specific module maintainers. More bug wranglers are always welcome, too! We have single candidates for the other single-person positions, which will make the voting quite... limited. Anyo

[Koha-devel] How to view Zebra indexes..?

2012-03-28 Thread Сергій Дубик
Hi all! Koha Wiki has an page Understanding Zebra indexing (http://wiki.koha-community.org/wiki/Understanding_Zebra_indexing) about adding fileds/subfields to seach indexes. In particular are indices for the some case: Name-and-title = {"Goddard College"} Name = {"Faculty publications"} Subject

Re: [Koha-devel] [Koha-patches] [PATCH] Bug 6701 - login timeout is in seconds

2012-03-28 Thread Robin Sheat
Op 28-03-12 21:25, Dobrica Pavlinusic schreef: > Both upper and lowercase is supported since regex is (\d+)[dD] so I > wrote one in exmplainanation and another in example. It'll still confuse people, trust me :) > Do you have better phrase for this change since I'm not a native > speaker? I'd ju

Re: [Koha-devel] [Koha-patches] [PATCH] Bug 6701 - login timeout is in seconds

2012-03-28 Thread Dobrica Pavlinusic
On Wed, Mar 28, 2012 at 11:36:42AM +1300, Robin Sheat wrote: > Dobrica Pavlinusic schreef op di 27-03-2012 om 15:20 [+0200]: > > +- seconds of inactivity. Adding d will specify it in > > days, e.g. 1D is timeout of one day. > > 'd' or 'D'? Perhaps good to be consistent :) Both upper a