Re: Improving the truncatewords filter (and a +1 vote for filters with multiple arguments)

2008-06-04 Thread Jeff Anderson
Mike Scott wrote: Marty: If you read his post you'll see he is infact getting a 500 Server error, and not a spam filter error. 500 Server errors happen when something goes wrong, not when spam is filtered. The way that this ticket system is set up, you do indeed get a 500 Server error when y

Re: Improving the truncatewords filter (and a +1 vote for filters with multiple arguments)

2008-06-04 Thread Mike Scott
Marty: If you read his post you'll see he is infact getting a 500 Server error, and not a spam filter error. 500 Server errors happen when something goes wrong, not when spam is filtered. On Thu, Jun 5, 2008 at 5:40 AM, Marty Alchin <[EMAIL PROTECTED]> wrote: > > On Wed, Jun 4, 2008 at 1:21 PM,

Re: Improving the truncatewords filter (and a +1 vote for filters with multiple arguments)

2008-06-04 Thread Marty Alchin
On Wed, Jun 4, 2008 at 1:21 PM, Aral Balkan <[EMAIL PROTECTED]> wrote: > Unfortunately, I don't think your ticketing system likes me. I'm > getting: 500 Internal Server Error (Submission rejected as potential > spam). Right on the new ticket screen, under the big heading labeled "Read this first"

Re: Improving the truncatewords filter (and a +1 vote for filters with multiple arguments)

2008-06-04 Thread Aral Balkan
Hi Russell, Unfortunately, I don't think your ticketing system likes me. I'm getting: 500 Internal Server Error (Submission rejected as potential spam). Here's the text of the ticket. If anyone can post it up for me, I'd be grateful. Thanks! Aral The truncatewords filter currently adds faux e

Re: Multiple database support

2008-06-04 Thread Daryl Spitzer
Another couple weeks have slipped by and I continue to be crazy-busy. (But each week I'm busy for a different reason--so I continue to be foolishly optimistic that I'll soon get a week with some free time.) Anyway, I don't have time to read this thread through with the care it deserves, but I tho

Re: Improving the truncatewords filter (and a +1 vote for filters with multiple arguments)

2008-06-04 Thread Aral Balkan
Hi Russell, Cool, thanks -- will post it as a ticket now. And apologies for the messed up syntax in the previous post -- will clean it up for the ticket. Aral On Jun 4, 12:28 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On Wed, Jun 4, 2008 at 6:20 PM, Aral Balkan <[EMAIL PROTECTED]> w

Re: syncdb issues

2008-06-04 Thread greg.newman
Sorry, disregard. On Jun 4, 8:40 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On Wed, Jun 4, 2008 at 8:26 PM, greg.newman <[EMAIL PROTECTED]> wrote: > > > I'm trying to syncdb in a project and am getting the following error > > running python 2.5.1 with django 0.96. > > Anyone have a cl

Re: syncdb issues

2008-06-04 Thread Russell Keith-Magee
On Wed, Jun 4, 2008 at 8:26 PM, greg.newman <[EMAIL PROTECTED]> wrote: > > I'm trying to syncdb in a project and am getting the following error > running python 2.5.1 with django 0.96. > Anyone have a clue why? Need more info, let me know. Django-developers is for discussing the development of D

syncdb issues

2008-06-04 Thread greg.newman
I'm trying to syncdb in a project and am getting the following error running python 2.5.1 with django 0.96. Anyone have a clue why? Need more info, let me know. greg-3:examples greg$ python manage.py syncdb Traceback (most recent call last): File "manage.py", line 16, in execute_manager(

Re: Lost stdout and stderr on fcgi with Django

2008-06-04 Thread Ludvig Ericson
> Can you suggest any documentation I should read that describes how > FastCGI handles PIPES and file channels. The FastCGI spec. should be fine. > I thought something like that was happening but, if that was the case > wouldn't the output to stderr and stdout end up in the rendered pages > (lik

Re: Improving the truncatewords filter (and a +1 vote for filters with multiple arguments)

2008-06-04 Thread Russell Keith-Magee
On Wed, Jun 4, 2008 at 6:20 PM, Aral Balkan <[EMAIL PROTECTED]> wrote: > > Please feel free to commit this (diffs at end) if you feel that having > words truncated without ellipses is a use case that other developers > may have also. However, I do hope instead that we can address the > bigger prob

Improving the truncatewords filter (and a +1 vote for filters with multiple arguments)

2008-06-04 Thread Aral Balkan
The truncatewords filter currently adds faux ellipses (three dots) to every truncated string. This is not ideal for several reasons: 1. It should use a true ellipsis (\u2026) instead of three dots. 2. The filter would be far more useful if adding ellipses was an _option_. Use case for #2: I hav