Re: Comments Framework and Authentication

2009-01-06 Thread Tim
OK - this was more or less resolved by following the advice here: http://tinyurl.com/63rd76 This allowed me to essentially check for valid comment deletion permissions before forwarding to the main comment delete view. The only difference was my wrapper view; I checked if the currently-logged-in u

Re: Comments Framework and Authentication

2009-01-05 Thread Tim
Maybe a little brevity is in order - how do I grant temporary privileges to a user to delete a comment rather than keeping that power fully in the hands of a comments moderator? - Tim On Jan 3, 7:23 pm, Tim wrote: > Hi all - > > I am having a bit of difficulty with the Django comments framework

Re: Comments framework in development?

2006-12-24 Thread James Bennett
On 12/23/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: There might be some work on the comment views to make them use the newforms framework, but other than that, I can't say I know of any work that is planned. I know that the idea of "pluggable" comment models keeps coming up (where we'd

Re: Comments framework in development?

2006-12-23 Thread ringemup
Thanks, guys -- developer list it is --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send

Re: Comments framework in development?

2006-12-23 Thread Kenneth Gonsalves
On 21-Dec-06, at 2:09 AM, ringemup wrote: Before I start seriously hacking the comments framework or implementing a replacement, I was wondering if anyone knows if any further work is being done on the comments framework, and if so, what's planned, or where I could find any more info? chec

Re: Comments framework in development?

2006-12-23 Thread Russell Keith-Magee
On 12/21/06, ringemup <[EMAIL PROTECTED]> wrote: Hi folks -- Before I start seriously hacking the comments framework or implementing a replacement, I was wondering if anyone knows if any further work is being done on the comments framework, and if so, what's planned, or where I could find any

Re: Comments framework

2006-09-14 Thread Guillermo Fernandez Castellanos
Hi, Thanks for all your answers. I have found them all useful. I am studying right now the code and the Jeff Lost-Theories code (and will look fo other examples in other projects). It is indeed a very helpful example! I will try to write a bit about what I find. Baxter, concerning the Karma fun

Re: Comments framework

2006-09-13 Thread Mario Brandao
Guillermo, here have many projects created with Django that you can download and know it: http://code.google.com/hosting/search?q=label:django http://code.djangoproject.com/ 2006/9/13, DavidA <[EMAIL PROTECTED]>: > > > Guillermo Fernandez Castellanos wrote: > > I am thinking of using the commen

Re: Comments framework

2006-09-13 Thread DavidA
Guillermo Fernandez Castellanos wrote: > I am thinking of using the comments framework for a project, although > besides the FreeComment there's no real documentation about it that I > have found besides the source. This might help: http://www.b-list.org/weblog/2006/07/16/django-tips-hacking-fre

Re: Comments framework

2006-09-13 Thread [EMAIL PROTECTED]
Yup, Jeff's code uses it, and I'm using it, but I'd be the first to admit I don't really know what's going on. I'd love to implement the Karma functions, but don't have a clue. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

Re: Comments framework

2006-09-13 Thread James Bennett
On 9/13/06, Guillermo Fernandez Castellanos > My questions are: > - Did someone use it in a project accesible to others so I can get > inspired from his example? Jeff made the source code behind his lost-theories.com site available freely, and IIRC it uses the registered comments system. See here