Re: [Radiant] multi_site

2009-07-26 Thread john muhl
try `git clone git://github.com/radiant/radiant-multi-site-extension.git` all the extensions from the old svn repo have been moved to http://github.com/radiant and almost all 3rd party extension development has moved to git as well. although if you're trying to use 0.6.7 you may find the versions

Re: [Radiant] New setup - How to get it right?

2009-07-22 Thread john muhl
actually better yet is to probably just use ruby enterprise edition and forego debian's ruby packages completely. http://www.rubyenterpriseedition.com/download.html - i've always felt it was a much easier way to install ruby on any type of system. On Wed, Jul 22, 2009 at 2:15 PM, john

Re: [Radiant] New setup - How to get it right?

2009-07-22 Thread john muhl
as jim points out it's probably your rubygems version, if you installed rubygems via apt-get then you have 1.2... which will not work and due to the way debian packages rubygems you cannot easily update the system version. so your best bet is to reinstall the latest rubygems from source and then re

Re: [Radiant] mailer extension and 0.8

2009-07-14 Thread john muhl
specs have > been fixed. Hasn't been tested on a production site yet, but locally it > works pretty good. > > Pull requests have been sent. > > Cheers, Cristi > > On 7/14/09 12:24 AM, john muhl wrote: >> >> turns out the culprit is "mailer.post_to_page

Re: [Radiant] mailer extension and 0.8

2009-07-13 Thread john muhl
turns out the culprit is "mailer.post_to_page? = true" On Wed, Jul 8, 2009 at 3:31 PM, john muhl wrote: > the issue seems to have resolved itself with radiant edge. > > On Wed, Jul 8, 2009 at 2:20 PM, john muhl wrote: >> yes, of course. i'm just not convince

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
the issue seems to have resolved itself with radiant edge. On Wed, Jul 8, 2009 at 2:20 PM, john muhl wrote: > yes, of course. i'm just not convinced it's the proper fix, it just > happened to be the most expedient one. here is the diff for the > curious: > > diff --git

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
hash, body) On Wed, Jul 8, 2009 at 1:56 PM, Victor Elsendoorn wrote: > Only mentioning you fixed it, won't do any help for the Radiant community. > Please inform us about the solution or bugs you have found. > > Thanks in advance. > > > On Jul 8, 2009, at 9:51 PM, john muh

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
ng the config.after_initialize block in development.rb worked > flawlessly. So is there the possibility that the problem is not in > mailer_extension? > > > On 7/8/09 9:58 PM, john muhl wrote: >> >> same error with the smtp settings in development.rb >> >> On Wed, J

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
same error with the smtp settings in development.rb On Wed, Jul 8, 2009 at 12:01 PM, Istvan Hoka wrote: > Could you try moving the contents of your config.after_initialize block to > development.rb or production.rb? > -- > Istvan Hoka > > > On Wed, Jul 8, 2009 at 8:47

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
oh, and those results are the same with radiant/mailer or aissac/mailer On Wed, Jul 8, 2009 at 11:43 AM, john muhl wrote: > this is running locally in the development environment. i've tested > with webrick, mongrel, thin and passenger and they all have the same > error message un

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
ext? For instance, are you trying to > attach a file or is it a simple form you are mailing? > > Cheers! > -- > Istvan Hoka > > > On Wed, Jul 8, 2009 at 7:34 PM, john muhl wrote: > >> thanks but it gives the same error. >> >> On Wed, Jul 8, 2009 at 10:02

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
Aissac/radiant-mailer-extension/tree/master > > On 7/8/09 6:05 PM, john muhl wrote: >> >> has anyone successfully used mailer on 0.8? whenever i try to send >> mail i get a 500 error page and the following: >> >>   SQL (1.2ms)    SELECT name >>  FROM sqlite_mas

[Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
has anyone successfully used mailer on 0.8? whenever i try to send mail i get a 500 error page and the following: SQL (1.2ms)SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' SQL (1.9ms) SELECT DISTINCT class_name FROM pages WHERE class_name <> '' AN

Re: [Radiant] xhtml upgrade path

2009-07-07 Thread john muhl
it means nothing for radiant so far as i can tell, or am i missing something? the admin interface's html is not important (to me at least) and you've always been able to build the front end of your site using any markup language you like. On Tue, Jul 7, 2009 at 4:21 AM, Jan M.J. Storms wrote: > Ta

Re: [Radiant] Question about extension installation

2009-07-06 Thread john muhl
you might have a look at: http://wiki.github.com/radiant/radiant/installing-extensions and see if that helps at all. On Mon, Jul 6, 2009 at 3:40 PM, Wentao Wang wrote: > Hey all, > > I am a rookie user of radiant CMS. Currently I am stuck by the extenstion > installation (blog extension, and sns e

Re: [Radiant] Is SQLite + Radiant very slow?

2009-07-02 Thread john muhl
my guess is it has nothing to do with sqlite which in my experience is plenty fast. i'd make sure you're running in the production environment, with lots of extensions the development environment can get real slow real fast. On Thu, Jul 2, 2009 at 8:47 AM, Mohit Sindhwani wrote: > Hi, I'm just pla

Re: [Radiant] Increasing Page Cache Timeout

2009-07-01 Thread john muhl
On Tue, Jun 30, 2009 at 11:20 PM, Mohit Sindhwani wrote: > Hi, just a quick question - how do I increase the page caching from 5 > minutes to something much more? > > My site has mostly static content other than the use of the comments > extension which itself clears the cache when the page changes

Re: [Radiant] Re: Creating a UL/IMG based Navigation Bar

2009-06-15 Thread john muhl
On Mon, Jun 15, 2009 at 3:12 PM, Jeff Casimir wrote: > Benny, > > instead of getting the slug for that element I got the slug for the current > page. you are getting the current page slug because radius tags render within the context from which they're called. to get around that and at the slug f

Re: [Radiant] Insert rss

2009-06-11 Thread john muhl
http://wiki.github.com/radiant/radiant/create-a-rss-feed On Thu, Jun 11, 2009 at 8:11 AM, Mauricio Dulce wrote: > > Hello, it is possible to insert an rss within a snippets > ___ > Radiant mailing list > Post:   Radiant@radiantcms.org > Search: http://ra

Re: [Radiant] We need to talk about extension versions

2009-06-09 Thread john muhl
On Tue, Jun 9, 2009 at 5:59 AM, Jim Gay wrote: > On Jun 9, 2009, at 6:51 AM, Jason Garber wrote: > >> My suggestions for requirements: >> 1.) Extension authors have a way of specifying a minimum Radiant version >> with each release/revision of the extension. > > I cha

Re: [Radiant] Deploying Radiant on Dreamhost - Passenger Won't Start

2009-06-03 Thread john muhl
On Tue, Jun 2, 2009 at 2:34 PM, Adam Farnsworth wrote: > rake ray:restart --trace > (in /home/adamgotdiana/adamgotdiana.com) > rake aborted! > Don't know how to build task 'ray:restart' there is no ray:restart task. maybe you wanted the ray:setup:restart server=passenger task which does not rest

Re: [Radiant] At my wit's end with Mailer --> (see Mailer.valid_config?)

2009-05-25 Thread john muhl
maybe trying putting the subject in quotes, the spaces might be choking it up ... subject: "Thank You" ... On Mon, May 25, 2009 at 8:31 AM, N. Turnage wrote: > I have set up Mailer on 3 different websites and the first two worked right > out of the box, but the third is not working even though i

Re: [Radiant] Radiant Inheritance?

2009-05-25 Thread john muhl
I've tried all the existing solutions and have come to the sad realization none of them work right. with the latest versions of radiant. if you find something that works please do share. On Sun, May 24, 2009 at 8:15 PM, Alexis Masters wrote: > Hello! I am working again on http://www.wizardofpaws.

Re: [Radiant] Is there an extension that makes pages from xml?

