yvi: Dreamsheep in Germany's national colors (Dreamsheep - Germany)
yvi ([personal profile] yvi) wrote in [site community profile] dw_dev2009-08-02 12:07 pm
Entry tags:

The return of the fix-it marathon

So, at the end of June, [staff profile] denise called for a fix-it marathon.

http://dw-dev.dreamwidth.org/11183.html

Let's have another one.

But let's make it two-fold:

First layer: blocking-launch

http://tinyurl.com/cjw9wk currently has 48 bugs: 21 assigned and 27 new. Let's try to bring that number down. A lot of these look scary, and some of them are not effort-minor, so I'm thinking of a bit of a low goal: by August 15, have the number of unassigned ones in there down to 15, which means 12 newly assigned. And by that time, have only 30 of the bugs left, which means 18 bugs fixed in 13 days.

(Edit: That's 'blocking-launch+', not 'blocking-launch??' or 'Target Milestone: Launch'. I am not sure which of these are the best indicators...)

I have two blocking-launch bugs assigned to me now. Who's with me?

Second layer: babydev

You're new to this whole thing? blocking-launch bugs are way over your head (and if you think that I am pretty much with you :)) by this point? But you're interested in tackling something, you just don't know what?

If you don't already have one, get yourself a Dreamhack.

The effort-minor keyword currently has 180 open, unassigned bugs. There are still a few left on my recent babydev bait post. If you want to do something and can't find anything in that list or don't know how to start, comment here or join #dw_kindergarten and I am sure there are people there including me who can help you find a bug to tackle and then tackling it.

And remember, this is just a suggestion. No-one is under any obligation to do any of this. I just thought it would be nice to get some of these bugs out of the way. :)
denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)

[staff profile] denise 2009-08-02 11:41 am (UTC)(link)
I keep staring at most of the blocking-launch ones and thinking "I should try that!", then digging into them and realizing they're totally beyond me. But I will totally commit to spending a few extra hours on dev work between now and 15 Aug. I wonder if I can beat my record of 51 patches in a single codepush? *g*
denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)

[staff profile] denise 2009-08-02 12:40 pm (UTC)(link)
It is so not just you. *laugh*
mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)

[staff profile] mark 2009-08-02 07:45 pm (UTC)(link)
Is there a particular one that you think would benefit from me doing a walkthrough of a fix for? (I.e., that doing said walkthrough would enable you/others to work on other bugs?)
denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)

[staff profile] denise 2009-08-03 12:40 am (UTC)(link)
I'd v. much like to see some tutorials about how to create/interact with DB tables, beyond things like userprops and stuff. That's the stuff that I have absolutely NFI about.
kareila: (Default)

[personal profile] kareila 2009-08-03 02:20 am (UTC)(link)
I could do a database tutorial for the wiki, focusing on basic SQL and the DBI.

(no subject)

[staff profile] denise - 2009-08-03 02:26 (UTC) - Expand

(no subject)

[personal profile] kareila - 2009-08-03 04:41 (UTC) - Expand
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2009-08-02 04:59 pm (UTC)(link)
Hi, I'm pretty sure I can fix #1458 since it's just a matter of changing the value of two set commands in the Transmo layer but I don't know how to start.
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2009-08-02 05:32 pm (UTC)(link)
No, I don't. I mentioned on one of Denise's entries about luring in new contributors that the Wiki entry didn't explain how to get one.

Thanks for the link.

I probably can but I don't know how to use it and I don't want to learn, tbh. Real-time means of communication make me uncomfortable: English is not my native language and it noticeably deteriorates when I have to type/answer quickly and I often have to stay up very late to be able to speak to the people I need to talk to. If this makes things difficult then never mind. I'll go back to lurking. ;)
sophie: A cartoon-like representation of a girl standing on a hill, with brown hair, blue eyes, a flowery top, and blue skirt. ☀ (Default)

[personal profile] sophie 2009-08-02 05:51 pm (UTC)(link)
Oooops. Maybe we need a bit of a better wiki page.

The site you need is http://hack.dreamwidth.net/ . There's an "Apply" link - click that, and fill out the form. Then I'll receive the application by email and set you up. :)

(no subject)

[personal profile] ninetydegrees - 2009-08-02 18:48 (UTC) - Expand
foxfirefey: A fox colored like flame over an ornately framed globe (Default)

[personal profile] foxfirefey 2009-08-02 05:32 pm (UTC)(link)
If you don't want to go through all the trouble of setting up a Dreamhack and whatnot, which is kind of overkill for the bug we're talking about, you can just make the changes that are necessary in the S2 layer and give it to me and I'll generate a patch for you to submit. (But if you *want* a Dreamhack and all that jazz, feel free to do that, too.)

