Re: [Radiant] Radiant Paperclip Extension and S3

2010-04-12 Thread Keith Bingman
Try running RAILS_ENV=production script/console and let me know what happens. Keith On Apr 12, 2010, at 4:22 PM, Gabe Koss wrote: > I have tried installing the Settings extension but it won't process any > of the Rake tasks and breaks the app... > > Gabe > > Keith Bi

Re: [Radiant] Radiant Paperclip Extension and S3

2010-04-12 Thread Keith Bingman
easiest way to do it would be to install the Settings extension, then just add the correct fields in the admin UI. This is the way I do it. Let me know if that helps. Keith Keith Bingman ke...@keithbingman.com http://keithbingman.com August-Ruf-Str. 38 D-78224 Singen Tel.: +49-7731-798 383 0 M

Re: [Radiant] Is settings extension ready for 0.9?

2010-04-01 Thread Keith Bingman
radiant_project > script/console > Radiant::Config['defaults.page.filter'] = 'Markdown' > .. Jim posted a blog a while back with another easy way to set the config values and keep them in version control: http://www.saturnflyer.com/blog/jim/20

Re: [Radiant] Paperclipped: "Show Assets Bucket" + Firefox 3.5.5 (win) = Fail?

2010-02-22 Thread Keith Bingman
t; How old is Paperclipped? There was an issue with the JS that it used > which did not work in Firefox 3.5. You need to make sure that the copy of Lowpro is current. The JS issue wasn't directly with Paperclipped, but with the version of Lowpro that was packaged with it. If th

Re: [Radiant] Files list extension?

2009-12-05 Thread Keith Bingman
I have something like that, but only for the new 0.9 version. It is more of a proof of concept than anything, but you can try it out here: http://github.com/kbingman/asset_tree Keith On Dec 4, 2009, at 9:11 PM, Jason Grimes wrote: > Has anyone made an extension, or know of one, that will list

Re: [Radiant] Anyone having problems with Paperclipped on Snow Leopard?

2009-11-15 Thread Keith Bingman
usr/bin/convert' and with passenger this doesn't get updated. You can set a config variable in Radiant:: Config called 'assets.image_magick_path' and set it to the base path of convert. This should do the trick for you. Let me know if that helps. Keith On Nov 15, 2009, at 5:0

Re: [Radiant] Anyone having problems with Paperclipped on Snow Leopard?

