Re: [Radiant] Renaming parts site-wide?

2010-02-22 Thread Erik Ostrom
Those first two statements look to me like they'd at least make the parts show up differently in the admin area. Did you commit the changes? (I don't know whether SQLite3 defaults to autocommit.) Did you restart the server? (Depending on what mode you're running it, this might be necessary.) On

Re: [Radiant] Transition static site to radiant

2010-01-28 Thread Erik Ostrom
, but there are rules you have to follow. --Erik Ostrom e...@echographia.com On Wed, Jan 27, 2010 at 12:55 PM, Bentley, Dain dbent...@nas.edu wrote: Hello. I have a static site already built. CSS layout..etc. I want to add blog functionality so I decided to use radiant. I'm pretty new at web

Re: [Radiant] Thoughts on layout design approach

2010-01-13 Thread Erik Ostrom
On Wed, Jan 13, 2010 at 8:38 AM, Peter Degen-Portnoy pport...@avenue100.com wrote: 1. Add a part called ³No_SNIPPET² to the page where the targeted snippet should NOT be displayed I've done this kind of thing quite a bit, but I'm turning against it. The problem for me is that the magic page

Re: [Radiant] link on front-end to edit this_page if logged in

2010-01-08 Thread Erik Ostrom
: tag 'local:if_logged_in' do |tag| tag.expand if logged_in? end That'll let you write Radius code like this: r:local:if_logged_in a href=r:local:edit_url/edit/a /r:local:if_logged_in (All these code samples are untested, but, uh, they should be pretty close!) --Erik Ostrom

[Radiant] rake - 'regular expression too big'

2009-12-12 Thread Erik Ostrom
and submit a patch if I can find time. --Erik Ostrom e...@echographia.com $ rake --trace db:development:staging:clone rake aborted! regular expression too big: /((?-mix:(^|[\/\\])CVS([\/\\]|$)))|((?-mix:(^|[\/\\])\.svn([\/\\]|$)))|((?-mix:\.bak$))|((?-mix:~$))|(public\/assets\/._1)|(public\/assets

Re: [Radiant] Fundamentals

2009-12-08 Thread Erik Ostrom
I recently adopted the file system extension but not as successfully as I'd hoped. I'm the developer for a project where others do most of the content editing - but there's some overlap. I was hoping I could make my changes on my dev server, they could make their changes in production, and I could

Re: [Radiant] Quotes within quotes problem

2009-11-12 Thread Erik Ostrom
I don't have a solution to your problem, but the CITE tag shouldn't be used to mark a quotation. CITE is for the *source* of the quotation. HTML's Q tag (unsupported by RedCloth, AFAIK) and BLOCKQUOTE are more appropriate for the quotation itself. On Thu, Nov 12, 2009 at 6:12 AM, Anton Aylward

Re: [Radiant] cross-linked page associations

2009-04-13 Thread Erik Ostrom
like a template. Good work, I think I'm gonna have start some coffee now. Steven On Apr 11, 2009, at 2:46 PM, Erik Ostrom wrote: I've noticed a lot of my custom coding with Radiant is about defining relationships between pages that cut across the tree structure. For example, on http

[Radiant] cross-linked page associations

2009-04-11 Thread Erik Ostrom
automatically generate select boxes as needed for the page admin UI. Does this sound like a good idea to anyone else? Or a bad one? (Is there a simpler way that I've been missing?) And before I get started... has anyone implemented it already? --Erik Ostrom e...@echographia.com

Re: [Radiant] 500 Internal server errors with Radiant 0.7.1 and SNS

2009-04-09 Thread Erik Ostrom
, but just verify that ResourceController is working as it should. I figure ResourceController should be adequately tested in the Radiant codebase, so I eliminated a few of these that otherwise looked like a pain to update. --Erik On Thu, Apr 9, 2009 at 9:46 AM, Erik Ostrom e...@echographia.com

[Radiant] running radiant's specs

2008-12-21 Thread Erik Ostrom
there). This worked: ./script/plugin install --force git://github.com/aiwilliams/dataset.git Same problem and fix for vendor/plugins/spec_integration. The specs are all running fine now. But is that how this is supposed to work? Is there an easier way I missed? --Erik Ostrom e

Re: [Radiant] Radiant for Bloging - articles

2008-12-15 Thread Erik Ostrom
that haven't been written yet) but start linking to it from relevant sections of the Radiant Handbook. And give it co-equal billing with the Handbook, instead of putting it down at the bottom. Make it clear that it's unfinished, but it's still a useful resource. - Erik Ostrom e...@echographia.com