Everyone: Thanks very much for all the help, your advice has set me in the right direction. Regards John Quigley ... Using Tomcat but need to do more? Need to...
3811
anil maran
anilmrn@...
Sep 13, 2006 2:37 am
1) is there an easy way to check if it IE and then print some content for example #if browser == IE <div class="IEonly_div-continer"> #else <div...
3812
Mike Orr
sluggoster@...
Sep 13, 2006 3:56 am
... Neither of these have anything directly to do with Cheetah. Your web framework (TurboGears, Quixote, etc) will provide a way to check the browser type,...
3813
Shannon -jj Behrens
jjinux@...
Sep 13, 2006 4:54 pm
... If you would like to download the source code to a very small AJAX site based on Cheetah, try <http://aquajax.com>. Happy Hacking! -jj ... Using Tomcat but...
3814
Shannon -jj Behrens
jjinux@...
Sep 15, 2006 9:14 pm
... Hi Anil, I can't help you exactly because I don't know your environment completely. However, I can give you three hints: o Yes, you should declare your...
3815
Mike Orr
sluggoster@...
Sep 20, 2006 8:05 pm
Re-forwarding to the list because others may have a better answer than I do. --Mike ... From: anil maran <anilmrn@...> Date: Sep 20, 2006 12:36 PM ...
3816
Mike Orr
sluggoster@...
Sep 20, 2006 8:25 pm
... I'm afraid I don't understand what you're doing. Can you make a simple example of an errant template, a program that uses it, the expected output, and the...
3817
anil maran
anilmrn@...
Sep 20, 2006 10:43 pm
function handleReceiveChat() { if (receiveReq.readyState == 4) { //Get a reference to our chat container div for easy access var chat_div =...
3818
anil maran
anilmrn@...
Sep 20, 2006 10:46 pm
im trying to escape javascript special characters as they are affected for example ' " }{ etc thanks ... From: Mike Orr <sluggoster@...> To: anil maran...
3819
Mike Orr
sluggoster@...
Sep 20, 2006 11:29 pm
... If I put this all into a template, it outputs it exactly as-is as far as I could tell. If I put it in a triple-quoted #set variable and output that, it...
3820
Shannon -jj Behrens
jjinux@...
Sep 23, 2006 1:12 am
... I can't quite understand your question either. Is this a Cheetah question or a JavaScript question. Is this what you're looking for: def...
3821
Wim Schut
wimschut@...
Sep 23, 2006 5:50 am
Switching to Python 2.5 while using Cheetah-2.0rc7 produces this error: =========================================== File...
... Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business...
3824
Mike Orr
sluggoster@...
Sep 24, 2006 10:18 pm
No, this is the place to discuss stuff. -- Mike Orr <sluggoster@...> ... Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's...
3825
Tavis Rudd
tavis@...
Sep 26, 2006 6:43 am
Hi Wim, unfortunately the patch will break code that uses UserDict or other classes that implement the dict protocol without subclassing dict. Can you provide ...
3826
Keith Edmunds
keith@...
Oct 1, 2006 4:41 pm
I have a template that iterates a list, and within each list item iterates over (the same) list of options. The list of options displays for the first list...
3827
Tavis Rudd
tavis@...
Oct 2, 2006 10:34 pm
Hi Keith, what is the type of $options? Is it a list, tuple or some sort of iterator? How about this? #set optionsStr = ' 39;.join(options) #for $item in...
3828
Brian Bird
Brian.Bird@...
Oct 11, 2006 4:29 pm
Is there any chance of adding an extra option to the cheetah compile script - to not include the generated timestamps (the __CHEETAH_genTime__ and...
3829
jose@...
Oct 11, 2006 9:17 pm
Are you sure its just the timestamp in the compiled code that's tripping the svn? I've never done it my self, but since you've actually touched the files and...
3830
Tavis Rudd
tavis@...
Oct 12, 2006 12:02 am
fortunately, svn doesn't rely on filesystem mtime timestamps. ... Using Tomcat but need to do more? Need to support web services, security? Get stuff done...
3831
Tavis Rudd
tavis@...
Oct 12, 2006 12:25 am
Hi Brian, I've just added it to the cvs version. It might take a while for the anonymous cvs repos to sync up. The new setting is called...
3832
Brian Bird
Brian.Bird@...
Oct 12, 2006 8:16 am
I haven't specifically tested it with a Cheetah file, but I know with normal files if a change is made and then manually reverted back to how it is in the...
3833
Mike Orr
sluggoster@...
Oct 12, 2006 4:23 pm
... Yeah, I do this all the time. Subversion works by file content, not (just) the modify date. I think CVS does the same. -- Mike Orr <sluggoster@...>...
3834
jose@...
Oct 13, 2006 7:24 pm
Hi All I just installed python25 on a new windows box and wanted to install cheetah, however the old _namemapper.pyd file is compiled against 24. I've...
3835
jose@...
Oct 13, 2006 9:27 pm
OK I figured it out on my own and actually got a pyd file. It seems to be working fine, but I would really like it if someone could do some testing for me....
3836
Jose Galvez
jose@...
Oct 14, 2006 6:17 pm
Dear Wim, I just switched to using python25 but have not moved much of my content to the new machine. I'm curious what template code triggered the error ...
3837
Jose Galvez
jose@...
Oct 15, 2006 11:43 pm
Hi all, I wanted to test cheetah out on python25, but with I build it on Windows and run test.py I get a lot of errors which look like some files are missing...
3838
Matthew Wilson
matt@...
Oct 16, 2006 2:03 am
Hi -- I'm trying install cheetah 2.0 rc 7 on my my linux box. I'm getting this error, when I run python setup.py install: src/_namemapper.c: In function...
3839
Stuart Clarke
sjclarke@...
Oct 16, 2006 4:22 am
Hey all, I'm currently creating a CMS site using Turbogears and Cheetah. This thing must be able to scale, and so I'm pursuing a shared-nothing architecture,...