2009-11-15 Thread Keith Bingman
ImageMagick needs to be 64bit, so you need to reinstall it and its dependancies. I had a terrible time getting it all updated on my desktop. The MacBook was fine... go figure. Keith On Nov 15, 2009, at 12:52 AM, banane wrote: > Yes- re-install ImageMagick, the one for Mac/os X (didn't see a

Re: [Radiant] (no subject)

2009-10-23 Thread Keith Bingman
What version of Radiant are you using? The latest gem (0.8.1) moved the cache to the temp folder. I just tried it out on a site of Heroku and it works great. The cache is immediately cleared on page save. Keith On Oct 23, 2009, at 1:48 PM, Radu Curteanu wrote: > Hello. > > I have a dumb on

Re: [Radiant] Thoughts on 0.9 RC1?

2009-10-19 Thread Keith Bingman
Paperclipped will definitely not work on it. I haven't had much time to investigate, but several javascripts that depend it depends on are changed or gone. Someone has a fork that I need to check out, but as it stands now, it won't work with the 0.9.0 RC1. I am currently working on the i18n

Re: [Radiant] Re: Paperclipped, Wym-Editor and "default partial not found"

2009-10-10 Thread Keith Bingman
Ah, thanks for the heads up, I will see what I can do about this. The interaction between Paperclipped and WymEditor is very complicated... Keith On Oct 10, 2009, at 7:04 PM, David Alan Hjelle wrote: Hi, all. It appears I've found the root of the problem. I don't know if it's a bug with

[Radiant] [ANN] Radiant i18n

2009-10-07 Thread Keith Bingman
terface, I am not sure that we need it. Thanks again to everyone who has helped out with translations and I am looking forward to getting this finished. Keith Bingman http://bingman-design.com http://invisible.ch ___ Radiant mailing list Post:

Re: [Radiant] Paperclipped assets bucket not showing

2009-07-30 Thread Keith Bingman
I think that bug was recently fixed. Firefox 3.5 created some problems and LowPro had to be updated. Try downloading the latest version of paperclipped and running rake radiant:extensions:paperclipped:update. This will install the newest javascripts. Keith On Jul 30, 2009, at 5:09 PM, dav.

Re: [Radiant] Radiant In Herolu

2009-07-29 Thread Keith Bingman
Paperclip actually has a 0.7.1 branch and I think the current version works with 0.7.1 as well. Settings does not, but I have so many "lying" around.. there are some very minor changes to make it work though. Keith On Jul 29, 2009, at 10:21 AM, john muhl wrote: On Wed, Jul 29, 2009 at

Re: [Radiant] feedburner integration with Radiant

2009-07-24 Thread Keith Bingman
added when I updated Paperclipped to use Amazon S3, but of course work if you are using the file system too Another way would be to not use the tag, but rather a more verbose version like this: http://mydomin.com/" alt=" " or something along these lines. Let me know if that

Re: [Radiant] extension: translator installation problem on v0.8

2009-07-10 Thread Keith Bingman
This is a tough one. I took a look at the translator extension last week, as I need to do several multi lingual sites in 0.8.0. The problem is, it makes some very complicated changes to the caching system, which as of 0.8.0 has been completely changed. I managed to get a version of it runni

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

2009-07-02 Thread Keith Bingman
Another thing I would check out are lots of Radius tags. If you have very complicated nested navigation and such, this can also really slow the site down. I have been running all my local sites on sqlite3 lately and really don't notice any difference to the Mysql sites. Of course this is

Re: [Radiant] Radiant 0.8.0 "Asterism" Release

2009-06-16 Thread Keith Bingman
Working on it: http://github.com/kbingman/radiant/tree/master I will be moving this to the official i18n branch ASAP, but I have been pretty busy lately. It is mostly done, we have the views translated for German, Russian, French and Japanese. Any help is appreciated. Keith On Jun 16,

Re: [Radiant] Admin::RegionsHelper

2009-05-11 Thread Keith Bingman
I think I have this fixed, I will try to get a version posted on Github today. The template = @index is required for some of the partials. I have refactored a bunch of things and will be diving into the controller next. Keith On May 11, 2009, at 8:05 PM, Victor Elsendoorn wrote: Please

[Radiant] RailsConf BoF

2009-04-27 Thread Keith Bingman
ld be welcome. It is scheduled for 8:30 Tuesday evening. Hope to see some of you there! Keith Bingman ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/ma

Re: [Radiant] RailsConf BoF

2009-04-21 Thread Keith Bingman
I am definitely interested in a BoF session. I think Eugene ( who is working on the internationalization and doing the Russian translation) is coming too, so the i18n project would be a great topic. Keith On Apr 21, 2009, at 6:14 PM, Josh French wrote: I'm sussing out interest in a Radi

Re: [Radiant] [ANN] Radiant Stereotype Extension

2009-03-28 Thread Keith Bingman
Have you tried this with a MySQL db yet? The find method gives an error... it seems the "key", the name of the attribute is reserved in MySQL. Ptiy, it looks like a great extension, but it really needs to work with MySQL. Any help getting it running would be appreciated. Keith On Mar 27

Re: [Radiant] "not one of the allowed file types"

2009-03-11 Thread Keith Bingman
I really need to change that. Add "application/pdf" to the Radiant::Config assets.content_types list. You can do this with the Settings extension or in the console. Keith On Mar 11, 2009, at 4:46 PM, Anton Aylward wrote: Here I am with a site that uses paperclipped for asset management

[Radiant] Default Page Type

2009-02-04 Thread Keith Bingman
Has anyone tred to set a default page type, similar to the default parts extension? I would like to set a parent so that all of its children have a specific page type... TIA Keith Bingman ___ Radiant mailing list Post: Radiant@radiantcms.org

Re: [Radiant] Paperclipped Not Dragging or Dropping

2009-01-27 Thread Keith Bingman
Could it be that the pages are not saved yet. Or the parts? There is a limitation in the drag and drop script that only lets it drop onto parts that have been saved. I could solve it in jQuery, but Radiant uses Prototype.If anyone has an idea, I am always acceptin patvhes. Keith On Jan 27

Re: [Radiant] paperclipped

2009-01-26 Thread Keith Bingman
The setting migration is only for the descriptions in the Settings plugin. That has nothing to do with the actual function of the paperclipped extension. There was a problem with deleting images if the bucket had never been used, I am pretty sure I squashed that though. Be sure you have the

Re: [Radiant] paperclipped

2009-01-26 Thread Keith Bingman
I have not had time to check it with the new release, but there is a branch for it on github.There was a thread a few days ago. I will try to get in patched soon. Keith On Jan 26, 2009, at 10:48 PM, Steven Southard wrote: I'm using paperclipped with .7rc2 and on my mac's server is runs sm

Re: [Radiant] Paperclipped with more complex image manipulation

2009-01-25 Thread Keith Bingman
Hi Jeff, I don't think there is any way to do this without accessing the new features in the Paperclip plugin (which paperclipped just accesses). If I understand correctly, you want to fill the image, this is not really the idea behind paperclipped. It is more for storing assets and image

Re: [Radiant] paperclipped

2009-01-22 Thread Keith Bingman
I haven't tried it out yet with 0.7 yet at all. Are you using passenger to test or mongrel. In the past I have had problems with uploading and passenger in the development environment, but hitting submit again uploads it when it hangs. This does not happen in production and has been noted o

Re: [Radiant] adding tags to paperclipped?

2009-01-17 Thread Keith Bingman
I had tagging on a earlier version of paperclipped, it was actually very to add. You could install the tagging extension, which I believe is based on has_many_polymorphs. Then just tell the tag model to reference assets as well as pages. Let me know if you need any pointers. Personally, I h

[Radiant] file system extension and reorder

2009-01-16 Thread Keith Bingman
Has anyone gotten the reoder extension to work with the file_system extension? It seems to be dumping the position column of the pages, but on reimport they are no longer there. A quick look (very quick...) didn't reveal anything to me. Any ideas? Keith Bi

Re: [Radiant] Passing dynamic values to page_attachment tags

2009-01-07 Thread Keith Bingman
What was your problem with non image files? Paperclip handles those pretty well now and paperclipped is getting better... keith On Jan 6, 2009, at 7:17 PM, Jose Hales-Garcia wrote: On Jan 6, 2009, at 9:41 AM, Adam van den Hoven wrote: Ok, maybe this is cheeky but, paperclipped would probab

Re: [Radiant] Localization

2008-12-18 Thread Keith Bingman
I did the original GIbberish branch, but once I saw the new Rails 2.2 features, I knew that it was best to wait. That will make it all quite easy. Sean, do you know when the new interface will be introduced? That too will make it better, as the images with "add child" and the like will be

Re: [Radiant] Children not displaying

2008-10-27 Thread Keith Bingman
Are the children pages stillther? Can you access them from the website itself or directly in Radiant with the url? Have you updated anything since then? My guess is that you have a javascript problem. Try taking a look with firebug to see if the radiant javascripts are qorking. Keith On

Re: [Radiant] Radiant/Radius/Extensions + HTML 4.01

2008-10-26 Thread Keith Bingman
clean tags. Keith Bingman On Oct 26, 2008, at 7:19 PM, Sean Cribbs wrote: With a few exceptions (links and form stuff like 'mailer'), it's my opinion that your Radius tags should not generate markup, but should assist you in generating markup. Putting too much markup in a tag

Re: [Radiant] ? about using paperclipped images in backgrounds with css

2008-09-11 Thread Keith Bingman
On Sep 11, 2008, at 9:50 PM, Mohit Sindhwani wrote: [EMAIL PROTECTED] wrote: On Fri, 2008-09-12 at 03:38 +0800, Mohit Sindhwani wrote: [EMAIL PROTECTED] wrote: Is there any way to use an image that's been uploaded to a site with paperclipped in a stylesheet for use as a background image?

Re: [Radiant] translation of the admin interface

2008-09-08 Thread Keith Bingman
Hi Andre, I wouldn't use the Jargon branch, it is very old and missing a lot of the ffunctionality of the current branch. Plus the current version has had ALL the views rewritten. I have been wanting to start work on it again, but simply don't have time at the moment. The original transla

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

2008-08-25 Thread Keith Bingman
Hmm. Still giving me problems. It seems like the array is loading, but e´the model extensions are not... Keith On Aug 26, 2008, at 3:13 AM, Sean Cribbs wrote: Oh, I forgot to mention that your extension must load before the file_system extension for this to work: config.extensions = [:all,

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

2008-08-25 Thread Keith Bingman
u manually add the Model names in the file_system extension, then they do load (and strangely, if you inspect the list, the added model names are there twice). Again, odd, bu it is actually working and I can now export css and js files from the SNS extension. Once I ge

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

2008-08-25 Thread Keith Bingman
It just so happens that I was playing around with getting the file_system extension to work with SNS when I came across a nasty conflict. It seems that SNS uses the attribute "filename" instead of name. Because the file_system extension uses this as well, it leads to all sorts of nasty issu

Re: [Radiant] Japanese and i18n in Radiant

2008-08-06 Thread Keith Bingman
I just went with Translator and really liked it. I had built several pages with Language Redirect, which was one of the first Radiant behaviours. I think that the page part solution is the best, both for building the site and maintaining it. It also makes switching the language, but keepi

Re: [Radiant] Multi_site restrict access to radiant

2008-08-06 Thread Keith Bingman
There is a branch that starts down this road. You can tie specific users to each site, though Admins and Devs see all sites, normal usere do not. Layouts can also be limited. It is not perfect, but a huge step in the right direction. http://github.com/zapnap/radiant-multi-site-extension/t

Re: [Radiant] automatic thumbnail generation?

2008-08-04 Thread Keith Bingman
Oli, paperclipped definitely does about 80% of this. Importantly it makes very good looking thumbnails and you can customize the crop and size. It also does not require rmagick, so it is a bit lighter weight on RAM. I have been recently doing some drag and drop work as well, when you drag

Re: [Radiant] v0.6.9 NoMethodError in Admin/welcomeController#logout

2008-08-03 Thread Keith Bingman
I think you need to run rake db:migrate. The "remember me" function makes some changes in the database. Keith On Aug 3, 2008, at 3:20 PM, Kresimir Saric wrote: Hi, after upgrading to v.0.6.9, I am no longer able to logout from admin pages. The following error occurs: ---

Re: [Radiant] SnS extension problem

2008-07-23 Thread Keith Bingman
On Jul 23, 2008, at 5:22 PM, Tim Gossett wrote: On Wed, Jul 23, 2008 at 11:10 AM, Marshal Linfoot <[EMAIL PROTECTED]> wrote: The Radiant production log shows: Processing SiteController#show_page (for 99.232.3.139 at 2008-07-23 14:58:33) [GET] Parameters: {"url"=>"/", "action"=>"show_page", "c

Re: [Radiant] Archive Page in edge

2008-07-23 Thread Keith Bingman
r example: Archive - not installed - not installed - not installed -Jim On Jul 23, 2008, at 5:13 AM, Keith Bingman wrote: Has anyone come across a problem with the Archive Page in the latest edge version? Using an exisitng site, upgraded to edge, all archive pages are listed as "Archive -

[Radiant] Archive Page in edge

2008-07-23 Thread Keith Bingman
Has anyone come across a problem with the Archive Page in the latest edge version? Using an exisitng site, upgraded to edge, all archive pages are listed as "Archive - not installed". I thought it might be a problem with the db, so I tried on a clean install. The first page works, but if yo

Re: [Radiant] [ANN] Ray extension

2008-07-17 Thread Keith Bingman
When I try this, with hub and fullname, I get a repository not found error. I think the problem is that the repos url is getting an extra "/" in there between the github name and the fullname of the extension. Remove that in the rake task and it works great. Keith Bingman On Ju

Re: [Radiant] Sitewide Assets

2008-07-16 Thread Keith Bingman
Paperclipped is intended to replace page_attachments, I wouldn't use both at the same time. I wanted to use something other than attachment_fu, so I wrote with different functionality than either gallery or page_attachments. I hope that it offers something that these do extensions do not. I

Re: [Radiant] Re: Re: Re: Admin Tree Extension

2008-06-17 Thread Keith Bingman
Keith Bingman wrote: This is now on Github at http://github.com/kbingman/admin_tree_structure/tree/master It would be great if someone could chekc it out and see if it works for them. I have it working under the 0.6.6 Gem. If anyone is still using the old drag-and-drop page Reorder extension

[Radiant] [ANN]Paperclipped—Paperclip bas ed assets extension

2008-06-12 Thread Keith Bingman
) bug when running extensions in dev mode. Hosted on Git for your forking pleasure. http://github.com/kbingman/paperclipped/tree/master Feedback, praise and complaints gladdly accepted. Keith Bingman [EMAIL PROTECTED] http://keithbingma

Re: [Radiant] gallery extension

2008-05-27 Thread Keith Bingman
atic. So I thought I would give it a try. So far, it seems nice, but I haven't really tried it in production yet. Keith Bingman http://keithbingman.com On May 27, 2008, at 6:57 PM, Casper Fabricius wrote: Keith, just curious: How does Paperclip differ from attachment_fu? It seems to

Re: [Radiant] gallery extension

2008-05-27 Thread Keith Bingman
.1.1) net-ssh (1.1.2) postgres (0.7.9.2008.01.28) rails (2.0.2) rake (0.8.1) RedCloth (3.0.4) ruby-json (1.1.2) ruby-openid (2.0.4) ruby-yadis (0.3.4) rubyforge (0.4.5) rubygems-update (1.0.1) syntax (1.0.0) tzinfo (0.3.8) On May 27, 2008, at 11:19 AM, Keith Bingman wrote: Are you sure Joyent does

