#13853 closed (fixed)
line with csrf_token too wide
Reported by: | Alper Cugun | Owned by: | anonymousD |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Keywords: | minor | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I missed this csrf_token the first time around because the line is too wide causing some frustration.
Here's the fix.
Cheers,
Alper
Attachments (2)
Change History (7)
by , 14 years ago
Attachment: | auth_doc.diff added |
---|
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
Change works for me.
Alper - it looks like you've created your patch by running a diff
in the directory of the file that's been changed. It's a bit easier to apply the patch if you run a diff from the top-level trunk directory.
I'm uploading a new patch 13853_2.diff which is exactly the same as yours, except that I ran it from the top-level trunk directory.
by , 14 years ago
Attachment: | 13853_2.diff added |
---|
Same patch, but with a 'svn diff' run from the project root.
comment:3 by , 14 years ago
Summary: | line too wide → line with csrf_token too wide |
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
fix