Path to this page:
./
www/mailman3-web,
Mailman 3 Web interface
Branch: CURRENT,
Version: 0.0.9,
Package name: py312-mailman-web-0.0.9,
Maintainer: pkgsrc-usersThis is a Django project that contains default settings and url settings
for Mailman 3 Web Interface. It consists of the following sub-projects:
* Postorius
* Hyperkitty
Master sites:
Filesize: 21.777 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-mailman-web-0.0.9
- (2024-04-29) Updated to version: py311-mailman-web-0.0.9
- (2024-02-12) Updated to version: py311-mailman-web-0.0.8
- (2023-08-14) Updated to version: py311-mailman-web-0.0.6nb2
- (2023-06-11) Updated to version: py310-mailman-web-0.0.6nb1
- (2023-06-04) Package added to pkgsrc.se, version py310-mailman-web-0.0.6 (created)
CVS history: (Expand)
2024-04-29 09:50:16 by Mark Davies | Files touched by this commit (3) | |
Log message:
mailman3-web: update to 0.0.9
* A spurious warning that "DJANGO_SETTINGS_MODULE" and \
"MAILMAN_WEB_CONFIG"
are both set in the environment is no longer issued.
* Paths in urls.py are reordered to avoid redirecting "mailman3/" and
"archives/" URLs to "postorius/" and \
"hyperkitty/" respectively.
|
2024-02-12 12:58:57 by Mark Davies | Files touched by this commit (3) | |
Log message:
mailman3-web: update to 0.0.8
0.0.8 (2023-10-22)
~~~~~~~~~~~~~~~~~~
* Bump min version dependency on django-mailman3, which will clear all existing
django sessions so that changes in session serializer doesn't cause errors.
0.0.7 (2023-10-21)
~~~~~~~~~~~~~~~~~~
* [**BREAKING**] Reduce the default no. of workers for qrunner to 2.
* [**BREAKING**] Due to change in Django's ``SESSION_SERIALIZER``, it will cause
all existing sessions to cause 500 errors, unless they are removed from the
database. To do that, you can upgrade to django-mailman3 1.3.10, which will
remove all current sessions.
* Add a new settings module ``mailman_web.settings.dev`` for development purposes.
To use this, you can run ``export DJANGO_SETTINGS_MODULE=mailman_web.settings.dev``
and then run ``mailman-web`` commands for dev purposes.
* Min Python version has been upgraded to 3.9 since the same is required for Core.
* Print a warning if a user sets both ``DJANGO_SETTINGS_MODULE`` and
``MAILMAN_WEB_CONFIG`` as the former overrides the latter.
Fixes
-----
* Instead of overriding ``PYTHONPATH`` env var always, append to it if it has
already been defined.
|
2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112) |
Log message:
*: latest py-sphinx only support Python 3.9+
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-06-10 08:00:53 by Mark Davies | Files touched by this commit (3) |
Log message:
mailman3-web: fix path for fulltext_index
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-06-04 05:42:23 by Mark Davies | Files touched by this commit (9) |
Log message:
mailman3-web: add version 0.0.6
This is a Django project that contains default settings and url settings
for Mailman 3 Web Interface. It consists of the following sub-projects:
* Postorius
* Hyperkitty
|