Re: Could the comments framework be more generic?

2010-11-29 Thread Kevin Renskers
> Can you be specific on how the current setup is preventing you from > getting it done? I think the easiest way is to look at my code on bitbucket, for example my models.py: https://bitbucket.org/bolhoed/django_disqus_comments/src/b2c6fbb025f6/models.py. As you can see, I have to hack my own mod

Re: Could the comments framework be more generic?

2010-11-28 Thread Thejaswi Puthraya
Hi, I am the student who worked on improving the comments framework a couple of years back and have been absconding since then ;-) Personally, I would love to see the comments app out of contrib because of the need to maintain backwards compatibility especially for an app with very few users. On

Re: Could the comments framework be more generic?

2010-11-28 Thread Kevin Renskers
cus attempts out there--have you looked at them? I haven't > > bothered to notice if any use the comments framework but it sure would > > be handy to make comments out of discus or backtype feeds or variants > > thereof. > > > But whether it was in trunk or just somewhere on

Re: Could the comments framework be more generic?

2010-11-28 Thread Kevin Renskers
lready put a few hours doing something like this. There's some > django-discus attempts out there--have you looked at them? I haven't > bothered to notice if any use the comments framework but it sure would > be handy to make comments out of discus or backtype feeds or variants >

Re: Could the comments framework be more generic?

2010-11-28 Thread subs...@gmail.com
Heh, already put a few hours doing something like this. There's some django-discus attempts out there--have you looked at them? I haven't bothered to notice if any use the comments framework but it sure would be handy to make comments out of discus or backtype feeds or variants the

Re: Could the comments framework be more generic?

2010-11-27 Thread Russell Keith-Magee
On Sun, Nov 28, 2010 at 9:17 AM, Jamie Rumbelow wrote: > Hello All, > Kevin's got a point, and actually, why aren't Django's components abstracted > as a generic rule? Things like django.contrib.session and > django.contrib.comments could be easily abstracted to allow for pluggable > drivers into

Re: Could the comments framework be more generic?

2010-11-27 Thread Jamie Rumbelow
asy to make backward-compatible and would be VERY helpful. My best, Jamie On 27 November 2010 23:55, Kevin Renskers wrote: > Hi, > > I'd like to make a suggestion about the build in comments framework. > Right now, even though you can write your own extension to the > comments

Could the comments framework be more generic?

2010-11-27 Thread Kevin Renskers
Hi, I'd like to make a suggestion about the build in comments framework. Right now, even though you can write your own extension to the comments framework, it is always tied to database models. I am trying to build an extension that uses the API offered by Disqus, meaning I don't want

Re: Potential bugs / need for extra documentation in 'Customizing the comments framework'

2010-03-26 Thread Russell Keith-Magee
On Sat, Mar 27, 2010 at 2:31 AM, subs...@gmail.com wrote: >> > 3) Models hoping to foreignkey to whatever comments model the app >> I'm not sure what you're saying here. Are you complaining about the >> way that we've implemented this particular feature, or about some edge >> case that you've fou

Re: Potential bugs / need for extra documentation in 'Customizing the comments framework'

2010-03-26 Thread subs...@gmail.com
> I can't think of any reason that a production server should behave > differently to a development server on the sorts of issues you're > referring to. If there's a problem, I would be highly surprised if > it's caused by the fact you're running under wsgi, rather than the > devserver. There may b

Re: Potential bugs / need for extra documentation in 'Customizing the comments framework'

2010-03-26 Thread Russell Keith-Magee
On Thu, Mar 25, 2010 at 4:36 PM, subs...@gmail.com wrote: > I got myself into a situation with a project and some comments models. > Perhaps with some discussion we can uncover genuine code-bugs, but my > knowledge about this is limited and so I'm just calling for a > documentation update. A major

Potential bugs / need for extra documentation in 'Customizing the comments framework'

2010-03-25 Thread subs...@gmail.com
I got myself into a situation with a project and some comments models. Perhaps with some discussion we can uncover genuine code-bugs, but my knowledge about this is limited and so I'm just calling for a documentation update. A major reason I'm asking for some notice of these things to appear somewh

Re: Documentation for Comments Framework

2008-12-12 Thread Kegan
Thanks for the reply. I have created a ticket (http:// code.djangoproject.com/ticket/9819). And added a small patch. More patches to come. On Dec 8, 10:10 pm, "Jacob Kaplan-Moss" wrote: > On Mon, Dec 8, 2008 at 4:20 AM, Kegan wrote: > > Is there an active effort in working on the docs? > > The

Re: Documentation for Comments Framework

2008-12-08 Thread Jacob Kaplan-Moss
On Mon, Dec 8, 2008 at 4:20 AM, Kegan <[EMAIL PROTECTED]> wrote: > Is there an active effort in working on the docs? The fundamental rule of software is that the documentation always needs improvement; django.contrib.comments is no exception. Patches welcome! Jacob --~--~-~--~~

Documentation for Comments Framework

2008-12-08 Thread Kegan
The documentation for Comments Framework, http://docs.djangoproject.com/en/dev/ref/contrib/comments/ seems to be lacking. The things that are missing in the docs comparing to what I found in the source code, django.contrib.comments, namely: . flagging . moderation/approval . deletion Is there

Re: GSoC 2008: Rewrite the Django Comments framework - Django Newcomments

2008-04-22 Thread Thejaswi Puthraya
On Apr 22, 12:15 pm, SmileyChris <[EMAIL PROTECTED]> wrote: > On Apr 22, 1:15 pm, Thejaswi Puthraya <[EMAIL PROTECTED]> > wrote: > > > Hello Django Developers, > > > I plan to assist Jacob complete a major portion of the ToDo [1] list > > that he has at the current moment. Hopefully by the end of

Re: GSoC 2008: Rewrite the Django Comments framework - Django Newcomments

2008-04-22 Thread SmileyChris
On Apr 22, 1:15 pm, Thejaswi Puthraya <[EMAIL PROTECTED]> wrote: > Hello Django Developers, > > I plan to assist Jacob complete a major portion of the ToDo [1] list > that he has at the current moment. Hopefully by the end of this > summer, the django-newcomments framework will be able to make qui

GSoC 2008: Rewrite the Django Comments framework - Django Newcomments

2008-04-21 Thread Thejaswi Puthraya
. Here is a little bit more about my project: Purpose of the project --- Django comes with a comments framework that makes embedding comments in apps very easy. Jacob Kaplan Moss is writing a replacement for the comments framework that is intended to replace the current

Re: comments framework

2007-05-06 Thread James Bennett
On 5/6/07, Honza Král <[EMAIL PROTECTED]> wrote: > I know Jacob was planning on rewriting the comments framework to work > with newforms. Is there any work done there? I believe the plan is -- much as with newforms-admin -- to take advantage of the rewrite and build more flexibil

comments framework

2007-05-06 Thread Honza Král
y? We have no problem committing to maintaining the features in the long run - we will have to do that anyway internally, it would only make things easier for us to do that in django and avoid maintaining our own patch set... I know Jacob was planning on rewriting the comments framework to work