[Koha-devel] Advice on managing Git, Branches & Patches

2009-01-21 Thread Kyle Hall
Hello All, I have some more questions about git. Really, what I'm interested in is how everyone handles fixing bugs and adding new features to koha, and submitting the patches. At the moment I have a private git repo that is up to date with git.koha.org's master branch. I have 5 commits on top of

Re: [Koha-devel] Advice on managing Git, Branches & Patches

2009-01-21 Thread Joe Atzberger
On Wed, Jan 21, 2009 at 9:52 AM, Kyle Hall wrote: > To make five patches to submit, I created five branches based on > master, then rebased each one leaving only one of the feature commits > for each, thus ending up with five patches starting in 0001. Is this a > reasonable way to work, or is the

Re: [Koha-devel] [Koha] Adding to the circulation template

2009-01-21 Thread Kyle Hall
Would it be better to add code to Koha so that the list starts with the current year, and gives the next five or ten years in the future? I'll submit a patch if anyone thinks this is a good idea. Kyle http://www.kylehall.info Information Technology Crawford County Federated Library System ( http

Re: [Koha-devel] [Koha] Adding to the circulation template

2009-01-21 Thread Owen Leonard
> Would it be better to add code to Koha so that the list starts with > the current year, and gives the next five or ten years in the future? More recent versions (commits?) correct this problem already. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org ___

Re: [Koha-devel] [Koha] Adding to the circulation template

2009-01-21 Thread Joe Atzberger
Yeah, if you use the js Calendar date picker as in current Koha, the dates/years are effectively unlimited. --joe On Wed, Jan 21, 2009 at 11:44 AM, Owen Leonard wrote: > > Would it be better to add code to Koha so that the list starts with > > the current year, and gives the next five or ten ye

[Koha-devel] unimarc mapping to biblioitems.volume inconsistant

2009-01-21 Thread Michael Hafen
So I'm working on adding a remainderoftitle column to the biblio table. I've been told that in Unimarc 200$e would be a good place to map this column. I'm looking at the French unimarc default framework sql file in the installer, and it seems that biblioitems.volume is already there. Now I look at

Re: [Koha-devel] unimarc mapping to biblioitems.volume inconsistant

2009-01-21 Thread Joe Atzberger
In these UNIMARC cases I would tend to defer to the French version as more correct, since it is more extensively used and tested. Probably Paul or Henri can confirm. -- Joe On Wed, Jan 21, 2009 at 6:18 PM, Michael Hafen wrote: > So I'm working on adding a remainderoftitle column to the biblio t