RE: [geeklog-users] Problems with special characters

2003-11-13 Thread Rob Griffiths
Dang, now I'm >really< confused! I just tested the sample code... [code] Testing\backslashes<>and other things <\end> [/code] ...on geeklog.net, and it does NOT work. And yet, on my PowerBook, it works just fine -- and as I said, that's running 1.38sr2, which is (I assume) the same thing that's

RE: [geeklog-users] Problems with special characters

2003-11-13 Thread kko
Okay, thanks to all for the replies. Regards. Alberto. On Thu, 2003-11-13 at 21:35, Rob Griffiths wrote: > OK, this is truly odd. I have a test 1.38sr2 running on my PowerBook, > and just tried the exact same test string: > > [code] > Testing\backslashes<>and other things > <\end> > [/code] > >

Re: [geeklog-users] Problems with special characters

2003-11-13 Thread Tony Bibbs
FYI, someone needs to implement ntpd...this email came at a point in the future. kko wrote: Have you tried the same with ...? Regards. Alberto. On Thu, 2003-11-13 at 20:39, Rob Griffiths wrote: Note that the "\" character disappeared Yeah, that's a long-standing bug. But the other charact

Re: [geeklog-users] Problems with special characters

2003-11-13 Thread Tony Bibbs
Dirk is right, this was a huge pain brought on by a number of complaints , most notably by Rob of macosxhints.com. We have fixed it but GL2 will handle all this stuff in a way that requires no addslashes or stripslashes in the code. The unfortunate implication though, is that when GL2 does co

RE: [geeklog-users] Problems with special characters

2003-11-13 Thread Dirk Haun
Alberto, >Have you tried the same with ...? Contrary to popular belief, all that the does it display the contents between the tags in a fixed-width font. Any other tags will still be rendered, i.e. test will give you the word "test" in a bold, fixed-width font. The same applies for . Geek

RE: [geeklog-users] Problems with special characters

2003-11-13 Thread Dirk Haun
Rob, >I thought it was fixed!?? Well, I surely didn't fix it. ;-) The problem with backslashes exists all over Geeklog. As it's a special character for PHP, it has to be escaped. We had the same problem with the $ sign in earlier releases and that required changes all over the place. So far, nob

RE: [geeklog-users] Problems with special characters

2003-11-13 Thread Rob Griffiths
OK, this is truly odd. I have a test 1.38sr2 running on my PowerBook, and just tried the exact same test string: [code] Testing\backslashes<>and other things <\end> [/code] It works fine in Preview, and since it's a test site, I published it, and it looks fine as a story. Editing the published st

RE: [geeklog-users] Problems with special characters

2003-11-13 Thread kko
Have you tried the same with ...? Regards. Alberto. On Thu, 2003-11-13 at 20:39, Rob Griffiths wrote: > >> >Note that the "\" character disappeared > >> > >> Yeah, that's a long-standing bug. But the other characters should be > >> reproduced verbatim. > > >Thanks. Do you know when it will be

RE: [geeklog-users] Problems with special characters

2003-11-13 Thread kko
I've tried exactly the same and what I Preview is.. Testingbackslashes<>and other things BTW my GL is 1.3.8-1sr2. Alberto. On Thu, 2003-11-13 at 20:39, Rob Griffiths wrote: > >> >Note that the "\" character disappeared > >> > >> Yeah, that's a long-standing bug. But the other characters should

RE: [geeklog-users] Problems with special characters

2003-11-13 Thread Rob Griffiths
>> >Note that the "\" character disappeared >> >> Yeah, that's a long-standing bug. But the other characters should be >> reproduced verbatim. >Thanks. Do you know when it will be fixed? I thought it was fixed!?? It seems to work perfectly well on my site (www.macosxhints.com, if you want to pl

Re: [geeklog-users] Problems with special characters

2003-11-13 Thread kko
On Thu, 2003-11-13 at 19:22, Dirk Haun wrote: > Hi, > > first of all, could you please make sure that you're subscribed to the > list and that you're posting from the address you used when you > subscribed? Finding your posts between the spam in the submission queue > and approving it manually is

Re: [geeklog-users] Problems with special characters

2003-11-13 Thread Dirk Haun
Hi, first of all, could you please make sure that you're subscribed to the list and that you're posting from the address you used when you subscribed? Finding your posts between the spam in the submission queue and approving it manually is a bit tedious ... >Note that the "\" character disappear

Re: [geeklog-users] Problems with special characters

2003-11-13 Thread kko
Yes... same problem... a) The Body Text box contains.. test [code] \just_kidding [/code] b) When I click "preview" I can see something like this... test just_kidding Note that the "\" character disappeared c) Finaly when I save the article the only thing I see

Re: [geeklog-users] No array notifications for new users

2003-11-13 Thread Tony Bibbs
Are you able to get any email generated by the system (i.e. do you get an email when you register?) mandoline mandom wrote: Hi First i would like to send a big thank you to all responsible for GeekLog. I have looked at (too many) CMS already but GeekLog really did it for me! Everything works

Re: [geeklog-users] Problems with special characters

2003-11-13 Thread Rob Griffiths
On Nov 13, 2003, at 7:52 AM, kko wrote: Every time I want to put "<", ">" or "\" characters in my posts the entire line containing those characters is deleted. When I try < > You must use the [code] [/code] tag pair: [code] blah blah blah blah

Re: [geeklog-users] Problems with special characters

2003-11-13 Thread Sebastian Celis
Have you tried to use the [CODE] [/CODE] tags? Those should work in articles, too. - Sebastian kko wrote: Hi... I have some problems trying to post an article containing something like this (i.e. apache config file): blah blah blah blah

[geeklog-users] No array notifications for new users

2003-11-13 Thread mandoline mandom
Hi First i would like to send a big thank you to all responsible for GeekLog. I have looked at (too many) CMS already but GeekLog really did it for me! Everything works (as far as i know) except for one thing, i can't receive any notifications from the system when a new user subscribes to the si

[geeklog-users] Problems with special characters

2003-11-13 Thread kko
Hi... I have some problems trying to post an article containing something like this (i.e. apache config file): blah blah blah blah blah blah Every time I want to put "<", ">" or "\" char