summaryrefslogtreecommitdiff
path: root/modules/image_block/helpers/image_block_rest.php
AgeCommit message (Collapse)Author
2009-12-27Clean up validation the check for duplicate names or slugs, finish ↵Tim Almdal
converting the rest API to Kohana 2.4
2009-12-24Change the image block rest handler to expect the type (i.e. random) as a ↵Tim Almdal
parameter not part of the path.
2009-12-23When normalizing the rest request don't assume that the additional arguments ↵Tim Almdal
are acutall a path. Leave it up to the handler to determine.
2009-12-22Add a restful get random image blockTim Almdal