Closed (fixed)
Project:
OG Titles
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2011 at 17:14 UTC
Updated:
12 May 2011 at 16:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
mradcliffeThat's a good idea. I had a confirmation for self-changing titles, but not for an administrator.
Comment #2
capellicI couldn't get the patch to apply. It failed because your working environment had the original and the new file in a/b directories?
I manually applied the patch but had to make some changes. How is that that your code is working without if statement curly-brackets? I had to add those in order not to get a fatal error.
Otherwise, the message shows as intended.
Comment #3
mradcliffeYou don't need to have curly braces if you have one statement directly underneath a control structure/function, but it's technically against code standards here.
I'm still trying to figure git out, and right now "git diff" is giving these kinds of patches.
patch -p1will always patch correctly given that git command. It looks like I should be using "git diff --no-prefix", and it's odd that is not the default where in svn and cvs it is. Ugh...Comment #4
mradcliffeNeed to commit some of these so I can work on d7 version.