(Of course, the above is all assuming you know where to go from there, ie, copy the public layout layer and go to town and whatnot, but if you need more instructions, you just let me know.)
Edited 2009-08-02 17:36 (UTC)
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2009-08-02 05:45 pm (UTC)(link)
I don't know if I want one because I don't know exactly what's it's for and I don't know if I'll need it to try to fix other bugs and whether I'll be able to, anyway.

Fixing this depends on how the designer intended their layout to look like. You could either change the link colors which would be changing:

set color_footer_text = "#ffeba6";
set color_footer_link = "#ffffff";


or change the background color of the footer module which would be adding:

.module-section-three .module {
background-color: $*color_footer_background;
}

to function print_stylesheet. I think the latter is what was originally intended.

(no subject)

[personal profile] sophie - 2009-08-02 17:55 (UTC) - Expand

(no subject)

[personal profile] foxfirefey - 2009-08-02 18:03 (UTC) - Expand

(no subject)

[personal profile] ninetydegrees - 2009-08-02 20:01 (UTC) - Expand

(no subject)

[personal profile] foxfirefey - 2009-08-02 17:57 (UTC) - Expand

(no subject)

[personal profile] ninetydegrees - 2009-08-02 18:46 (UTC) - Expand

(no subject)

[personal profile] av8rmike - 2009-08-03 02:21 (UTC) - Expand

(no subject)

[personal profile] av8rmike - 2009-08-03 16:12 (UTC) - Expand

(no subject)

[personal profile] ninetydegrees - 2009-08-03 08:38 (UTC) - Expand

(no subject)

[personal profile] av8rmike - 2009-08-03 16:27 (UTC) - Expand

(no subject)

[personal profile] ninetydegrees - 2009-08-03 17:03 (UTC) - Expand

(no subject)

[personal profile] afuna - 2009-08-03 17:07 (UTC) - Expand

(no subject)

[personal profile] afuna - 2009-08-03 17:11 (UTC) - Expand

(no subject)

[personal profile] afuna - 2009-08-03 17:16 (UTC) - Expand

(no subject)

[personal profile] afuna - 2009-08-03 17:08 (UTC) - Expand

(no subject)

[personal profile] ninetydegrees - 2009-08-03 17:22 (UTC) - Expand

(no subject)

[personal profile] afuna - 2009-08-03 17:26 (UTC) - Expand

(no subject)

[personal profile] ninetydegrees - 2009-08-03 17:31 (UTC) - Expand

(no subject)

[personal profile] av8rmike - 2009-08-03 17:23 (UTC) - Expand

(no subject)

[personal profile] ninetydegrees - 2009-08-03 17:28 (UTC) - Expand

(no subject)

[personal profile] av8rmike - 2009-08-03 19:16 (UTC) - Expand

(no subject)

[personal profile] ninetydegrees - 2009-08-03 22:19 (UTC) - Expand
janinedog: (Default)

[personal profile] janinedog 2009-08-02 09:04 pm (UTC)(link)
I took two blocking-launch bugs and commented on two others--one of which I suggested should have its blocking-launch flag removed, and the other of which I need some feedback on before I can assign it to myself.
badgerbag: (Default)

[personal profile] badgerbag 2009-08-03 02:17 am (UTC)(link)
Yeah I'm in and will be steadily tackling bugs this week and next. As I learn stuff, I'll try to add it to the wiki!
badgerbag: (Default)

[personal profile] badgerbag 2009-08-03 05:52 am (UTC)(link)
They will be very small easy bugs!

I hope... 8-)
kareila: (Default)

[personal profile] kareila 2009-08-03 02:24 am (UTC)(link)
I already have two BL bugs, one which has had an uncommitted patch for at least two months and one that I'm just starting work on. But I assigned myself two more.
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-08-03 05:55 am (UTC)(link)
Which patch is that one?

(no subject)

[personal profile] afuna - 2009-08-03 06:04 (UTC) - Expand
kareila: (Default)

[personal profile] kareila 2009-08-03 06:30 am (UTC)(link)
Bug 355, it's gnarly SQL stuff.
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-08-03 05:56 am (UTC)(link)
Blocking-launch? means that someone requested it block launch, but it hasn't been granted. Blocking-launch+ means that it's officially a launch blocker.

Target Milestone: Launch means that we want it by launch, but it won't prevent us from launching if we haven't got around to it.
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-08-03 06:02 am (UTC)(link)
Hehe that confused me too! I ended up asking rah after I had mistakenly flagged everything targettig launch with blocking-launch?.