[Radiant] Developing Radiant site

2008-07-15 Thread Joe Van Dyk
Hi, I'm new to Radiant, but not Rails. So, I'm seeing that stuff like the layout and CSS is entered through forms and saved to the database, and aren't contained in version controlled files. So, how does that work? I mean, how do you deploy changes? Just by copy/pasting the updated snippets an

[Radiant] Preview functionality

2008-07-15 Thread Joe Van Dyk
Hi, Say someone wants to edit the front page. It's been published. So they edit it. Ideally, they'd be able to make their changes (and save them) without updating the front page (so that another person could review and then choose to publish them). What's the best way to go about doing that in

Re: [Radiant] Preview functionality

2008-07-16 Thread Joe Van Dyk
On Tue, Jul 15, 2008 at 9:22 PM, Jamey Cribbs <[EMAIL PROTECTED]> wrote: > I've created a Staging extension. You create a "staging" instance of > the radiant app that can either reside on the same server as the > production instance or another server. The extension gives you a > Staging tab, wher

Re: [Radiant] Developing Radiant site

2008-07-16 Thread Joe Van Dyk
On Tue, Jul 15, 2008 at 9:07 PM, Chris Parrish <[EMAIL PROTECTED]> wrote: > Joe Van Dyk wrote: >> >> Hi, >> >> I'm new to Radiant, but not Rails. >> >> So, I'm seeing that stuff like the layout and CSS is entered through >> for

[Radiant] Test failure in 0.6.9, postgresql

2008-08-04 Thread Joe Van Dyk
1) ActiveRecord::StatementInvalid in 'Radiant::ExtensionMigrator should migrate successfully' PGError: ERROR: current transaction is aborted, commands ignored until end of transaction block : CREATE TABLE people ("id" serial primary key) /Users/joe/projects/psrc/vendor/rails/activerecord/lib/activ

Re: [Radiant] Does database_form extension problems?

2008-08-22 Thread Joe Van Dyk
I found a database_form extension plugin somewhere that seems to be working, but hell if I remember where it came from. This is my process function: def process(request, response) @request, @response = request, response @form_name, @form_error = nil, nil if request.post? @form

Re: [Radiant] Does database_form extension problems?

2008-08-22 Thread Joe Van Dyk
Ah, here's the one I'm using: http://github.com/joelw/database_form/commits/master On Fri, Aug 22, 2008 at 12:06 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: > I found a database_form extension plugin somewhere that seems to be > working, but hell if I remember where it cam

Re: [Radiant] Does database_form extension work -- Solved!

2008-08-22 Thread Joe Van Dyk
Doh, I answered you with this. :) zapnap should merge that fix into his plugin, or the radiant extension page should link to the working plugin. Joe On Thu, Aug 21, 2008 at 8:26 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Just so that it's on the record for the next time that somebody h

Re: [Radiant] Does database_form extension work with Rails 2?

2008-08-22 Thread Joe Van Dyk
Yup, there's two other very recent threads about this issue. Use this plugin instead: http://github.com/joelw/database_form/commits/master And someone should update the radiant site to point at that plugin instead, zapnap's is broken on recent radiant/rails. Joe On Thu, Aug 21, 2008 at 1:20 PM,

Re: [Radiant] How to install rails plugin to radiant

2008-08-22 Thread Joe Van Dyk
On Mon, Aug 18, 2008 at 2:54 AM, Mohit Sindhwani <[EMAIL PROTECTED]> wrote: > Hamish Rickerby wrote: >> >> I personally am looking for a way to package plugins as part of an >> extension, rather than having to pull them out separately, so that the >> extension is completely self contained. Anyone

Re: [Radiant] File-based Snippets/Layouts with Support for Radiant Tags?

2008-08-25 Thread Joe Van Dyk
I just had a crazy idea. I'm looking for a way for users to have a "draft" version of the site. When it's ready, they click a button and the pages/snippets/layouts that are published get transferred over to the new site. What if: When they click "Publish Site": * test site does a "rake file_s

[Radiant] Does the exception notifier plugin work with radiant?

2008-09-05 Thread Joe Van Dyk
Rendering /data/psrc/releases/20080906012956/public/500.html (500 Error) /!\ FAILSAFE /!\ Fri Sep 05 18:35:51 -0700 2008 Status: 500 Internal Server Error can't convert nil into String /data/psrc/current/lib/plugins/extension_patches/lib/mailer_view_paths_extension.rb:87:in `dirname'

Re: [Radiant] Does the exception notifier plugin work with radiant?

