I have found a possible bug. Version: 0.10.5 Description: clearsilver does not process POST with "Content Type set to application/x-www-form-urlencoded;". Note...
1382
Brandon Long
blong42
Jun 24, 2010 10:09 pm
Thanks for the report. Yes, we know about the bug, its fixed in head of tree, you can see the change here: ...
1383
tiebingzhang
Jun 24, 2010 11:56 pm
Thank Brandon. I did not know there is a newer version than 0.10.5. Do you plan to release a new version any time soon. When I checked out the SVN version...
1384
Brandon Long
blong42
Jun 25, 2010 12:05 am
You need to grab the now separate streamhtmlparser package from http://code.google.com/p/streamhtmlparser/ Though you often have to actually compile it. I may...
1385
tiebingzhang
Jun 25, 2010 4:28 pm
Hi, I have been using HDF as my "database", and it has been working beautifully. Now, I am looking for two more things that can make my life a little easier...
1386
cakoose
Jul 1, 2010 3:14 am
Hello! I need to implement the same dynamic web page in Python and Java. Though the request-handling and data-retrieval code will need to be written twice,...
1387
Chris Trimble
ctrimble
Jul 1, 2010 4:22 am
What about using Jython and building the bulk of your logic/templating with Java? C...
1388
Brandon Long
blong42
Jul 1, 2010 5:38 pm
Currently, both the Python and Java implementations rely on the C library (native code). We do have a pure-Java version here at Google, and its our goal to...
hi I used clearsilver39;s subversion code recently. And found some issues: 1, cs_printf() should use vprintf instead of printf. 2, cgiwrap_init_std() should be...
1391
Brandon Long
blong42
Aug 26, 2010 9:09 am
Thanks Brandon...
1392
nevereatbabies
Sep 5, 2010 3:58 am
I'm trying to create a shortcut macro create form input boxes with values. I tried something like this: <?cs def:form.input(path) ?> <input type="text"...
1393
Brandon Long
blong42
Sep 8, 2010 8:07 am
Sorry, should have mentioned this when it was made available. My co-workers have put the finishing touches on the pure-Java version of ClearSilver. Its...
1394
Brandon Long
blong42
Sep 8, 2010 8:26 am
There isn't currently a function for the full path. If you could write your own strfunc, it would be easy to add, but if you're in Java, that's not easy. If...
1395
Kannan Goundan
cakoose
Sep 13, 2010 7:22 am
Yeah... it's a bit unfortunate. We may or may not find a way around implementing it twice. Either way, we also have an issue with native code being...
1396
bigmaliang@...
bigmaliang...
Oct 17, 2010 7:44 am
hi, I need some zh_cn.utf8 string to be a hdf key. but _hdf_read_string() said this: /* Valid hdf name is [0-9a-zA-Z_.]+ */ name = s; while (*s &&...
1397
Brandon Long
blong42
Oct 19, 2010 12:07 am
I imagine that it would be fine. I put that in mostly to be certain. Note that that limitation only applies to reading from a string/file, hdf_set_value/etc...
1398
Ogla Sungutay
oglausa
Nov 28, 2010 9:47 pm
Hi Brandon, I will use the Clearsilver C API in several worker threads in my web application and wanted to get some tips (or dos and donts) from you. My setup...
1399
Brandon Long
blong42
Nov 29, 2010 1:09 am
Most of ClearSilver is thread-compatible, assuming its compiled against threaded libraries and finds pthread during configure. Which is to say, that it is safe...
I also use clearsilver under lighttpd and FastCGI. Fastcgi's worker is process, not thread. Clearsilver can work under multi process fine. maybe, cgi_xxx is...
1401
David Jeske
jeskeca
Dec 19, 2010 7:40 pm
Continuing something I started years ago with the original skelleton of a half-working C# module for clearsilver, I now have a more-real clearsilver module for...
1402
geoffreymsilver
Jan 15, 2011 12:23 am
I have the following Ajax function used to dynamically create a select box. I'd like to make this a multi-select, and added two lines which I thought would...
1403
hi_malli2k3
Feb 3, 2011 1:11 am
Hi, Is there any way to add #ifdef (something similar) within hdf file to load dataset conditionally. Any documentation / suggestions will be helpful for me....
1404
Brandon Long
blong42
Feb 3, 2011 10:27 pm
Not really, no. Brandon...
1405
Jacky Wang
jackychaowang
Aug 30, 2011 7:36 pm
Hi there, I know that it may be a dumb question, but ClearSilver installing doesn't work for me. :( It will be great if somebody here can help me out. Assuming...
what is in the test_crc.cs.out and test_crc.cs.err ? At 2011-08-30 18:28:52,"Jacky Wang" <jacky.chao.wang@...> wrote: Hi there, I know that it may be a...
sorry for my mistake, seems your compile command is not correct. first, you should copy libneo_cgi.a libneo_cs.a libneo_utl.a into /usr/local/lib then, you...
1409
Jacky Wang
jackychaowang
Sep 1, 2011 2:36 am
Thanks for the reply! - I successfully compiled the file with your command yet it gave me a segmentation fault in the runtime. - how to build streamparser...
- I successfully compiled the file with your command yet it gave me a segmentation fault in the runtime. This may because of your hello.c has illgeal...