Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 15609 invoked from network); 18 Apr 2005 15:03:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Apr 2005 15:03:33 -0000 Received: (qmail 97812 invoked by uid 500); 18 Apr 2005 15:03:33 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 97791 invoked by uid 500); 18 Apr 2005 15:03:32 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 97774 invoked by uid 99); 18 Apr 2005 15:03:32 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 18 Apr 2005 08:03:32 -0700 Received: (qmail 15590 invoked by uid 65534); 18 Apr 2005 15:03:31 -0000 Message-ID: <20050418150331.15588.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Mon, 18 Apr 2005 15:03:31 -0000 Subject: svn commit: r161766 - maven/continuum/trunk/notes.txt To: continuum-commits@maven.apache.org From: jvanzyl@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jvanzyl Date: Mon Apr 18 08:03:30 2005 New Revision: 161766 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D161766 Log: o this is where i collected my issues as JIRA is too slow or wasn't workingy Added: maven/continuum/trunk/notes.txt Added: maven/continuum/trunk/notes.txt URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/notes.txt?view=3Da= uto&rev=3D161766 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- maven/continuum/trunk/notes.txt (added) +++ maven/continuum/trunk/notes.txt Mon Apr 18 08:03:30 2005 @@ -0,0 +1,57 @@ +Get these into JIRA + +o deploy/release all components i've modified + - plexus-i18n + - plexus-action + - plexus-formica + - plexus-formica-web + - plexus-summit + =20 +o move the configuration of summit into the webapp components.xml so that = I=20 + can control the default view and error page better + =20 +o trigger the build from the summary + +o fix the layout selection so that the menu doesn't show up in the login + +o hookup scm validator + +o stackable validators + +o for complex validations like the scm validator we may want a better error + out put mechanism. or at least make the error output configurable because + lots of things could be wrong. need to return a i18n key for the given=20 + error message. this is the only way that you can get a meaningful message + back from validation. One per validator doesn't cut it. + =20 +o need to check if a project already exists + +o properties files for localization are horrible in order to easily + make language packs we need a tool to help show the keys for the target + language that need values. + +o check out the release documentation, it would be good to tell users what + they need to be installed in order to use the various builders + +x i18n the delete message +x test update +x need the content generator to be used in the view +x separate add form for m1/m2 from the display and update + the add form should have the POM and goals/phase +x formica needs to be able to call methods with parameters instead of using + a target object + + add / update / view / delete +----------------------------------- +m1 ok ok ok ok +----------------------------------- +m2 ok ok ok ok +----------------------------------- +ant ok ok ok ok +----------------------------------- +shell ok ok ok ok +----------------------------------- + +NOTE: delete only works when projects are added via the +web interface. projects added to the continuum via xmlrpc +can't be deleted.