Re: [Radiant] gallery extension

2008-05-27 Thread Keith Bingman
/paperclip . It resizes images without RMagick or Mini_magick, just using the image_magick library itself. I have a prototype extension based on it, though it is not a full fledged gallery like Andrea's. Keith Bingman http://keithbingman.com On May 27, 2008, at 6:07 PM, Steven Sout

Re: [Radiant] Re: multi_site extension and 0.6.7

2008-05-22 Thread Keith Bingman
e admin control if I want to change "slugs" ... I couldn´t test it on localhost. Is this possible? Thanks, Patxi Keith Bingman schrieb: I realize that this does not yet work, but I thought I would give it a try. Unfortunately, I am stumped. There were a few errors with

Re: [Radiant] Re: multi_site extension and 0.6.7

2008-05-22 Thread Keith Bingman
n the error did not show up: \vendor\extensions\multi_site\vendor\plugins\haml Patxi Keith Bingman schrieb: I realize that this does not yet work, but I thought I would give it a try. Unfortunately, I am stumped. There were a few errors with the clear_cache method in the page_controller, wh

[Radiant] multi_site extension and 0.6.7

2008-05-19 Thread Keith Bingman
I realize that this does not yet work, but I thought I would give it a try. Unfortunately, I am stumped. There were a few errors with the clear_cache method in the page_controller, which I think I got. Now I am getting an error whenever I try to login in... I am pretty sure it is in the ap

