This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
from e95355a02 better escape_html that does quotes too
new ba9733ec1 [#8611] put encryption settings into development.ini with a
default that triggers a warning
new 35289fd7a [#8611] documentation and migration scripts
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Allura/allura/lib/utils.py | 17 ++++++++
Allura/development.ini | 14 +++++-
Allura/docs/getting_started/installation.rst | 14 ++++++
Allura/production-docker-example.ini | 4 ++
CHANGES | 26 +++++++++++
scripts/migrations/035-field-encryption.sh | 22 +++++++++-
scripts/migrations/036-field-encryption-cleanup.sh | 51 ++++++++++++++++++++++
7 files changed, 145 insertions(+), 3 deletions(-)
create mode 100755 scripts/migrations/036-field-encryption-cleanup.sh