From luis.guth at git.com.br Wed Nov 3 14:51:42 2010 From: luis.guth at git.com.br (Filipe) Date: Wed, 03 Nov 2010 16:51:42 -0200 Subject: [typo] Post Rating in Typo Message-ID: <4CD1AF3E.60808@git.com.br> Hey everyone, I'm looking for a typo plugin that allow users do rate a post. Something like this: users can choose to give, in each post, between 1 and 5 stars according to post's content. In others platforms it's called "Post rating", but i couldn't find anything related to typo on the web. Is something out there? Thanks from now on! Best regards, Filipe Guth From luis.guth at git.com.br Wed Nov 3 15:35:48 2010 From: luis.guth at git.com.br (Filipe) Date: Wed, 03 Nov 2010 17:35:48 -0200 Subject: [typo] Post Rating in Typo Message-ID: <4CD1B994.2040108@git.com.br> Hey everyone, I'm looking for a typo plugin that allow users do rate a post. Something like this: users can choose to give, in each post, between 1 and 5 stars according to post's content. In others platforms it's called "Post rating", but i couldn't find anything related to typo on the web. Is something out there? Thanks from now on! Best regards, Filipe Guth From ruby-forum-incoming at andreas-s.net Fri Nov 5 12:09:49 2010 From: ruby-forum-incoming at andreas-s.net (Errol Siegel) Date: Fri, 05 Nov 2010 17:09:49 +0100 Subject: [typo] How to update Typo 5.5 Message-ID: It appears Typo 5.5 has a serious bug which has been fixed. The issue is that it is not possible to delete comments. How do I apply this update? I installed Typo 5.5 with 'gem install'. -- Posted via http://www.ruby-forum.com/. From luis.guth at git.com.br Fri Nov 5 15:07:57 2010 From: luis.guth at git.com.br (Filipe) Date: Fri, 05 Nov 2010 17:07:57 -0200 Subject: [typo] New user profile and permission option Message-ID: <4CD4560D.9030602@git.com.br> Hi, we are planning to add to Typo a new user profile role plus a permission option. Basically, the role is called "Moderator" and all the articles posted by this kind of user needs to be approved by the admin before they get published. Would you accept to aggregate this on typo? Regards, Luis From matijs at matijs.net Sat Nov 6 07:45:12 2010 From: matijs at matijs.net (Matijs van Zuijlen) Date: Sat, 06 Nov 2010 12:45:12 +0100 Subject: [typo] How to update Typo 5.5 In-Reply-To: References: Message-ID: <4CD53FC8.9090409@matijs.net> On 11/05/2010 05:09 PM, Errol Siegel wrote: > It appears Typo 5.5 has a serious bug which has been fixed. The issue > is that it is not possible to delete comments. > > How do I apply this update? > > I installed Typo 5.5 with 'gem install'. Unfortunately, it is not easily possible to apply this update for regular installations, since there is no release yet that includes this fix. One option is to just go in and change the file in question: It's a small change (See https://github.com/fdv/typo/commit/0026a65c2659fbf2f5d161d7c2910fa8a4ef5286). As a work-around, you can place a check in front of the comment you want to delete, and then click Delete Checked Items. Fr?d?ric, how do you feel about releasing a bug fix release for 5.5? -- Matijs From matijs at matijs.net Sun Nov 28 06:02:26 2010 From: matijs at matijs.net (Matijs van Zuijlen) Date: Sun, 28 Nov 2010 12:02:26 +0100 Subject: [typo] New user profile and permission option In-Reply-To: <4CD4560D.9030602@git.com.br> References: <4CD4560D.9030602@git.com.br> Message-ID: <4CF236C2.4000109@matijs.net> Hi Filipe, On 11/05/2010 08:07 PM, Filipe wrote: > Hi, > > we are planning to add to Typo a new user profile role plus a permission > option. > > Basically, the role is called "Moderator" and all the articles posted by > this kind of user needs to be approved by the admin before they get > published. > > Would you accept to aggregate this on typo? That sounds like a good option to have. I would not call it "Moderator" though, because that sounds like someone who does the approving, rather than someone who needs approval. The kind of user you're proposing is basically a variation on 'Contributor'. This means there are two options: Either you want all Contributors to need approval, which means you need to change the Contributor role, or you want some Contributors to need approval, which means you need an extra role. I personally feel there should not be too many different kinds of users. If someone needs something fancy with all kinds of workflow processes, maybe a blog is not the right platform and they should be using a CMS. To make a long story short: If you add this role to your copy of typo and publish it on github, we'll take a look at it and see if we want to integrate it. Kind regards, -- Matijs