denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)Denise ([staff profile] denise) wrote in [site community profile] dw_news,
@ 2012-03-17 01:42 am UTC
  • Previous Entry
  • Add to Memories
  • Tell someone about this!
  • Next Entry
Hello, Dreamwidth! As usual, I bring you apologies for the long gap since the last [site community profile] dw_news post (there is always something to prevent the good long chunk of time I need to write one, but I'm sick and tired of doing things that won't pan out for ages by now!) and a whole slew of interesting things to discuss and share.

Behind the cut, we bring you:

* Development update
* Text Captcha
* Icon-Related Changes
* A note from the antispam team
* Custom dictionary expansion
* Default styles poll
* Dreamwidth Arts & Culture - "Delights"




Development update



The period since last we've spoken has seen two code tours. (For our new neighbors: the "code tour" is the regular listing of all the changes, improvements, and bugfixes we've added to the codebase during the period in question.)

First off, there's 1 Feb 2012 through 22 Feb 2012, all of which are now live on the site and many of which you may have noticed already. In addition to some changes that I'll get to in a few sections, this includes:

* Opening up the Support History page to everyone, so if you're looking for a support request you filed ages ago, you can locate it again. (This page isn't linked on the main support pages yet -- we're still trying to figure out where to put it.)

* The ability to only track a single user's posts to a community (instead of tracking the community as a whole). This option now shows whenever you hit the "track this" icon or link for a community (as a whole) or an entry in a community. (And, while we were at it, we rearranged the options for tracking an entry to make them a little less overwhelming.) (Edited 3/21, I'd forgotten the exact implementation there!)

[I should point out, by the way, that the bug for adding that feature was bug #8 -- logged well before we actually opened our doors -- and was also the last single-digit bug we had remaining. Hooray for resolving older bugs!]

* Displaying the number of screened comments on entries with screened comments (to those who have the ability to see the screened comments on those entries, I mean) -- previously, if you had 2000 comments on an entry but only 20 were visible, the comment count on the entry would say "20 comments". Now, it will instead say "20 visible | 1980 screened comments". For now this is only available on site-skinned comment pages (including the light mode entry view), but now that the hard part's done, we can do the tedious part of enabling it in individual styles' custom comment pages.

Then, we have the code tour for 22 Feb - 13 March. Most of these improvements aren't available on the live site yet, with the exception of the FAQ changes that were made -- they're still in testing. But, you can take a look to see the interesting stuff that's coming up.


Text Captcha



One major change we've made recently is to the "human test" shown across the site when we want to make sure that it's an actual person on the other end of the keyboard, rather than a spambot. Previously, we used a service known as "reCAPTCHA" -- this is the familiar "type the words you see on your screen" image-based human test most people are familiar with from many, many other sites.

Those human tests are very bad for accessibility, though -- they're impossible for people with low vision or screenreader users to solve (the service does have an audio version of the test, but those are widely considered to be much more difficult than the visual version). The reCAPTCHA service has been making their human tests more and more difficult lately, because spambots have gotten better and better at solving them. And, finally, we'd been getting multiple (and annoying) reports of people being unable to load the human test at all, because their computers couldn't contact the service.

So, for sitewide use, we've replaced reCAPTCHA with a new service known as "Text Captcha", which asks you to solve a very basic question -- something like, "Tomorrow is Sunday. If this is true, what day is today?" They're written to be very simple for humans to solve, and harder for computers to solve. The advantage is that they can be solved much more easily by screenreader users, and it eliminates a very bad accessibility barrier. (Accessibility is one of our prime commitments -- we want Dreamwidth to be usable by anybody.)

The disadvantage of text captchas is that they're harder for non-English speakers to solve, so it is a slight tradeoff. Given how simple the questions are, though, translation software should be able to handle them fairly well, and Dreamwidth itself isn't translated into other languages (for many, many reasons), so it's a tradeoff we were comfortable making.

We know that many of you use the human test for commenting in your journal (for anonymous comments only or for all comments) to minimize spam risk, though, and your audience may be different than the audience for Dreamwidth as a whole -- if you have multiple non-English-speaking commenters and no readers who are screenreader users or who have low vision, you may want to go back to using the image-based human test. If that's the case, go to the Privacy tab of Account Settings and look for the "Anti-Spam Type" setting. You can choose between text-based and image-based human tests for your journal. (It won't change which version you see elsewhere on the site, but it will hold for your journal.)


Icon Changes



As many people noticed, our last code push changed a few things about how icons are displayed, and there are a few more changes coming.

Multiple Pages of Icons

The page that shows all of an account's icons -- username.dreamwidth.org/icons -- is now paginated. Each page will show 50 icons to a page, and there's a navigation box to move forward and backward in the list. (There's also a "view all" link, if you'd still like to see all the icons at once; right now you can't easily get to the "all icons" page when sorted by keyword order rather than upload order, but that will be fixed with the next code push.)

This was done for several reasons. First, we're in the process of letting people choose to show the icon page in journal styles (rather than only being available in site skin) if they'd like, which is part of a major and ongoing effort to make everything that has to do with your journal display in your journal style. (The other major effort there involves the profile page.)

Second, one of the pieces of feedback we hear most often is that it's very, very painful to view and manage icons once you get up over a certain number. Because we're working on a way to let people buy more icon slots if they want (more about that in a second), fixing up icon management and display for large numbers of icons was a pre-requisite. Many people with slow connections, older computers, or mobile browsers were already having trouble loading icon pages past a certain number of icons, and it will only get worse as we allow people to have more icon slots! (Watch for further optimization efforts in the next few months as we gear up to releasing icon add-ons.)

Changes in hover text

With the last code push, we changed how hover text on icons is formed, so that instead of being "username, icon keyword" it is now username, keyword, and description. (Well, that's a slight inaccuracy: currently it's username, keyword, comment, and description. Seeing it in action, and based on feedback we've received, it's clear that the comment field shouldn't be there; it will be removed with the next code push, along with fixing a bug that's causing all keywords for each icon to display instead of only the keyword used to select the icon.)

We've been going around and around in circles on this since, I kid you not, 2010. The reason for making the change: the Description field on the icon management page is intended for people to write descriptions of the icon, which will be read to people who use screenreaders and shown to people who are using text-only browsers. So many people use icons as an additional channel of metadata about their comments, or as a hint about how their comment should be interpreted, and that information was totally lost to people who weren't browsing or weren't able to browse the site visually. The Description field was one of the first accessibility improvements we made to the site (and a lot of people who don't browse the site visually have told us they really, really appreciate it!)

The problem was, most browser make it nearly impossible for someone to get at the "alt text" (the text displayed in lieu of an image) without viewing the source of the page. Many people weren't even aware of the reason for that field being there. By putting the description into the hover text (which is shown in graphical browsers) as well as the alt text (which isn't), we hope to make it more clear to everyone what the description field is used for, thus encouraging more people to fill out descriptions for their icons.

Similar changes were made to (HTML) comment notification emails -- adding in the description and the keywords used for each icon -- to sync with the way icons are displayed on the site.

All of thse changes are to follow one of the core "best practices" of accessibility: there should be no information that is only available to users who are accessing your site in one particular way. (For instance: there should be no information only available to sighted users, or only to people who can use the mouse to hover, or only to people who are able to use the keyboard, etc.) We know we're not perfect on this yet -- there's still a few things that you need to be able to mouse in order to use, although we've nearly gotten to a point where we're happy with screenreader users' experience -- but accessibility for people with disabilities is one of our key values as a site, and we'll keep chipping away at the problem.

Icon add-ons brainstorming

As I mentioned up there, we are in the process of designing the icon add-on system for paid account holders to buy more icon slots if they feel they don't have enough!

Our current thoughts on how it will work, and our questions for you about how you would want it to work, are in the Brainstorming: icon add-ons post in [site community profile] dw_biz. If this is something you're interested in, head on over there and give it a read-through, then weigh in.

(I'm actually trying my hand at coding this one myself. Meep.)



A message from the antispam team



The increase in traffic and usage we've been seeing in the past few months -- we've nearly tripled our regular traffic over the past four months -- has brought with it a corresponding increase in spam, since spammers gravitate more towards more-active forums. It's thanks to the tireless efforts of our antispam team (who enjoy smacking spammers with a visceral glee) that we've been able to hold off the incursions so far -- spammers choose targets based not only on the service's activity and search engine visibility, but also on how well the service is protected and how quickly spam is removed.

If you receive spam comments, delete them and mark them as spam, whether they came from a logged-in user or an anonymous user. This is the best and fastest way to report spam and the way that will result in the quickest handling of spammers. It's tempting to report spammers spamming from a Dreamwidth account to the Terms of Service team, and if you do that they will still get handled, but the antispam system is still faster!

Please don't mark things as spam if they're not actually spam -- which is defined as commercial promotion, unwanted bulk solicitation, or automated gibberish (used to test a site's search engine visibility). Marking other things as spam only wastes the time and energy of the antispam team and prevents them from handling actual spam as quickly as they otherwise could.

Things that are not spam are generally aimed at a specific account or community and unique to that account or community: a single individual leaving comments that are critical of you or your community; a group of multiple individuals trying to disrupt your discussion with low-volume but annoying comments; a single individual leaving comments that are unpleasant, obnoxious, outrageous, or otherwise antisocial; low-volume trolling; comments designed to "page break", contain large/disgusting images, or otherwise disrupt the discussion; other general acts of asspimplehood. All of those things are definitely obnoxious and unwanted, but they aren't spam. They can be dealt with by turning on the "human test" (which may discourage the casual asspimple commenter), enabling comment IP logging, and in the worst cases by disabling anonymous comments and banning logged-in commenters whose comments you don't want.

If you're in doubt as to whether something is a wider automated spam campaign or if there's a human behind it trying to disrupt your individual account or community, it's okay to report it anyway -- there'll always be some false alarms and sometimes it's hard to tell the difference between one person doing ill-advised self-promotion manually and an automated spam campaign. Still, you can help us fight automated spam by making sure that you only report things that are spam.


Custom dictionary expansion



Way back in the dawn of Dreamwidth, we made a few changes that would let us define custom words in the dictionary used for on-site spellchecking. (This is the system that you can access when you preview and spellcheck your comment, not the computer-specific system that highlights potentially misspelled words as you type them with squiggles/underlines/highlights/other as-you-type indicators.) At the time we added a bunch of words we thought should be in the dictionary and then said we'd come back to the question after a few years once our users had had a chance to build up more site-specific vocabulary.

We're marching steadily towards DW's third anniversary (oh my goodness where has the time gone?), so it's time to re-visit the question! If you've noticed anything missing from the spellcheck dictionary, take a second to pop over to the Custom Dictionary brainstorming entry on our development wiki and add your contributions. (Editing is limited to logged-in users, but you can log in with your Dreamwidth URL using OpenID -- just enter your journal's address, such as http://denise.dreamwidth.org.)

We may not add every suggestion to the dictionary -- there are performance implications to a large custom dictionary -- but the wider the initial list, the better.


Default styles poll



Another thing we do here now and then is poll all y'all about what the default style and theme for newly-created accounts should be. (This doesn't prevent people from changing their styles, and it doesn't change the style for people who have already created their accounts; it only specifies what style should be used for newly-created accounts.)

It's been a while since we've done that -- the last poll was October of 2010, in which the default theme was selected as Neutral Good for the Practicality style. We've added a shitpot (that's a technical term) of new themes and styles since then, thanks to the hard work of the [site community profile] dreamscapes crew, so it's more than time to pick a new default.

Below please find a poll for which style you think should be the default style. Once we've chosen that, the next news post will include a poll with all the themes for the winning style. Once that poll's had a chance to run for a bit, that theme will be set to the new default theme.

(In this poll, I have removed Practicality, Skittlish Dreams, Transmogrified, and Negatives, all of which have previously been the default styles, so that the new default style will be one that hasn't been featured before! I've also removed EasyRead and Tabula Rasa, which are specialist styles designed for accessibility needs and for CSS skinning, respectively, and Zesty, which is a legacy style from our early closed-beta days.)

You can view all the base styles all at once. Each style in the poll is linked to all the themes available for each style. We hope you enjoy the chance to look through all the awesome styles and themes we've been adding!

Poll #9894 The 2012 Default Style Poll
This poll is anonymous.
Open to: All, detailed results viewable to: All, participants: 467

Which base style should be the default style for newly-created accounts?

View Answers

Abstractia
69 (14.8%)

Bases
11 (2.4%)

Basic Boxes
13 (2.8%)

Blanket
12 (2.6%)

Boxes and Borders
11 (2.4%)

Brittle
15 (3.2%)

ColorSide
10 (2.1%)

Compartamentalize
18 (3.9%)

Crisped
24 (5.1%)

Crossroads
20 (4.3%)

Drifting
7 (1.5%)

Dusty Foot
31 (6.6%)

Five AM
91 (19.5%)

Fluid Measure
15 (3.2%)

Funky Circles
18 (3.9%)

Marginless
6 (1.3%)

Modish
4 (0.9%)

Modular
26 (5.6%)

Nouveau Oleanders
9 (1.9%)

Paletteable
9 (1.9%)

Refried Tablet
10 (2.1%)

Stepping Stones
3 (0.6%)

Sunday Morning
11 (2.4%)

Tranquility III
24 (5.1%)




Arts & Culture - "Delights"



As many of you may remember, previously I've tried to include a section in news updates highlighting some of the awesomely creative things that DW users make, do, create, and share. I haven't been able to do this for a while, because it's an incredibly resource-intensive thing that I just haven't been able to keep up, but I've really missed having it -- DW users are doing some amazing things out there and I love seeing them!

But! Fear not, because [personal profile] pinesandmaples has volunteered to assemble a "Dreamwidth Arts and Culture" section in news posts. (And if you have something awesome that you've made/done/created/shared, drop her a PM!) I'll turn it over:

"Delights"
My theme this week is inspired by my recent reading assignments in early Quaker theology. Some of Dorothy White's words in an early tract pushed me to "look to the small delights, enjoy the world we have."

  • [personal profile] michiru tells a delightful little story of beans in her comic [community profile] chibibeans. Recommended is Prince of Tennis bean!

  • [personal profile] sneezer222 posted the only picture of snow that has ever caused my little Southern heart to squeal with glee, captured with only the flash and unaltered! The gentle glow of the falling flakes makes this view a sweet taste of wonderland.

  • [personal profile] noelleno offers art that shows a dramatic range of facial expression via very simple lines. Follow the progression down the post; don't just take my word for it!

  • The team at [personal profile] namsan_daily posted a photograph and description of hiking around Seoul, South Korea. Their post is a mini-vacation, a little jump away.

  • [personal profile] lorres shared one of her recent knitting projects and the process it took to get there her knitting blog. The cohesive neutrals were no accident, and they slide together so well. Beautiful.

  • [personal profile] argentumlupine blinded me with some mad science! A rad crash course on electric circuits basics (complete with diagrams!) makes all of these visual delights possible. I love electricity.

  • *

    And that's it from us for another update! As always, if you're having problems with Dreamwidth, Support can help you; for notices of site problems and downtime, check the Twitter status page; if you've got an idea to make the site better, you can make a suggestion.

    We'll see you in a few weeks for our next update. (And oh goodness I just previewed this entry and noticed that the styles poll actually looked like a poll in the preview. I always forget how many absolutely awesome little fixes we've done until I see them in action.)


    Page 1 of 3

    <<   [1] [2] [3]   >>

    (268 comments) - (Post a new comment)
    (Flat) (Top-level comments only) (Expand All)

    deird1: Fred looking pretty and thoughful (Fred pondering)


    [personal profile] deird1
    2012-03-17 06:00 am UTC (link)
    So, for sitewide use, we've replaced reCAPTCHA with a new service known as "Text Captcha", which asks you to solve a very basic question -- something like, "Tomorrow is Sunday. If this is true, what day is today?" They're written to be very simple for humans to solve, and harder for computers to solve.

    THANKYOU. This is excellent.

    (Reply to this)  (Thread


    denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


    [staff profile] denise
    2012-03-17 06:04 am UTC (link)
    [staff profile] fu did a lot of really hard work to integrate them with our existing code! I'm really happy we were able to do it -- I've hated image-based captchas for ages, but without them you wind up getting a lot more spam than you do with them. We haven't noticed any real jump in spam volume since switching to Text Captcha that wasn't already happening due to our increase in traffic -- if anything they're harder for spambots, since natural-language processing is harder than optical character recognition -- so I'm cautiously hopeful this will be a great improvement for both accessibility and spam prevention.

    Last edited 2012-03-17 06:04 am UTC

    (Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


    (no subject) - [personal profile] bluewolf458, 2012-03-17 07:44 am UTC (Expand)
    (no subject) - [personal profile] kahaeli, 2012-03-17 02:09 pm UTC (Expand)
    (no subject) - [personal profile] unixronin, 2012-03-17 07:40 pm UTC (Expand)
    (no subject) - [personal profile] lannamichaels, 2012-03-18 03:09 am UTC (Expand)
    (no subject) - [personal profile] twisted_times, 2012-03-18 02:54 pm UTC (Expand)
    the: (m. cotillard ☛ ( bedroom hymns ))


    [personal profile] the
    2012-03-17 06:22 am UTC (link)
    with regards to hover text on icons, i've just been wondering since i switched, why is it username rather than the name field? is there any intention to put the name field in there? i personally find it more useful than username (since the username is already there to read, if i hover over an icon for a person or, in the case of rp, a character's name, it lets me know how to address them). just wondering!

    i love how you've paginated the icons, because the view all option is there too as a sort of semi-opt out. c: it must be a huge relief for those with slower connections or older machines!

    (Reply to this)  (Thread)  (Expand)


    darjeeling: ([ ANIM ] everybody wears paper masks)

    +1


    [personal profile] darjeeling
    2012-03-17 06:30 am UTC (link)
    I've wondered this as well, and just seconding that I'd love to have whatever is filled into the Name field in the profile appear rather than the username on hovering.

    (Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


    Re: +1 - [staff profile] denise, 2012-03-17 07:23 am UTC (Expand)
    Re: +1 - [personal profile] denyamenti, 2012-03-17 02:53 pm UTC (Expand)
    +1 hoverbox - [personal profile] ana, 2012-03-17 03:08 pm UTC (Expand)
    Re: +1 - [personal profile] ceesoo, 2012-03-17 08:40 pm UTC (Expand)
    Re: +1 - [personal profile] darjeeling, 2012-03-17 02:54 pm UTC (Expand)
    (no subject) - [staff profile] denise, 2012-03-17 06:31 am UTC (Expand)
    (no subject) - [personal profile] the, 2012-03-17 06:37 am UTC (Expand)
    (no subject) - [staff profile] denise, 2012-03-17 07:03 am UTC (Expand)
    (no subject) - [personal profile] sends, 2012-03-17 07:33 am UTC (Expand)
    (no subject) - [personal profile] inabook, 2012-03-17 08:13 am UTC (Expand)
    (no subject) - [personal profile] ana, 2012-03-17 09:41 am UTC (Expand)
    (no subject) - [personal profile] inabook, 2012-03-17 12:26 pm UTC (Expand)
    (no subject) - [personal profile] ninetydegrees, 2012-03-17 12:27 pm UTC (Expand)
    (no subject) - [personal profile] inabook, 2012-03-17 12:36 pm UTC (Expand)
    (no subject) - [personal profile] ninetydegrees, 2012-03-17 12:42 pm UTC (Expand)
    (no subject) - [personal profile] inabook, 2012-03-17 12:47 pm UTC (Expand)
    (no subject) - [personal profile] ninetydegrees, 2012-03-17 01:09 pm UTC (Expand)
    (no subject) - [personal profile] whitelighter, 2012-03-17 08:25 am UTC (Expand)
    (no subject) - [personal profile] glampuss, 2012-03-17 08:46 am UTC (Expand)
    (no subject) - [personal profile] redbird, 2012-03-17 11:57 am UTC (Expand)
    (no subject) - [personal profile] fools_journey, 2012-03-17 01:27 pm UTC (Expand)
    (no subject) - [personal profile] ceesoo, 2012-03-17 08:42 pm UTC (Expand)
    (no subject) - [personal profile] ceesoo, 2012-03-17 10:11 pm UTC (Expand)
    (no subject) - [personal profile] nometal_alchemist, 2012-03-18 01:08 am UTC (Expand)
    (no subject) - [personal profile] pne, 2012-03-21 05:27 pm UTC (Expand)
    (no subject) - [personal profile] madheroking, 2012-03-17 06:32 am UTC (Expand)
    (no subject) - [staff profile] denise, 2012-03-17 07:23 am UTC (Expand)
    (no subject) - [personal profile] madheroking, 2012-03-17 07:39 am UTC (Expand)
    (no subject) - [personal profile] vinesofregret, 2012-03-17 08:51 am UTC (Expand)
    (no subject) - [personal profile] pne, 2012-03-21 05:26 pm UTC (Expand)
    (no subject) - [personal profile] ciaan, 2012-03-19 10:46 am UTC (Expand)
    fairwells: Dear Dr. Seuss ([dear] Dr. Seuss)


    [personal profile] fairwells
    2012-03-17 06:29 am UTC (link)
    I'm glad that I can write descriptions for my icons because I do have a friend that is sight-impaired. And thank you for the Text Captcha option. It was hard choosing in the poll. So many great styles from which to choose.

    (Reply to this)  (Thread


    denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


    [staff profile] denise
    2012-03-17 07:25 am UTC (link)
    The Description field was one of the first accessibility changes we made on DW, and I've been really excited about it for a while! Loads of people have told us how much they appreciate us making icons more accessible for them, and our commitment to accessibility is one of the things I'm most proud of. I'm really hoping the change to make the Description visible in the hover text makes more people aware of the existence of the option, and encourages them to write good descriptions for their icons -- doing good descriptions really is an art, rather than a science, but at least now people are more aware that the option exists. (I hate how hard most browsers make it to get at the alt text for images!)

    (Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


    (no subject) - [personal profile] fairwells, 2012-03-17 08:35 am UTC (Expand)
    (no subject) - [personal profile] delight, 2012-03-17 08:34 pm UTC (Expand)
    (no subject) - [personal profile] azurelunatic, 2012-03-17 11:44 pm UTC (Expand)
    napple: (ff12; ashe)


    [personal profile] napple
    2012-03-17 06:34 am UTC (link)
    I'm really sorry if you guys get bugged about this a lot, but I was wondering if you were considering the "Name" field to be added into the icon alt-text? I'd even suggest replacing the username field with that (like they did on LJ) since the icon is always beside the username anyway, but I'd understand if that was for accessibility as well.

    It's just really handy to hover for people's names without going to their profile, most especially in RP so you at least know the character's name.

    WHOOPS ignore me I see that you've responded to that already. I was sitting on this page too long.

    Last edited 2012-03-17 06:34 am UTC (hurp)

    (Reply to this)  (Thread


    denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


    [staff profile] denise
    2012-03-17 07:25 am UTC (link)
    Hee, don't worry about it!

    (Reply to this)  (Thread from start)  (Parent


    kore: (Barbara Cooney - Persephone)


    [personal profile] kore
    2012-03-17 06:39 am UTC (link)
    I really love the accessibility concerns -- thank you! It's great.

    (Reply to this)  (Thread


    denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


    [staff profile] denise
    2012-03-17 07:29 am UTC (link)
    Our commitment to accessibility improvements is one of the things I'm most proud about DW for doing -- I think we're one of the only non-disability-specific sites out there to have a whole project team ([site community profile] dw_accessibility) devoted to accessibility work, and we have at least two developers who concentrate nearly entirely on accessibility work. (Hopefully as we're able to grow and hire more people we'll even have a full-time staff member devoted to frontend accessibility programming.) It's not always easy, but it's definitely the right thing to do, and I'm hoping that our accessibility commitment will spread out to more open source software projects -- I was actually going to give a talk on "easy ways to make your project more accessible" at an open source conference last year, but had to cancel due to my own disability-related stuff, alas. But with luck we will be able to spread the best practices further!

    (Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


    (no subject) - [personal profile] ceit, 2012-03-17 09:20 am UTC (Expand)
    (no subject) - [staff profile] denise, 2012-03-17 09:32 am UTC (Expand)
    (no subject) - [personal profile] nonny, 2012-03-17 06:45 pm UTC (Expand)
    (no subject) - [personal profile] ninamalfoy, 2012-03-17 10:24 pm UTC (Expand)
    (no subject) - [personal profile] inoru_no_hoshi, 2012-03-17 11:45 pm UTC (Expand)
    (no subject) - [personal profile] ninamalfoy, 2012-03-18 01:32 am UTC (Expand)
    (no subject) - [personal profile] inoru_no_hoshi, 2012-03-18 01:41 am UTC (Expand)
    (no subject) - [personal profile] ninamalfoy, 2012-03-18 02:15 am UTC (Expand)
    (no subject) - [personal profile] inoru_no_hoshi, 2012-03-18 02:30 am UTC (Expand)
    (no subject) - [personal profile] ninamalfoy, 2012-03-18 07:36 am UTC (Expand)
    (no subject) - [personal profile] inoru_no_hoshi, 2012-03-18 08:22 am UTC (Expand)
    (no subject) - [personal profile] ninamalfoy, 2012-03-18 10:00 am UTC (Expand)
    (no subject) - [personal profile] inoru_no_hoshi, 2012-03-18 11:31 am UTC (Expand)
    (no subject) - [personal profile] ninamalfoy, 2012-03-18 11:54 am UTC (Expand)
    inoru_no_hoshi: The most ridiculous chandelier ever: shaped like a penis. Text: Sparklepeen. (Sparklepeen)


    [personal profile] inoru_no_hoshi
    2012-03-17 06:47 am UTC (link)
    other general acts of asspimplehood, the casual asspimple commenter— HEEEEEEEEEEEEEE! I ♥ you. :D

    As always, DW continues to be awesome. Also, I had no idea Abstractia looked that cool. I feel the need to go do some themeing! :D

    Last edited 2012-03-17 06:48 am UTC (Because reasons.)

    (Reply to this)  (Thread


    denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


    [staff profile] denise
    2012-03-17 07:30 am UTC (link)
    Oh man, when I saw Abstractia I actually squeaked. *g*

    (Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


    (no subject) - [personal profile] chiming, 2012-03-17 03:16 pm UTC (Expand)
    velithya: (sketch!me :D)


    [personal profile] velithya
    2012-03-17 06:49 am UTC (link)
    If we have html or DW links in our icon descriptions (eg giving credit, using usernames to identify people in the icon, etc) the hover comment is including all the code as well. Is that intended or should we be re-working icon descriptions not to include any HTML at all?

    (Reply to this)  (Thread


    denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


    [staff profile] denise
    2012-03-17 07:17 am UTC (link)
    We have to escape the HTML shown in hover text, because otherwise it could be a vector for malicious asspimplehood (long story short, it's because icons are shown in so many different contexts and spaces). So, yeah, anything that goes into the hover text shouldn't include HTML. We could rewrite things so that the tags are stripped, not escaped -- and we probably will -- but stripping can result in weird glitches sometimes, so you shouldn't rely on it.

    There really shouldn't be any HTML in the description field anyway -- the description is intended for screenreader users, to let them get a sense of what the icon contains. For credit, usernames, etc, that should probably go in the Comments field, not the Description -- the next code push will be removing the Comments field from the hover text and alt text, since seeing it "in action", and how people tend to use it, made it clear that people tend to use the Comments field as "icon housekeeping" that doesn't need to be shown on hover, just on the Icons page. So, if you want to use HTML (for credit, username links, etc) you can put that in the Comments field, and after the next push that will no longer display in hover text.

    (Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


    (no subject) - [personal profile] velithya, 2012-03-17 07:20 am UTC (Expand)
    (no subject) - [staff profile] denise, 2012-03-17 07:30 am UTC (Expand)
    (no subject) - [personal profile] velithya, 2012-03-17 07:38 am UTC (Expand)
    (no subject) - [personal profile] runpunkrun, 2012-03-17 07:35 pm UTC (Expand)
    (no subject) - [staff profile] denise, 2012-03-17 09:46 pm UTC (Expand)
    (no subject) - [personal profile] runpunkrun, 2012-03-17 10:06 pm UTC (Expand)
    cesy: "Cesy" - An old-fashioned quill and ink (Cesy)


    [personal profile] cesy
    2012-03-17 06:50 am UTC (link)
    Ooh, I like the Dreamwidth Arts and Culture bit.

    (Reply to this)  (Thread)  (Expand)


    denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


    [staff profile] denise
    2012-03-17 07:18 am UTC (link)
    I was so, so happy when [personal profile] pinesandmaples offered to curate it! It's a tremendous amount of work and a total labor of love, but I've really missed having it.

    (Reply to this)  (Thread from start)  (Parent


    (no subject) - [personal profile] falena, 2012-03-17 09:28 am UTC (Expand)
    oxfordtweed: (Ford - Mad Grin - H2G2)


    [personal profile] oxfordtweed
    2012-03-17 06:59 am UTC (link)
    I love the new Captcha! As a kinkmeme mod, the Captcha is the biggest frustration, because all it does is just annoy the users. We now no longer have to try the Captcha eight times before the comment goes through.


    And as someone who recently had to just go delete some icons to make room for some new ones, I cannot wait for more space! :D

    (Reply to this)  (Thread


    denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


    [staff profile] denise
    2012-03-17 07:21 am UTC (link)
    Yeah, captchas are an accessibility nightmare, especially since reCAPTCHA has had to make their image captchas more and more difficult over time as OCR software improves. I was so, so very pleased to be able to switch over to Text Captcha, and I really think it will be an overall net positive for everybody, not just screenreader users and people with low vision.

    I'm looking forward to being able to offer more icon space too! I'm actually the one coding it (*gulp*) -- I've gotten the very basic part of it working and now i'm fighting with the payment system to make it possible for people to actually buy the icon slots, heh. But I'm really looking forward to being able to let people buy as many icon slots as they want. (With limits in place for performance, being conservative at first and expanding them later, blah blah disclaimercakes.)

    (Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


    (no subject) - [personal profile] oxfordtweed, 2012-03-17 12:29 pm UTC (Expand)
    jumpuphigh: Text: I survived Open Beta and all I got was this lousy icon. (DWOpenBeta)


    [personal profile] jumpuphigh
    2012-03-17 08:44 am UTC (link)
    You can choose between text-based and image-based human tests for your journal.

    Oh. That is very nice.

    (Reply to this)  (Thread


    jumpuphigh: Lavender rose with the word "BLOOM" across it. (Bloom)


    [personal profile] jumpuphigh
    2012-03-17 08:57 am UTC (link)
    Every time I go to my icon page, I think, "I really need to add descriptions to my icons I imported from LJ." All of my icons added after moving to DW have descriptions but the amount of work to update my older icons just feels tremendous. This post inspired me to just update five of them. I think I'll just update one each time I'm on my icon page until I'm done.

    (Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


    (no subject) - [staff profile] denise, 2012-03-17 09:00 am UTC (Expand)
    (no subject) - [personal profile] jumpuphigh, 2012-03-17 10:00 am UTC (Expand)
    (no subject) - [staff profile] denise, 2012-03-17 10:06 am UTC (Expand)
    (no subject) - [personal profile] jumpuphigh, 2012-03-17 10:15 am UTC (Expand)
    (no subject) - [personal profile] jumpuphigh, 2012-03-17 10:29 am UTC (Expand)
    (no subject) - [staff profile] denise, 2012-03-17 10:30 am UTC (Expand)
    (no subject) - [personal profile] lienne, 2012-03-17 12:30 pm UTC (Expand)
    (no subject) - [personal profile] limikkin, 2012-03-17 05:09 pm UTC (Expand)
    (no subject) - [personal profile] twisted_times, 2012-03-19 02:17 am UTC (Expand)
    (no subject) - [personal profile] rainbow, 2012-03-23 12:39 am UTC (Expand)
    (no subject) - [personal profile] jumpuphigh, 2012-03-23 12:51 am UTC (Expand)
    (no subject) - [personal profile] rainbow, 2012-03-23 01:02 am UTC (Expand)
    (no subject) - [personal profile] twisted_times, 2012-03-19 02:16 am UTC (Expand)
    (no subject) - [staff profile] denise, 2012-03-19 02:22 am UTC (Expand)
    (no subject) - [personal profile] twisted_times, 2012-03-19 02:41 am UTC (Expand)
    (no subject) - [personal profile] azurelunatic, 2012-03-19 08:57 am UTC (Expand)
    (no subject) - [personal profile] twisted_times, 2012-03-19 10:45 am UTC (Expand)
    lilacsigil: 12 Apostles rocks, text "Rock On" (12 Apostles)


    [personal profile] lilacsigil
    2012-03-17 08:47 am UTC (link)
    Thank you for the new CAPTCHA! Even better, the option to choose!

    (Reply to this


    wishgrant: (225)


    [personal profile] wishgrant
    2012-03-17 09:12 am UTC (link)
    Thanks for the new CAPTCHA! I will kind of miss the hilarious sudden symbols and non-latin [?] characters it expected us to magic up, though.

    Last edited 2012-03-17 09:14 am UTC

    (Reply to this


    copracat: (scully)


    [personal profile] copracat
    2012-03-17 09:50 am UTC (link)
    Thank you for the improvements to captcha choices.

    (Reply to this


    arturia: (command)


    [personal profile] arturia
    2012-03-17 10:05 am UTC (link)
    I love the new captchas!

    (Reply to this


    alchemy: Nichelle Nichols in Star Trek ([st] I'm tripping over you.)


    [personal profile] alchemy
    2012-03-17 10:15 am UTC (link)
    I noticed the new CAPTCHA the other day and was thrilled. Naturally, improving the usability there wasn't enough for you guys; you went a step further and gave people the option to use the old version on their journals, too. This sort of careful consideration is why DW is amazing.

    I had been wondering about the username vs. name field hover issue (Like so many people above, for RP reasons), but you've explained it perfectly and I totally understand your reasoning. Furthermore, for the first time I fully understand the purpose of each of the extra icon fields and can now go forth and use them accordingly! Thank you!

    Also, I wanted to mention that I absolutely CANNOT WAIT to be able to skin my icon and profile pages. As a web design geek, I wanted something like this from LJ for years and years. This one change has the potential to set you apart from other LJ code-based sites in such a big way and I'm super excited for it. :D

    (Reply to this)  (Thread)  (Expand)


    denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


    [staff profile] denise
    2012-03-17 10:20 am UTC (link)
    I think you can actually skin your icon page right now, in fact! We haven't enabled the option yet sitewide because we haven't finished adding all the CSS to each layout, but if you're willing to edit a style layer directly, you can add:
    set use_journalstyle_icons_page = true;

    to the style, which will enable it. Check out the bug for /icon page styling, which will let you see how it's being done in the layouts that have already been converted.

    If you don't want to go through that hassle, though, we are very very close to being able to enable the option sitewide! I think another few weeks should get it. (Disclaimer, sometimes I am very bad at estimating completion times. But we're close!)

    (Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


    (no subject) - [personal profile] crosspistols, 2012-03-17 09:17 pm UTC (Expand)
    (no subject) - [personal profile] exor674, 2012-03-17 09:32 pm UTC (Expand)
    (no subject) - [personal profile] crosspistols, 2012-03-17 09:33 pm UTC (Expand)
    (no subject) - [staff profile] denise, 2012-03-17 09:55 pm UTC (Expand)
    (no subject) - [personal profile] exor674, 2012-03-17 09:28 pm UTC (Expand)
    wychwood: chess queen against a runestone (WW - Lewis queen)


    [personal profile] wychwood
    2012-03-17 10:55 am UTC (link)
    I agree with all the Abstractia voters that that's a really beautiful style - but the themes for it seem to tend very dark; they're nearly all light-text-on-dark-background, and a lot of people aren't keen on that. Maybe get some lighter themes together for it?

    (Reply to this)  (Thread)  (Expand)


    inoru_no_hoshi: The most ridiculous chandelier ever: shaped like a penis. Text: Sparklepeen. (Sparklepeen)


    [personal profile] inoru_no_hoshi
    2012-03-17 11:25 am UTC (link)
    A good point - jewel tones look amazing in Abstractia, but I'll be a good girl and make some dark-on-light themes for it. *makes note to self* :D

    Last edited 2012-03-17 11:28 am UTC (Grammar, I can haz, promiz.)

    (Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


    (no subject) - [personal profile] sagealford, 2012-03-17 03:41 pm UTC (Expand)
    (no subject) - [personal profile] chiming, 2012-03-17 03:14 pm UTC (Expand)
    (no subject) - [personal profile] azurelunatic, 2012-03-17 11:48 pm UTC (Expand)
    (no subject) - [personal profile] chiming, 2012-03-18 01:41 am UTC (Expand)
    (no subject) - [personal profile] azurelunatic, 2012-03-19 09:12 am UTC (Expand)
    (no subject) - [personal profile] inoru_no_hoshi, 2012-03-17 11:50 pm UTC (Expand)
    (no subject) - [personal profile] chiming, 2012-03-18 01:32 am UTC (Expand)
    (no subject) - [personal profile] nonny, 2012-03-17 06:48 pm UTC (Expand)
    (no subject) - [personal profile] chiming, 2012-03-18 01:57 am UTC (Expand)
    (no subject) - [personal profile] nonny, 2012-03-18 02:50 am UTC (Expand)
    (no subject) - [personal profile] chiming, 2012-03-18 05:11 am UTC (Expand)
    (no subject) - [personal profile] sophinisba, 2012-03-17 09:28 pm UTC (Expand)
    (no subject) - [personal profile] chiming, 2012-03-18 01:55 am UTC (Expand)
    (no subject) - [personal profile] sophinisba, 2012-03-18 03:03 am UTC (Expand)
    (no subject) - [personal profile] chiming, 2012-03-18 04:25 am UTC (Expand)
    (no subject) - [personal profile] yeahscience, 2012-03-18 07:56 am UTC (Expand)
    (no subject) - [personal profile] sophinisba, 2012-03-18 02:12 pm UTC (Expand)
    (no subject) - [personal profile] boundbooks, 2012-03-18 04:28 pm UTC (Expand)
    (no subject) - [personal profile] twisted_times, 2012-03-19 02:19 am UTC (Expand)
    rob_t_firefly: Stock footage of the Women's Institute applauding. (applause)


    [personal profile] rob_t_firefly
    2012-03-17 11:20 am UTC (link)
    I wish more service providers used technical terms like "asspimplehood" and "shitpot" in their user-relations postings! :-D

    (Reply to this)  (Thread


    inoru_no_hoshi: The most ridiculous chandelier ever: shaped like a penis. Text: Sparklepeen. (Sparklepeen)


    [personal profile] inoru_no_hoshi
    2012-03-17 11:28 am UTC (link)
    *sticks a gold star on this comment*

    (Reply to this)  (Thread from start)  (Parent


    Random question


    [personal profile] amethystfirefly
    2012-03-17 11:54 am UTC (link)
    Are there plans to expand the number of mood themes? The handful we have are pretty blah and I'd love to see more options.

    (Reply to this)  (Thread)  (Expand)


    moem: A computer drawing that looks like me. (default)

    Re: Random question


    [personal profile] moem
    2012-03-17 07:02 pm UTC (link)
    Seconding this. That would be lovely.

    (Reply to this)  (Thread from start)  (Parent


    Re: Random question - [staff profile] denise, 2012-03-17 09:02 pm UTC (Expand)
    Re: Random question - [personal profile] zvi, 2012-03-17 11:26 pm UTC (Expand)
    Re: Random question - [staff profile] denise, 2012-03-18 12:39 am UTC (Expand)
    CC mood icons - [personal profile] pne, 2012-03-21 05:40 pm UTC (Expand)
    Re: Random question - [personal profile] angelikitten, 2012-03-18 10:09 am UTC (Expand)
    Re: Random question - [personal profile] ninetydegrees, 2012-03-18 10:17 am UTC (Expand)
    Re: Random question - [personal profile] angelikitten, 2012-03-18 11:43 am UTC (Expand)
    (no subject) - [personal profile] turlough, 2012-03-18 07:25 pm UTC (Expand)
    (no subject) - [personal profile] angelikitten, 2012-03-18 08:37 pm UTC (Expand)
    Re: Random question - [staff profile] denise, 2012-03-22 04:38 am UTC (Expand)
    Re: Random question - [personal profile] angelikitten, 2012-03-22 04:29 pm UTC (Expand)
    Re: Random question - [personal profile] exor674, 2012-03-31 07:15 pm UTC (Expand)
    Re: Random question - [personal profile] pne, 2012-03-22 01:34 pm UTC (Expand)
    Re: Random question - [personal profile] angelikitten, 2012-03-22 04:30 pm UTC (Expand)
    Re: Random question - [personal profile] rainbow, 2012-03-23 01:04 am UTC (Expand)
    Re: Random question - [personal profile] angelikitten, 2012-04-23 10:19 am UTC (Expand)
    Re: Random question - [personal profile] faye, 2012-03-18 06:42 pm UTC (Expand)
    Re: Random question - [personal profile] jd, 2012-04-22 05:18 am UTC (Expand)
    Re: Random question - [personal profile] algeh, 2012-03-19 10:12 pm UTC (Expand)
    Re: Random question - [staff profile] denise, 2012-03-22 04:23 am UTC (Expand)
    Re: Random question - [personal profile] algeh, 2012-03-22 11:40 pm UTC (Expand)
    Re: Random question - [staff profile] denise, 2012-03-23 02:39 pm UTC (Expand)
    redbird: profile photo of me (profile)


    [personal profile] redbird
    2012-03-17 11:59 am UTC (link)
    Thanks for the custom dictionary wiki page. I have made a suggestion already, based on an ongoing annoyance with the built-in on Firefox (and checked that this word isn't in the current version of the DW dictionary).

    (Reply to this


    ashkitty: a redhead and a couple black kitties (a girl and her cats, me me me!)


    [personal profile] ashkitty
    2012-03-17 12:18 pm UTC (link)
    Oh, thank you SO much for the text questions instead of nasty Captcha.

    (Reply to this


    destinyislands: Smiling teen (Excellent~!!)


    [personal profile] destinyislands
    2012-03-17 01:10 pm UTC (link)
    we've replaced reCAPTCHA

    Thank you! It rarely loaded for me, and when it did, I couldn't read it.

    (Reply to this


    pocketmouse: pocketmouse default icon: abstract blue (bluemouse)


    [personal profile] pocketmouse
    2012-03-17 02:33 pm UTC (link)
    Does Abstractia actually allow for all configurations of right-vs-left with the icons? I think when it first started out as a hand-mod, it didn't, or it was really buggy.

    (Reply to this)  (Thread


    chiming: (pic#1935752)


    [personal profile] chiming
    2012-03-17 03:16 pm UTC (link)
    Yes, it does, now. At least, it does unless there's something I've forgotten! Icons can be left or right in the entry, and usernames can be left or right and in a variety of different places in the entry. (When I polled friends, there was a lot of different opinions, so I just added in the option to put them in all the preferred spots.)

    (Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


    (no subject) - [personal profile] pocketmouse, 2012-03-17 04:19 pm UTC (Expand)
    (no subject) - [personal profile] pocketmouse, 2012-03-17 05:50 pm UTC (Expand)
    (no subject) - [personal profile] musyc, 2012-03-17 06:25 pm UTC (Expand)
    (no subject) - [personal profile] chiming, 2012-03-17 06:43 pm UTC (Expand)
    (no subject) - [personal profile] chiming, 2012-03-17 06:43 pm UTC (Expand)
    (no subject) - [personal profile] pocketmouse, 2012-03-17 06:52 pm UTC (Expand)
    (no subject) - [personal profile] chiming, 2012-03-17 07:33 pm UTC (Expand)
    (no subject) - [personal profile] pocketmouse, 2012-03-17 07:43 pm UTC (Expand)
    (no subject) - [personal profile] chiming, 2012-03-17 07:45 pm UTC (Expand)
    (no subject) - [personal profile] pocketmouse, 2012-03-17 08:10 pm UTC (Expand)
    (no subject) - [personal profile] chiming, 2012-03-17 08:11 pm UTC (Expand)
    puella_nerdii: (&our little life is rounded with a sleep, we are such stuff as dreams are made on)


    [personal profile] puella_nerdii
    2012-03-17 03:42 pm UTC (link)
    Count me among those cheering about the replacement of Captcha with Text Captcha -- I swear, half the time those images display words in characters I can't actually type on an English-language keyboard. I'm also digging the arts and culture bit; I appreciate how you and the other DW admins are interested in building both community and cool site features. :D

    I have also been instructed by [personal profile] akatonbo and [personal profile] pantswarrior to tell you that I played Suikoden I for the first time recently and managed to kill Neclord with JUST VIKTOR, and that apparently this holds some personal meaning for you!

    (Reply to this)  (Thread


    denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


    [staff profile] denise
    2012-03-17 09:12 pm UTC (link)
    OH MY GOD IT REALLY DOES WORK FOR EVERYBODY.

    (Arrgh, I can't find the explanation I wrote for this, but basically: friend was playing Suikoden I, second battle with Neclord was going badly, was down to just Viktor left alive. She yelled "If I kill this thing with just Viktor--" and bam, it died. Another friend, same situation: she yells, "if I kill this thing with just Viktor --" and bam, it died. This happened for every one of us in the apartment -- all five of us -- when we hit that battle in our playthrough, and has continued to happen on many subsequent playthroughs; in subsequent dire straits in various RPGs, we have also been able to yell "If I kill this thing with just Viktor", even if there is nobody named Viktor in the game, and have whatever we are fighting die.)

    (Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


    (no subject) - [personal profile] wytchcroft, 2012-03-17 11:25 pm UTC (Expand)
    (no subject) - [personal profile] musyc, 2012-03-18 12:10 am UTC (Expand)
    (no subject) - [personal profile] pauamma, 2012-03-19 02:41 pm UTC (Expand)
    (no subject) - [personal profile] cypher, 2012-03-18 01:59 am UTC (Expand)
    (no subject) - [personal profile] puella_nerdii, 2012-03-18 06:50 am UTC (Expand)
    (no subject) - [staff profile] denise, 2012-03-18 06:55 am UTC (Expand)
    (no subject) - [personal profile] puella_nerdii, 2012-03-18 11:19 pm UTC (Expand)
    (no subject) - [personal profile] twisted_times, 2012-03-19 02:26 am UTC (Expand)
    kneewindows: ([Awkward] You see it's like this...)


    [personal profile] kneewindows
    2012-03-17 03:51 pm UTC (link)
    I think the Abstractia layout is pretty, but I've always held that a default layout should be something basic with no fuss or frills. Which I don't feel Abstractia meets at all.

    Then again I don't really see why the default needs to change either so that could be part of it I suppose.

    (Reply to this


    haruka: (ryoma-final smile)


    [personal profile] haruka
    2012-03-17 04:12 pm UTC (link)
    I came across the text captcha when making a couple of accounts for gaming and I was THRILLED! I'm going to recommend this to my workplace, because our customers have a terrible time with the other captcha method.

    Also, I like the Arts & Culture section, and thanks to you and [personal profile] pinesandmaples for including my wife's [community profile] chibibeans! ^_^

    (Reply to this)  (Thread


    fu: Close-up of Fu, bringing a scoop of water to her mouth (fu)


    [staff profile] fu
    2012-03-17 04:46 pm UTC (link)
    We're using the captchas from TextCaptcha FYI! I hope that it proves useful to you and your customers :)

    (Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


    (no subject) - [personal profile] haruka, 2012-03-17 04:48 pm UTC (Expand)
    (no subject) - [personal profile] haruka, 2012-03-17 04:49 pm UTC (Expand)
    (no subject) - [staff profile] fu, 2012-03-17 04:54 pm UTC (Expand)
    (no subject) - [personal profile] haruka, 2012-03-17 04:56 pm UTC (Expand)
    (no subject) - [personal profile] haruka, 2012-04-06 01:51 am UTC (Expand)
    (no subject) - [staff profile] denise, 2012-04-06 01:54 am UTC (Expand)

    (268 comments) - (Post a new comment)
    (Flat) (Top-level comments only) (Expand All)

    Page 1 of 3

    <<   [1] [2] [3]   >>