This is an automated email from the ASF dual-hosted git repository.
kentontaylor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
from 6ea1e781f on app admin menus, remove search box and add a link to
project-level admin pages
new be458889c [#8584] register new validation component and added new
formencode configuration
new 9f34b77e1 [#8584] added missing validate function to formencode
validators
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/config/app_cfg.py | 24 ++++++++++++++++++++++
Allura/allura/controllers/discuss.py | 2 +-
Allura/allura/controllers/project.py | 2 +-
Allura/allura/lib/validators.py | 2 +-
Allura/allura/lib/widgets/forms.py | 16 ++++++++++++++-
Allura/allura/lib/widgets/subscriptions.py | 5 +++++
.../test_discussion_moderation_controller.py | 4 ++--
Allura/allura/tests/unit/patches.py | 3 +++
AlluraTest/alluratest/validation.py | 1 +
ForgeActivity/forgeactivity/widgets/follow.py | 5 +++++
ForgeBlog/forgeblog/widgets.py | 5 +++++
.../forgediscussion/controllers/forum.py | 2 +-
ForgeDiscussion/forgediscussion/widgets/admin.py | 2 +-
ForgeTracker/forgetracker/widgets/bin_form.py | 5 +++++
ForgeTracker/forgetracker/widgets/ticket_form.py | 5 +++++
15 files changed, 75 insertions(+), 8 deletions(-)