www icon indicating copy to clipboard operation
www copied to clipboard

A customized CMS for the IETF website

Results 43 www issues
Sort by recently updated
recently updated
newest added

This PR includes multiple updates: * chore: Improve test coverage (#395) - Fixes #378 * feat: Allow empty cells in typed tables (#403) - Fixes #282 * chore: Remove the...

The footer currently contains a mix of links of different types, including links to affiliated sites, a link to a part of the main site, and a link to key...

contractor

Fixes https://github.com/ietf-tools/www/issues/236 ⚠️ Migrations will conflict with https://github.com/ietf-tools/www/pull/403. Whichever gets merged first, the migrations in the other branch should just be deleted and re-created, they are just a side-effect of...

Time zone and language code are currently set to `Europe/London` and `en-gb` respectively. ```text >>> from django.conf import settings >>> settings.TIME_ZONE 'Europe/London' >>> settings.USE_TZ True >>> settings.LANGUAGE_CODE 'en-gb' ```

internal

Expose outgoing mail settings in the Helm chart. Probably required to expose: * [EMAIL_HOST](https://docs.djangoproject.com/en/5.0/ref/settings/#email-host) * [EMAIL_PORT](https://docs.djangoproject.com/en/5.0/ref/settings/#email-port) * [WAGTAILADMIN_NOTIFICATION_FROM_EMAIL](https://docs.wagtail.org/en/stable/reference/settings.html#wagtailadmin-notification-from-email)

internal

The **Docker** workflow has never run. It looks like it has been replaced with **Build and Release**? - **Docker**: https://github.com/ietf-tools/www/actions/workflows/docker-publish.yml - **Build and Release**: https://github.com/ietf-tools/www/actions/workflows/build.yml One difference I noticed is...

internal
investigate

Based on the latest snapshot, the database has the following extensions. ``` \dx ``` ``` List of installed extensions Name | Version | Schema | Description --------------------+---------+------------+------------------------------------------------------------------------ adminpack | 2.1...

internal

The workflow step, `Docker Build & Push`, is currently using `target: app-sandbox`.

internal
investigate

The current Dockerfile with multiple targets is adding complexity that might not no longer needed. We should try to simplify the Dockerfile.

internal
investigate

Web forms on www.ietf.org currently do not have any mitigation against automated submissions. Some amount of "spam form" is currently received. Current published form pages (and submission emails) are: https://www.ietf.org/forms/wg-webex-account-request/...

investigate