Re: [Radiant] Re: Re: Re: Re: Admin Tree Extension

2008-05-17 Thread Keith Bingman
Can someone try using this extension with 0.6.7? I am not having any of the cookie problems I was having before, but I am suspicious that it still may break. Thanks! Keith On May 15, 2008, at 7:50 AM, Keith Bingman wrote: Yeah, I got the same thing yesterday. I think the javascript needs

Re: [Radiant] Re: Re: Re: Re: Admin Tree Extension

2008-05-14 Thread Keith Bingman
and edit a page and then return back to page admin tree list only to find that the extension bottomed out again. Keith Bingman wrote: I think, but I haven't really explored this, that an expired cookie is messing things up. When I clear out my cookies and log in again it works. Give it

Re: [Radiant] Re: Re: Re: Admin Tree Extension

2008-05-14 Thread Keith Bingman
I think, but I haven't really explored this, that an expired cookie is messing things up. When I clear out my cookies and log in again it works. Give it a try and let me know. On May 14, 2008, at 5:32 PM, Arik Jones wrote: Okay, I got it to work and it works beautifully. But it doesn't stay

Re: [Radiant] Re: Re: Admin Tree Extension

2008-05-14 Thread Keith Bingman
This is now on Github at http://github.com/kbingman/admin_tree_structure/tree/master It would be great if someone could chekc it out and see if it works for them. I have it working under the 0.6.6 Gem. Keith On May 14, 2008, at 2:35 PM, Benny Degezelle wrote: Keith Bingman wrote: I