2008-09-06 Thread Joe Van Dyk
Thanks, that seems to work beautifully. Joe On Sat, Sep 6, 2008 at 8:48 AM, Sean Cribbs <[EMAIL PROTECTED]> wrote: > Check out http://github.com/digitalpulp/. They have an extension based on > exception_notification. > > Sean > > Joe Van Dyk wrote: >> &g

[Radiant] Importing content from static website into radiant site

2008-09-06 Thread Joe Van Dyk
Hi, Before embarking on writing a program that crawls a static site and imports all the pages into a Radiant site, has anyone done anything like this before? Joe ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/maili

Re: [Radiant] Looking for draft+history extension collaborators or contractors

2008-09-06 Thread Joe Van Dyk
On Tue, Sep 2, 2008 at 12:39 PM, Jason Garber <[EMAIL PROTECTED]> wrote: > I'm needing an extension that will show the history of > pages/snippets/layouts as well as allowing concurrent drafts of published > pages/snippets/layouts. The basic structure is that there's a series of > versions of the

Re: [Radiant] Which is the best forum app to use with/next to Radiant?

2008-09-06 Thread Joe Van Dyk
On Tue, Sep 2, 2008 at 12:06 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have been scouring the net for some info on Beast, the only forum > app/plugin/whatever that I know of that written with rails, and I cannot > get beast.caboo.se to load to find out more info. After some searching I >

Re: [Radiant] Writing extensions - where to put plugins?

2008-09-06 Thread Joe Van Dyk
On Fri, Aug 29, 2008 at 1:16 PM, Christopher Dwan <[EMAIL PROTECTED]> wrote: > > The extension I'm working on requires restful_authentication and I've > currently got it in /vendor/plugins. I'd rather include the whole thing in > my extension. > > Is there any kind of 'etiquette' associated with th

[Radiant] Event registration extension almost done

2008-09-06 Thread Joe Van Dyk
We (http://fixieconsulting.com) are almost done writing yet another Event Registration extension for Radiant. Features: Admins can: - create events (name, description, schedule, start and end date) - assign registration options to events (different prices, different amounts of people -- i.e.

[Radiant] E-commerce extension?

2008-09-06 Thread Joe Van Dyk
There a e-commerce / shoppiong cart extension out there that doesn't suck? If not, I'm pondering porting over the shopping cart used at Tanga.com over to Radiant. Joe ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/

Re: [Radiant] E-commerce extension?

2008-09-06 Thread Joe Van Dyk
On Sat, Sep 6, 2008 at 1:01 PM, Steven Southard <[EMAIL PROTECTED]> wrote: > > >> There a e-commerce / shoppiong cart extension out there that doesn't suck? >> >> If not, I'm pondering porting over the shopping cart used at Tanga.com >> over to Radiant. >> >> Joe >> > > > How are you going to do th

Re: [Radiant] E-commerce extension?

2008-09-06 Thread Joe Van Dyk
On Sat, Sep 6, 2008 at 1:17 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: > On Sat, Sep 6, 2008 at 1:01 PM, Steven Southard > <[EMAIL PROTECTED]> wrote: >> >> >>> There a e-commerce / shoppiong cart extension out there that doesn't suck? >>> >

Re: [Radiant] E-commerce extension?

2008-09-06 Thread Joe Van Dyk
On Sat, Sep 6, 2008 at 1:22 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: > On Sat, Sep 6, 2008 at 1:17 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: >> On Sat, Sep 6, 2008 at 1:01 PM, Steven Southard >> <[EMAIL PROTECTED]> wrote: >>> >>> >>>&g

Re: [Radiant] Looking for draft+history extension collaborators or contractors

2008-09-22 Thread Joe Van Dyk
On Sat, Sep 6, 2008 at 12:34 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: > On Tue, Sep 2, 2008 at 12:39 PM, Jason Garber <[EMAIL PROTECTED]> wrote: >> I'm needing an extension that will show the history of >> pages/snippets/layouts as well as allowing concurr

[Radiant] Extension question -- adding a photo to a page

2008-09-30 Thread Joe Van Dyk
Hi, My client wants the ability to pick the banner (a wide image that will be at the top of the page) for each page. They should be able to pick a different banner on each page, and if one's not picked, it defaults to the parent page's banner. What's the best approach for doing this? Joe __

Re: [Radiant] Deployment tips

2008-10-01 Thread Joe Van Dyk
On Mon, Sep 29, 2008 at 2:41 PM, Errol Siegel <[EMAIL PROTECTED]> wrote: > I have built a radiant-based site and will soon be ready to deploy it. > > I'm looking for advice on best practices. I was not able to find much > about this in the documentation. > > Most of the issue is the database. I w

Re: [Radiant] Extension question -- adding a photo to a page

2008-10-01 Thread Joe Van Dyk
On Tue, Sep 30, 2008 at 6:57 PM, Sean Cribbs <[EMAIL PROTECTED]> wrote: > Andrew and I wrote an extension to do just that! I'll see if he wants to > open-source it, as it's very specific to Con-way's needs at the moment. That would be great, thanks. ___

Re: [Radiant] Extension question -- adding a photo to a page

2008-10-01 Thread Joe Van Dyk
On Tue, Sep 30, 2008 at 6:57 PM, Jim Gay <[EMAIL PROTECTED]> wrote: > On Sep 30, 2008, at 9:25 PM, Joe Van Dyk wrote: > >> Hi, >> >> My client wants the ability to pick the banner (a wide image that will >> be at the top of the page) for each page. They s

[Radiant] Using one filter by default

2008-10-01 Thread Joe Van Dyk
What's the best way of making one filter the default for all the pages? (and hiding the selector) ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listi

Re: [Radiant] Snippets with Parameter(s)

2008-10-02 Thread Joe Van Dyk
On Wed, Oct 1, 2008 at 7:26 PM, Jordan Isip <[EMAIL PROTECTED]> wrote: > Hi All, > > What is the best approach to generating the following HTML? > > > > #{ title } > > > > > > > I would like to call it with something like: title="News">News. Basically just using the snippet tag but

Re: [Radiant] Snippets with Parameter(s)

2008-10-02 Thread Joe Van Dyk
On Thu, Oct 2, 2008 at 9:46 AM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: > On Wed, Oct 1, 2008 at 7:26 PM, Jordan Isip <[EMAIL PROTECTED]> wrote: >> Hi All, >> >> What is the best approach to generating the following HTML? >> >> >> >>

Re: [Radiant] Snippets with Parameter(s)

2008-10-02 Thread Joe Van Dyk
You are welcome, good sir. Joe On Thu, Oct 2, 2008 at 10:30 AM, Jordan Isip <[EMAIL PROTECTED]> wrote: > Thank you! This is exactly what I needed. Works perfectly. > > > > - Original Message ---- > From: Joe Van Dyk <[EMAIL PROTECTED]> > To: radiant@radiant

[Radiant] Searching..

2008-10-02 Thread Joe Van Dyk
What's the current recommendation for searching a Radiant site? Will have a couple thousand pages to search. I'm leaning towards using Google Search... Joe ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-l

Re: [Radiant] Radiant and Flex

2008-10-02 Thread Joe Van Dyk
On Thu, Oct 2, 2008 at 11:45 AM, Marcus Blankenship <[EMAIL PROTECTED]> wrote: > Say, > > Is anyone using Radiant as a back-end for Flex/Flash applications? I'd > like to try this, but was hoping to get some pointers. You would probably want to write an extension that interfaces with the flex app

Re: [Radiant] Keeping your apps in SCM

2008-10-04 Thread Joe Van Dyk
On Sat, Oct 4, 2008 at 12:46 PM, Marty Haught <[EMAIL PROTECTED]> wrote: > I'm curious how many of you are keeping your Radiant apps in source > control and deploying it to your server? I'm looking to convert my > ancient radiant installs to such a solution but wanted to get some > feedback on the

[Radiant] navigation tag question

2008-10-16 Thread Joe Van Dyk
Say I'm on the page /about/page. Won't both the Home and the About links have the 'selected' class specified? Since /about/page is a child of both those pages? Joe ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radi

Re: [Radiant] navigation tag question

2008-10-16 Thread Joe Van Dyk
n I just break > out the navigation special cases (Home is a typical one). > > Sean > > Joe Van Dyk wrote: >> >> >> >> >> > /> >> >> >> >> Say I'm on the page /about/page. Won't both the Home and the About

[Radiant] editing page attachments

2008-10-16 Thread Joe Van Dyk
There any plans in the works to be able to edit the title and description of uploaded files via the page_attachments extension? Joe ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://

Re: [Radiant] Problems with gallery extension

2008-10-16 Thread Joe Van Dyk
On a related note, I ran into this error when using the page_attachment extension. I had to remove the calls to the code that expected the authenticity token to be there. Joe On Mon, Oct 13, 2008 at 5:36 PM, Luis Lebron <[EMAIL PROTECTED]> wrote: > I'm trying to use the gallery extension. I fol

Re: [Radiant] navigation tag question

2008-10-17 Thread Joe Van Dyk
gt; > > > class="activeinactive"> > > > > > > > > > > > On Thu, Oct 16, 2008 at 9:56 PM, Joe Van Dyk <[EMAIL PROTE

[Radiant] Radiant tag errors

2008-10-17 Thread Joe Van Dyk
Right now, when an editor messes up a radiant tag, a 500 page gets rendered. Would it be possible to display the page content, except for the radiant tag that had the error, and show the error message in place of that tag? Joe ___ Radiant mailing list P

Re: [Radiant] BIG problems after removing page_attachments

2008-10-17 Thread Joe Van Dyk
On Fri, Aug 29, 2008 at 9:18 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > OK, guys. I gave in to the hype about paperclipped, about how it will > make my whites whiter and make my food taste better and all that jazz. > Weeel, I need to get rid of page_attachments first, so I did, and > no

[Radiant] Something like TinyMce + Radiant tags?

2008-10-17 Thread Joe Van Dyk
Is there an editor out there that works similarly to TinyMce, but lets you do radiant tags easily? Joe ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/

Re: [Radiant] Radiant tag errors

2008-10-17 Thread Joe Van Dyk
Err, sure: On Fri, Oct 17, 2008 at 12:28 PM, Manuel Meurer <[EMAIL PROTECTED]> wrote: > What exactly do you mean by "messes up a radiant tag"? > Do you have an example? > > Manuel > > On Fri, Oct 17, 2008 at 7:00 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote:

[Radiant] TinyMCE Editor + Adding Tabs/PageParts = Fail?

2008-10-17 Thread Joe Van Dyk
I installed this version of TinyMCE: http://github.com/nullset/radiant-tinymce/tree/master When I click the '+' icon for adding a new tab or page part to the page, this happens: http://img.skitch.com/20081017-e6fyfbp1fdybsxs3745quj9rif.jpg Looks like something javascript related, any ideas? Is t

Re: [Radiant] Nested tags

2008-10-17 Thread Joe Van Dyk
On Sat, Oct 11, 2008 at 3:59 PM, Manuel Meurer <[EMAIL PROTECTED]> wrote: > I am using an extension that gives me parameterized snippets (like > here: http://www.ruby-forum.com/topic/125007#601242). Now, if I pass a > value into a snippet, I would like to be able to pass it on to a tag > as a param

Re: [Radiant] Radiant tag errors

2008-10-17 Thread Joe Van Dyk
adius error: #{e.message}" > > Manuel > > On Fri, Oct 17, 2008 at 9:31 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: >> Err, sure: >> >> On Fri, Oct 17, 2008 at 12:28 PM, Manuel Meurer <[EMAIL PROTECTED]> wrote: >>> What exactly do you mean by

Re: [Radiant] Radiant tag errors

2008-10-17 Thread Joe Van Dyk
undefined. By default this method raises an UndefinedTagError. >def tag_missing(name, attributes, &block) > raise UndefinedTagError.new(name) >end > > Guess it's just a preference thing. > I like strong validation. > > Manuel > > On Fri, Oct 17, 2008

Re: [Radiant] Radiant tag errors

2008-10-17 Thread Joe Van Dyk
, Oct 17, 2008 at 5:47 PM, Jim Gay <[EMAIL PROTECTED]> wrote: > In what environment are you testing this? > > When doing in development I get a StandardTags::TagError page > In production I just get a message "undefined tag 'asdf'" > > > On Oct 17, 200

Re: [Radiant] Re: BIG problems after removing page_attachments

2008-10-17 Thread Joe Van Dyk
Why can't you use the images in a stylesheet? Just specify the image URL in the stylesheet. On Fri, Oct 17, 2008 at 6:36 PM, Nate Turnage <[EMAIL PROTECTED]> wrote: > On Fri, Oct 17, 2008 at 12:39 PM, Arik Jones <[EMAIL PROTECTED]> wrote: > >> Paperclipped doesn't use RMagick (thanks to the paper

Re: [Radiant] Radiant tag errors

2008-10-18 Thread Joe Van Dyk
On Fri, Oct 17, 2008 at 7:09 PM, Jim Gay <[EMAIL PROTECTED]> wrote: > On Oct 17, 2008, at 10:04 PM, Joe Van Dyk wrote: > >> This is in production mode. I'm using the radiant exception notifier >> plugin, which lets you put up your own 500 page. >> >> I

[Radiant] Default page filter on new page parts

2008-10-22 Thread Joe Van Dyk
Hi, If I add a page part to an existing page that uses Textile, the filter is set to none. But I have the default filter set to Textile, and Textile is picked when I create a new page. Bug? Joe ___ Radiant mailing list Post: Radiant@radiantcms.org S

[Radiant] "View Page" link

2008-10-22 Thread Joe Van Dyk
So, if I'm editing a page in Radiant, seems like there should be a "View Page" link (perhaps on the edit page and/or next to the page in the page tree). Haven't looked for an extension yet, but this seems like something that would go in Radiant core, right? Joe ___

Re: [Radiant] Default page filter on new page parts

2008-10-22 Thread Joe Van Dyk
Sent pull request for http://github.com/joevandyk/radiant/commit/b732b61c79dd14d67060e841874ffb1ef81dbe52 to the github radiant user. On Wed, Oct 22, 2008 at 9:45 AM, Sean Cribbs <[EMAIL PROTECTED]> wrote: > Joe, > > Yes, that is a bug or oversight. Patch + specs? > > Sean

Re: [Radiant] "View Page" link

2008-10-22 Thread Joe Van Dyk
On Wed, Oct 22, 2008 at 3:44 PM, Tim Gossett <[EMAIL PROTECTED]> wrote: > On Wed, Oct 22, 2008 at 1:12 PM, Jim Gay <[EMAIL PROTECTED]> wrote: > >> >> On Oct 22, 2008, at 12:55 PM, Joe Van Dyk wrote: >> >> So, if I'm editing a page in Radiant, se

[Radiant] Resizing admin page editing text box to browser window

2008-10-23 Thread Joe Van Dyk
Is there an extension for getting the text box you use when editing page content to stretch out to meet the browser window's edge? Like how the gmail composer window works. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms

Re: [Radiant] Resizing admin page editing text box to browser window

2008-10-24 Thread Joe Van Dyk
On Fri, Oct 24, 2008 at 11:43 AM, Tim Gossett <[EMAIL PROTECTED]> wrote: > On Thu, Oct 23, 2008 at 2:30 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: > >> Is there an extension for getting the text box you use when editing >> page content to stretch out to meet the bro

Re: [Radiant] Radiant tag errors

2008-10-25 Thread Joe Van Dyk
On Sat, Oct 18, 2008 at 6:41 PM, Jim Gay <[EMAIL PROTECTED]> wrote: > > On Oct 18, 2008, at 3:17 PM, Joe Van Dyk wrote: > >> On Fri, Oct 17, 2008 at 7:09 PM, Jim Gay <[EMAIL PROTECTED]> wrote: >>> >>> On Oct 17, 2008, at 10:04 PM, Joe Van Dyk wrote: &g

Re: [Radiant] Radiant tag errors

2008-10-25 Thread Joe Van Dyk
On Sat, Oct 25, 2008 at 9:59 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: > On Sat, Oct 18, 2008 at 6:41 PM, Jim Gay <[EMAIL PROTECTED]> wrote: >> >> On Oct 18, 2008, at 3:17 PM, Joe Van Dyk wrote: >> >>> On Fri, Oct 17, 2008 at 7:09 PM, Jim Gay <[EMAIL

[Radiant] Using textile inside of snippets

2008-10-30 Thread Joe Van Dyk
Given the following snippet (using the textile filter): When I try to use the snippet like so (inside a page part that uses textile): # first # second The list doesn't get formatted as textile -- I see "# first # second" on the page instead of the expected html numbered list. Any id

Re: [Radiant] Using textile inside of snippets

2008-10-30 Thread Joe Van Dyk
On Thu, Oct 30, 2008 at 4:41 PM, Tim Gossett <[EMAIL PROTECTED]> wrote: > On Thu, Oct 30, 2008 at 6:09 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: > >> Given the following snippet (using the textile filter): >> >> >> >> >> >> >

Re: [Radiant] Using textile inside of snippets

2008-10-30 Thread Joe Van Dyk
On Thu, Oct 30, 2008 at 5:07 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: > On Thu, Oct 30, 2008 at 4:41 PM, Tim Gossett <[EMAIL PROTECTED]> wrote: >> On Thu, Oct 30, 2008 at 6:09 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: >> >>> Given the f

Re: [Radiant] Using textile inside of snippets

2008-10-31 Thread Joe Van Dyk
On Thu, Oct 30, 2008 at 5:12 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: > On Thu, Oct 30, 2008 at 5:07 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: >> On Thu, Oct 30, 2008 at 4:41 PM, Tim Gossett <[EMAIL PROTECTED]> wrote: >>> On Thu, Oct 30, 2008 at 6:09 PM, J

Re: [Radiant] Using Radiant unpacked?

2008-11-10 Thread Joe Van Dyk
I'd keep as much as you can in the repository. What happens if you need to upgrade Radiant for one of your applications, but need to keep another application on an older Radiant version? It's no problem if Radiant (and the rest of the libraries you use) are bundled up with the application. Joe

Re: [Radiant] Using Radiant unpacked?

2008-11-10 Thread Joe Van Dyk
> wrote: > OK, so for what purpose was Radiant made a gem then? :) > > And is there any easy way to move an installation from/to being a > repo-version to/from an installation pointing to a gem? > > cheers, Simon > > > On Nov 10, 2008, at 23:32 , Joe Van Dyk wro

[Radiant] easier way to do links?

2008-11-21 Thread Joe Van Dyk
I got the following message from a client who's using Radiant. Anything like that out there? Hi. We're finding that linking is more difficult in the CMS than under our old system. We have to type in the link by hand, which is more time consuming and more error prone. Is there a

[Radiant] navigation and subnavigation

2008-11-21 Thread Joe Van Dyk
Hi, Any ideas on how I could automatically create this sort of navigation? http://img.skitch.com/20081122-j1ew9ww9xxprntjnwbck1mpk93.jpg The navigation tag wouldn't support that, right? ___ Radiant mailing list Post: Radiant@radiantcms.org Search: ht

Re: [Radiant] easier way to do links?

2008-11-22 Thread Joe Van Dyk
7;s the only thing that > they asked for, but of course they might want to link to other pages too. > > cheers, Simon > > > On Nov 21, 2008, at 21:11 , Joe Van Dyk wrote: > >> I got the following message from a client who's using Radiant. >> Anything like that ou

Re: [Radiant] easier way to do links?

2008-11-24 Thread Joe Van Dyk
Any ideas? On Sat, Nov 22, 2008 at 12:20 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: > By "file", they meant "page". > > On Sat, Nov 22, 2008 at 3:01 AM, Simon Rönnqvist <[EMAIL PROTECTED]> wrote: >> Hi! >> >> textile_editor + page_at

Re: [Radiant] multi_site extension and unique login names

2008-12-01 Thread Joe Van Dyk
I'd modify the radiant code. Joe On Thu, Nov 27, 2008 at 3:20 PM, Aditya Chadha <[EMAIL PROTECTED]> wrote: > Hi folks, > > Just playing around with the multi_site extension and noticed that the login > field in the users table seems to have a unique validation as well as a > unique constraint enf

[Radiant] Re: navigation and subnavigation

2008-12-02 Thread Joe Van Dyk
/careers/vision-statement -- Diversity Program /about/careers/diversity-program The Careers and the Diversity program both have the css active state set. On Fri, Nov 21, 2008 at 5:07 PM, Joe Van Dyk <[EMAIL PROTECTED]> wrote: > Hi, > > Any ideas on how I could automatically crea

Re: [Radiant] Problems after updating app from 0.6.7 => 0.6.9

2008-12-02 Thread Joe Van Dyk
Problem happened when you upgraded to Ruby 1.8.7. Use 1.8.6 if you can. On Mon, Dec 1, 2008 at 8:06 PM, Nate Turnage <[EMAIL PROTECTED]> wrote: > I have an app that I tried to update from 0.6.7 to 0.6.9 and have run into a > couple of problems. > > It started a bit like this. I ran "rake radiant:

[Radiant] r:find question

2008-12-02 Thread Joe Van Dyk
Hi, I have a snippet that contains this code: current "> r:var is an extension that lets me pass arbitrary values in to snippets. So, I'd be calling that snippet with something like: However, I think since the r:var call is in quotes, it's being passed directly to the

Re: [Radiant] r:find question

2008-12-02 Thread Joe Van Dyk
7;ll have to install > his version of Radius to somehow overwrite the built-in Radiant one. > > -Chris > > Joe Van Dyk wrote: >> >> Hi, >> >> I have a snippet that contains this code: >> >> >> current >> "> >> &g

Re: [Radiant] Freezing Gems?

2008-12-02 Thread Joe Van Dyk
On Tue, Dec 2, 2008 at 6:37 PM, Anton J Aylward <[EMAIL PROTECTED]> wrote: > Erik Ostrom said the following on 12/02/2008 07:46 PM: >> I'm hosting a site with Passenger on Dreamhost - it's slow, but >> functional. I used Dr. Nic's Gems on Rails plugin: >> >> http://gemsonrails.rubyforge.org/ >> >>

[Radiant] a-z list of all children of children

2008-12-04 Thread Joe Van Dyk
Directory structure: /root/ /first/ a z /second/ b y I want a list that looks like: a b y z So all the children of the children of the root page. Any ideas on how to do that? Custom tag time? ___ Radiant maili

Re: [Radiant] a-z list of all children of children

2008-12-04 Thread Joe Van Dyk
Sweet, thanks. On Thu, Dec 4, 2008 at 1:01 PM, Jim Gay <[EMAIL PROTECTED]> wrote: > > On Dec 4, 2008, at 3:49 PM, Joe Van Dyk wrote: > >> Directory structure: >> >> /root/ >> /first/ >> a >> z >> /second/ >> b &g

Re: [Radiant] Radiant for Bloging - related content

2008-12-09 Thread Joe Van Dyk
I don't know what the problem is, but it doesn't have anything to do with a missing stylesheet. Look at the error: ActionView::TemplateError (undefined local variable or method `auto_complete_stylesheet' for #) on line It's trying to find the method auto_complete_stylesheet and can't. I don't k

Re: [Radiant] Radiant for Bloging - Admin::PagesController is the root problem

2008-12-16 Thread Joe Van Dyk
On Mon, Dec 15, 2008 at 9:38 AM, Sean Cribbs wrote: > All of the extensions in the 'radiant' user on GitHub were updated to match > the latest Radiant edge code. If you want to use them on 0.6.9 or earlier, > you'll need to check out an older revision. Would it be possible to use branches for ei

[Radiant] page edit history extension

2009-01-15 Thread Joe Van Dyk
Clients want a page that lists all the recent page edits. There an extension for that? ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] page edit history extension

2009-01-15 Thread Joe Van Dyk
Thanks -- that's about what i was looking for. Joe On Thu, Jan 15, 2009 at 7:09 PM, Jim Gay wrote: > Dashboard lists recent activity. > > http://ext.radiantcms.org/extensions/40-dashboard > > But it does not display actual changes. > > On Jan 15, 2009, at

[Radiant] adding tags to paperclipped?

2009-01-16 Thread Joe Van Dyk
Hi, My client has a lot of assets stored in Radiant. We're using paperclip. They wanted to know if they could use folders to organize their assets, but I thought tags would be better. Has anyone else done anything like this? Is it something that should be added to paperclipped? Or other thoug

[Radiant] banner rotator -- banners disappearing from pages on deploy

2009-01-16 Thread Joe Van Dyk
I haven't looked into this too much yet, just wanted to throw it out there. I'm using Mr. Cribbs' banner rotator extension. For some reason, the banners become unattached from pages every so often. So -- I attach the banner to the page, and then later on, they become unattached. I think it happ

Re: [Radiant] adding tags to paperclipped?

2009-01-18 Thread Joe Van Dyk
On Sat, Jan 17, 2009 at 7:27 AM, Jose Hales-Garcia wrote: > > On Jan 17, 2009, at 7:18 AM, Mohit Sindhwani wrote: > >> * If the "folder" structure is to be carried forward to the display/ UI, >> it may be an idea to use PageAttachments and create child pages to represent >> the folders and attach

[Radiant] Re: banner rotator -- banners disappearing from pages on deploy

2009-01-25 Thread Joe Van Dyk
Aha, it happens when they delete a page. i.e. Banner attached to Root page Delete Child page All banner placement objects are deleted I'll see if I can find a fix for this. On Fri, Jan 16, 2009 at 11:35 AM, Joe Van Dyk wrote: > I haven't looked into this too much yet, just wante

[Radiant] Re: banner rotator -- banners disappearing from pages on deploy

2009-01-25 Thread Joe Van Dyk
See http://gist.github.com/raw/52637/b50db4e2f7b15d1d70ef7aad2949d95710793394/gistfile1.txt for the activerecord and sql log. On Sun, Jan 25, 2009 at 4:37 PM, Joe Van Dyk wrote: > Aha, it happens when they delete a page. > > i.e. > > Banner attached to Root page > Delete Child

Re: [Radiant] Upgrading to 0.7.0-rc2

2009-01-25 Thread Joe Van Dyk
Remove radiant 0.6.9. Or better, put radiant itself into your application, don't rely on the radiant gem. On Sun, Jan 25, 2009 at 4:36 PM, Ben Morrow wrote: > I attempted an upgrade to 0.7.0-rc2. > > I got most everything worked out after I updated my extensions (reorder > & copy_move). However,

[Radiant] Re: banner rotator -- banners disappearing from pages on deploy

2009-01-25 Thread Joe Van Dyk
Yeah, I have no idea why this is. As far as I can tell, there's no reason why the banner placements should be destroyed whenever a child of the page that the banner is on is deleted. On Sun, Jan 25, 2009 at 4:43 PM, Joe Van Dyk wrote: > See > http://gist.github.co

[Radiant] ExpressionEngine vs radiant

2009-01-25 Thread Joe Van Dyk
Anyone worked with ExpressionEngine? How does it compare to Radiant? ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

[Radiant] Radiant edge doesn't load admin section?

2009-01-26 Thread Joe Van Dyk
ActionView::MissingTemplate (Missing template admin/pages/index.HTTP Accept=text/html.erb in view path /home/joe/projects/radiant/app/views): /vendor/rails/actionpack/lib/action_view/template.rb:85:in `raise_missing_template_exception' /vendor/rails/actionpack/lib/action_view/template.rb:78

Re: [Radiant] Radiant edge doesn't load admin section?

2009-01-26 Thread Joe Van Dyk
No, Firefox 3 on mac. On Mon, Jan 26, 2009 at 3:22 PM, Sean Cribbs wrote: > Are you using Internet Explorer? If so, this is a known issue. > > Sean > > Joe Van Dyk wrote: >> >> ActionView::MissingTemplate (Missing template admin/pages/index.HTTP >> Accept=text/h

[Radiant] Fwd: banner rotator -- banners disappearing from pages on deploy

2009-01-27 Thread Joe Van Dyk
Sean, any ideas on why this happens? Does it happen for you? -- Forwarded message -- From: Joe Van Dyk Date: Sun, Jan 25, 2009 at 5:59 PM Subject: Re: banner rotator -- banners disappearing from pages on deploy To: radiant@radiantcms.org Yeah, I have no idea why this is. As

Re: [Radiant] Accidently removed the body of contest2.radiantcms.org/

2009-01-27 Thread Joe Van Dyk
On Tue, Jan 27, 2009 at 10:56 AM, Mohit Sindhwani wrote: > Adam van den Hoven wrote: >> >> I think this highlights why some sort of versioning really shouldn't be an >> optional part of radiant. Distribute it as an extension, but make it one of >> those extensions that comes by default. This way e

[Radiant] public/.htaccess -- necessary?

2009-01-27 Thread Joe Van Dyk
I setup the edge radiant on my localhost using passenger / apache. Had to remove public/.htaccess to get the stylesheets and the js to be served. Should .htaccess be removed or modified? Joe ___ Radiant mailing list Post: Radiant@radiantcms.org Search

Re: [Radiant] Accidently removed the body of contest2.radiantcms.org/

2009-01-27 Thread Joe Van Dyk
On Tue, Jan 27, 2009 at 1:36 PM, Nate Turnage wrote: > On Tue, Jan 27, 2009 at 3:21 PM, Joe Van Dyk wrote: > >> Other things that we think most people would want by default: >> >> - some sort of rich text editor > > > I use the "It's all text" Fire

[Radiant] error when running tests on edge

2009-01-27 Thread Joe Van Dyk
I've got rspec 1.12 installed as a gem. I did the submodule init and submodule update dance. When I run rake... Running Integration Spec Task /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- spec/rails (MissingSourceFile)

Re: [Radiant] error when running tests on edge

2009-01-28 Thread Joe Van Dyk
#x27; Joe On Tue, Jan 27, 2009 at 6:20 PM, Sean Cribbs wrote: > You need rspec-rails as well. > > Sean > > Joe Van Dyk wrote: >> >> I've got rspec 1.12 installed as a gem. I did the submodule init and >> submodule update dance. When I run rake... >

Re: [Radiant] SnS Extension - 500 Error

2009-01-28 Thread Joe Van Dyk
Errm, what does log/production.log say? On Wed, Jan 28, 2009 at 6:59 PM, coffeepostal wrote: > > I'm getting the same error again, but this time it's not being fixed by > bootstrapping. Any ideas? > > > > coffeepostal wrote: >> >> Hello- >> >> I'm relatively new to the RoR world and am trying to

Re: [Radiant] Accidently removed the body of contest2.radiantcms.org/

2009-01-30 Thread Joe Van Dyk
On Tue, Jan 27, 2009 at 2:10 PM, Jose Hales-Garcia wrote: > > On Jan 27, 2009, at 1:46 PM, Joe Van Dyk wrote: > >> I agree, paperclipped is the way to go. It's great to use imagemagick >> directly. > > I've had the opposite experience. It's easier for

Re: [Radiant] Looking for draft+history extension collaborators or contractors

2009-02-18 Thread Joe Van Dyk
Anyone make any progress on this? On Tue, Sep 2, 2008 at 11:39 AM, Jason Garber wrote: > I'm needing an extension that will show the history of > pages/snippets/layouts as well as allowing concurrent drafts of published > pages/snippets/layouts. The basic structure is that there's a series of >

Re: [Radiant] Caching twitter updates

2009-03-10 Thread Joe Van Dyk
On Tue, Mar 10, 2009 at 1:58 PM, Victor Zuniga wrote: > Hello, > > I am hoping someone can point me in the right direction on this. We are > using the twitter widget (Javascript) to display updates on our front page. > Lately, we have experienced situations where the widget would not display > the

  1   2   >