2009-05-21 Thread john muhl
http://github.com/seancribbs/radiant-atom-import-extension might be a place to look for inspiration; as i understand it, you point that extension at an atom file and it puts the contents into radiant pages. On Wed, May 20, 2009 at 9:50 AM, Chaim Kirby wrote: > I am working on an academic webpage,

Re: [Radiant] Problem with Extensions

2009-05-14 Thread john muhl
http://wiki.github.com/radiant/radiant/installing-extensions On Thu, May 14, 2009 at 9:02 AM, Mohit Sindhwani wrote: > Emanuel Vinzent wrote: >> >> thank's! >> >> with the underscores in the directiories will should be work ;-) >> > > With the advent of git, we need a FAQ that explains how to ren

Re: [Radiant] Is there an extension for rotating or random images?

2009-05-13 Thread john muhl
On Wed, May 13, 2009 at 8:07 AM, N. Turnage wrote: > I could have sworn that I had seen an extension that would either load a > random image or rotate images banner-style, but I cannot find it. I need to > to be able to set a random background image for a div each time the page is > loaded/re-load

Re: [Radiant] So what doesn't work with 0.7?

2009-02-09 Thread john muhl
roughly... admin_tree_structure concurrent_draft dynamic_grouping exception_notification file_based_layout jargon legacy_path_handler link_roll location page_attachments_xsendfile page_event page_group_rbac_migrator page_meta page_review_process page_versioning rbac_base rbac_page_edit rbac_snippe

[Radiant] Re: Mailer extension oddities

2009-02-09 Thread john muhl
Nevermind I found the esoteric mailer config setting that enforces the correct behavior. Is there any reason why the strange behavior described above is the default one? On Sun, Feb 8, 2009 at 10:32 PM, john muhl wrote: > I'm not sure if it has to do with 0.7.0 or the mailer exte

[Radiant] Mailer extension oddities

2009-02-08 Thread john muhl
I'm not sure if it has to do with 0.7.0 or the mailer extension in general but I am getting odd redirects. For example, I have a contact page like this http://gist.github.com/60672 When the form submits successfully the user ends gets redirected at http://example.com/contact/thanks#mailer When th

Re: [Radiant] Sendfile headers

2009-02-08 Thread john muhl
h the web-server and > operating system. Essentially, it tells the OS to stream the file to the > socket, on OS's that support it. > > Sean > > > john muhl wrote: > >> i've been using the old x-sendfile patch on nginx and mongrel for about a >> yea

Re: [Radiant] Which "Ba" ?

2009-02-03 Thread john muhl
oops, "they're not maintained" On Tue, Feb 3, 2009 at 6:28 PM, john muhl wrote: > http://github.com/aslakhellesoy/ba/network > looks like while there are some other forks their either not active or get > merged with the aslakhellesoy repository regularly. > > &g

Re: [Radiant] Which "Ba" ?

2009-02-03 Thread john muhl
http://github.com/aslakhellesoy/ba/network looks like while there are some other forks their either not active or get merged with the aslakhellesoy repository regularly. On Tue, Feb 3, 2009 at 3:06 PM, Anton Aylward wrote: > I'd like to try out the conference/event management system 'Ba' that I >

Re: [Radiant] Counting Articles

2009-02-03 Thread john muhl
might try excluding it by url On Tue, Feb 3, 2009 at 3:03 PM, Steven Southard wrote: > I was using to keep > track of the number of articles published. Now I've added an archive month > index so my count is off by one. How do I subtract one or exclude the month > index? > > Steven > ___

Re: [Radiant] Sendfile headers

2009-02-02 Thread john muhl
i've been using the old x-sendfile patch on nginx and mongrel for about a year with no blank page issues. after setting up an edge 0.7 in a virtual machine i was able to run nginx and thin in production mode with no blank pages in well over a million requests through ab (assuming those blank pages

Re: [Radiant] Bad Gateway Error

