You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Andrew Grieve <ag...@chromium.org> on 2012/08/13 20:02:11 UTC

Updating the Website

I have a change to add a search box right on cordova.io's main page so that
it's easier for people to search JIRA (and so that it's easier for myself
as well!)

Following the instructions here:
http://wiki.apache.org/cordova/UpdatingTheWebsite
I get stuck up on the commit stage. It doesn't like my password.

Possible that I'm using the wrong password, but possible that I don't have
perms?

Side note - the search template I'm using is:
var queryTemplate = '(summary ~ "%1" OR description ~ "%1" OR comment ~
"%1") AND project = CB AND resolution = Unresolved ORDER BY created';

Any improvements on the query?

Andrew

Re: Updating the Website

Posted by Andrew Grieve <ag...@chromium.org>.
Thanks Yohei, that actually was the problem :P. I reset my password and it
worked fine. Thanks!


On Mon, Aug 13, 2012 at 2:11 PM, Yohei Shimomae <yo...@adobe.com> wrote:

> Hi Andrew,
>
> If I remember correctly, everyone's password was reset sometime ago due to
> a security bleach. Can you try going to https://id.apache.org/ and see if
> you can login? It is also quite possible that you don't have a permission
> to commit, in which case you will need a help from someone like Jukka.
>
> Hope this helps.
>
> Yohei
>
>
> On 2012-08-13 11:02 AM, "Andrew Grieve" <ag...@chromium.org> wrote:
>
> >I have a change to add a search box right on cordova.io's main page so
> >that
> >it's easier for people to search JIRA (and so that it's easier for myself
> >as well!)
> >
> >Following the instructions here:
> >http://wiki.apache.org/cordova/UpdatingTheWebsite
> >I get stuck up on the commit stage. It doesn't like my password.
> >
> >Possible that I'm using the wrong password, but possible that I don't have
> >perms?
> >
> >Side note - the search template I'm using is:
> >var queryTemplate = '(summary ~ "%1" OR description ~ "%1" OR comment ~
> >"%1") AND project = CB AND resolution = Unresolved ORDER BY created';
> >
> >Any improvements on the query?
> >
> >Andrew
>
>

Re: Updating the Website

Posted by Yohei Shimomae <yo...@adobe.com>.
Hi Andrew,

If I remember correctly, everyone's password was reset sometime ago due to
a security bleach. Can you try going to https://id.apache.org/ and see if
you can login? It is also quite possible that you don't have a permission
to commit, in which case you will need a help from someone like Jukka.

Hope this helps.

Yohei


On 2012-08-13 11:02 AM, "Andrew Grieve" <ag...@chromium.org> wrote:

>I have a change to add a search box right on cordova.io's main page so
>that
>it's easier for people to search JIRA (and so that it's easier for myself
>as well!)
>
>Following the instructions here:
>http://wiki.apache.org/cordova/UpdatingTheWebsite
>I get stuck up on the commit stage. It doesn't like my password.
>
>Possible that I'm using the wrong password, but possible that I don't have
>perms?
>
>Side note - the search template I'm using is:
>var queryTemplate = '(summary ~ "%1" OR description ~ "%1" OR comment ~
>"%1") AND project = CB AND resolution = Unresolved ORDER BY created';
>
>Any improvements on the query?
>
>Andrew