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 c690b1f6c [#8488] applied patch and updated docs
new 8294faf5a [#8484] added fediverse and instagram form fields for
projects
new 3178ea737 [#8484] improvements to validation and fixed project
features duplication bug
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 | 19 +++++-
Allura/allura/ext/admin/admin_main.py | 11 ++++
Allura/allura/ext/admin/widgets.py | 15 ++++-
.../user_profile/templates/sections/social.html | 4 ++
Allura/allura/lib/helpers.py | 4 ++
Allura/allura/lib/validators.py | 54 +++++++++++++++-
Allura/allura/lib/widgets/forms.py | 6 +-
Allura/allura/model/project.py | 13 ++++
Allura/allura/templates/widgets/forge_form.html | 2 +-
.../templates/widgets/sortable_repeated_field.html | 17 +++++-
.../templates/admin_widgets/metadata_admin.html | 8 +++
Allura/allura/tests/functional/test_admin.py | 39 ++++++++++++
Allura/allura/tests/functional/test_auth.py | 71 +++++++++++++++++++---
Allura/development.ini | 2 +-
14 files changed, 241 insertions(+), 24 deletions(-)