2009-01-31 Thread john muhl
It looks like Apache is unable to connect to whatever is behind it serving the ruby requests. Make sure your mongrels or passenger or whatever are still running. On Sat, Jan 31, 2009 at 10:48 AM, Peter Soutter wrote: > Hi, > > I'm hoping that someone might be able to help me. I run a website > ww

Re: [Radiant] Members Extension Won't Install Correctly

2009-01-29 Thread john muhl
On Thu, Jan 29, 2009 at 3:28 PM, Adam Farnsworth wrote: > That didn't seem to work: > > $ cd vendor/extensions/members/ > $ git submodule init >No submodule mapping found in .gitmodules for path > 'vendor/plugins/file_column' > $ git submodule update >No submodule mapping found in

[Radiant] what extensions do you have installed?

2009-01-27 Thread john muhl
I'd like to get some kind of idea what the most popular extensions are. I'll start, my personal site has (minus the ones packaged with radiant) * Bluecloth Filter * Default Page Parts * Mailer * Page Attachments * RDiscount Markdown Filter * Shards I guess Shards gives away that my instance is so

Re: [Radiant] New RedCloth

2008-07-24 Thread john muhl
On 2008/07/24, at 07:44, Sean Cribbs wrote: How would people feel about switching to a gem dependency on the latest RedCloth (instead of packaging it)? I think it's going to have to happen at some point unless Radiant wants to keep using the same old text parsing libraries from 2004/2005.

Re: [Radiant] Ray extension for development-only?

2008-07-22 Thread john muhl
On 2008/07/22, at 13:35, Tim Gossett wrote: So if the Ray extension makes it stupid-easy to install Radiant extensions and can use Git to schlep the code around, does it need to be on my production box? Can I add it as a submodule for my local repo and ignore it for my remote repo? The idea

Re: [Radiant] [ANN] Ray extension

2008-07-22 Thread john muhl
On 2008/07/21, at 13:37, Tim Gossett wrote: But if it automatically installs extensions as git submodules, I'd be much more interested. Especially if the presence of a .git directory at the project's root automatically puts it in git mode. I just pushed the changes up to github to support

Re: [Radiant] [ANN] Ray extension

2008-07-21 Thread john muhl
On 2008/07/21, at 12:30, Sean Cribbs wrote: You mean RAILS_ROOT Whoops, you're right. I must have had Radiant on the brain. On 2008/07/21, at 13:37, Tim Gossett wrote: I just passed over the Ray extension because I just saw "deploy with Capistrano" and thought "deploying with git is easy en

Re: [Radiant] [ANN] Ray extension

2008-07-21 Thread john muhl
On 2008/07/21, at 10:39, Sean Cribbs wrote: In the case that the project is in git, you could manually create the .gitsubmodule file from the sha of the HEAD of the extension, since the submodules are just git repos themselves. I may support a switch in the script/extension installer for a

Re: [Radiant] [ANN] Ray extension

2008-07-21 Thread john muhl
ubmodules - I never "copy". Aslak On Sun, Jul 20, 2008 at 12:54 AM, john muhl <[EMAIL PROTECTED]> wrote: One more tiny update to point out Ray no longer depends on wget for fallback, instead that functionality has been replaced using the standard Ruby HTTP library. Hopefully it

Re: [Radiant] [ANN] Ray extension

2008-07-19 Thread john muhl
One more tiny update to point out Ray no longer depends on wget for fallback, instead that functionality has been replaced using the standard Ruby HTTP library. Hopefully it will make Ray useful in a wider variety of environments. ___ Radiant maili

Re: [Radiant] [ANN] Ray extension

2008-07-19 Thread john muhl
Just a note that Ray is no longer “sort of stupid about migrate/update tasks”. Now an effort is made to determine whether there are any tasks. If a `vendor/extensions/extension_name/lib/tasks/ extension_name_extension_tasks.rake` file is found, Ray takes a peek inside to determine whether th

Re: [Radiant] [ANN] Ray extension

