Actions
action #1409
closedRedefine routes in a more REST-like way (using the right HTTP method)
Description
Some routes are implemented like GET now, just because it's easier to write GET links in HTML. Some unobstrusive javascript should be introduced to allow easy POST (and PUT, DELETE...) links (Rails way), so we can change all those GETs by POSts.
Actions