aboutsummaryrefslogtreecommitdiffstats
path: root/templates/news/show.html
AgeCommit message (Collapse)Author
2015-04-01Fix: show the comment editing controls to the comment author (not the news ↵Thibaut Horel
author)
2015-04-01Add edit comment featureThibaut Horel
This is handled in javascript. When clicking the edit link: 1. a form is shown to edit the RST source of the comment. 2. on submit, an AJAX POST request is sent to the new "comment" endpoint in the flask app. 3. the endpoint compiles the RST source, update the comment in the database and sends back formatted content to the client. 4. the client then updates the comment content and hides the form.
2014-12-05avatars for everyone!redesign-reloadedGuillaume Horel
2014-12-04update show.html templateGuillaume Horel
2012-11-08Cosmetic changesThibaut Horel
2012-11-07fixed up the comment systemGuillaume Horel
2012-11-07reworked the templatesGuillaume Horel
2012-11-08Keep both rst and html rendered content in the database. News edit featureThibaut Horel
2012-11-08Add date formatting filterThibaut Horel
2012-11-08Also use rst for news contentThibaut Horel
2012-11-07Add rst parsing for comments. Slightly crude for now, but I need to head out ↵Thibaut Horel
to the movies
2012-11-07Add comments feature: show list, addThibaut Horel
2012-11-07Add basic news feature: list, show, addThibaut Horel