2008-07-17 Thread john muhl
b name and the fullname of the extension. Remove that in the rake task and it works great. Keith Bingman On Jul 17, 2008, at 2:24 AM, john muhl wrote: rake ray:extension:install name=sweet-sauce hub=bob fullname=sweet- sauce_for-radiant Right now, Ray is sort of stupid about migrate/update

[Radiant] [ANN] Ray extension

2008-07-16 Thread john muhl
Despite the dependence on GitHub there is no required dependency on git the program, if you don't have git installed Ray will gladly use wget instead. So if you had noticed the extension on GitHub already but thought "pfft, more 'requires git' nonsense" you might have a second look. Ray i

Re: [Radiant] Re: Re: svn: 'vendor/extensions' is not a working copy

2008-07-13 Thread john muhl
o run. On 2008/07/13, at 15:26, john muhl wrote: On 2008/07/13, at 15:23, Jan frederik Poulsen wrote: I finally got the extension working (however some images to the buttons are missing?) I think you probably forgot to run the update task, cd /your/radiant_app rake radiant:extensions:reorder:u

Re: [Radiant] Re: Re: svn: 'vendor/extensions' is not a working copy

2008-07-13 Thread john muhl
On 2008/07/13, at 15:23, Jan frederik Poulsen wrote: I finally got the extension working (however some images to the buttons are missing?) I think you probably forgot to run the update task, cd /your/radiant_app rake radiant:extensions:reorder:update That will copy the necessary image and

Re: [Radiant] Page_attachment extension with Flash files?

2008-07-13 Thread john muhl
On Sun, Jul 13, 2008 at 2:24 PM, Sean Cribbs <[EMAIL PROTECTED]> wrote: Is SWFObject available on Google's JS cache (like Prototype and jQuery)? If so, that could be an option. It certainly doesn't look like they have SWFObject in the caches. On 2008/07/13, at 13:32, Nate Turnage wrot

Re: [Radiant] Page_attachment extension with Flash files?

2008-07-13 Thread john muhl
On 2008/07/12, at 12:41, Sean Cribbs wrote: If there's a pretty standard way to insert a SWF, I'd love to see an implementation of and I'd be happy to merge it in. http://github.com/johnmuhl/radiant-page-attachments-extension/tree/swf Seemed to me that is the simplest way to do it. If

Re: [Radiant] Re: svn: 'vendor/extensions' is not a working copy

2008-07-13 Thread john muhl
Ah, yeah that could be a problem. I bet they have at least one of wget or curl installed which you can use to get the tar/zip files. 1. cd /path/to/radiant_app/vendor/extensions 2. wget http://github.com/radiant/radiant-reorder-extension/tarball/master 3. tar xzvf radiant-radiant-reorder- ex

Re: [Radiant] svn: 'vendor/extensions' is not a working copy

2008-07-13 Thread john muhl
It looks like your radiant_app directory is not in subversion, as far as I remember from my limited experience with subversion you need to have your Radiant application in svn (i.e. the directory containing vendor/extensions) prior to adding externals – another possibility is to just use sv

Re: [Radiant] Installing extensions

2008-07-11 Thread john muhl
For add on extensions you want the path to your running Radiant application, such as, "~/Sites/my app/vendor/extensions" On 2008/07/11, at 09:49, Jan frederik Poulsen wrote: I'm on a mac. Radiant is located in two places on my machine: 1. As "my app" - my specific site: ~/Sites/ and 2. As

[Radiant] Re: page_attachments on non- page types

2008-07-07 Thread john muhl
The solution turns out to be just editing environment.rb config.extensions = [ :page_attachments, :all ] or if you're still < 0.6.7 config.extensions = [ :shards, :page_attachments, :all ] and restart of course. On 2008/07/01, at 21:38, john muhl wrote: Is there an easy wa

Re: [Radiant] page_attachments on non- page types

2008-07-01 Thread john muhl
On 2008/07/01, at 22:33, [EMAIL PROTECTED] wrote: On Tue, 2008-07-01 at 21:38 -0600, john muhl wrote: Is there an easy way to get page_attachments working with other page types, like the File Not Found or Archive types? Or even better, be able to attach images to the home page and have

