| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-01 | Fix: show the comment editing controls to the comment author (not the news ↵ | Thibaut Horel | |
| author) | |||
| 2015-04-01 | Add edit comment feature | Thibaut 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-05 | avatars for everyone!redesign-reloaded | Guillaume Horel | |
| 2014-12-04 | update show.html template | Guillaume Horel | |
| 2012-11-08 | Cosmetic changes | Thibaut Horel | |
| 2012-11-07 | fixed up the comment system | Guillaume Horel | |
| 2012-11-07 | reworked the templates | Guillaume Horel | |
| 2012-11-08 | Keep both rst and html rendered content in the database. News edit feature | Thibaut Horel | |
| 2012-11-08 | Add date formatting filter | Thibaut Horel | |
| 2012-11-08 | Also use rst for news content | Thibaut Horel | |
| 2012-11-07 | Add rst parsing for comments. Slightly crude for now, but I need to head out ↵ | Thibaut Horel | |
| to the movies | |||
| 2012-11-07 | Add comments feature: show list, add | Thibaut Horel | |
| 2012-11-07 | Add basic news feature: list, show, add | Thibaut Horel | |
