Closed (fixed)
Project:
Guestbook
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
15 May 2008 at 10:45 UTC
Updated:
18 Mar 2018 at 21:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedThe Problem exists in the current devel version, too.
I fixed it, it is a displaced parenthesis in line 728 of guestbook.module (devel version). The correct line is:
$output .= '<div class="content guestbook-message">'. check_markup($entry['message'], variable_get('guestbook_input_format', 1), FALSE) .'</div>';Please someone create a .patch for that, as I am a dump windows user, not interested in installing halfheartedly portet linux tools on my machine.
Comment #2
Anonymous (not verified) commentedComment #3
sunCygwin tools, containing a Win32 port of
diffandpatch, are everything except . Go grab yourself a copy, add TortoiseCVS, read http://drupal.org/patch/create, and start to contribute!Comment #4
Anonymous (not verified) commentedAs I found out, how to generate patches in the right format with WinMerge, I attached my .patch to this post.
The cygwin middleware is not what I expect. unix tools are the way, I'd like to use ported software, but the current release seems to be buggy.
I asked for a CVS account two times, but I didn't get one, yet.
I'd enjoy contributing in an easyer way, but without a CVS account, there is no chance. With this account, it is possible for me, to condibute, but in my oppinion, CVS is, like cygwin, software from the last century. Even with TortoiseCVS, it's much more difficult to use, than SVN.
Hope, the patch helps.
forschi
Comment #5
sunThanks, committed to all branches.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.