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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1318 - 1347 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1318
... So, clearsilver 0.10.5 doesn't auto-detect python 2.6. I should really fix the detection code so it doesn't need a list of major versions. It does work if...
Brandon Long
blong42
Offline Send Email
Jun 26, 2009
6:48 am
1319
Yeap, you're right, your fixes will be in the next release. Brandon ... -- "You know your god is man-made when he hates all the same people you do." -- M....
Brandon Long
blong42
Offline Send Email
Jun 26, 2009
10:25 pm
1320
Hello, We are having some difficulties building PHP 5.3 with Clearsilver. Has anyone done this successfully yet? Thanks -Alan...
alantakaoka
Offline Send Email
Jul 14, 2009
7:00 pm
1321
Hi I want to know where is save an uploaded file? i can upload a file, i can read in the uploaded file but when i go in /var/tmp i cant find my file. I try to...
jank75@...
jank75...
Offline Send Email
Jul 23, 2009
9:35 am
1322
By default, the clearsilver upload code automatically unlinks the file as soon as its created. On Unix, this has the effect that the file "exists" as long as...
Brandon Long
blong42
Offline Send Email
Jul 23, 2009
11:18 am
1323
Hello, can you tell me 1) howto check if hdf exists, but it's empty (in perl template) 2) howto check if hdf does not exist (in perl template) <?cs if:...
petr.vorel
Offline Send Email
Aug 5, 2009
3:47 pm
1324
In C, you'd call hdf_get_obj, and a NULL return would indicate it didn't exist. You can then call hdf_obj_value to check the value. I'm not a perl expert, but...
Brandon Long
blong42
Offline Send Email
Aug 5, 2009
6:31 pm
1325
Hi guys, Before calling render(), do we always have to parseFile()? I'm experimenting with FastCGI, and I thought I could store the parsed templates (one call)...
Ogla Sungutay
oglausa
Offline Send Email
Aug 19, 2009
3:18 pm
1326
... Yes, you definitely can. That said, there's a couple gotcha's you need to watch out for. Basically, anything that uses an HDF during parse needs to have...
Brandon Long
blong42
Offline Send Email
Aug 19, 2009
7:35 pm
1327
hello, in my hdf file I have the followings value: eqpt.revt.ETORS001.value=1 eqpt.revt.ETORS002.value=0 eqpt.revt.ETORS003.value=1 eqpt.revt.ETORS004.value=1 ...
arko974
Offline Send Email
Aug 20, 2009
5:25 pm
1328
... Well, obviously, you could do the trick with string.slice(), but it will be ugly. It would be great if ClearSilver had a full-fledged sprintf, but there is...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Aug 20, 2009
5:40 pm
1329
One of the regression tests fails on Snow Leopard, test_crc.cs. Specifically, the last line outputs '2166050276' when '-2128917020' is expected. Artifact of a...
snoovler
Offline Send Email
Aug 30, 2009
9:01 pm
1330
Hi,  Is there a way of sharing some information between all the pages the visitor is using on my site for the duration of his visit? For example, if users...
John E
stuffedlambmeat
Offline Send Email
Aug 30, 2009
9:02 pm
1331
... There are several ways to do this. If the data is small, one of the simplest methods is to use a small temporary cookie. ... Here is how I would do this: ...
David Jeske
jeskeca
Offline Send Email
Aug 30, 2009
9:18 pm
1332
Yes, this is a known 64 bit issue that's fixed in the next version. Brandon ... -- "When life hands you lemons, ask for a bottle of Tequila and salt!" ...
Brandon Long
blong42
Offline Send Email
Aug 31, 2009
6:19 pm
1333
Hi everybody, Brandon, I was dissatisfied with the value existence check operator ('?'), since most of the time I need *node* existence check, instead. So I...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Sep 7, 2009
4:25 pm
1334
Hello everybody, Brandon Once again, I have noticed a somewhat incorrect processing of multi-value query parameters. Only this time I decided to fix and report...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Sep 15, 2009
2:18 pm
1335
Ah, in this case, since there was no other node, I can see this. I don't know what do do if you have: node.child1 = a node.child2 = b node.child3 = c node = d...
Brandon Long
blong42
Offline Send Email
Sep 16, 2009
4:17 am
1336
... Sure, the patch didn't mean to change that. The purpose was to remove an obscure corner-case, to make it more straight-forward and usable. Since HDF...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Sep 16, 2009
8:32 am
1337
... Sure, though the post may contain a query value which isn't a safe hdf name... slightly more likely than a varname which isn't valid, but I guess you can...
Brandon Long
blong42
Offline Send Email
Sep 16, 2009
8:46 am
1338
I've been modifying a trac module, and it uses the ClearSilver template language. I need to get a list of strings to the template to load into a select...
Tobi
tobi.lehman...
Offline Send Email
Sep 17, 2009
12:01 am
1339
... I know nothing of the internals to trac, but what you should be looking for is how the HDF dataset for clearsilver gets populated, since that's what you...
Brandon Long
blong42
Offline Send Email
Sep 17, 2009
12:50 am
1340
I would do that, but the problem is that the cs template doesn't have any hdf dataset. I am looking for a way to wire up the template to a dataset, and so far...
Tobi Lehman
tobi.lehman...
Offline Send Email
Sep 17, 2009
10:25 pm
1341
There is no way for the template to read the file. Code has to generate the HDF before its handed to the CS to render. Somewhere in the trac source code, there...
Brandon Long
blong42
Offline Send Email
Sep 17, 2009
10:37 pm
1342
Hello, ClearSilver doesn't seem to be compatible with HTTP 1.1 persistent connections because it don't add Content-Length in the HTTP header of the response....
vincent.godey
Online Now Send Email
Oct 28, 2009
4:10 pm
1343
... I hadn't planned on it, no. It probably wouldn't be that hard. ... Yes, its was a mistake to make wrapper global. Changing it is somewhat troublesome, as...
Brandon Long
blong42
Offline Send Email
Oct 29, 2009
10:15 pm
1344
Not sure when this started happening, but at least with Dojo these days, forms are POSTed with a Content-Type that include a charset declaration, ie: ...
Mark Fletcher
snoovler
Offline Send Email
Nov 4, 2009
12:19 am
1345
Le Tue, 3 Nov 2009 16:18:03 -0800, ... Hi Mark, I have submitted some patches 11 months ago to OpenWrt: https://dev.openwrt.org/ticket/4265 and then found out...
Raphaël HUCK
raphael.huck
Offline Send Email
Nov 4, 2009
9:00 am
1346
Yes, its a known problem, I have it fixed in development but I've been swamped before I got it out the door. I'll work on it today. Brandon...
Brandon Long
blong42
Offline Send Email
Nov 4, 2009
6:37 pm
1347
I finally finished piecing together the multiple repositories, removing some internal only things, and importing the whole shebang into a public svn...
Brandon Long
blong42
Offline Send Email
Nov 5, 2009
11:14 am
Messages 1318 - 1347 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