This is an automated email from the ASF dual-hosted git repository.
dill0wn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
from 9d920eee1 upgrade werkzeug
new 7d534c4a9 [#8499] updated syntax to retreive form errors from the
request object instead of the template context c.form_errors ->
request.validation.errors
new f6e0ab2e3 [#8499] updated syntax to retreive form values from the
request object instead of the template context c.form_values ->
request.validation.values
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/controllers/auth.py | 7 +++---
Allura/allura/controllers/project.py | 4 ++--
Allura/allura/controllers/site_admin.py | 20 ++++++++---------
.../templates/admin_widgets/metadata_admin.html | 8 +++----
Allura/allura/lib/decorators.py | 2 +-
Allura/allura/lib/repository.py | 4 ++--
Allura/allura/templates/login_multifactor.html | 4 ++--
Allura/allura/templates/reconfirm_auth.html | 4 ++--
Allura/allura/templates/user_totp.html | 4 ++--
Allura/allura/templates/webhooks/create_form.html | 12 +++++-----
.../widgets/neighborhood_add_project.html | 2 +-
.../templates/widgets/sortable_repeated_field.html | 8 +++----
.../templates/admin_widgets/metadata_admin.html | 8 +++----
Allura/allura/webhooks.py | 10 ++++-----
ForgeImporters/forgeimporters/base.py | 3 ++-
.../github/templates/code/index.html | 4 ++--
.../forgeimporters/github/templates/project.html | 26 +++++++++++-----------
.../github/templates/tracker/index.html | 4 ++--
.../github/templates/wiki/index.html | 6 ++---
.../forgeimporters/templates/importer_base.html | 8 +++----
.../forgeimporters/templates/project_base.html | 22 +++++++++---------
.../forgeimporters/trac/templates/project.html | 12 +++++-----
.../trac/templates/tickets/index.html | 2 +-
ForgeSVN/forgesvn/svn_main.py | 4 ++--
ForgeShortUrl/forgeshorturl/main.py | 6 ++---
25 files changed, 97 insertions(+), 97 deletions(-)