bswinnerton / babblings-php

The code that powered http://babblin.gs. Has since been updated to https://github.com/bswinnerton/babblings
http://babblin.gs
0 stars 0 forks source link

Add a way to replace a post #46

Closed bswinnerton closed 11 years ago

bswinnerton commented 12 years ago

Something like /posts/replace/100 would bring you to the /posts/create/ view and do everything that would normally be done, but instead of writing a new database entry, it would replace it with the newly uploaded content. /posts/revert/100 would also be a good idea.

bswinnerton commented 11 years ago

duplicate