Entry tags:
The return of the fix-it marathon
So, at the end of June,
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. :)
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
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. :)
no subject
(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.)
no subject
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
More reasons to have a better wiki page! Okay, I'll explain.
A Dreamhack is essentially your own private installation of Dreamwidth. It's intended for development use - so you shouldn't use it to start your own journalling site, for example - but it includes everything you need to run it already in the package. In fact, after you get a Dreamhack, you can start it up just by typing one command in its SSH console: 'start-apache'. Everything else - the setup of libraries, etc - has all been done for you, leaving you able to concentrate on hacking on the code itself.
Does that help?
no subject
She may/may not know about SSH, but I can tell you that a lot of the people wanting to work in styles with S2 or CSS won't, and trying to learn how to use a Dreamhack is the kind of thing that might only be appetizing after one is doing enough developing to make all that learning worth the investment. And it's not just learning how to use SSH, a person has to learn how to keep a Dreamhack updated, and sometimes that can run into interesting issues. (See: recent perlbal repository change.)
no subject
Also, I don't know if I 'just' want to work with S2. I'm willing to learn anything but I have no idea if I could be able to.
no subject
And what would you want those link colors change to?
no subject
I don't know if the link colors should be changed because I don't know how much contrast is needed. The current colors which are used are yellow for text and white for links. The yellow color is the same which is used for the links of the navigation menu. Nobody remarked on this being hard to read so... The only possible issue I can think of is that the footer uses the reversed scheme: yellow for text, white for links as I said. Having yellow for links in the top menu and for text in the footer menu may be confusing. Or not.
no subject
no subject
no subject
no subject
The words you speak are English and yet I didn't understand any of them. :)
no subject
The advantage to using a Dreamhack is that you won't be messing with your main journal style or have to make gibberish entries in your main journal-- you can just make your test entries there where no one but you has to see them. Am I making sense? You can feel free to e-mail me if you have more questions if you prefer not to take up more comment space here.
no subject
I do have more questions as you didn't explain what you mentioned in your previous comments. I have no problem with commenting here but maybe you do since you suggested it. Y/N?
no subject
http://www.afuna.dreamhack.afunamatata.com/
http://www.afuna.dreamhack.afunamatata.com/?as=commandline
There are a few other things, but I think most of the rest don't affect styles testing.
no subject
no subject
to force being a logged out user
(It doesn't work after you do a form post, but for everytihng else...!)
no subject
(no subject)
no subject
no subject
no subject
no subject
no subject
I just didn't want to add to thread/comment bloat, since we're getting kind of off topic, but ask away!
no subject
As I said, I didn't understand what you meant when you said: "I don't have one, but what I *do* have is a local copy of our "s2team" repository, to which I can commit patches. All you really need is Mercurial and a copy of one of the repositories so that you can generate patch files."
no subject
Anyway, Mercurial is the version control system Dreamwidth is using. There's a page on the Wiki that provides a little more information about it, but it's basically a distributed system with multiple repositories instead of just one (like LJ uses). About six months ago,
However, there aren't as many of us doing active S2 development now, so we're not really using the s2team repository any more. As I mentioned up-thread to
no subject
You are. Thanks for the explanation.