Search the web
Sign In
New User? Sign Up
ClearSilver
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1080 - 1115 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1080
Does anybody get a crc test failure when compiling 0.10.5 clearsilver with a 64bits gcc? Regards, Sylvain...
Sylvain Bertrand
sylvain.bertrand@...
Send Email
Nov 5, 2007
6:48 pm
1081
I have not seen this. Which 64bit gcc? Brandon ... -- "In the political sphere, long-range bombing has proven an effective means of resolving...
Brandon Long
blong42
Offline Send Email
Nov 5, 2007
10:00 pm
1082
... gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.1) If nobody is able to reproduce the bug on a 64bits system with this compiler version, that would be linked to the...
Sylvain Bertrand
sylvain.bertrand@...
Send Email
Nov 6, 2007
9:59 am
1083
Hi, there are several headers which are preloaded into the HDF dataset by the Clearsilver CGI kit, but the X-Requested-With header is not one of them. It could...
homer242
Offline Send Email
Nov 7, 2007
1:06 pm
1084
Hi, I've downloaded CS version 0.10.5, and I couldn't manage to test the trans.py file (see Traceback below) : My configuration is Fedoro core 5 ...
jdev1001
Offline Send Email
Nov 8, 2007
10:39 pm
1085
Trying to build and install ClearSilver 0.10.5 in support of a Trac installation. Using gcc 4.2.1, python 2.4, with default ./configure upon make I pick up 3...
Steve
sdm300
Offline Send Email
Nov 9, 2007
6:04 pm
1086
Not sure, but that doesn't necessarily sound like a bad version. Its porbably fixable, but are you actually going to use trans.py? Its more an example. ...
Brandon Long
blong42
Offline Send Email
Nov 9, 2007
11:25 pm
1087
... This may be the same problem someone else mentioned about 64bit crc earlier. Its probably ok to ignore for the moment. ... For Trac, you don't need perl...
Brandon Long
blong42
Offline Send Email
Nov 9, 2007
11:28 pm
1090
When using clearsilver with hdf file having multiline value, if the hdf is illegal, I will get some error msg which points out where failed and gives the line...
kmoving1985
Offline Send Email
Nov 23, 2007
5:52 am
1092
Would it be possible for name:var to return a value so it can be used in statements such as this: <?cs if:var:key == name:header ?> Would a patch be accepted? ...
Sovande Ulv
sovandeulv@...
Send Email
Nov 27, 2007
3:16 pm
1093
There's a name() function, so you can do: <?cs if:key == name(header) ?> See http://www.clearsilver.net/docs/man_filters.hdf for a list of functions. Brandon ...
Brandon Long
blong42
Offline Send Email
Nov 27, 2007
8:48 pm
1094
... Ah hmm, the problem was not that name:header does not return a value. The problem is that I use variable names with '-' in them and that 'var:key' and...
Sovande Ulv
sovandeulv@...
Send Email
Nov 27, 2007
9:10 pm
1095
... Enclosed a patch which allows for using variable names with operator tokens such as [?<>=!#-+|&]. The patch use parse->hdf as a symbol table and first try...
Sovande Ulv
sovandeulv@...
Send Email
Nov 28, 2007
8:44 am
1096
... Yeah, I don't think this is going to work. For instance, this expression won't work: <?cs var:url_escape(Request.Header.Accept-Encoding) ?> Even if we did...
Brandon Long
blong42
Offline Send Email
Nov 29, 2007
3:19 am
1097
... Agree, the patch was too simple and handled just one case. Just to prove that it is possible to do this general, enclosed a new patch which extend a simple...
Sovande Ulv
sovandeulv@...
Send Email
Nov 29, 2007
1:44 pm
1098
Hello All, Sorry to break on, but why not just implement some simpler but elegant workaround for a need to register all the needed header names? For example,...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Nov 29, 2007
3:23 pm
1099
... The whole point of using the actual name of a Request header is that it is "nicer" to use. For instance, if I want to list all headers I can do this; <?cs...
Sovande Ulv
sovandeulv@...
Send Email
Nov 29, 2007
4:29 pm
1100
... We could attach the unmunged names in a standard tag, and then provide some way to get it back out....
David Jeske
jeskeca
Offline Send Email
Nov 29, 2007
8:27 pm
1103
hi, how can I leave comments in a HDF dataset (a hdf file)? tnx...
zeegco
Offline Send Email
Dec 15, 2007
9:07 am
1104
Hello Zeegco, ... Use '#' at the start of a line. Sincerely, Nick...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Dec 15, 2007
12:05 pm
1105
hi everybody, I use clearsilver as my template engine for my site and my coding language is python2.4, when i set "utt-8" as default charset in my template...
zeegco
Offline Send Email
Dec 18, 2007
8:56 am
1107
I use clearsilver 0.10.5 with mini_httpd. I made a C CGI script to Get and Set parameters. I want to setup my params on my webpage and send it to my CGI...
sj29fr
Offline Send Email
Jan 14, 2008
9:33 am
1108
... You need to call cgi_parse in order to parse POST request. Sincerely, Nick...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Jan 14, 2008
9:36 am
1109
Hello, This solution works nice. I can read my file with fp but I would like to have the filename path (/var/tmp/cgi_uploadXXXX). How can I do that ? Regards, ...
sj29fr
Offline Send Email
Jan 14, 2008
4:07 pm
1110
... From here: http://www.clearsilver.net/docs/special_vars.cst ... By default, the PUT handler, and the RFC2388 multipart/form-data POST file handler unlink...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Jan 14, 2008
4:20 pm
1111
... POST file ... soon as ... exits, ... files will ... existing ... mkstemp(). ... periodic ... I tried Query.<parameter>.FileName but I have nothing in that...
sj29fr
Offline Send Email
Jan 14, 2008
4:34 pm
1112
... Yes, I'm mistaken, it should be FileName. I've confused it trying to lookup solution in my code, sorry. Sincerely, Nick...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Jan 14, 2008
4:38 pm
1113
... I added this line in my hdf file : Config.Upload.Unlink = 0 I have this in my C source code : char *filename = NULL; if ((err = hdf_get_copy(cgi->hdf,...
sj29fr
Offline Send Email
Jan 14, 2008
4:51 pm
1114
... Hmm... that's strange, do you really use "\0"? And why do you always use hdf_get_copy? Do you really need to modify the value copy? ... Please try to use...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Jan 14, 2008
4:59 pm
1115
... the value copy? It's a mistake from myself ;-) ... dump all of your dataset ... I enabled debug output and I see that when Config.Upload.Unlink = 0 ...
sj29fr
Offline Send Email
Jan 14, 2008
5:10 pm
Messages 1080 - 1115 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help