[CommunityEngine] Re: Using db_files with attachment_fu

2009-04-05 Thread eksatx
Is it possible the data is being truncated? I had run into this problem with attachment_fu in the past. I was using MySQL and had to manually add a migration that changed the column holding the data from BLOB to MEDIUMBLOB or LONGBLOB. The default BLOB limits you to only 64K and truncates

[CommunityEngine] Re: Rails 2.3 compatibility

2009-04-23 Thread eksatx
I wasn't so lucky. Stack trace: ... file config/application.yml gem desert gem rmagick gem hpricot gem htmlentities gem haml gem aws-s3 rake gems:install [sudo] password for errol: rake aborted! no such file to load

[CommunityEngine] Re: Rails 2.3 compatibility

2009-04-23 Thread eksatx
I also get an error trying to generate the CE migrations. It tells me I am missing the rmagick gem, even though I know it is installed and working (my existing stable version of CE relies on it). From the stack trace: Missing these required gems: rmagick You're running: ruby 1.8.7.72 at

[CommunityEngine] Re: Rails 2.3 compatibility

2009-04-23 Thread eksatx
, this might be part of the problem. On Thu, Apr 23, 2009 at 8:51 PM, eksatx errolsie...@gmail.com wrote: I also get an error trying to generate the CE migrations.  It tells me I am missing the rmagick gem, even though I know it is installed and working (my existing stable version of CE

[CommunityEngine] Re: Events

2009-06-24 Thread eksatx
Thanks for the shout-out (I submitted that as a patch to Bruno as I had not yet gotten the hang of github, pull requests, etc.). I'm definitely interested in fleshing out the events functionality. The things you suggested have all crossed my mind. Here's another one: a link for 'duplicate

[CommunityEngine] Re: Private Messages

2009-06-27 Thread eksatx
On Wed, Jun 24, 2009 at 4:23 PM, eksatx errolsie...@gmail.com wrote: I am in the process of fleshing out this functionality as it is so close to being done already. Here is what I have done so far: 1. Add You have mail widget to the header for users that have unread messages. 2. Add

[CommunityEngine] Re: Private Messages

2009-06-30 Thread eksatx
This is in edge now. Enjoy! On Jun 27, 8:06 pm, Levi Rosol levi.ro...@gmail.com wrote: right on. Hope to see this in the edge branch soon. good work on getting this done. -- Levi Rosol Twitter: @LeviRosol On Sat, Jun 27, 2009 at 7:59 PM, eksatx errolsie...@gmail.com wrote: I think I

[CommunityEngine] Clean up Tag implementation

2009-06-30 Thread eksatx
My users have been complaining about a few fit 'n' finish issues with tags. There are three obvious things: 1. You can separate tags with either spaces or commas 2. You can't have a tag with spaces 3. You can have a tag with special characters (like quotes) This has lead to users trying to tag

[CommunityEngine] Re: Clean up Tag implementation

2009-07-01 Thread eksatx
You are on the right track, but there must be more to it than that. 1. That is how that file started out. It was changed to its current state to fix some other bug. 2. Changing it back causes 10 tests to fail. I have entered a bug. With any luck Bruno can shed some light on the situation.

[CommunityEngine] Re: Events

2009-07-01 Thread eksatx
I'll post my branch to github. I like your duplicate event idea because I expect to have events that don't follow a predictable schedule, but may occur at the same place or time of day. Justin On Jun 24, 5:15 pm, eksatx errolsie...@gmail.com wrote: Thanks for the shout-out (I submitted

[CommunityEngine] Re: Events

2009-07-05 Thread eksatx
I get some code in decent shape I'll post my branch to github. I like your duplicate event idea because I expect to have events that don't follow a predictable schedule, but may occur at the same place or time of day. Justin On Jun 24, 5:15 pm, eksatx errolsie...@gmail.com wrote

[CommunityEngine] Re: Events

2009-07-13 Thread eksatx
interface first to make sure the design holds together. I think I'll push it out in its current state. If everybody likes it then I'll add AJAX-y goodness. On Jul 13, 12:13 am, eksatx errolsie...@gmail.com wrote: So far so good. The next step is implementing RSVPs for events. I am pretty

[CommunityEngine] Re: Events

2009-07-25 Thread eksatx
, eksatx errolsie...@gmail.com wrote: The latest events stuff (including RSVPs) is now in edge.  I look forward to hearing feedback about it. Where should it go next?  Please try to keep in mind I am looking for ideas that apply very broadly to everybody and thus belong in core. If you

[CommunityEngine] Re: Events

2009-09-06 Thread eksatx
be some small Side_bar style lists (5 or so entries) to displayevents for certain metro area. And or also RecentEvents type lists for my home page views? James On Jul 25, 8:48 pm, eksatx errolsie...@gmail.com wrote: The group event idea seems interesting.  I think it makes sense to let both

[CommunityEngine] Notify of community news

2009-10-04 Thread eksatx
The edit account view has a checkbox for Notify of community news. I see that the user model has a corresponding notify_community_news boolean attribute. However, I can't find anywhere in the CE code where this is used. How is (or was) this intended to be used?

[CommunityEngine] Re: Enable Events and Add Appointments to Calendar?

2010-04-18 Thread eksatx
Sorry for the extremely late reply! I have been deep underground for the better part of the last eight months dealing with major work projects and a new house. I actually have several nifty new CE features that have been sitting for months, code-complete and awaiting appropriate tests so they