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 145 - 174 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
145
I would have thought that one of the first three would work, but only the last one does, which is obviously a problem... Ideas? (Yes I could probably refactor...
David Terrell
dave_terrell
Offline Send Email
Jan 2, 2004
9:05 pm
146
... Never mind, obviously what I wanted was: <?cs var:record[field.name] ?> Sorry for the confusion....
David Terrell
dave_terrell
Offline Send Email
Jan 2, 2004
9:19 pm
147
1 patch and 1 spec file The patch is to fix clearsilver-0.9.7/Makefile from calling scripts/document.py directly and instead call "python scripts/document.py" ...
Chris Green
cmgsprout
Offline Send Email
Jan 6, 2004
7:01 pm
148
Thanks! Brandon ... -- "Crazed with coding, he finally did something hideous and criminal - the kind of thing that most people think software engineers are ...
Brandon Long
blong42
Offline Send Email
Jan 6, 2004
7:37 pm
149
Hey Folks, ( long email -- I think there's a bug in loading a dataset using hdf_set_value versus loading it from a file ) I'm currently working on a project to...
Chris Green
cmgsprout
Offline Send Email
Jan 8, 2004
10:00 pm
150
It doesn't look like you're doing anything wrong that I can see. hdf_read_file (and the read_string equiv) both use the same function, _set_value, to set up...
Brandon Long
blong42
Offline Send Email
Jan 8, 2004
10:35 pm
151
... Nope, nothing other than adding the 4 nodes. ... I changed the dataset too many times figuring out the problem. I'll create a non-cgi replication of this...
Chris Green
cmgsprout
Offline Send Email
Jan 9, 2004
2:00 am
152
... Thanks for the confirmation. Sorry for wasting your time. Ended up that the strings were being inserted into the dataset as "cmg.copyright.0.name "...
Chris Green
cmgsprout
Offline Send Email
Jan 9, 2004
3:48 am
153
... That seems like some kind of bug, since dump/reload is supposed to produce the same dataset. This either means that we should have a way to escape space in...
David jeske
jeskeca
Offline Send Email
Jan 9, 2004
8:46 am
154
... I'll have to concur since I don't know of a way to access something with a trailing space from a <?cs var:... ?> and that it doesn't persist against the...
Chris Green
cmgsprout
Offline Send Email
Jan 9, 2004
2:34 pm
155
More pestering... :) How are the c api docs generated? It seems to be missing things like hdf_write_file(), hdf_read_from_fp() etc.. Would it be possible to ...
Chris Green
cmgsprout
Offline Send Email
Jan 9, 2004
4:07 pm
156
... Current, hdf_set_value doesn't do any validation of the variable name, and the current HDF file format is certainly not guarunteed to have an exact...
Brandon Long
blong42
Offline Send Email
Jan 9, 2004
11:03 pm
157
... They are generated using scripts/document.py (make hdf). It works by reading the comments in the header files, and its far from perfect. The information...
Brandon Long
blong42
Offline Send Email
Jan 9, 2004
11:34 pm
158
The cgi_cookie_set C function never sets the 'secure' flag on the Set-Cookie: directive, which means that if I set a cookie in a CGI at ...
Ryan King
ryanaking
Online Now Send Email
Jan 22, 2004
9:35 pm
159
I thought you may be interested to know that we have used ClearSilver to implement "ClearSilverServerPages" (csp). You can read about CSP here:...
cs@...
Send Email
Jan 23, 2004
5:49 pm
160
Hi Ryan, This sounds like a great suggestion. I'm guessing we would probably do two things: - add a magic HDF variable which will make all cookie sets include ...
David Jeske
jeskeca
Offline Send Email
Jan 23, 2004
8:38 pm
161
Domain Name: CLEARSILVER.NET Created on..............: Fri, Jan 19, 2001 Expires on..............: Mon, Jan 19, 2004 Record last updated on..: Tue, Apr 08,...
David Terrell
dave_terrell
Offline Send Email
Feb 2, 2004
4:45 pm
162
Hi, I am new to ClearSilver and have some problems. There is no writeFile in the perl module and you can use hdf names with dashes, but you can't read the file...
Gerald Dachs
gda@...
Send Email
Feb 3, 2004
6:09 pm
163
... I'm sure this is just an accidental omission, we'll include your patch in the next release. ... Dash is not allowed in hdf symbols because it would be...
David Jeske
jeskeca
Offline Send Email
Feb 3, 2004
6:51 pm
164
The register.com website has some dumb login bug which prevented me from renewing it six months ago and again a couple weeks ago. I just received a blank white...
David Jeske
jeskeca
Offline Send Email
Feb 3, 2004
8:28 pm
165
... So it is a bug that you can write a-b to a hdf file? Does somebody know whether clearsilver.net will go online again?...
Gerald Dachs
gda@...
Send Email
Feb 3, 2004
9:26 pm
166
... Yes. We should do a better job of checking the contents of HDF keys and throw an error if invalid values are provided. ... Yes, it will. This is my fault....
David Jeske
jeskeca
Offline Send Email
Feb 3, 2004
9:49 pm
167
... Originally, I thought it was too heavy weight to do validation on every set_value, but perhaps it should. Brandon -- "Look, all that matters in a...
Brandon Long
blong42
Offline Send Email
Feb 3, 2004
11:34 pm
168
... It is too heavy-weight. A FAQ or explicit documentation on the topic is more light weight and is not in-line at every hdf add. If it must go in, make it a...
Dan Janowski
djjanowski
Offline Send Email
Feb 4, 2004
1:23 pm
169
... I think it seems reasonable to make it a run-time flag. It could be on by default, to prevent people from having trouble when they get started, and then it...
David Jeske
jeskeca
Offline Send Email
Feb 4, 2004
5:27 pm
170
The transfer went through and the clearsilver.net dns records are back online. - David...
David Jeske
jeskeca
Offline Send Email
Feb 4, 2004
5:35 pm
171
... Why not make it enabled by default and have a hdf_set_validation(HDF*,bool) style method that shelters the validation check under a if conditional. The...
Chris Green
cmgsprout
Offline Send Email
Feb 4, 2004
6:05 pm
172
... I'd leave it off by default, but *shrug*...
David Terrell
dave_terrell
Offline Send Email
Feb 4, 2004
6:29 pm
173
... The main thrust, however, being once you know not to do it, it does not cause a problem. A compile option that is default on is fine and will help the new...
Dan Janowski
djjanowski
Offline Send Email
Feb 4, 2004
8:30 pm
174
I am an expirienced programmer, but I don't know anything about HTML, so forgive me this stupid question. I use this HTML fragment: <form name="Accounts"...
Gerald Dachs
gda@...
Send Email
Feb 4, 2004
8:32 pm
Messages 145 - 174 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