Re: [Launchpad-dev] mercurial imports (was: proposed policy: maintenance costs)

2012-02-15 Thread Jelmer Vernooij
Am 02/02/12 16:53, schrieb Matthew Revell: On 1 February 2012 03:32, Robert Collins wrote: Hi, please glance at https://dev.launchpad.net/PolicyAndProcess/MaintenanceCosts The basic idea is that we are where we are today because we didn't at any point put a cap on the overheads involved in mai

Re: [Launchpad-dev] idea: cheap tweak to karma to reduce blueprints imbalance

2012-02-15 Thread Jonathan Lange
On Tue, Feb 14, 2012 at 8:44 PM, Robert Collins wrote: > include blueprints and bugs in the same bucket for karma > normalisation. (On the basis that blueprints aren't distinctly more > valuable than bug reports to a project). > > I realise this ignores the bigger questions around karma, but

[Launchpad-dev] Feature Request: Like/Dislike Buttons

2012-02-15 Thread Laura Czajkowski
Aloha, I came across a question today on launchpad Questions that I thought would get a better discussion on here first before I or anyone else replies to it. The question is could like/dislike buttons be added on bugs which would would encourage more interaction and also like many other site

Re: [Launchpad-dev] mercurial imports (was: proposed policy: maintenance costs)

2012-02-15 Thread Barry Warsaw
On Feb 15, 2012, at 11:39 AM, Jelmer Vernooij wrote: >There are three things we can do with Mercurial imports: > > * Rip them out completely > * Hide them behind a feature flag > * Mark them as beta > >I'd prefer either hiding them behind a feature flag or marking them as >beta. This would make

Re: [Launchpad-dev] Feature Request: Like/Dislike Buttons

2012-02-15 Thread curtis Hovey
On 02/15/2012 07:09 AM, Laura Czajkowski wrote: > Aloha, > > I came across a question today on launchpad Questions that I thought > would get a better discussion on here first before I or anyone else > replies to it. The question is could like/dislike buttons be added on > bugs which would would e

Re: [Launchpad-dev] Feature Request: Like/Dislike Buttons

2012-02-15 Thread Deryck Hodge
On Wed, Feb 15, 2012 at 6:09 AM, Laura Czajkowski wrote: > Aloha, > > I came across a question today on launchpad Questions that I thought would > get a better discussion on here first before I or anyone else replies to it. > The question is could like/dislike buttons be added on bugs which would

Re: [Launchpad-dev] Feature Request: Like/Dislike Buttons

2012-02-15 Thread Jamu Kakar
Hi, On Wed, Feb 15, 2012 at 2:03 PM, Deryck Hodge wrote: > It would be better to outline the actual problem well -- i.e. bugs > discussions get out of hand and are hard to follow -- and build tools > to fix that problem, leaning on popular, well-designed patterns > obviously, rather than blindly

Re: [Launchpad-dev] Feature Request: Like/Dislike Buttons

2012-02-15 Thread Robert Collins
FWIW: - we *cannot* use other sites APIs unless they permit us to copy and serve the javascript ourselves (and it must be auditable to ensure it doesn't load more on-the-fly). This means client side templates have to be hosted by us amongst other things. This is a hard requirement due to the Javas

Re: [Launchpad-dev] Feature Request: Like/Dislike Buttons

2012-02-15 Thread Terence Simpson
Isn't the bug heat system basically the same, in most ways, as a '+1' ___ Mailing list: https://launchpad.net/~launchpad-dev Post to : launchpad-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.laun

Re: [Launchpad-dev] Feature Request: Like/Dislike Buttons

2012-02-15 Thread Terence Simpson
Isn't the bug heat system basically the same, in most ways, as a '+1' ___ Mailing list: https://launchpad.net/~launchpad-dev Post to : launchpad-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.laun

Re: [Launchpad-dev] Feature Request: Like/Dislike Buttons

2012-02-15 Thread curtis Hovey
On 02/15/2012 02:40 PM, Terence Simpson wrote: > Isn't the bug heat system basically the same, in most ways, as a '+1' I think you are referring to the "Affects me too" link on bug pages. Yes it does increase the bug heat score for a bug. -- Curtis Hovey http://launchpad.net/~sinzui signat

Re: [Launchpad-dev] Feature Request: Like/Dislike Buttons

2012-02-15 Thread Aaron Bentley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12-02-15 07:09 AM, Laura Czajkowski wrote: > I came across a question today on launchpad Questions that I > thought would get a better discussion on here first before I or > anyone else replies to it. The question is could like/dislike > buttons be

[Launchpad-dev] Displaying work items in the correct order

2012-02-15 Thread Guilherme Salgado
Hi folks, The recently introduced SpecificationWorkItem table has a sequence attribute that we'll use to track the position (on the work-items list) of every work item. This is important so that we can present the list in the same order it was when last changed. The simplest way to implement that

Re: [Launchpad-dev] Displaying work items in the correct order

2012-02-15 Thread Cody A.W. Somerville
On Wed, Feb 15, 2012 at 5:22 PM, Guilherme Salgado < guilherme.salg...@linaro.org> wrote: > Hi folks, > > The recently introduced SpecificationWorkItem table has a sequence > attribute that we'll use to track the position (on the work-items list) > of every work item. This is important so that we

Re: [Launchpad-dev] Displaying work items in the correct order

2012-02-15 Thread Robert Collins
You could use a list (e.g. rather than sequence, have a next pointer pointing at the id of the next WI; you'd only need to update 2 rows to do an in-middle insert. OTOH updating a dozen is one sql statement (done carefully) and will be fast. KISS IMO. -Rob __

Re: [Launchpad-dev] Displaying work items in the correct order

2012-02-15 Thread Huw Wilkins
On 16/02/12 09:22, Guilherme Salgado wrote: Hi folks, The recently introduced SpecificationWorkItem table has a sequence attribute that we'll use to track the position (on the work-items list) of every work item. This is important so that we can present the list in the same order it was when las

Re: [Launchpad-dev] Feature Request: Like/Dislike Buttons

2012-02-15 Thread Martin Pool
On 15 February 2012 23:09, Laura Czajkowski wrote: > Aloha, > > I came across a question today on launchpad Questions that I thought would > get a better discussion on here first before I or anyone else replies to it. > The question is could like/dislike buttons be added on bugs which would > woul