Re: [Radiant] Bespin Editor Extension

2009-10-09 Thread John W. Long
to bespin_codearea.js. -- John Long http://wiseheartdesign.com http://recursivecreative.com ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo

[Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-09 Thread John W. Long
This will install the gem as ‘radiant-0.9.0’. == How to Upgrade an Existing Project or Site 1. Update the Radiant assets from in your project: rake radiant:update 2. Migrate the database: rake production db:migrate 3. Restart the web server -- John Long http://wiseheartdesign.com http

[Radiant] Bespin Editor Extension

2009-10-08 Thread John W. Long
/ To install: script/extension install bespin_editor This version of the extension has only been tested on edge, it will probably NOT WORK with earlier versions of Radiant. Try it out and let me know what you think. Patches and pull requests welcome. -- John Long http://wiseheartdesign.com http

Re: [Radiant] New How-Tos for Dreamhost

2009-10-07 Thread John W. Long
Andrew, Thanks for writing this stuff up. Please make sure that links to these articles make it onto the wiki. -- John Long http://wiseheartdesign.com http://recursivecreative.com On Oct 7, 2009, at 11:03 PM, Andrew Siegel wrote: I been spending a lot of time working with Radiant CMS 0.7.1

[Radiant] Roadmap for 0.9.0

2009-09-30 Thread John W. Long
please, help us knock these issues out in your own fork. Once you have a feature implemented and well tested, send the radiant github user a pull request. Also, if there is a feature that you are passionate about you can always up it's priority by working on it in your own fork. -- John Long

Re: [Radiant] Paginating

2009-09-25 Thread john muhl
http://github.com/Aissac/radiant-paginate-extension looks like it might help. On Thu, Sep 24, 2009 at 11:48 PM, Mamed Mamedov mamed.mame...@gmail.com wrote: Hi all! I'am using Radiant 0.7.1 in one of my projects now. And I need to paginate my articles stored in the tree under /releases/ slug.

Re: [Radiant] Caching Mystery

2009-09-24 Thread john muhl
On Thu, Sep 24, 2009 at 1:04 PM, Mohit Sindhwani t...@onghu.com wrote: Tom Stoll wrote: HI, I managed to install Radiant 0.8.1 on Bluehost via the vendor directory. Everything worked on the admin page, and I set up a page following the tutorials. However, when I viewed my site, the same page

Re: [Radiant] URL tags

2009-09-23 Thread John W. Long
because you can leave a part blank to intentionally get it not to render. If you only had if_blank, there is no way to get that behavior. -- John Long http://wiseheartdesign.com http://recursivecreative.com ___ Radiant mailing list Post: Radiant

Re: [Radiant] URL tags

2009-09-23 Thread John W. Long
://github.com/SwankInnovations/radiant-conditional-tags-extension ) for just this reason. I can already do most (all?) of this now using it. Ah, the age old argument for adding real conditionals to Radius. :) Yes, if you feel this way, use Chris's extension. -- John Long http

Re: [Radiant] URL tags

2009-09-23 Thread John W. Long
be cool to see a list of all of the existing page part names on the add part dialog. Click on a name to fill in the the part name. Type to filter the list. Would that solve the problem? -- John Long http://wiseheartdesign.com http://recursivecreative.com

Re: [Radiant] URL tags

2009-09-23 Thread John W. Long
On Sep 23, 2009, at 5:33 PM, Jim Gay wrote: So how will Radiant (or John Long) be discouraging its use? Would the documentation in the tag reference say that? I don't think there is a need to document this in the tag reference. It will be somewhat discouraged by having if_content

Re: [Radiant] URL tags

2009-09-23 Thread John W. Long
has other nice features like finding multiple parts. It can be implemented that way on if_blank as well. -- John Long http://wiseheartdesign.com http://recursivecreative.com ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http

[Radiant] radiant pros wiki page

2009-09-17 Thread john muhl
apparently edit 26 or general github wonkiness caused the radiant pros wiki page to lose all the listings after paceline. if you had a listing there you might want to go have a look at see that it's still there. if yours got lost http://wiki.github.com/radiant/radiant/radiant-pros/25 might help.

Re: [Radiant] Blade Interface merged into edge

2009-09-15 Thread John W. Long
For those of you who are developing extensions for Radiant, please update them to work with the new interface and give us your feedback on what your like and dislike. The most significant changes in the UI have been made to help extension developers keep things organized. --John On Sep

Re: [Radiant] Blade Interface merged into edge

2009-09-15 Thread john muhl
On Tue, Sep 15, 2009 at 11:10 AM, John W. Long m...@johnwlong.com wrote: For those of you who are developing extensions for Radiant, please update them to work with the new interface and give us your feedback on what your like and dislike. The most significant changes in the UI have been made

Re: [Radiant] Blade Interface merged into edge

2009-09-15 Thread John W. Long
On Sep 15, 2009, at 3:47 PM, john muhl wrote: i sent a bunch of feedback to the list sometime ago about the blade ui but it was never responded to. should i bother re-sending that? or was the lack of response the response? I must have missed that somehow. Please repost it. -- John Long http

Re: [Radiant] Blade Interface merged into edge

2009-09-15 Thread john muhl
On Tue, Sep 15, 2009 at 3:15 PM, John W. Long m...@johnwlong.com wrote: On Sep 15, 2009, at 3:47 PM, john muhl wrote: i sent a bunch of feedback to the list sometime ago about the blade ui but it was never responded to. should i bother re-sending that? or was the lack of response the response

Re: [Radiant] copy move extension install error

2009-09-10 Thread john muhl
it looks like the copy_move extension doesn't have an install task try: rake production radiant:extensions:copy_move:migrate rake production radiant:extensions:copy_move:update or just use ./script/extension install copy_move and let it take care of that for you. On Thu, Sep 10, 2009 at 9:02

Re: [Radiant] Backup

2009-09-09 Thread john muhl
2009/9/9 María Paula Mariani paulamari...@gmail.com: Considering this, I've made a .tar.gz of my whole radiant directory, including /config. I would like to make that db:dump (which is the correct command?) to create the db backup but I don't know which command is it and which is the name of

[Radiant] extension dependencies in ray

2009-09-09 Thread john muhl
On Sat, Sep 5, 2009 at 10:12 AM, Sean Cribbs seancri...@gmail.com wrote: Looks like it's time for another release of Radiant: WHAT'S NEW IN THIS RELEASE? * Allow extensions to declare dependencies [Josh French] does this mean that i can safely rip out all the code in ray that tries to allow

Re: [Radiant] extension dependencies in ray

2009-09-09 Thread john muhl
The initializer will check that paperclipped is available in the app and error out if not. Sean john muhl wrote: On Sat, Sep 5, 2009 at 10:12 AM, Sean Cribbs seancri...@gmail.com wrote: Looks like it's time for another release of Radiant: WHAT'S NEW IN THIS RELEASE? * Allow extensions

Re: [Radiant] Backup

2009-09-08 Thread john muhl
it depends on how what sort of database you're using. if it's sqlite you can simply zip up the entire radiant project and call that a backup. if it's mysql or something else you can use that db's dump/import tools plus a zip file of the radiant project to create a backup. version control also

Re: [Radiant] Generating graphs

2009-09-07 Thread John Polling
Hi Geoff, In terms of the google chart ruby wrapper did you have any issues with bar charts? I'm struggling with having a y axis that is larger than the actual data. The bars stretch to the full height, even though they are not the value of th top o the y axis. Thanks John Polling

[Radiant] Events Calendar - add an image

2009-09-06 Thread John Polling
, but not in the Events Calendar one. Is there something obvious I am missing? thanks John ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

[Radiant] Generating graphs

2009-09-02 Thread John Polling
Hi, I'm looking at writing an extension for creating graphs, and I've so far looked the scruff and gruff gems for helping with this. My worry is that they both rely on RMagick and I hear that's got memory leak issues. Can anyone recommed any other graph gems? Thanks John Polling

Re: [Radiant] Generating graphs

2009-09-02 Thread John Polling
Thanks for the info will give a few of them a try. Would I be right in then that RMagick is just too leaky to rely upon? John Dear John, Is Javascript/Canvas an option for you? There are some quite nice libraries out there: - http://www.simile-widgets.org/timeplot/ - http://raphaeljs.com

Re: [Radiant] radiant keyword list is too small

2009-09-01 Thread john muhl
On Tue, Sep 1, 2009 at 12:41 PM, dave4c03dave4...@greatchiro.com wrote: The quote is in a new book I bought about HTML 4.01 strict. HTML in easy steps sixth edition (2009) by Mike McGrath page 28 says: Promotion of the page by keywords is best achieved by following some simple guidelines:

Re: [Radiant] Re: Condition in Page Attachments extension

2009-08-19 Thread john muhl
i think the r:if_attachments name=image.png.../r:if_attachments might be what you're looking for. On Wed, Aug 19, 2009 at 3:54 PM, Rafael Carvalhorafaelmcarva...@gmail.com wrote: I resolved it just adding if page.attachment(name) != nil in tag attachment:image do |tag| -- Rafael Carvalho

Re: [Radiant] Re: Condition in Page Attachments extension

2009-08-19 Thread john muhl
don't forget the available tags link in the page edit interface. open that and type attachment into the search most if not all of page_attachments tags should be documented in there. On Wed, Aug 19, 2009 at 6:36 PM, Rafael Carvalhorafaelmcarva...@gmail.com wrote: hmm... i'm starting to use the

Re: [Radiant] Redcloth problem

2009-08-13 Thread John Polling
: On Thu, Aug 13, 2009 at 10:34 PM, John Pollingj...@theusualsuspect.com wrote: I'm currently trying to install radiant on my media temple (gs) setup and I can't get the container to run. I've checked the mongrel log and I'm getting a message saying RedCloth is not a class. The version

Re: [Radiant] Comments Extension and Notifications

2009-08-13 Thread john muhl
you can set `Radiant::Config['comments.auto_approve'] = true` through the console, your environment or the settings extension and it will auto-approve comments. On Thu, Aug 13, 2009 at 12:02 PM, subsor...@gmail.com wrote: Hi, Firstly thanks to all those who developed this extension, it seems

[Radiant] Extensions with imagery

2009-08-12 Thread John Polling
look at using form.file_filed? Thanks John ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Problem installing mailer extension

2009-08-09 Thread john muhl
. Mailer extension shows up under extensions in radiant. But I am unable to set the page type to mailer, because it is not listed in the dropdown. What can I do? Why is mailer not listed in the dropdown? Best wishes, rainer On Thu, Aug 6, 2009 at 10:11 PM, john muhljohnm...@gmail.com wrote

Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread john muhl
`script/extension install` runs both the migrate and update tasks regardless just to be safe. extensions that plan for this include empty migrate/update task to keep these messages from confusing users. On Thu, Aug 6, 2009 at 1:11 PM, exitsevenexitse...@gmail.com wrote: Hm, thanks for the

Re: [Radiant] Problem unsolved: Multiple languages for content

2009-08-06 Thread john muhl
could you just ask your snippet to give the right urls? r:if_url matches='^/de' r:navigation urls=home: /de/home | ueberuns: /de/ueber_uns/ | kontakt: /de/kontakt/ /r:if_url r:if_url matches='^/en' r:navigation urls=home: /en/home | aboutus: /en/about_us/ | contact: /en/contact/ /r:if_url still

Re: [Radiant] Radiant In Herolu

2009-07-29 Thread john muhl
i've done this a few times and it was straightforward. could you be more specific about where you're running into issues? On Wed, Jul 29, 2009 at 7:15 AM, Mauricio Dulcemauricio.du...@gmail.com wrote: Hello, I need help to config paperclipped extension to use in heroku and s3.

Re: [Radiant] Radiant In Herolu

2009-07-29 Thread john muhl
On Wed, Jul 29, 2009 at 9:09 AM, Charlie Robbinscharlie.robb...@gmail.com wrote: I had also had this thought. It seems that with an s3 (or cloudfiles) enabled paperclipped extension along with SnS, it could be possible to run Radiant seamlessly in the cloud. Anyone want to get down on this

Re: [Radiant] Radiant In Herolu

2009-07-29 Thread john muhl
i was looking at paperclipped-multi-site (for whatever reason github put it at the top of the search for radiant+paperclipped). sorry for the confusion. Keith On Jul 29, 2009, at 10:21 AM, john muhl wrote: On Wed, Jul 29, 2009 at 10:51 AM, Mauricio Dulcemauricio.du...@gmail.com wrote

Re: [Radiant] Ray extension problem

2009-07-28 Thread john muhl
, 2009 at 9:27 AM, john muhljohnm...@gmail.com wrote: can you post the contents of vendor/extensions/ray/preferences.yml On Tue, Jul 28, 2009 at 5:25 AM, Jonathan Batchelorj...@atuin.co.uk wrote: I've been playing about with Radiant for a few days now and am really liking it's simplicity

Re: [Radiant] Ray extension problem

2009-07-28 Thread john muhl
i've just fixed this, update ray and you shouldn't run into that anymore. On Tue, Jul 28, 2009 at 5:25 AM, Jonathan Batchelorj...@atuin.co.uk wrote: I've been playing about with Radiant for a few days now and am really liking it's simplicity and flexibility. After installing on my MacBook and

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
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: [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 muhljohnm

Re: [Radiant] mailer extension and 0.8

2009-07-14 Thread john muhl
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? = true ___ Radiant mailing list Post:   Radiant@radiantcms.org

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 muhljohnm...@gmail.com wrote: the issue seems to have resolved itself with radiant edge. On Wed, Jul 8, 2009 at 2:20 PM, john muhljohnm...@gmail.com wrote: yes, of course. i'm just not convinced it's

[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 '' AND

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
, Jul 8, 2009 at 10:49 AM, Istvan Hokaistvan.h...@gmail.com wrote: John, it looks like you are getting this on your production machine where you are using Thin. Could you test with Passenger or Mongrel, perhaps locally and see if you get the same error? Also, could you provide some more context

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 muhljohnm...@gmail.com 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

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 Hokaistvan.h...@gmail.com 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 PM, john muhl

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
putting 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, Jul 8, 2009 at 12:01 PM, Istvan Hokaistvan.h

Re: [Radiant] mailer extension and 0.8

2009-07-08 Thread john muhl
, Jul 8, 2009 at 1:56 PM, Victor Elsendoornelsendo...@w3craft.nl 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 muhl wrote: i went down through

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 muhljohnm...@gmail.com 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 a/lib/radiant

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.

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 Wangedwardwen...@gmail.com wrote: Hey all, I am a rookie user of radiant CMS. Currently I am stuck by the extenstion installation (blog

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 Sindhwanit...@onghu.com wrote:

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 Casimirj...@casimircreative.com 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

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 Gayj...@saturnflyer.com 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 chatted with John Muhl

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 b...@adamfarnsworth.com 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

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 pixeln...@gmail.com 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

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 chaim.ki...@childrens.harvard.edu wrote: I

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 t...@onghu.com 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

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 pixeln...@gmail.com 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

Re: [Radiant] Volunteers Needed! Radiant Wiki Migration

2009-04-08 Thread John M Lauck
using this wiki. John On Apr 8, 2009, at 3:49 AM, michael starke wrote: On 08.04.2009, at 09:33, Mohit Sindhwani wrote: Simon Rönnqvist wrote: Hi! Are we really 100% sure that we want to keep the project forever at GitHub? I mean not so long ago SVN was the standard for Rails projects, now

Re: [Radiant] Volunteers Needed! Radiant Wiki Migration

2009-04-08 Thread John W. Long
it would be one more thing to keep up and maintain. I've looked at other hosted wiki solutions and have even asked for free hosting on some of the more well-known ones, but didn't get a response. As long as the Rails community is on Git, GitHub will be a great solution. -- John Long http

Re: [Radiant] Hosting 0.7.1 site w/ Papperclipped

2009-04-08 Thread John M Lauck
I've been using Rimu Hosting (rimuhosting.com) for a couple years or more and I love their service. They are hands down the best web host company I've ever dealt with. With the new reserved instance prices at Amazon, their EC2 service is looking great if you want to pay for a year or 3

Re: [Radiant] Volunteers Needed! Radiant Wiki Migration

2009-04-07 Thread John W. Long
On Apr 7, 2009, at 1:21 PM, Steven Southard wrote: I'm happy to help. I'll do the first part or the second. It only looks like about 50 pages. Let me know which you want from me. Awesome Steven. Why don't you start on the first part. -- John Long http://wiseheartdesign.com

Re: [Radiant] Volunteers Needed! Radiant Wiki Migration

2009-04-07 Thread John W. Long
that? If it's okay I'll make a file for any page that has content under http://wiki.radiantcms.org/all/list . I think that'd be fine for now. Maybe look through the generated pages before moving on to step 2 and remove any that are bogus. -- John Long http://wiseheartdesign.com

[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 johnm...@gmail.com wrote: I'm not sure if it has to do with 0.7.0 or the mailer

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

Re: [Radiant] [ANN] Radiant 0.7.0 Intaglio Release

2009-02-08 Thread John W. Long
On Feb 8, 2009, at 12:13 AM, Mohit Sindhwani wrote: Congratulations to everyone! This is great :) Sean, I'm guessing Radiant 0.7.0 is considered stable now. Should we start migrating documentation to Radiant 0.7.0? Absolutely. :-) -- John Long http://wiseheartdesign.com

[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

Re: [Radiant] if_content not working as expected

2009-02-04 Thread John Toups
FYI, This is also true of the Continue reading... code block for the Blog style template. In order to not get a Continue Reading... link on any entry which is complete in the main tab I must delete the extended tab. Code block from the Articles page define: r:children:each limit=5

Re: [Radiant] Counting Articles

2009-02-03 Thread john muhl
might try excluding it by url r:find url=/articlesr:unless_url matches=/articles/archive r:children:count / /r:unless_url /r:find On Tue, Feb 3, 2009 at 3:03 PM, Steven Southard ste...@stevensouthard.comwrote: I was using r:find url=/articlesr:children:count //r:find to keep track of the

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 johnm...@gmail.com 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. On Tue, Feb 3, 2009

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 pe...@goodtravelcompany.com wrote: Hi, I'm hoping that someone might be able to help

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 b...@adamfarnsworth.com 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

Re: [Radiant] Cache Home Page (prevent the long delay)

2009-01-22 Thread John W. Long
for a page. You could set the cache timeout to 2.days, or something of that nature. -- John Long http://wiseheartdesign.com ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http

Re: [Radiant] Radiant for Bloging - articles

2008-12-15 Thread John Toups
I want to agree with Eric regarding the Summer Reboot. I started using Radiant last week, before volunteering at the sprint to write documentation for new users. At that point, I was directed to the Summer Reboot, to start updating those pages. I hope to do a lot more work in them over

Re: [Radiant] Radiant for Bloging - articles

2008-12-15 Thread John W. Long
to the documentation effort. You are all heros in my book. -- John Long http://wiseheartdesign.com ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Language Redirect Extension

2008-12-09 Thread john
On 2008/12/09, at 14:03, Michael Kessler wrote: Hi everyone, I'm looking for the Language Redirect extension, but unfortunately the subversion repository that is linked from the third-party extension page on the radiant wiki has been deleted. Can someone who has this extension installed

Re: [Radiant] r:find question

2008-12-03 Thread John W. Long
interested in the idea of adding support for some kind of variable notation from within the tags. Something like Chris Parrish's extension, though I think the syntax could be improved. -- John Long http://wiseheartdesign.com ___ Radiant mailing list

Re: [Radiant] gallery 0.7.13

2008-11-30 Thread john
On 2008/11/30, at 11:49, Andrea Franz wrote: Specifically, I was wondering if the problem with Gallery affecting the UI (you've probably seen my thread on 'conflicts with gallery extension') have been tackled. I've just tried a fresh radiant installation. I don't see the published at,

[Radiant] Re: [Radiant-Dev] [ANN] Radiant Mini-Sprint - December 13

2008-11-26 Thread John W. Long
on the Raleigh Ruby Brigade's meetup page: http://www.meetup.com/raleighrb/calendar/9235561/ Interested in sponsoring some food, drink, or swag for the attendees? Contact me or Sean Cribbs privately. -- John Long http://wiseheartdesign.com http

Re: [Radiant] Problems installing page_attachments on multisite-installation

2008-11-21 Thread john
You need to git add submodule git://github.com/technoweenie/attachment_fu.git vendor/plugins/attachment_fu before trying to migrate page_attachments On 2008/11/21, at 04:36, Simon Rönnqvist wrote: Hi! Since I'm intending to try out textile_filter on my Radiant- installation, that uses

Re: [Radiant] Could not load extension from file:

2008-11-19 Thread john
On 2008/11/19, at 20:20, Michael Krisher wrote: John, I hadn't thought of that. I cloned them to install them. I may need to make them submodules and then add them? If you cloned them then I can't imagine what the problem might be. ray will default to using submodules if the project

[Radiant] Help with the import_export extension

2008-11-14 Thread john
I'm having some trouble with the import_export extension. I setup 2 new sites (both 0.6.9), 1 with the Styled Blog template and 1 completely empty, then tried to export the blog site and import it into the empty site. Roughly here are the steps I used. radiant -d sqlite3 /tmp/blog radiant

[Radiant] Radius Now on GitHub

2008-11-12 Thread John W. Long
I finally got around to putting Radius on GitHub this evening. Fork away: http://github.com/jlong/radius/tree/master -- John Long http://wiseheartdesign.com ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org

Re: [Radiant] Using Radiant unpacked?

2008-11-10 Thread john
On 2008/11/10, at 15:19, Simon Rönnqvist wrote: And is there any easy way to move an installation from/to being a repo-version to/from an installation pointing to a gem? From the command line you can use # go from gem to vendor'd bleeding edge rake radiant:freeze:edge # go from gem to

Re: [Radiant] OT: Background colour

2008-11-08 Thread john
this happens. I think this just happens to be one of his pet issues. http://www.zeldman.com/2007/06/18/bgcolor-follies/ http://www.zeldman.com/2008/11/07/is-your-websites-underwear-showing/ On 2008/11/08, at 11:24, Saša Babić wrote: john wrote: The Z-Man has it backwards. If the user goes out

Re: [Radiant] OT: Background colour

2008-11-08 Thread john
On 2008/11/08, at 12:48, Sean Cribbs wrote: I shouldn't need to say this, but Patches Are Welcome (tm). http://github.com/johnmuhl/radiant/tree/valid_css I guess valider-css might have been a more appropriate name. There are still the 3 errors regarding browser specific css but those

Re: [Radiant] So how did things go this weekend?

2008-10-27 Thread John W. Long
On Oct 27, 2008, at 8:59 PM, Nate Turnage wrote: Is everybody still asleep after the long weekend? I am dying to hear how things went with the sprint. Sean? John? Anyone? It was a great weekend Nate. Sean headed up the work on the code and I worked with people who were interested

Re: [Radiant] slug inside url_matches

2008-10-16 Thread john
That is a limitation in Radius. http://wiki.radiantcms.org/Introduction_to_Radius Could the r:if_self.../r:if_self tag work? On 2008/10/16, at 09:17, Jeffrey Jones wrote: Hoi all, Does anyone know how I could get the following working? ul class=sidemenu id=r:slug/ r:unless_url

Re: [Radiant] Re: Re: script/extension install in production mode

2008-10-13 Thread john
Jim Gay wrote: script/extension install gallery RAILS_ENV=production Hmm.. still get the same: john wrote: Looks like you should also be able to set ENV['RAILS_ENV'] ||= 'production' Thanks for the suggestion John, but I already uncommented that line. Sorry, I didn't test it I just

Re: [Radiant] script/extension install in production mode

2008-10-12 Thread john
Looks like you should also be able to set ENV['RAILS_ENV'] ||= 'production' in environment.rb On 2008/10/12, at 20:32, Jim Gay wrote: script/extension install gallery RAILS_ENV=production On Oct 12, 2008, at 10:20 PM, Ben Morrow wrote: How can I set ruby script/extension install [gallery]

[Radiant] Help recovering a lost snippet

2008-10-07 Thread john
Today I logged into a client's Radiant site to do some maintenance and found that a snippet central to running their website was not there anymore. I called the client to see if they had been mucking about, they lost their password about 3-4 months ago so definitely wasn't them. Now the

Re: [Radiant] Help recovering a lost snippet

2008-10-07 Thread john
since forever. Who knows what freaky mysql gremlins are at work. On 2008/10/07, at 18:18, Sean Cribbs wrote: John, That is a really odd error! Is the ResponseCache expiration set to something ridiculously huge? Sean john wrote: Today I logged into a client's Radiant site to do some

Re: [Radiant] New wiki article: removing scaffolding from the Link Roll

2008-10-02 Thread John W. Long
article a Part 2 on a separate page. That way it will complete the original tutorial. Excellent work on this, BTW. -- John Long http://wiseheartdesign.com ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list

Re: [Radiant] Can page_attachments store uploads in database?

2008-09-29 Thread john
In short, any backend that attachment_fu supports works with page_attachments. The amount of poking around in page_attachments to get it working will vary. On 2008/09/29, at 22:37, Errol Siegel wrote: I know attachment_fu supports this, but I'm not sure if that means page_attachments can

[Radiant] weird regexp results

2008-09-28 Thread john
This may not be anything directly related to Radiant but it seems pretty weird so I thought I better ask the experts. I have the following in a layout r:if_url matches=blog//../../.*$r:title //r:if_url As far as I can tell this should match on the individual posts, which it does but

<    1   2   3   >