youngj / Envaya

A technology platform for civil society organizations in developing countries
http://envaya.org
Other
17 stars 8 forks source link

allow users to add a title to a news update, use title in url #81

Closed youngj closed 13 years ago

youngj commented 13 years ago

UI should only allow adding title when editing news update.

url should be like http://envaya.org/{username}/post/{guid}{separator-char}{title-slug} where {title-slug} is a sanitized version of the title with spaces replaced by dashes and {separator-char} is some separator charater

youngj commented 13 years ago

done