[Koha-devel] General questions from a first-patcher

2013-09-26 Thread Philippe Blouin
Holà Koha! First to present myself, I'm a new developper on Koha. I work for inLibro, which has been a Koha proponent for a while now. All our changes, enhancements and bug fixes have been local so far, meaning we patched for each library as they needed. We got a bundle of those to contribute

Re: [Koha-devel] General questions from a first-patcher

2013-09-26 Thread Robin Sheat
Philippe Blouin schreef op do 26-09-2013 om 16:08 [-0400]: > First to present myself, I'm a new developper on Koha. I work for > inLibro, which has been a Koha proponent for a while now. Hello and welcome! > I will appreciate any and every constructive comments you can make on > the following: >

Re: [Koha-devel] General questions from a first-patcher

2013-09-27 Thread Philippe Blouin
Thanks Robin, and thanks to everyone else that took time to comment on my three bugzillas. I don't think I'm out of the wood, but I've learned a lot in the past 24h and the process was very smooth. I still have two issues: 1) git bz worked for my very first patch, but after that I only managed

Re: [Koha-devel] General questions from a first-patcher

2013-09-27 Thread Robin Sheat
op 28-09-13 06:27, Philippe Blouin schreef: > 1) git bz worked for my very first patch, but after that I only managed > to use it once again. I always get some Traceback OR a huge xml/html > page as an error. What're the errors that you're seeing? Also, are you using the latest version? An upgrad

Re: [Koha-devel] General questions from a first-patcher

2013-09-30 Thread Mason James
On 2013-09-27, at 11:29 AM, Robin Sheat wrote: > Philippe Blouin schreef op do 26-09-2013 om 16:08 [-0400]: >> First to present myself, I'm a new developper on Koha. I work for >> inLibro, which has been a Koha proponent for a while now. > >> Questions: >> - I work with patches. I used git-b

Re: [Koha-devel] General questions from a first-patcher

2013-09-30 Thread Mason James
On 2013-09-28, at 5:21 PM, Robin Sheat wrote: > op 28-09-13 06:27, Philippe Blouin schreef: >> 1) git bz worked for my very first patch, but after that I only managed >> to use it once again. I always get some Traceback OR a huge xml/html >> page as an error. > > What're the errors that you're

Re: [Koha-devel] General questions from a first-patcher

2013-09-30 Thread Philippe Blouin
Is it possible I was getting that error because the bug state was not in Assigned anymore? I was trying to update/replace the patch. For a while I thought that was because I was using the wrong user as well, but it still didn't work when I changed. I see a lot of benefits to using git-bz inste

Re: [Koha-devel] General questions from a first-patcher

2013-10-02 Thread Philippe Blouin
Still no luck with git-bz. After entering Attach? [yn] y http://www.w3.org/TR/html4/loose.dtd";> Suspicious Action /...// //a very long xml// /// *Failed to attach patch to bug 10986, status=200* On 13-09-30 02:38 PM, Mason James wrote: On 2013-09-27, at 11:29 AM, Robin Sheat

Re: [Koha-devel] General questions from a first-patcher

2013-10-02 Thread Robin Sheat
Philippe Blouin schreef op wo 02-10-2013 om 16:14 [-0400]: > Still no luck with git-bz. After entering > Suspicious Action Can you find the bit where it says what the suspicious action is? -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871

Re: [Koha-devel] General questions from a first-patcher

2013-10-03 Thread Philippe Blouin
Hi Robin! I attached the response (conveniently put in a .html file for easier display). That's the whole response, minus the little non-html bits I've already given. And the maybe relevant git config stuff: user.email=philippe.blo...@inlibro.com bz-tracker.bugs.koha-community.org.path=/bugz

Re: [Koha-devel] General questions from a first-patcher

2013-10-03 Thread Tomas Cohen Arazi
On Thu, Oct 3, 2013 at 9:21 AM, Philippe Blouin wrote: > Hi Robin! > > I attached the response (conveniently put in a .html file for easier > display). That's the whole response, minus the little non-html bits I've > already given. > > And the maybe relevant git config stuff: > user.email=phili

Re: [Koha-devel] General questions from a first-patcher

2013-10-03 Thread Philippe Blouin
I gave extra info, but once limited to .gitconfig, I have exactly the same parameters. [bz-tracker "bugs.koha-community.org"] path = /bugzilla3 bz-user = philippe.blo...@inlibro.com bz-password = "" well, beside the "" around the password. On 13-10-03 08:52 AM, Tomas Coh

Re: [Koha-devel] General questions from a first-patcher

2013-10-03 Thread Jared Camins-Esakov
Philippe, That error looks to me like the one you would get if you had an old version of git-bz. Did you clone the git-bz repo on git.koha-community.org and check out the fishsoup branch? Regards, Jared On Thu, Oct 3, 2013 at 9:42 AM, Philippe Blouin wrote: > I gave extra info, but once limi

Re: [Koha-devel] General questions from a first-patcher

2013-10-03 Thread Philippe Blouin
Interesting. I switched computer yesterday and that one WAS NOT on fishsoup. I ignored the advice earlier as I knew I was on fishsoup on the server. Well, *thank you!* that solved my local problem. Not my server's, but I'll work on that ... later :) Now I get Incorrect authentication data