foxfirefey (
foxfirefey) wrote in
dw_dev_training2010-01-01 10:34 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Entry tags:
Some babydev bugs for the New Year
So, I'm trying to do more patching of little bugs lately, but I figured I should throw some out onto the waters instead of hogging them all. So, if you are looking for some easier bugs to do, these might fit the profile, and I can mentor you on any of them if you need it.
"Delete All" and "Refresh" at top of inbox
Make the tags of an entry be classes on the entry
S2 Profile Module: Add 'Search Journal' to Interaction Icons -- Taken by
grimsniffer
Include layout and/or theme name in Layout Credit module
add parent link to comments in inbox
Promote latest page more
add a link to the account settings page to the navbar
add links to entry pages in the page summary module
Slight modification to "Compose Message" page
Trim extraneous whitespace when auto-quoting in comments
Split /misc/adult_content.bml.title for separate use cases
Your account has been deleted mail points to wrong FAQ
Added 1/12:
Retitle button & window on Edit Reply screen
"Delete All" and "Refresh" at top of inbox
Make the tags of an entry be classes on the entry
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Include layout and/or theme name in Layout Credit module
add parent link to comments in inbox
Slight modification to "Compose Message" page
Trim extraneous whitespace when auto-quoting in comments
Split /misc/adult_content.bml.title for separate use cases
Added 1/12:
Retitle button & window on Edit Reply screen
no subject
http://bugs.dwscoalition.org/show_bug.cgi?id=2173
http://bugs.dwscoalition.org/show_bug.cgi?id=2175
http://bugs.dwscoalition.org/show_bug.cgi?id=2242
have all been taken.
At some point I wanted to solve http://bugs.dwscoalition.org/show_bug.cgi?id=2180 but I don't really understand how the translation system works (or why it doesn't work in this case) so any clue would be great.
Also I think http://bugs.dwscoalition.org/show_bug.cgi?id=2192 could be easy for some people too.
About http://bugs.dwscoalition.org/show_bug.cgi?id=2144 I thought it would be very, very easy to fix but not so much so a confirmation that this can't be done simply with S2 would be nice. ;)
The quick answers
If I remember correctly, basically what that means is even though the code behind it got changed, it was already loaded into the system, and the system doesn't overwrite existing translation strings. I poked
I added the one you suggested, and I'll see about looking into whether or not the thing listed could be done simply with S2! (I'll have to look at the existing built in S2 functions, methinks.)
Re: The quick answers
Re: The quick answers
But yeah, you're right--in order to fix the issue they talked about in code, you'd have to change .opt.edit to .opt.edit2. But instead of that, I just poked somebody with site copy access, because the code had already been committed. I guess it's up in the air which direction you choose--generally it's easier for a coder person to just change the translation string name, though. But maybe if something is trivial, or already changed in the code but not on the site, contact site copy instead?
Re: The quick answers