PCv5/app/templates/admin
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
..
delete_account.html templates: add a pluralize filter 2019-02-11 13:16:46 +01:00
delete_trophy.html Ajout des trophées et du panel pour les gérer 2019-06-07 01:44:04 +02:00
edit_account.html trophies: automatically remove undeserved trophies 2019-08-19 17:26:22 +02:00
edit_trophy.html Modifications on trophies and titles #10 (and more) 2019-06-11 00:15:23 +02:00
forums.html forum: restructure models and add topic creation 2019-09-09 08:11:38 +02:00
groups_privileges.html forum: provide suitable migrations for the database 2019-08-21 16:50:23 +02:00
index.html forum: implement forum tree generation 2019-09-09 08:11:37 +02:00
trophies.html trophies: automatically remove undeserved trophies 2019-08-19 17:26:22 +02:00