Re: [Radiant] Styles 'n Scripts Extension Erros

2008-06-02 Thread Jay Levitt
Chris Parrish wrote: Arik Jones wrote: = The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /css/tinypixel.css. = I'm getting a 502 proxy error when accessing any asset from the styles n scripts extension.

[Radiant] Possibly-dumb cookie question

2008-06-03 Thread Jay Levitt
From 0.6.7's environment.rb: # Your secret key for verifying cookie session data integrity. # If you change this key, all old sessions will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attacks.

Re: [Radiant] Styles 'n Scripts Extension Erros

2008-06-03 Thread Jay Levitt
Chris Parrish wrote: Jay Levitt wrote: Yep, that works too! Good. Let me know if anything changes. I'm not using FF3 at all so I can't help you there but I am seeing some interesting headers from your server... So this makes me wonder whether or not v0.4.1 is working. Have you

Re: [Radiant] Importing Movable Type blog?

2008-06-03 Thread Jay Levitt
J Aaron Farr wrote: Jay Levitt [EMAIL PROTECTED] writes: I know Radiant isn't quite blog-ready yet, but I've got a ridiculously simple blog set up in MovableType that I want to move over. I don't care about users or comments, just posts. Can anyone think of a workflow that might help

[Radiant] Can't log into wiki?

2008-06-04 Thread Jay Levitt
At wiki.radiantcms.org, when I try to Sign In, it takes me to http://wiki.radiantcms.org/login?return_to=/Documentation. That gives me the Login/Create Account screen, with Username and Password fields. When I fill those in (username = JayLevitt), it tells me Username has already been

[Radiant] Admin hierarchy vs. URL hierarchy?

2008-06-07 Thread Jay Levitt
I *think* the answer is no but: Is there an easy way to separate the administrative hierarchy (parent/children) from the URL hierarchy, without getting into mod_rewrite or Rails routing? For instance, I'd like to tuck some of the administrative pages (about, search, RSS) into a folder so

Re: [Radiant] Can't log into wiki?

2008-06-07 Thread Jay Levitt
Jay Levitt wrote: At wiki.radiantcms.org, when I try to Sign In, it takes me to http://wiki.radiantcms.org/login?return_to=/Documentation. That gives me the Login/Create Account screen, with Username and Password fields. When I fill those in (username = JayLevitt), it tells me Username has

Re: [Radiant] Can't log into wiki?

2008-06-08 Thread Jay Levitt
Bjørn Michelsen wrote: On Sat, 7 Jun 2008, Jay Levitt wrote: Jay Levitt wrote: At wiki.radiantcms.org, when I try to Sign In, it takes me to http://wiki.radiantcms.org/login?return_to=/Documentation. That gives me the Login/Create Account screen, with Username and Password fields. When

Re: [Radiant] Radiant Blog setups

2008-09-18 Thread Jay Levitt
through the admin page, but of course, I haven't tried that yet... does it force you to do too much thinking (category, etc) before you write? Jay Levitt ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list

Re: [Radiant] Re: Configuring Radiant with Apache - Phusion Passenger

2008-09-18 Thread Jay Levitt
Josh Schairbaum wrote: Make sure you kill the Rails .htaccess in /public. This works for me with passenger: Like the others, I've had no problems with passenger 2.0.3. In fact, I don't even have to do anything to the config; it just works: VirtualHost *:80 ServerName

[Radiant] Re: Cache errors under Passenger (was: Configuring Radiant with Apache - Phusion Passenger)

2008-09-18 Thread Jay Levitt
looked at Radiant's caching, since it Just Works for me; is there a way to force the cache to expire, so I can see what happens on my (working) setup? Jay Levitt ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing

[Radiant] Radiant settings extension: must be named settings

2008-10-04 Thread Jay Levitt
that the extension wants to be named settings, not radiant-settings. I had installed it with git clone http://github.com/Squeegy/radiant-settings.git vendor/extensions/radiant-settings Oops. Alex, maybe that should be in the README? Jay Levitt

Re: [Radiant] Bootstrapping problem

2008-10-04 Thread Jay Levitt
apparently does the db:bootstrap (or migrate, or something) itself. Changing line 195 to be unless true or ... works around the problem during bootstrap. Jay Levitt ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org

Re: [Radiant] radiant-static-caching-extension

2008-10-04 Thread Jay Levitt
? Jay Levitt ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

[Radiant] Wacky version control idea for content

2008-10-04 Thread Jay Levitt
of Code project for somebody[1]. Jay Levitt [1] Somebody ELSE. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Wacky version control idea for content

