In this case, users are submitting ideas into the system (as keywords). The most popular idea per day is chosen and used.
I can address this on the front end possible using some of the interfaces recommneded on IRC such as http://trac.edgewall.org/wiki/TracDev/PluginDevelopment/ExtensionPoints/trac.ticket.api.ITicketManipulator I guess I could also address it on the back end during SQL report retrieval and ignore multiple requests but that seems less ideal. Rob Emanuele BitStruct, LLC http://www.bitstruct.com 509-232-1874 On Mon, Nov 26, 2012 at 2:00 PM, Steffen Hoffmann <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 26.11.2012 21:26, Robert Emanuele wrote: > > Greetings, > > > > I have a need to restrict tickets created by users to one per day per > > user against a specific component. I've been looking around trac hacks > > and I haven't seen such a thing. Does this exist somewhere else? If > > not is creating such a plugin even possible? > > No, this is definitely not implemented in any plugin I'm aware of yet. > > Wouldn't be moderation a better way to limit user actions as set by your > policy? I know, that admins tend to not trust users, but certainly the > majority follows reasonable rules. If not, consider that they might be > unreasonable, or at least nobody explained them good enough. > > Steffen Hoffmann > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAlCz5m4ACgkQ31DJeiZFuHcQ7ACeM8l8Ml2uugslW3x/7EFxCfZS > bCoAoJw7jJtaF+PlLaAhQCPFQEteEzQ8 > =GNEK > -----END PGP SIGNATURE----- > > -- > You received this message because you are subscribed to the Google Groups > "Trac Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/trac-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
