PCv5/app/static/css
Lephe 8a0ba309e0
forum: restructure models and add topic creation
This changes fixes #25 by restructuring the forum models in a way
compatible with the polymorphic behavior of SQLAlchemy. Incidentally,
the new form turns out to be more appropriate for our use than the
polymorphic one originally used.

The migration for this task is non-trivial because the Thread class was
created with a foreign-key id which thus had no auto-increment or
associated sequence. The most reliable way of getting it back was to
recreate the table because SQLAlchemy ony performs automated sequence
introduction at table creation time. Four separate migration files
perform the whole change.

This commit also adds views and forms to create topics, and the
boilerplate for an advanced markup editor that can be used as a widget.
2019-09-09 08:11:38 +02:00
..
admin Modification de la fonction render 2019-04-17 12:25:24 +02:00
container.css Meilleur rendu sur les petits écrans. 2019-06-06 00:25:59 +02:00
flash.css Modifications générales du style, finalisation du formulaire d'inscritpion 2018-11-12 23:27:49 +01:00
footer.css Modifications générales du style, finalisation du formulaire d'inscritpion 2018-11-12 23:27:49 +01:00
form.css forum: restructure models and add topic creation 2019-09-09 08:11:38 +02:00
global.css trophies: automatically remove undeserved trophies 2019-08-19 17:26:22 +02:00
header.css style: improvements on forms and responsiveness 2019-03-31 12:17:55 +02:00
homepage.css Django est mort, vive Flask ! 2018-02-23 23:34:06 +01:00
light.css Corrections de CSS 2019-09-07 21:54:59 +02:00
navbar.css Corrections de style 2019-09-08 22:38:19 +02:00
responsive.css style: improvements on forms and responsiveness 2019-03-31 12:17:55 +02:00
shoutbox.css Django est mort, vive Flask ! 2018-02-23 23:34:06 +01:00
table.css forum: add the forum index page 2019-09-09 08:11:38 +02:00