Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Active older topics
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 13  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Cl-Terrace is the VC part of a hypothetical MVC web framework written in Common Lisp.
 

why are variable names symbols? 
  Hi, It seems to me that Djula is assuming that variable names are symbols. The function returned by COMPILE-TEMPLATE expects keyword arguments that define the 'top level' variables in the template, so that's how the top level variables got their symbol names. The requirement of symbol names continues into deeper variables.... more »
By Bob Hutchison  - Aug 3 2008 - 6 new of 6 messages    

Making it work with Lispworks 
  Hi, Bordeaux threads don't seem to work with Lispworks. I've modified logv by taking a similar approach as Hunchentoot (the ediware version) has taken. Basically this involves wrapping the bordeaux-thread stuff with something in the logv package and defining that stuff differently for lispworks and otherwise.... more »
By Bob Hutchison  - Aug 2 2008 - 7 new of 7 messages    

logv installation and library dependency issues 
  is there a Trac or similar site for this project? It might be more appropriate to report the following there but since I am not aware of another way to report issues I will go ahead and post this here... the logv page on cl-user does not list any library dependencies but the system definition lists the following:... more »
By PaulO  - Jul 31 2008 - 6 new of 6 messages    

Safe subset? 
  Hi, Is there a way to ensure that only the safe subset of Djula is allowed in a template? For example, turn off the evaluation of arbitrary lisp expressions? Cheers, Bob
By Bob Hutchison  - Jul 30 2008 - 5 new of 5 messages    

Indirect access of variable names 
  Hi, Let's say you had a general list of things, for the sake of simplicity, lets say 'users'. And each user had, at least, a name, so this works: {% for user in users %} {{ user.name }} {% endfor %} Let's say you also have a variable 'the_user' that contained one of users contained in users.... more »
By Bob Hutchison  - Jul 30 2008 - 2 new of 2 messages    

valid variable names 
  Hi, What are valid variable names in Djula? Thanks, Bob
By Bob Hutchison  - Jul 30 2008 - 3 new of 3 messages    

SYNC-TERRACE is fixed, CLEAR-TERRACE-FILE-FUNCTION no longer exists 
  SYNC-TERRACE now always updates the right files when templates that are "used" by other templates via the {% extends %} or {% include %} tags. also SYNC-TERRACE now knows how to handle deleted files. so CLEAR-TERRACE-FILE-FUNCTION no longer serves any purpose and has been deleted
By nalle...@gmail.com  - Jul 23 2008 - 1 new of 1 message    

new dictionary API 
  Djula's internationalization API has been overhauled in the darcs repo past 0.1.1 and the new api will be included in any new djula releases dictionary variables are now completely separate from normal variables [those supplied by the programmer or devel dictionaries] and have their own syntax and namespace. dictionary variables are no longer... more »
By nalle...@gmail.com  - Jul 23 2008 - 2 new of 2 messages    

fixed asdf-install 
  it recently came to my attention that f-underscore, djula, and cl- terrace weren't actually asdf-installable due to problems ranging from improperly packed tarballs to screwy .asd files. I've fixed all 3, reving djula to 0.1.1 and cl- terrace to 0.1.1 in the process, I apologize for any confusion or inconvenience this may... more »
By nalle...@gmail.com  - Jul 20 2008 - 1 new of 1 message    

you know have to type one less character 
  the symbols that name terrace projects now evaluate to themselves so you can (def-terrace 'my-project "/home/me/my-project/site/") (!start-server my-project) (sync-terrace my-project) instead of (!start-server 'my-project) (sync-terrace 'my-project) ...it's the little things in life, marv...... more »
By nalle...@gmail.com  - Jul 17 2008 - 2 new of 2 messages    

1 - 10 of 13   « Newer | Older »

XML       Send email to this group: cl-terrace@googlegroups.com
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google