PCv5/app
Lephe 75f3a90f20
master.py: update forums with stateful logic
The create-forums function has been replaced with an [update] subcommand
of [forums]. This new function tries its best to keep existing forum
objects, which is especially important once content has been created.

Forums are identified by their URL. Changing the URL means the forum
needs to be recreated. If the URL doesn't changed, metadata is updated
without removing topics and subforums in that forum.

* Improve the update model for forums in master.py
* Fix a typo in the prefix for the tool projects subforum
* Add the admin and assoc boards for permission testing
2020-11-01 10:50:52 +01:00
..
data master.py: update forums with stateful logic 2020-11-01 10:50:52 +01:00
forms forum: match topic title length in creation form with model 2020-10-30 09:36:21 +01:00
models forum: add true, recursive deletion methods 2020-11-01 10:49:24 +01:00
processors fix: better PEP8 2020-08-05 22:52:56 +02:00
routes posts: fix attachements deletion 2020-09-26 15:17:55 +02:00
static threads: improve layout and flow of messages 2020-10-31 15:35:00 +01:00
templates editor: don't autofocus by default 2020-10-31 22:15:03 +01:00
utils security: add CSRF protection globally 2020-09-26 14:48:30 +02:00
__init__.py security: add CSRF protection globally 2020-09-26 14:48:30 +02:00