[Radiant] page_attachments on non- page types

2008-07-01 Thread john muhl
Is there an easy way to get page_attachments working with other page types, like the File Not Found or Archive types? thanks ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://list

Re: [Radiant] Markdown extension using RDiscount

2008-06-30 Thread john muhl
On 2008/06/29, at 21:23, Jim Gay wrote: On Jun 28, 2008, at 2:35 PM, john muhl wrote: On 2008/06/27, at 21:02, Jim Gay wrote: On Jun 27, 2008, at 10:26 PM, john muhl wrote: I've patched the default Markdown extension Looks nice. I've been frustrated by strange parsing

Re: [Radiant] Markdown extension using RDiscount

2008-06-28 Thread john muhl
On 2008/06/27, at 21:02, Jim Gay wrote: On Jun 27, 2008, at 10:26 PM, john muhl wrote: I've patched the default Markdown extension Looks nice. I've been frustrated by strange parsing bugs, but never looked into it. A more accurate implementation of the syntax gets a wa

[Radiant] Markdown extension using RDiscount

2008-06-27 Thread john muhl
I've patched the default Markdown extension so it uses RDiscount instead of BlueCloth. The point was to improve the accuracy of Radiant's Markdown conversion; for an added bonus it's also really fast. Although the difference in speed diminishes as the amount of Markdown to convert goes down

Re: [Radiant] Page_attachments, but for other pages

2008-06-26 Thread john muhl
]: http://github.com/radiant/radiant-page-attachments-extension/tree/master/app/models/page_attachment_tags.rb On 2008/06/26, at 09:38, [EMAIL PROTECTED] wrote: On Thu, 2008-06-26 at 08:27 -0600, john muhl wrote: have you tried something like: That looks like it will probably work

Re: [Radiant] Page_attachments, but for other pages

2008-06-26 Thread john muhl
have you tried something like: On 2008/06/26, at 08:21, [EMAIL PROTECTED] wrote: Hey guys, Is there any way to access/view a page_attachment on a page where it hadn't been added in the first place? Say I have a section of my site called "Manufacturers" that includes a child page

Re: [Radiant] Re: crashes with recently released ruby (1.8.6p230)

2008-06-23 Thread john muhl
Apparently the Phusion guys have backported the security fixes to 1.8.6-p111 in their Ruby Enterprise edition. Might be worth checking out if you're stuck between security issues and a broken ruby. http://blog.phusion.nl/2008/06/23/ruby-186-p230187-broke-your-app-ruby-enterprise-edition-to-th

Re: [Radiant] Bootstrapping problem

2008-06-23 Thread john muhl
I've had good results with Radiant, SQLite3 and Mac 10.5 "just working" so if that's a possibility it might save you some effort. On 2008/06/23, at 10:19, aslak hellesoy wrote: Hi again, I just pulled the code from Github, copied config/database.sqlite.yml to config/database.yml, cd into rad

Re: [Radiant] Failure to install Page Attachments extension

2008-06-18 Thread john muhl
I think your problem might be with ruby 1.8.7, there were some changes to Enumerable::Enumerator that are possibly incompatible. Can you try going back to 1.8.6 and see if you get the same error? On 2008/06/17, at 14:50, Matt Anderson wrote: I'm trying to follow the instructions at http://w

Re: [Radiant] any way to dynamically populate ?

2008-06-10 Thread john muhl
expands. I imagine, however, we could produce a failing spec to demonstrate what is unexpected about the behavior. Any takers? Sean john muhl wrote: On 2008/06/07, at 16:49, Andrew Neil wrote: On 6 Jun 2008, at 01:01, john muhl wrote: I'd like to insert part of a random subpa

Re: [Radiant] any way to dynamically populate ?

2008-06-07 Thread john muhl
been a mystery to me, however I believe it has to do with tag blocks versus expands. I imagine, however, we could produce a failing spec to demonstrate what is unexpected about the behavior. Any takers? Sean john muhl wrote: On 2008/06/07, at 16:49, Andrew Neil wrote: On 6 Jun 2008, at

