[CommunityEngine] Re: Using db_files with attachment_fu

2009-03-31 Thread mhaeusler
Hi There! I just got it working, but now I have another strange problem. I rewrote the photos controller and did some hacks in attachment_fu_hacks, e.g. I added the method public_filename. My next problem is saving the data. I can upload images and the entries were all made to the database, but

[CommunityEngine] Re: Using CE in production?

2009-03-31 Thread sprite
Probably not. Here is my site anyways: http:/www.vipwithme.com Some unique features I have are albums and the tag browser for listings http://www.vipwithme.com/listings On Mar 31, 7:40 am, Bruno Bornsztein bruno.bornszt...@gmail.com wrote: Are you using CE on a production site? If so, I'd

[CommunityEngine] Re: CE 1.0 release candidate

2009-03-31 Thread Bruno Bornsztein
No problem. Thanks for reminding me. On Mon, Mar 30, 2009 at 4:19 PM, moritz a5s...@yahoo.com wrote: Hi Bruno: I'm not sure if you had been following the jQuery and CE thread lately, but in the light of successfully using jQuery with the latest version of Prototype (1.6.0.3) and

[CommunityEngine] Re: CE 1.0 release candidate

2009-03-31 Thread Bruno Bornsztein
Ok, I went ahead and released version 1.0: http://github.com/bborn/communityengine/tree/master (or http://github.com/bborn/communityengine/tree/v1.0.0 if you prefer). Development will continue to happen in edgehttp://github.com/bborn/communityengine/tree/edge Thanks! Bruno On Tue, Mar 31, 2009

[CommunityEngine] Re: Facebook Connect plugin for CE

2009-03-31 Thread Barry Paul
Great idea Bruno, I will be checking this out as Facebook Connect is next on my list of things to do for our site. The price seems very reasonable, it would cost us a lot more to do this in-house. I hope the plugins idea works out as way for you to get something back from all the hard work you

[CommunityEngine] [OT] Looking for advice - broke polymorphic_url behavior

2009-03-31 Thread moritz
I've subclassed the CE User type using single-table inheritance and it all seemed to work fine. Now I discovered that polymorphic_url (used in commentable_url in BaseHelper) doesn't work well with it. Instead of user_photo_path for example, it looks for myusertype_photo_path, which it can't