2008-10-05 Thread Jay Levitt
Andrew Neil wrote: On 5 Oct 2008, at 00:30, Jay Levitt wrote: Just a thought I had in the shower: Most attempts at CMS version control end up reinventing large parts of subversion/git/etc. inside the database. Instead... Why not use something like FuseFS to implement a filesystem

Re: [Radiant] Regarding github's SnS extensions -- safe to use?

2008-10-05 Thread Jay Levitt
syncing: http://www.kernel.org/pub/software/scm/git/docs/git-svn.html (See the Basic Examples section, which is anything but basic) Jay Levitt ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site

Re: [Radiant] git SVN, sitting in a tree... (was Regarding github's SnS extensions -- safe to use?)

2008-10-06 Thread Jay Levitt
Tim Gossett wrote: This particular problem will go away when git becomes accessible enough to Chris Parrish, and all of the SnS extensions move to github. So... what can we do to get Chris on git? :) I remember he was having trouble w/being on Windows. I've got Windows and Mac on my Mac,

Re: [Radiant] multiple domains under Phusion Passenger

2008-10-07 Thread Jay Levitt
Bill Barnard wrote: I'm working on a pair of sites for a client that will be on two subdomains and hosted on a shared host (Dreamhost). I thought the multi-site extension would be ideal for that but have not yet figured out how to do this under Phusion Passenger, the preferred Rails deployment

Re: [Radiant] radiant-tags-extension with PostgreSQL?

2008-10-25 Thread Jay Levitt
Jay Levitt wrote: I added Edmund Haselwanter's bug fix to my copy of the tags extension (thanks for that fix!), and now I'm trying to display a tag_cloud. But I get this error instead of a cloud: PGError: ERROR: column meta_tags.id must appear in the GROUP BY clause or be used

Re: [Radiant] Re: radiant-tags-extension with PostgreSQL?

2008-10-26 Thread Jay Levitt
Benny Degezelle wrote: 5. I also think I sent a pull request to everyone else. Hope that's the right thing to do. Pull request received and handled. I cherry-picked your commits instead of merging though, because i think the tag_list_technorati stuff by ehaselwanter should go in a seperate

Re: [Radiant] [ANN] Conditional Tags Extension

2008-10-26 Thread Jay Levitt
Chris Parrish wrote: This is interesting. I'll have to think about this. Essentially what you're going for here is the removal of the attributes (something I agree with). I bet my extension would be more comfortable if only you could write: r:if content exists? I haven't thought this

Re: [Radiant] Radiant Template Contest Extended

2008-11-14 Thread Jay Levitt
it, it should have some godawful hideous colors to force users to change them...) Any interest? Jay Levitt ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org

Re: [Radiant] Radiant Template Contest Extended

2008-11-15 Thread Jay Levitt
Anton J Aylward wrote: Jay Levitt said the following on 11/14/2008 06:19 PM: Sean Cribbs wrote: I have decided to extend the Template Contest deadline to January 1, 2009. Sadly, we received no entries by the October 31 deadline. [...] So I could contribute that. BUT: It won't be a full

[Radiant] Metaweblog or AtomPub: anyone using it?

2008-11-23 Thread Jay Levitt
I want to play with some blog-posting clients. The Metaweblog extension relies on ActionWebService, which seems to be dropped from core - and although I've seen some posts about it still being supported as a gem, the site that was supporting it is gone too... clearly, it doesn't have much

Re: [Radiant] Re: Phantom code when Radiant is deployed

2008-12-29 Thread Jay Levitt
Jon Hope wrote: Thanks guys, the RedCloth thing fixed it. I have two versions locally and it was using the older one. I still don't understand WHY this fixed it though, does the newer version add line breaks and remove clearing tags?! lol Pretty much.. :) RedCloth 3.0.4 was just horribly

Re: [Radiant] ExpressionEngine vs radiant

2009-01-27 Thread Jay Levitt
Joe Van Dyk wrote: Anyone worked with ExpressionEngine? How does it compare to Radiant? I own a copy (and can sell/transfer it to you if you end up wanting to go with it). I'd hoped that, because it was a mature product, it'd be quicker to get up and running than with Radiant, where the

[Radiant] Sean's blogging template

2009-02-09 Thread Jay Levitt
have any similar musings, or alternative ways to do it? I suppose I could move the nav bars into snippets, called by the layout... Jay Levitt [1] I may have renamed those; I can't remember the original. There was probably also an extended part