flaskbb-plugin-portal 2.1.0.dev2__tar.gz → 2.1.0.dev3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {flaskbb_plugin_portal-2.1.0.dev2 → flaskbb_plugin_portal-2.1.0.dev3}/PKG-INFO +1 -1
- {flaskbb_plugin_portal-2.1.0.dev2 → flaskbb_plugin_portal-2.1.0.dev3}/portal/__init__.py +2 -2
- {flaskbb_plugin_portal-2.1.0.dev2 → flaskbb_plugin_portal-2.1.0.dev3}/portal/views.py +1 -1
- {flaskbb_plugin_portal-2.1.0.dev2 → flaskbb_plugin_portal-2.1.0.dev3}/pyproject.toml +1 -1
- {flaskbb_plugin_portal-2.1.0.dev2 → flaskbb_plugin_portal-2.1.0.dev3}/.gitignore +0 -0
- {flaskbb_plugin_portal-2.1.0.dev2 → flaskbb_plugin_portal-2.1.0.dev3}/LICENSE +0 -0
- {flaskbb_plugin_portal-2.1.0.dev2 → flaskbb_plugin_portal-2.1.0.dev3}/README.md +0 -0
- {flaskbb_plugin_portal-2.1.0.dev2 → flaskbb_plugin_portal-2.1.0.dev3}/portal/templates/index.html +0 -0
- {flaskbb_plugin_portal-2.1.0.dev2 → flaskbb_plugin_portal-2.1.0.dev3}/portal/translations/de/LC_MESSAGES/messages.po +0 -0
- {flaskbb_plugin_portal-2.1.0.dev2 → flaskbb_plugin_portal-2.1.0.dev3}/portal/translations/en/LC_MESSAGES/messages.po +0 -0
- {flaskbb_plugin_portal-2.1.0.dev2 → flaskbb_plugin_portal-2.1.0.dev3}/portal/translations/messages.pot +0 -0
- {flaskbb_plugin_portal-2.1.0.dev2 → flaskbb_plugin_portal-2.1.0.dev3}/portal/translations/ru/LC_MESSAGES/message.po +0 -0
- {flaskbb_plugin_portal-2.1.0.dev2 → flaskbb_plugin_portal-2.1.0.dev3}/portal/translations/zh_CN/LC_MESSAGES/messages.po +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: flaskbb-plugin-portal
|
|
3
|
-
Version: 2.1.0.
|
|
3
|
+
Version: 2.1.0.dev3
|
|
4
4
|
Summary: A portal plugin for FlaskBB.
|
|
5
5
|
Project-URL: Homepage, https://github.com/flaskbb/flaskbb-plugin-portal
|
|
6
6
|
Project-URL: Repository, https://github.com/flaskbb/flaskbb-plugin-portal
|
|
@@ -13,8 +13,8 @@ import os
|
|
|
13
13
|
|
|
14
14
|
from flask import Flask
|
|
15
15
|
from flask_babelplus import gettext as _
|
|
16
|
-
from flaskbb.
|
|
17
|
-
from flaskbb.
|
|
16
|
+
from flaskbb.settings import SelectMultipleSetting
|
|
17
|
+
from flaskbb.settings.definitions import IntSetting, SettingGroup, StringSetting
|
|
18
18
|
from flaskbb.display.navigation import NavigationLink
|
|
19
19
|
from flaskbb.extensions import db
|
|
20
20
|
from flaskbb.forum.models import Forum
|
|
@@ -13,7 +13,7 @@ from flask import Blueprint, current_app, flash, request
|
|
|
13
13
|
from flask.helpers import redirect
|
|
14
14
|
from flask_babelplus import gettext as _
|
|
15
15
|
from flask_login import current_user
|
|
16
|
-
from flaskbb.
|
|
16
|
+
from flaskbb.settings import flaskbb_config
|
|
17
17
|
from flaskbb.extensions import db
|
|
18
18
|
from flaskbb.forum.models import Forum, Post, Topic
|
|
19
19
|
from flaskbb.plugins.models import PluginRegistry
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flaskbb_plugin_portal-2.1.0.dev2 → flaskbb_plugin_portal-2.1.0.dev3}/portal/templates/index.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|