Re: triage: Problem for the up-loading of non-ASCII character file name.

2007-02-06 Thread Michael Radziej
Hi Tsuyuki! tsuyuki makoto: > Proposed solution: punicode conversion before call > django.util.text.get_valid_filename. Why punycode? I'd think that most filesystems these days support UTF-8 (though, with different normalization, which *is* a problem). * Wouldn't it be better to support any

triage: Problem for the up-loading of non-ASCII character file name.

2007-02-06 Thread tsuyuki makoto
I'd like to ask for comments on #3119: problems on FileField/ImageField with multi-byte filenames. Since this problem is caused by two reasons, let me describe them step by step. Multibyte characters in a filename are lost in get_valid_filaname(). -

Re: A couple tickets that should get some discussion

2007-02-06 Thread Brian Harring
On Tue, Feb 06, 2007 at 08:05:16AM -0600, Jacob Kaplan-Moss wrote: > > On 2/5/07 10:39 PM, James Bennett wrote: > > http://code.djangoproject.com/ticket/3439 -- Improving the > > dispatcher's performance (why *are* we still using such an old version > > of PyDispatcher? Did it just get forgotten d

Re: Multiple Django on Apache

2007-02-06 Thread Sandro Dentella
On Tue, Feb 06, 2007 at 12:18:45PM -0800, Moses Ting wrote: > > Hello, > > I've been having ALOT of trouble getting multiple Django instances to > work on one machine. This is a local machine and I'm trying to set up > a dev and a test instance of Django. The problem is that when I try > to ac

Re: Some kind of django.contrib.stats?

2007-02-06 Thread [EMAIL PROTECTED]
I came to the same conclusion - whilst it would be quite fun and easy to write a stats package, the overhead (extra queries per page, rapidly inflating database size ) just wasn't worth it, and I went for a combination of Google Analytics, and an apache log parser (I like DailyStats [1] for smalle

Import Statement Causes View to Fail

2007-02-06 Thread [EMAIL PROTECTED]
I'm trying to use the Universal Feed Parser in one of my views. My call to "import feedparser" works fine on my development machine, but fails in production. The page fails to load, but I don't get any kind of error. I don't even get a 404 or 500 error, I'm returned an ERROR_HTTP_INVALID_SERVER_RE

Re: "Reopen" button fixed

2007-02-06 Thread SmileyChris
Thanks Jacob! On Feb 7, 5:29 am, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > Howdy folks -- > > SSIA; sorry about the bug! > > Jacob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To

Re: Some ideas for Django ;)

2007-02-06 Thread Henry
That's excellent limodou! What do you think about instead of changing the implementation of {% load %}, to make a lower level templatetag called {% from %} that the "load" implementation would call? To keep the sort of relationship the template tags have with python the syntax could be {% from pa

Multiple Django on Apache

2007-02-06 Thread Moses Ting
Hello, I've been having ALOT of trouble getting multiple Django instances to work on one machine. This is a local machine and I'm trying to set up a dev and a test instance of Django. The problem is that when I try to access the dev site via http://machine:90, it still brings up the test versio

- Great Free Surprise -

2007-02-06 Thread Lucy
*Media Mall Toolbar : Advanced 1-click System to the Following Items :* *- 200 Live TV Channels - FM Radio With alot of Radio Stations and You Can Add More. - Live WebCams around The World - Tools and Essentials as : Online Spyware Scanners,Online Virus Scanners and Online Firewall

Re: Some kind of django.contrib.stats?

2007-02-06 Thread James Bennett
On 2/6/07, Graham King <[EMAIL PROTECTED]> wrote: > I also use AWstats for this, except when marketing people are involved > then I tend to use Google Analytics. It provides pretty much the same > information but keeps them busy longer :-) Analytics is good stuff. Certainly an improvement over

Re: Some kind of django.contrib.stats?

2007-02-06 Thread Graham King
> > We had to consider both options: > * live stats which tail apache log to track current visitors A very simple view of what's going on right now is provided by Apache's mod_status: http://httpd.apache.org/docs/2.2/mod/mod_status.html > * long term stats which store number of access/page,

"Reopen" button fixed

2007-02-06 Thread Jacob Kaplan-Moss
Howdy folks -- SSIA; sorry about the bug! Jacob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from

Re: Some kind of django.contrib.stats?

2007-02-06 Thread David Larlet
2007/2/6, zenx <[EMAIL PROTECTED]>:> > Hi, > > I think it is important to have a lightweight middleware ready for > production sites that tracks view stats. For example a newspaper site > needs to know how many times an article has been showed. Another > example, a music site showing stats about a

Re: Some kind of django.contrib.stats?

2007-02-06 Thread John Sutherland
Howdy, I've written a middleware in the past to track stats, the one thing worth noting is that the database gets very big very quickly, at least on larger sites (one row per request) -- I no longer use the code for this reason. It's a lot easier to throw AW Stats on a server and run the cron jo

Re: SVN triggers to Trac

2007-02-06 Thread Jacob Kaplan-Moss
On 2/3/07 7:04 PM, Russell Keith-Magee wrote: > Has anyone else noticed that since the changes to Trac were rolled > out, Subversion checkin messages don't seem to be firing the Trac > triggers? Sorry -- missed it in the trac upgrade. Should be fixed now (hence the spammy commit in [4462]). Jac

Re: A couple tickets that should get some discussion

2007-02-06 Thread Jacob Kaplan-Moss
On 2/5/07 10:39 PM, James Bennett wrote: > http://code.djangoproject.com/ticket/3439 -- Improving the > dispatcher's performance (why *are* we still using such an old version > of PyDispatcher? Did it just get forgotten deep down in the code?) I'm not entirely sure, actually... I'd prefer to tra

Re: Some kind of django.contrib.stats?

2007-02-06 Thread zenx
Hi, I think it is important to have a lightweight middleware ready for production sites that tracks view stats. For example a newspaper site needs to know how many times an article has been showed. Another example, a music site showing stats about artists profile views. I think it would be great

MS SQL backend (was: Moving towards Django 1.0)

2007-02-06 Thread Ramiro Morales
On 2/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have significant experience with MS SQL server 2000, and have access > to an instance to test against. I have found very little > documentation on Trac about this in tickets or the wiki. I am also > willing to help with Windows installe