Something I do want to do soon is to redo Codestriker's URL scheme, so that it is more like REST.
That way, the state changing operations on a topic will exist in a separate URL path, so that via apache, you could specify who is allowed to perform that operation.
This might be a while, so your best bet is to hack the code to suit your requirements at this stage.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to limit the access to some actions to only some people ?
Like the CLOSED action to be done only by some authorized people ?
At this stage, I am afraid not. This is on the todo list.. bu it may be some time before it is completed.
Ok, I guess, I'll have to develop a little plugin by myself.
Thanks for the answer :)
Something I do want to do soon is to redo Codestriker's URL scheme, so that it is more like REST.
That way, the state changing operations on a topic will exist in a separate URL path, so that via apache, you could specify who is allowed to perform that operation.
This might be a while, so your best bet is to hack the code to suit your requirements at this stage.
Interesting Idea to modify the URL structure.
This could open a lot of new ideas for codestriker.