Re: [Radiant] any way to dynamically populate ?

2008-06-07 Thread john muhl
On 2008/06/07, at 16:49, Andrew Neil wrote: On 6 Jun 2008, at 01:01, john muhl wrote: I'd like to insert part of a random subpage into the sidebar and figured it'd be a good fit for the tag but so far am having very little luck. I've tried: I thought of an alter

[Radiant] any way to dynamically populate ?

2008-06-05 Thread john muhl
I'd like to insert part of a random subpage into the sidebar and figured it'd be a good fit for the tag but so far am having very little luck. I've tried: and even: but they both just return the title of the parent page. Am I missing something simpl

Re: [Radiant] Questions about deployment

2008-06-03 Thread john muhl
On 2008/06/03, at 11:22, Casper Fabricius wrote: If you have uploaded files using gallery, page_attachments or something else locally, you must also upload these manually from public to public. I ran into this same issue (with page_attachments), so I just switched it to use Amazon S3 for

Re: [Radiant] Redirect function of the Mailer Extension

2008-06-01 Thread john muhl
you might try the tip suggested at the bottom of http://lists.radiantcms.org/pipermail/radiant/2008-May/008476.html and see if that helps. On 2008/06/01, at 05:41, Ulf Moehring wrote: Hi *, The redirect functionality of the mailer extension (redirect_to: / thankyou) doesn't work like I want

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-17 Thread john muhl
t and your tutorial on your site (i use slicehost too) but hope someone solve this problem and i will upgrade then to 0.6.7 or something... have a nice days, guys keep up the great job On 5/17/08, john muhl <[EMAIL PROTECTED]> wrote: You should be able to just adjust the RADIANT_GEM

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-17 Thread john muhl
AIL PROTECTED]> wrote: but... what i need is not that :) coz i have many content is installed, galleries and newsletter emails just looking for a way to rollback.. On 5/17/08, nurullah <[EMAIL PROTECTED]> wrote: well, yes i tried that a clean install does work On 5/17/08, john muhl <[

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-17 Thread john muhl
still dont migrate On 5/17/08, john muhl <[EMAIL PROTECTED]> wrote: nurullah, Do you happen to have any other extensions installed that are not 0.6.7 compatible? I think multi_site or page_attachments has problems with 0.6.7. On 2008/05/17, at 09:05, nurullah wrote: unfortunately

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-17 Thread john muhl
nurullah, Do you happen to have any other extensions installed that are not 0.6.7 compatible? I think multi_site or page_attachments has problems with 0.6.7. On 2008/05/17, at 09:05, nurullah wrote: unfortunately that doesnt help at all :( On 5/17/08, Sean Cribbs <[EMAIL PROTECTED]> w

Re: [Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-16 Thread john muhl
Thanks for the assurance. On 2008/05/16, at 16:39, Sean Cribbs wrote: john muhl wrote: UPGRADING FROM 0.6.x 1. Update the Radiant gem: % gem update radiant 2. Change the RADIANT_GEM_VERSION constant in config/environment.rb to "0.6.7". 3. Run the update rake task

[Radiant] upgrading 0.6.6+shards extension to 0.6.7

2008-05-16 Thread john muhl
UPGRADING FROM 0.6.x 1. Update the Radiant gem: % gem update radiant 2. Change the RADIANT_GEM_VERSION constant in config/environment.rb to "0.6.7". 3. Run the update rake task: % rake radiant:update 4. Run migrations: % rake db:migrate 5. Restart the server Should an existing s

Re: [Radiant] Getting children a oage that is not the current page

2008-04-24 Thread john muhl
I believe you want r:find ... On 2008/04/24, at 17:07, Alex Wayne wrote: I have a navigation element in my layout that I want to always show links to all children of a certain page that is nested one or 2 levels inside my hierarchy. I guess I need something like: I can't seem to f

<    1   2