Closed (fixed)
Project:
Agreservations
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2012 at 21:34 UTC
Updated:
13 Feb 2012 at 19:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
petsagouris commentedFurthermore, somewhere in these edits, I have fixed the bug described in #1406706: Undefined index, it was a trivial bug.
Comment #2
agill commentedHello George, thanks alot for your effort!
I tried applying this patch with git -v apply coder-review.patch
but i get several error messages.
When did you download the version of agreservations you made the
coder-review changes on?
I hope we can fix the problem so i can apply your patch and test.
If not, i will use the coder-upgrade module to clean up and
fix the bug from issue 1406706 manually.
Thanks again for your help George!
Andreas
Comment #3
petsagouris commentedSearching around the problem you mentioned I found that the patch attached to the first post can be applied with
patch -p1 < coder-review.patchComment #4
agill commentedI applied your patch. Thanks for your help!
Comment #5
petsagouris commentedAlright, thanks a lot. Please next time, be sure to include proper commit author, you can find the attribute to attach to the commit command on the user's profile page, under the Git Attribution section. (see Proper Git Attribution)
Comment #6
agill commentedyou are right George, i guess i was so used to work on this alone
that i did not pay attention to the authorship option in git. I did a commit
with a message that sort of corrects the authorship for the patch commit
at least its mentioned now in the commit message of todays git commit. Next patches will be aplied
properly with correct authorship.
Regards,
Andreas