Re: [Radiant] Re: Re: Admin Tree Extension

2008-05-14 Thread Keith Bingman
Degezelle wrote: Keith Bingman wrote: I don't use the extension anymore as it was published, but re-used a big part of it in another extension. I've also had to add an 'url' and 'status' method to get it to work under 0.6.6. The updated version on github should

Re: [Radiant] Re: Admin Tree Extension

2008-05-14 Thread Keith Bingman
I don't use the extension anymore as it was published, but re-used a big part of it in another extension. I've also had to add an 'url' and 'status' method to get it to work under 0.6.6. The updated version on github should work, confirmation appreciated. For some reason the version you have

Re: [Radiant] Admin Tree Extension

2008-05-13 Thread Keith Bingman
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keith Bingman Sent: Wednesday, 7 May 2008 11:36 PM To: [EMAIL PROTECTED] Subject: [Radiant] Admin Tree Extension Has anyone gotten the Admin Tree Structure extension to work with 0.6.6? I have it installed,

[Radiant] Admin Tree Extension

2008-05-07 Thread Keith Bingman
Has anyone gotten the Admin Tree Structure extension to work with 0.6.6? I have it installed, but when a page is set to archive, I get nothing. No errors, just nothing. thanks! Keith Bingman [EMAIL PROTECTED] ___ Radiant mailing list Post

[Radiant] Re: GitHub progress, Radiant day

2008-04-06 Thread Keith Bingman
If anyone needs an invite, I have a few -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant