Re: [Potlatch-dev] How about another build?

2011-02-15 Thread Steve Bennett
On Tue, Feb 15, 2011 at 10:36 PM, Andy Allan  wrote:
> Ah, I've just done this a different way, and then read your email. Ho-hum!

Interesting - I'd totally forgotten about my above suggestion. I
actually implemented something extremely similar to your
implementation (http://trac.openstreetmap.org/changeset/25309) but
didn't get around to checking it in. Cool. :)

Steve

___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] How about another build?

2011-02-15 Thread Andy Allan
On Tue, Dec 28, 2010 at 1:30 PM, Steve Bennett  wrote:

> Just checking before I implement this* and then find out there was
> another reason that I missed.

Ah, I've just done this a different way, and then read your email. Ho-hum!

> Also, what is the thinking around the text part of the  element?
> It seems a bit under-developed. Perhaps a more explicit 
> element which explains what the entity represents (eg, text from the
> wiki), and a  or something which uses string substitution to
> summarise the entity?

There's already a description element for the feature, see e.g.
stream. I'm currently working on exposing this in the UI but I don't
think it's actually used anywhere at the moment.

Cheers,
Andy

___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] How about another build?

2010-12-25 Thread Steve Bennett
On Fri, Dec 24, 2010 at 9:15 PM, Richard Fairhurst  wrote:
> Have you had any thoughts about supplying icons for the new amenities? I
> don't think we can make something live with rows upon rows of ? ? ? ? ? ? ?
> ? ? ?. (Brian's SJJB set is usually the best place to look.)

As you can see from my terrible power=* icons, graphic design is not
really my strength :) Perhaps we could consider getting a more
attractive default icon?

Will have a look at SJJB though.

Steve

___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] How about another build?

2010-12-24 Thread Richard Fairhurst

Steve Bennett wrote:

Cool, I see we are out of the "anything goes" alpha phase then? :)

Steve

On Wed, Dec 22, 2010 at 10:05 PM, Richard Fairhurst
  wrote:

Steve Bennett wrote:


  Could we please have the live PL2 rebuilt? I fixed a pretty annoying
bug which prevented some imagery tiles ever being displayed.


I think I'd like to review recent commits before the next deployment, if
that's ok. With it being Christmas time is a bit short but I'll take a look
when I can.

cheers
Richard



___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev






___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] How about another build?

2010-12-24 Thread Richard Fairhurst

Steve Bennett wrote:

Cool, I see we are out of the "anything goes" alpha phase then? :)


Definitely... thousands of people are using this to edit the map; we 
have to be careful what we commit!


Have you had any thoughts about supplying icons for the new amenities? I 
don't think we can make something live with rows upon rows of ? ? ? ? ? 
? ? ? ? ?. (Brian's SJJB set is usually the best place to look.)


cheers
Richard

___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] How about another build?

2010-12-22 Thread Steve Bennett
On Thu, Dec 23, 2010 at 1:58 AM, Andy Allan  wrote:
> It's great to see so many bugfixes coming in. But Steve, can you avoid
> hiding bug fixes in amongst other things, please? You're even
> referring to the issue in your commit messages, c.f.
>
> "In amongst all that there are two lines of code that fix the bug: "
> "Fixed a bug [...] also, a bunch of random doco"
>
> It's really hard to figure out what changes are being made - and to
> review them, too - when they keep getting buried like this. Just do
> more of what you're doing, but split into multiple commits so the
> bugfixes are nice and easy to see!

Sure. As I may have mentioned, this is my first time doing this kind
of collaborative development, so I'm still working out the customs,
etiquette, etc.

So, how do most people achieve the above? Make lots of changes, then
deconstruct them into cohesive packages for individual commits? Or,
make small changes and frequently check them in? Or try and work in a
more structured way - just fix the bug now (and check that in), then
write some doco (and check that in...)

In this case I find commenting and bug fixing go hand in hand: as you
understand what the code does, you comment it, which leads you to make
some attempted bug fix...which leads you to write more comments...

Anyway, I'll try and make each commit exactly one of: bug fix, added
feature, doco.

Steve

___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] How about another build?

2010-12-22 Thread Steve Bennett
Cool, I see we are out of the "anything goes" alpha phase then? :)

Steve

On Wed, Dec 22, 2010 at 10:05 PM, Richard Fairhurst
 wrote:
> Steve Bennett wrote:
>
>>  Could we please have the live PL2 rebuilt? I fixed a pretty annoying
>> bug which prevented some imagery tiles ever being displayed.
>
> I think I'd like to review recent commits before the next deployment, if
> that's ok. With it being Christmas time is a bit short but I'll take a look
> when I can.
>
> cheers
> Richard
>
>
>
> ___
> Potlatch-dev mailing list
> Potlatch-dev@openstreetmap.org
> http://lists.openstreetmap.org/listinfo/potlatch-dev
>

___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [Potlatch-dev] How about another build?

2010-12-22 Thread Richard Fairhurst

Steve Bennett wrote:


  Could we please have the live PL2 rebuilt? I fixed a pretty annoying
bug which prevented some imagery tiles ever being displayed.


I think I'd like to review recent commits before the next deployment,  
if that's ok. With it being Christmas time is a bit short but I'll  
take a look when I can.


cheers
Richard



___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev


[Potlatch-dev] How about another build?

2010-12-21 Thread Steve Bennett
Hi,
  Could we please have the live PL2 rebuilt? I fixed a pretty annoying
bug which prevented some imagery tiles ever being displayed.

Steve

___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev