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 C459CE984 for ; Wed, 28 Nov 2012 10:04:47 +0000 (UTC) Received: (qmail 71511 invoked by uid 500); 28 Nov 2012 10:04:47 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 71469 invoked by uid 500); 28 Nov 2012 10:04:47 -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 71358 invoked by uid 99); 28 Nov 2012 10:04:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 10:04:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C45FA812DF7; Wed, 28 Nov 2012 10:04:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stefanoinve@apache.org To: allura-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/4] git commit: [#5289] Added features to include personal details Message-Id: <20121128100443.C45FA812DF7@tyr.zones.apache.org> Date: Wed, 28 Nov 2012 10:04:43 +0000 (UTC) Updated Branches: refs/heads/personal_profile [created] 1c170965a [#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/1c170965 Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/1c170965 Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/1c170965 Branch: refs/heads/personal_profile Commit: 1c170965a842010238efa6835610156ed892d16d Parents: cde6443 Author: Stefano Invernizzi Authored: Wed Nov 28 11:01:43 2012 +0100 Committer: Stefano Invernizzi Committed: Wed Nov 28 11:01:43 2012 +0100 ---------------------------------------------------------------------- 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(-) ----------------------------------------------------------------------