On Mon, May 27, 2013 at 1:04 PM, <sky5w...@gmail.com> wrote:

> Just to be explicit, my comments are loaded without markups but do
> contain [CRLF]'s.
> I am unsure of the presence of my original [CRLF]'s within the timeline
> data?
>

On the web interface, go to the screen that shows a check-in that contains
CRLFs in the comment.  Then click on the "manifest" link.  (example:
http://www.fossil-scm.org/fossil/artifact/71a916ee9507d6fb).  The comment
follows the "C" probably on the first line.  \s means space.  \n means
newline.  Etc.   Check to see if your comments contain \r\n.

Or you can click on the "Edit" link, and the decoded comment will
prepopulate the comment editing field.  Does it contain your CRNLs?



>
> I also tried 'span.timeline...' with no effect.
> Should this work on previously loaded comments or only newly added ones?
> This would be a simple yet powerful fix for me.
>
>
> On Mon, May 27, 2013 at 12:58 PM, Richard Hipp <d...@sqlite.org> wrote:
>
>>
>>
>> On Mon, May 27, 2013 at 12:57 PM, <sky5w...@gmail.com> wrote:
>>
>>> Yes, I tried that.
>>> Should there be a prefix to the .timelineComment?
>>>
>>
>> I did:  "span.timelineComment ..".  Maybe that makes a difference.  I'm
>> not very knowledgeable about CSS.
>>
>>
>>> .timelineComment {
>>>   font-family: monospace;
>>>    white-space: pre;
>>> }
>>> I noticed 'white-space: pre;' is used in other places in the CSS.
>>>
>>>
>>> On Mon, May 27, 2013 at 12:51 PM, Richard Hipp <d...@sqlite.org> wrote:
>>>
>>>>
>>>>
>>>> On Mon, May 27, 2013 at 12:47 PM, <sky5w...@gmail.com> wrote:
>>>>
>>>>> Thanks but I see no changes to my Timeline comments?
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> Your browser might have the old CSS cached.  Try pressing Reload.
>>>>
>>>> --
>>>> D. Richard Hipp
>>>> d...@sqlite.org
>>>>
>>>> _______________________________________________
>>>> fossil-users mailing list
>>>> fossil-users@lists.fossil-scm.org
>>>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>>>
>>>>
>>>
>>> _______________________________________________
>>> fossil-users mailing list
>>> fossil-users@lists.fossil-scm.org
>>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>>
>>>
>>
>>
>> --
>> D. Richard Hipp
>> d...@sqlite.org
>>
>> _______________________________________________
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>>
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to