Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 19DBEE1B9 for ; Mon, 3 Dec 2012 22:07:29 +0000 (UTC) Received: (qmail 27338 invoked by uid 500); 3 Dec 2012 22:07:29 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 27319 invoked by uid 500); 3 Dec 2012 22:07:29 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 27309 invoked by uid 99); 3 Dec 2012 22:07:29 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2012 22:07:29 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B918A817ED6; Mon, 3 Dec 2012 22:07:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brondsem@apache.org To: allura-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [5/8] git commit: [#5289] Added features to include personal details Message-Id: <20121203220728.B918A817ED6@tyr.zones.apache.org> Date: Mon, 3 Dec 2012 22:07:28 +0000 (UTC) [#5289] Added features to include personal details Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/10c0bd0d Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/10c0bd0d Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/10c0bd0d Branch: refs/heads/db/5289 Commit: 10c0bd0d80c46735acfed1f76b060363427ba0b3 Parents: 7bed302 Author: Stefano Invernizzi Authored: Wed Nov 28 11:01:43 2012 +0100 Committer: Dave Brondsema Committed: Mon Dec 3 16:26:15 2012 +0000 ---------------------------------------------------------------------- Allura/allura/command/create_trove_categories.py | 1287 ++++++++------- Allura/allura/controllers/auth.py | 202 +++ Allura/allura/controllers/root.py | 3 + Allura/allura/controllers/trovecategories.py | 191 +++ .../ext/user_profile/templates/user_index.html | 212 +++ Allura/allura/lib/plugin.py | 144 ++ Allura/allura/lib/validators.py | 84 + Allura/allura/lib/widgets/forms.py | 524 ++++++ Allura/allura/model/auth.py | 170 ++- Allura/allura/model/project.py | 1 + Allura/allura/templates/trovecategories.html | 60 + Allura/allura/templates/user_preferences.html | 112 ++ Allura/allura/templates/user_skills.html | 86 + Allura/allura/templates/widgets/forge_form.html | 14 +- Allura/allura/tests/functional/test_auth.py | 293 ++++ Allura/development.ini | 2 + requirements-common.txt | 1 + 17 files changed, 2736 insertions(+), 650 deletions(-) ----------------------------------------------------------------------