Re: Call for volunteers for a forum project in django.

2006-02-14 Thread Ian Holsman
I was planning on implementing RSS feeds for those kind of things, but that only caters for 'reading' threads, not actually posting to them. I don't have any issue with someone integrating mail or nntp with it. you could probably look at how roundup does it's email integration, and do something s

Re: Call for volunteers for a forum project in django.

2006-02-14 Thread Tim Terlegård
> i've started working on a community forum, and would like to get some > other volunteers to help out. What about mail/nntp integration? Many people like web forums, but I don't. I'd like the mail to come to me, I don't want to chase the information in some 20 different forums. So an integratio

Re: Call for volunteers for a forum project in django.

2006-02-14 Thread Ian Holsman
yes.. I started working on that last night (the user/site preferences section). it is no where near ported yet.. but the code is living/going to live here: http://svn.zilbo.com/svn/django/magic-removal/ On 2/15/06, limodou <[EMAIL PROTECTED]> wrote: > > On 2/15/06, Ian Holsman <[EMAIL PROTECTED]

Re: Call for volunteers for a forum project in django.

2006-02-14 Thread limodou
On 2/15/06, Ian Holsman <[EMAIL PROTECTED]> wrote: > > the basic design at the moment is > > forum -> conversation -> comments > > which looks simliar lussumo's. the aim is not to have categories per > se, but tags. you mark a conversation with a set of tags, these get > aggregated at the forum le

Re: Call for volunteers for a forum project in django.

2006-02-14 Thread Ian Holsman
the basic design at the moment is forum -> conversation -> comments which looks simliar lussumo's. the aim is not to have categories per se, but tags. you mark a conversation with a set of tags, these get aggregated at the forum level, and they become the categories. (this part isn't done yet)

Re: Call for volunteers for a forum project in django.

2006-02-14 Thread Goldfinger
Ian Holsman wrote: > Hi. > i've started working on a community forum, and would like to get some > other volunteers to help out. > > I've started a new discussion group [EMAIL PROTECTED] to > talk about this. > > the code is sitting here: http://svn.zilbo.com/svn/django/common/forum > > Thanks! >

Re: Food for Thought: Yahoo User Interface Library

2006-02-14 Thread limodou
On 2/15/06, Tom Tobin <[EMAIL PROTECTED]> wrote: > On 2/14/06, limodou <[EMAIL PROTECTED]> wrote: > > > > On 2/15/06, Tom Tobin <[EMAIL PROTECTED]> wrote: > > > > > > http://developer.yahoo.net/yui/ > > > > > Yeah, I'v seen it also. It sounds good and the documents are also > > well. But the widge

Re: Food for Thought: Yahoo User Interface Library

2006-02-14 Thread Tom Tobin
On 2/14/06, limodou <[EMAIL PROTECTED]> wrote: > > On 2/15/06, Tom Tobin <[EMAIL PROTECTED]> wrote: > > > > http://developer.yahoo.net/yui/ > > > Yeah, I'v seen it also. It sounds good and the documents are also > well. But the widgets seems not very rich. Yeah, I've been noticing mixed reaction s

Re: Call for volunteers for a forum project in django.

2006-02-14 Thread limodou
On 2/15/06, Ian Holsman <[EMAIL PROTECTED]> wrote: > > I would appreciate any kind of help > > from design, developing, testing, localization, docs, UI, you name it. > right now it stills needs a lot of work in the devlopment stage. > Maybe the first thing I can do is localization, and translate i

Re: Call for volunteers for a forum project in django.

2006-02-14 Thread Ian Holsman
I would appreciate any kind of help from design, developing, testing, localization, docs, UI, you name it. right now it stills needs a lot of work in the devlopment stage. On 2/15/06, limodou <[EMAIL PROTECTED]> wrote: > > On 2/15/06, Ian Holsman <[EMAIL PROTECTED]> wrote: > > > > Hi. > > i've s

Re: Food for Thought: Yahoo User Interface Library

2006-02-14 Thread limodou
On 2/15/06, Tom Tobin <[EMAIL PROTECTED]> wrote: > I know things have been fairly set on Dojo as of late, but I thought > I'd give a heads-up as to Yahoo's new offering, the Yahoo User > Interface Library. It's BSD 3-clause licensed, and seems to cover > AJAX, visual effects, and widgets. > > htt

Re: Call for volunteers for a forum project in django.

2006-02-14 Thread limodou
On 2/15/06, Ian Holsman <[EMAIL PROTECTED]> wrote: > > Hi. > i've started working on a community forum, and would like to get some > other volunteers to help out. > > I've started a new discussion group [EMAIL PROTECTED] to > talk about this. > > the code is sitting here: http://svn.zilbo.com/svn/

Call for volunteers for a forum project in django.

2006-02-14 Thread Ian Holsman
Hi. i've started working on a community forum, and would like to get some other volunteers to help out. I've started a new discussion group [EMAIL PROTECTED] to talk about this. the code is sitting here: http://svn.zilbo.com/svn/django/common/forum Thanks! at the moment it will allow you to en

Food for Thought: Yahoo User Interface Library

2006-02-14 Thread Tom Tobin
I know things have been fairly set on Dojo as of late, but I thought I'd give a heads-up as to Yahoo's new offering, the Yahoo User Interface Library. It's BSD 3-clause licensed, and seems to cover AJAX, visual effects, and widgets. http://developer.yahoo.net/yui/

Re: Django sprint agenda?

2006-02-14 Thread Joseph Kocherhans
On 2/9/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On Feb 3, 2006, at 6:39 PM, Jeremy Dunck wrote: > > What's on the board for the pycon sprint? > > I was hoping -- and I know it's boring -- that we could spend at > least a day in bug-fix mode. There are 340 open tickets right now, > inc

Re: DoJo Integration & JSON methods

2006-02-14 Thread hugo
>I'm thinking of including simplejson (http://undefined.org/python/ >#simplejson) as Django's standard JSON library (as django.utils.json, >probably); any objections from anyone? Nope, I'm _very_ fine with that decision. I used json.py, but only because at that time simplejson wasn't there. And j

Re: Proposal: custom admin field templates

2006-02-14 Thread hugo
>Instead of this hook, how about just using the existing JavaScript >hook? Either that, or we can add declarative syntax to the 'class >Admin' like so: > >class Admin: >use_custom_templates = ('field_name1', 'field_name2') Heh, I like that. What I don't really like is the fact that st

Re: magic-removal: where_constraints

2006-02-14 Thread Andreas Stuhlmüller
On 2/14/06, Ian Holsman <[EMAIL PROTECTED]> wrote: > my first stumbling block I have found is that I was using > 'where_constraints' to automatically set the SITE_ID. > > how does one do this in magic_removal? I replaced the where_constraints by overwriting the default query sets. See http://co

Re: Bulk Delete - Take 3, descriptor style

2006-02-14 Thread Robert Wittams
Russell Keith-Magee wrote: On 2/14/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: This change, at a glance, looks good. Go ahead and commit it. Ok. Will do. cached vs. non-cached query sets. The way it's currently handled in magic-removal is great, and a fine improvement. Let's move forwa

magic-removal: where_constraints

2006-02-14 Thread Ian Holsman
hi. I decided to take the plunge and start moving some of my stuff over. my first stumbling block I have found is that I was using 'where_constraints' to automatically set the SITE_ID. how does one do this in magic_removal? regards Ian -- [EMAIL PROTECTED] -- blog: http://feh.holsman.net/ --