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-09-26 05:13 am UTC
Hello, Dreamwidth! It has been a busy busy week in these parts, and we are here to bring you a collection of new and interesting things you can play with and information about the awesome things we've been up to.

Behind the cut:

* Development
* Technical backend improvements
* S2 siteskinned comments beta
* Create Entries beta updated
* Site skins now HTML5
* New styles and themes
* Email Notification Woes
* Import Problems -- Fixed, But Tell Us Anyway
* Paid Time
* Miscellaneous Other Stuff



Development



We did a code push this weekend, so there is so much stuff new and improved that I have to share with you, omg. I'll go through some of the really awesome stuff in a bit, but if you want to see everything, we have code tours:

13 July - 25 Aug
26 Aug - 19 Sept

I also want to call out a welcome to new contributors [personal profile] carisma_sensei, [personal profile] dunvi, [personal profile] kunzite, and [personal profile] swaldman!

Some highlights of bugfixes and new features:

* Poll responses will now be sorted chronological by response order, not by the userid of the responder.

* Pages that have a "work as community" dropdown will also now have a statement of what user you're currently working as.

* Emails generated by actions taken in moderating communities will always include a copy of the entry that's being accepted (previously it only included the post if it was being rejected).

* Until we can take some more steps to make our morass of settings make more sense (it's definitely something we want to do!) there will be better linkage between the Manage Settings page for a community and the community posting settings page.

* We've expanded the Links List in your journal so you can now specify a title for each link (to be displayed on mouseover) in addition to the link and the link text.

* We made it clearer that the "Delete All" message in your inbox only applies to the particular subfolder you're looking at, if you're looking at a subfolder.

And many, many more, including:


Technical backend improvements



(Which sounds super, super dirty, I know.)

We've been working our fingers off for the past few months to make it possible to switch from our old version control system (Mercurial) to our new version control system (Git, hosted by GitHub). We also took the migration as a chance to fix up a ton of the process that annoyed the crap out of us (and made it hard to explain things to newcomers), and a bunch of stuff that worked great thirteen (!) years ago when Brad Fitzpatrick first started development on LiveJournal but that other people have come up with better ways of doing in the meantime.

Special shout-outs go to [staff profile] fu, [staff profile] mark, [personal profile] exor674, [personal profile] kareila, [personal profile] pauamma, [personal profile] foxfirefey, and [personal profile] ninetydegrees, all of whom did a ton of work in making the change possible, documenting the new process, or helping us to find glitches in the new process so we could fix them, and to [personal profile] cesy for a ton of useful advice. This changeover has been several months in the making, and I'm sure I've missed a few people who also helped out (and I apologize to anybody I left out!) It's been a really awesome example of everybody gamely pitching in and learning new stuff left and right in order to make the process better for everybody.


S2 siteskinned comments beta



One of our long-running backend cleanup tasks is, over time, to replace the existing templating language that builds the pages on the site with a newer, more modern templating language.

At the time we forked our code from LiveJournal, most of the pages on the site except for individual journals were generated by a custom templating language known as BML, which Brad invented for the site he ran before LJ (because at the time there really wasn't an alternative) and carried over to LJ. BML hasn't been under active development in years, though, because it got to the point where it was good enough for the site and it wasn't worth spending the time to make it better. In the intervening years, several other good templating languages have arisen, many of which have much more widespread adoption, better documentation, and more modern features. So, we're slowly converting pages from using BML to using Template Toolkit, the new templating language we've chosen.

Individual journals, however, are generated by a custom programming language called S2 (if you've ever created a custom style, on LJ or on Dreamwidth, you've probably dabbled a bit in S2). Except! If you had custom comment pages turned off in your journal, so that your entries and comment pages showed in the site skin instead of in your journal style, the entry or comment page was generated through BML and the site templating language.

(It was really, really, really old code, too. Like, really. Really, really, really old.)

Having the two separate ways to generate an entry page is super inefficient, because it means that when we change something in one, we have to change it in the other as well. (And, as people have no doubt noticed, we haven't been all that great at keeping them synchronized up.) So, we're working on making it so that the comment page is generated by S2, no matter if you're viewing it in the site skin or not. This has meant a lot of work to make the S2-generated entry/comment pages match the old site-skinned comment pages, and it's been a daunting task. [personal profile] exor674 did a lot of the backend changes necessary to even make it possible, with help from [staff profile] fu, and [personal profile] momijizukamori did most of the CSS and S2 work to create the actual views, with help from [personal profile] kunzite.

Changes like this are super huge, and there's always the chance that we missed something, so we're running the converted comment pages through our beta features system first, in order to make sure we didn't miss anything. If you'd like to help us out by testing, go to the Beta Features page and scroll to the third of the three beta tests, labeled "New S2 Comment Pages". Bugs or display weirdnesses can be reported in the entry for the S2 comment pages test in [site community profile] dw_beta, and you can see the current list of known/fixed issues that we've identified.


Create Entries beta updated



A while back we rolled out the beta version of our new Create Entries page, which will eventually become the page you use to update your journal. (We're redesigning it because the existing update page really won't work well for things we want to add in the future, like scheduled posts, draft posts, more integrated media hosting, and other spiffy new features.) It's a super huge undertaking, because as part of all this, we've had to pretty much reinvent a ton of stuff on the backend to make it possible. We've been tweaking it and fixing bugs with it based on your feedback for a while, as well as working on the last few things that haven't been implemented yet, and this push added one of those things that had been missing: the ability to edit your entries in the new form (as well as posting entries).

We still haven't implemented a rich text editor (which has proven annoyingly hard), draft entries of any type (including auto-saving of entries you're typing), or the "don't autoformat" button (although if that's the only thing keeping you from switching over, you can surround things that shouldn't be autoformatted in <raw-code>...</raw-code> tags), so if those things are really important to your use of Dreamwidth, you should hold off on enabling the beta version. But we've fixed a ton of the bugs that people have reported, too, so if you tried it out and ran into bugs with it, you might want to try again.

To enable the beta Create Entries page, go to the Beta Features page and scroll to the second of the three beta tests, labeled "New Create Entries Page". Once you've enabled it, visit the new page and hit the gear icon in the upper right hand corner of the page () to turn individual panels on and off, and to drag and drop the panels to rearrange them to your satisfaction. Bugs or display weirdnesses can be reported in the entry for the Create Entries editing page.


Site skins now HTML5



Thanks to the tireless efforts of [personal profile] deborah, all of our site skins are now written in HTML5, the newest version of the HTML spec. This is so that we can make the site better for people who access it with assistive technology, and also to take future advantage of the really flexible and powerful things that have been added to the markup language.

I did totally forget to let people know in advance of the codepush that any custom Greasemonkey or Stylish skins that people have created would probably break a little -- I'm sorry for forgetting to mention that! If you're using a custom skin, [personal profile] ninetydegrees commented with the CSS selectors that changed for you to use in changing your custom skins.


New styles and themes



This code push also included a screaming whackton (that's a technical term) of new styles and themes, thanks to the amazing work of the people in [site community profile] dreamscapes and [personal profile] momijizukamori and [personal profile] ninetydegrees, theme-patching machines. This push included over 100 new themes, and four entirely new styles: Ciel by [personal profile] carisma_sensei, Corinthian by [personal profile] momijizukamori, Librarian's Dream by [personal profile] branchandroot, and Paper Me by [personal profile] cimorene.

With this push, we've surpassed over 1000 available themes for your journal -- 1,120, to be precise. That's kind of freaking awesome.

There's an overview of the new stuff in [site community profile] dw_styles. If it's been a while since you've checked out the available themes and styles for your journal, we've added a "New" tab in the Select Journal Style area, which will hold all themes that have been added in the last two code pushes. You can also view the base styles, and if you click on the style name, it will show you all themes that are available for the style. Once you've picked a theme, the Customize Journal Style page will allow you to tweak it to your heart's content, from choosing where to put the sidebar (or how many sidebars you want, if any) to changing the colors to more.

Also, I'm pleased to announce the (belated) results of our polling for the new default theme for new accounts! Newly-created accounts past this point, until our next change, will use the "Early Edition" theme for the Five AM style. This won't affect accounts that have already been created, but newly-created accounts will use that style and theme for a while.


Email Notification Woes



Several Gmail users have let us know that Gmail appears to be marking email notifications from us as spam again. This happens from time to time: because of the volume of email we send out, and because of the @dreamwidth.org forwarding email addresses (which get a lot of spam, and therefore looks like we're sending a lot of spam), many providers will give us the side-eye of You Are Possibly A Spammer, You.

There are some things we can do whenever this happens, and we do do them, but because email is kind of a deeply flawed protocol (because it was created back in the day when if somebody was doing something stupid with it, their network admin could walk down the hall and whack them upside the back of the head and tell them to stop being stupid) it is super hard to make sure that it will work for everybody.

So, if you use Gmail and you've been missing email from us, check your spam folder: it's probably there. You can sometimes work around this by explicitly adding "dw_null@dreamwidth.org" to your Contacts, or by setting up a recipe in your inbox so that email from that address is delivered to a sub-folder of your inbox (we've been told that Gmail handles filtering recipes before they spam-filter, and assumes that any mail you've set up to divert into a separate folder is wanted mail). You might also want to contact them and let them know that their spam-filtering algorithm is depriving you of wanted mail, and make sure to check the "this is not spam" on any mail that has been diverted into your spam folders to help train their detectors.

Meanwhile, especially if you're using a huge webmail provider, please be careful not to mark email from us as spam, since many systems will learn from that over time. If you want to stop getting email notifications, you can change your settings on the Notifications tab of Account Settings. Likewise, if you get a spam comment to your journal or a spammy private message, use the "delete and mark as spam" option on the site (which will send it to the vigilant [site community profile] dw_antispam team) instead of marking the notification itself as spam inside your email program. (And the antispam team would also like to remind you that while it's best to report spam if you aren't sure if it's spam or not, people breaking community rules should just be deleted, not deleted & marked as spam!)


Import Problems -- Fixed, But Tell Us Anyway



A few weeks ago, people were reporting a problem where they'd request an import from another site and the system would tell them the import was successful, but comments weren't being imported.

We've found and fixed the thing that was causing the issue, but if you were one of the accounts that were affected and your comments still haven't been added to your account, we need you to tell us about it. [staff profile] mark was able to automatically fix some of the accounts that were affected, but not all.

If you're one of the people whose comments are still missing, or who got duplicated entries when doing an import, please open a support request in the Importer category to let us know. (I did contact a few people who had open support requests already, so if you already got a support reply from me, you don't need to do this again.)


Paid Time



It's been a while since we've said a public thank you to the people who make it possible for us to keep this place running! We have no advertisers, no venture capitalists, and no outside investors: our only source of income is your payments to us. That means that we're focused 100% on doing things that make you happy, not pleasing third parties who don't even use the site themselves.

If you'd like to show your support for us and to make it possible for us to do even more awesome things in the future, you can buy paid time, for yourself or for a friend. You can also buy extra icon spaces that you can use whenever your account is paid, or Dreamwidth Points that can be used in the shop in the future or given to a friend later.

A side note about paid time: in the past, we've transfered paid time from one account to another for anyone who asked, as a favor for the people who supported us. Unfortunately, paid time transfer has to be done manually right now, and the number of requests has really exploded lately -- it's started to take up a significant portion of my time. We're going to have to start placing some more restrictions on paid time transfer, so if you aren't sure whether you're going to keep using an account for a while, you may want to start buying paid time in smaller increments or buying a batch of Dreamwidth Points and then applying them to paid time one month at a time or so. (There's no real penalty for buying paid time in smaller batches: it costs roughly the same on a per-month basis, with a few pennies' difference here and there to make the numbers come out even.)


Miscellaneous Other Stuff



A collection of stuff that isn't involved enough to get its own header:

* [staff profile] mark and I will both be attending linux.conf.au 2013 in Canberra, Australia at the end of January! We'll both be speaking: he'll be delivering "Systems Administration: Server and Process Behavior" on Thursday, and I'll be delivering "Beyond Alt Text: What Every Project Should Know About Accessibility" on Friday. We've both been to LCA before and found it to be an awesome conference full of awesome people, so if you're in a place where you can come, you totally should.

* Back in December, we pledged 10% of our revenue that month to the Ada Initiative, a nonprofit organization that works to improve the representative of women in "open stuff", including open source software. You can read their blog post about our donation! (I believe in what they're doing so much that I donate my time to serve on their board of directors in an advisory capacity.) I went to their AdaCamp DC unconference a few months ago, and it was one of the most awesome conference experiences I've ever had. The Ada Initiative is holding an individual fundraising drive at the moment to allow them to keep doing awesome work; if you have some spare cash, please consider donating to the cause.

* One of the things we care about a lot is making Dreamwidth accessible to people who are using all kinds of assistive technology -- it's one of our primary goals for the site! This is something you can help with, too. If you have some spare time, visit your Manage Icons page, and take a few minutes to fill out the "Description" field for a few of your icons. That field is used as the "alt" text every time the icon is displayed, which is the text that screenreaders read out to people who are listening to pages instead of viewing them. Good descriptions are short and succinct -- you might explain what's happening in the icon, describe the mood the icon's intended to evoke, or transcribe the text. Check out my icons page for a sampling of some of the approaches.

* Because I've just been all super dorky all over our irc channel about how amazingly awesome all of our volunteer contributors are, I wanted to repeat that here! [personal profile] kareila has just compiled our quarterly(ish) list of code, theme, and styles contributors (and it's awesome to see how many people are currently active!) and you can see the list of people who have gotten "support points" for helping out in the public support area. Our antispam team (listed in the userinfo of [site community profile] dw_antispam) does amazing work to keep the site spammer-free (or at least spammer-repellant), and everybody who offers opinions in [site community profile] dw_accessibility helps keep us one of the more accessible sites on the internet. The designers in [site community profile] dreamscapes help make the site pretty, and everybody who's opted into one of our public beta tests and given feedback or reported bugs in [site community profile] dw_beta helps to make the site better and more reliable for everybody. If you're interested in helping out, or want to learn more about contributing, why not check out one of our official communities and see what strikes your fancy? We'd love to have you, and I like to think we're a pretty awesome project to work on.

*

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 soon for our next update!


Page 1 of 3

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

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

iris: (megaman / iris ✿ wind)


[personal profile] iris
2012-09-26 09:34 am UTC (link)
I'm surprised you were transferring time in the first place, honestly!

(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-09-26 09:44 am UTC (link)
Well, we like to do nice things for the people who support us whenever possible! I mean, y'all are what makes it possible for us to pay our bills. :) (And, good Lord willin' and the crick don't rise, someday get more people, including [staff profile] mark again, working on DW fulltime -- we are edging ever closer to that goal, omg.) But yeah, the number of requests lately does sadly make it impossible for us to keep doing it for everybody who asks. We do want to build a system that will let people convert their remaining paid time back into points to some extent -- it'll have to be done in one-month chunks so that if you have, for instance, 11 months and 28 days of paid time left, you'll be able to convert 11 months back into points and be left with the 28 days -- but the payment system is intensely complicated and very "high risk" to mess with, so stuff like that can only be done by our most experienced developers, all of whom are booked out months and months in advance in terms of what they have time to do. :(

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


(no subject) - [personal profile] ketsu, 2012-09-26 01:41 pm UTC (Expand)
(no subject) - [personal profile] andrewducker, 2012-09-26 04:54 pm UTC (Expand)
(no subject) - [personal profile] toc_man, 2012-09-26 10:41 pm UTC (Expand)
(no subject) - [staff profile] denise, 2012-09-27 02:01 am UTC (Expand)
(no subject) - [personal profile] andrewducker, 2012-09-27 06:48 am UTC (Expand)
(no subject) - [staff profile] mark, 2012-09-27 07:11 am UTC (Expand)
(no subject) - [staff profile] denise, 2012-09-27 07:13 am UTC (Expand)
(no subject) - [personal profile] andrewducker, 2012-09-30 01:07 pm UTC (Expand)
(no subject) - [staff profile] mark, 2012-10-01 04:46 am UTC (Expand)
(no subject) - [staff profile] denise, 2012-10-01 04:49 am UTC (Expand)
(no subject) - [staff profile] mark, 2012-10-01 04:55 am UTC (Expand)
(no subject) - [staff profile] denise, 2012-10-01 05:00 am UTC (Expand)
momijizukamori: An extremely excited super-deformed Dante from Devil May Cry 3. The text reads 'Booya!' (Dante | booya!)


[personal profile] momijizukamori
2012-09-26 09:34 am UTC (link)
YAY NEWS POST. I think that's all I have to say this late at night *g*

(Reply to this)  (Thread


kunzite: (pic#4699366)


[personal profile] kunzite
2012-09-27 12:01 am UTC (link)
YAY I'M IN THE NEWS POST. :D

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


(no subject) - [personal profile] momijizukamori, 2012-09-27 12:02 am UTC (Expand)
niqaeli: cat with arizona flag in the background (*stalkpounce*, kitty, my kitty brethren)


[personal profile] niqaeli
2012-09-26 09:41 am UTC (link)
I am amazingly awed at how much effort has gone into getting the site de-BMLed and I am super excited to have that beta turned on! \o/

Also yaaaaay editing in the new create entries page, that is what I had been holding out for. *turns on*

(Reply to this)  (Thread


momijizukamori: (Tax Season // Evil!Tatsumi)


[personal profile] momijizukamori
2012-09-26 09:48 am UTC (link)
Not going to lie, I poured myself a few drinks in honor of getting that beta ready to go. When it becomes the official goto instead of the (old, awful awful awful) BML version, I will probably drink and turn up techno loud enought to make the people upstairs annoyed while I dance around my apartment *g*

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


(no subject) - [staff profile] denise, 2012-09-26 09:51 am UTC (Expand)
(no subject) - [personal profile] momijizukamori, 2012-09-26 09:57 am UTC (Expand)
azurelunatic: cameo-like portrait of <user name="azurelunatic"> in short blue hair.  (_support, cameo)


[personal profile] azurelunatic
2012-09-26 09:45 am UTC (link)
My comments came in A-OK!

(Reply to this


ratcreature: RL? What RL? RatCreature is a net addict.  (what rl?)


[personal profile] ratcreature
2012-09-26 10:02 am UTC (link)
The Librarian's Dream style looks very broken. The calendar is not confined to the sidebar, but overlaps the vertical stripe.

(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-09-26 10:16 am UTC (link)
Hm. I'm not reproducing, but we did just push a fix for something else (a display problem when entries didn't have an icon, I think it was) -- did that fix it for you?

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


(no subject) - [personal profile] ratcreature, 2012-09-26 10:23 am UTC (Expand)
(no subject) - [staff profile] denise, 2012-09-26 10:37 am UTC (Expand)
aresvallis: Before Crisis girls riding on inner tubes (Tubing)


[personal profile] aresvallis
2012-09-26 10:15 am UTC (link)
I just wanted to make a note of what happened for me with the Gmail spam problem: it started in my account in spite of my filters and dreamwidth.org being in my address book. It was sort of bizarre, because they were filtered and tagged as they should have been, but still got placed in spam... Gmail is weird.

(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-09-26 10:21 am UTC (link)
Email in general is weird. Sigh.

WE ARE NOT SPAMMERS, I SWEAR

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


(no subject) - [personal profile] aresvallis, 2012-09-26 10:25 am UTC (Expand)
biodamped: ([dw] lawfully biodamped)


[personal profile] biodamped
2012-09-26 10:17 am UTC (link)
I love all these new things! Every single one of them (and even without autosave of drafts, I still love the beta update page. I've convinced people to move over here from other sites based solely on how awesome it is). And I love that 'screaming whackton' is a technical term.

(If we don't see news beforehand or I forget, have a fabulous time in Australia! :D I'm hundreds of miles from Canberra but I love hearing when people come here, even if it is for work and not a holiday. Make sure you remember your sunscreen. Late Jan/early Feb is the worst for getting burnt; ten minutes in the sun will do me like a lobster.)

(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-09-26 10:21 am UTC (link)
We were in Wellington NZ for LCA '10, and they included sunscreen in the conference swag bag! It was very appreciated.

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


(no subject) - [personal profile] biodamped, 2012-09-26 10:29 am UTC (Expand)
eien_herrison: London 2012 Opening Ceremony: The five Olympic rings with silhouettes of industrial workers (London 2012)


[personal profile] eien_herrison
2012-09-26 10:25 am UTC (link)
Ah, I'd noticed I was now able to edit posts using the beta update page, nice to see that it's still being worked on (I've experienced no issues, but even given my lack of programming knowledge I can still see it as a huge understaking). Mostly I love that it's customisable in what bits you have visible, and that it's drag and drop.

(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-09-27 09:00 am UTC (link)
We're definitely still working on it! The last remaining bits have proven to be slightly more difficult than we expected, and of course we're always being pulled in a dozen different directions, but we WILL get that sucker out of beta eventually. :)

And thank you -- [staff profile] fu (who's coded most of this) and [personal profile] hope (the designer who was working on the project) took my original crappy pencil sketches and turned them into something so amazingly beyond what I could possibly have imagined.

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


bluiis: (balloons in a blue sky by sunlitdays)


[personal profile] bluiis
2012-09-26 11:31 am UTC (link)
You guys are amazing! I'm jealous you get to go to Australia, but have a blast!

(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-09-27 09:01 am UTC (link)
Thank you! LCA is one of my favorite conferences even though we've only been to one, so I'm sure it will be awesome.

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


kururu: (best drawing ever)


[personal profile] kururu
2012-09-26 11:55 am UTC (link)
Oh man, you're coming to my part of the world! You'll have a blast in Canberra, I'm sure! I mean, except for the heat. ;)

(Reply to this)  (Thread


mark: Photo of Mark's face, taken in standard office fluorescent. (me)


[staff profile] mark
2012-09-27 07:14 am UTC (link)
I am prepared to melt. There will be a puddle of Mark in your soil. My apologies.

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


goodbyebird: Maggie Gyllenhaal is smiling at you. (STOCK Maggie thinks you're awesome)


[personal profile] goodbyebird
2012-09-26 12:13 pm UTC (link)
Always great to see a new news post tack in. Thanks for keeping us in the loop!

(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-09-27 09:01 am UTC (link)
Thank you!

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


princessofgeeks: (RDA and MS by magnavox)


[personal profile] princessofgeeks
2012-09-26 12:15 pm UTC (link)
Thank you so much for all you do. You guys are truly amazing.

(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-09-27 09:01 am UTC (link)
I am so glad you are liking it here :)

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


green_knight: (Archer)


[personal profile] green_knight
2012-09-26 12:32 pm UTC (link)
None of the items in this update immediately affect me (though I want to change my theme to include colour-coded _something_ on my reading list, need to look up which setting the custom colour thing is), but I feel moved to remark that every time DW has an announcement like this, I go 'ooh, must check what cool things they're implementing this time.' DW rocks. Carry on.

(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-09-27 09:02 am UTC (link)
Aw, thank you! It's great to know that even the stuff you aren't directly going to be using is interesting. :)

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


(no subject) - [personal profile] green_knight, 2012-09-27 01:14 pm UTC (Expand)
(no subject) - [personal profile] archangelbeth, 2012-09-30 07:57 pm UTC (Expand)
(no subject) - [personal profile] green_knight, 2012-09-30 08:43 pm UTC (Expand)
ninetydegrees: Drawing: heart in a speech bubble (love)


[personal profile] ninetydegrees
2012-09-26 12:39 pm UTC (link)
I like to think we're a pretty awesome project to work on

*nods frantically*

Awesome post, D! Thanks a lot!

(Reply to this)  (Thread)  (Expand)


dancing_serpent: (YnM - Touda - Sky Serpent)


[personal profile] dancing_serpent
2012-09-26 04:19 pm UTC (link)
I agree so much!

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


(no subject) - [staff profile] denise, 2012-09-27 09:03 am UTC (Expand)
(no subject) - [staff profile] denise, 2012-09-27 09:03 am UTC (Expand)
(no subject) - [personal profile] ninetydegrees, 2012-09-27 01:14 pm UTC (Expand)
lesbians: (pic#)


[personal profile] lesbians
2012-09-26 01:16 pm UTC (link)
you guys are super great and all of my friends and i appreiate your hard work!! i want to kiss you all on the mouth.

i won't, though.

(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-09-26 01:19 pm UTC (link)
you can kiss me! my marriage has explicit provisions for making out with people from the internet.

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


wehappyfew: MINISERIES | band of brothers ☇ dick winters (✣ gotta catch 'em all)


[personal profile] wehappyfew
2012-09-26 02:12 pm UTC (link)
You guys are amazing and I have loved every single thing about this site since switching over (except the lack of fandom stuff because, for some reason, people are still clinging to livejournal for that). Thanks for keeping us in the loop on everything! And sorry about the overwhelming requests for paid time transfer; I guess the word got out to the rp community at large. And I was a part of that, so thank you again for transferring my time when I asked! I'll be better about purchasing smaller chunks of time.

I also have to say that I love the update for the icon browse menu. It's so awesome!

(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-09-27 09:04 am UTC (link)
I really do feel bad that we can't keep doing it for people who ask, but what was feasable when we were smaller alas does not scale!

And yay, I'm glad you like the icon browser. It's gone through a few iterations so far, heh.

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


(no subject) - [personal profile] wehappyfew, 2012-09-27 02:01 pm UTC (Expand)
selphie_t: (Er...)


[personal profile] selphie_t
2012-09-26 02:22 pm UTC (link)
With the paid accounts, is there any chance that we'll be able to purchase paid accounts through Paypal in the future?

(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-09-26 02:23 pm UTC (link)
Sadly, no; PayPal closed our account with them after we refused to censor our users' content to their liking. You can read the details, along with some workarounds if you don't have a credit card.

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


(no subject) - [personal profile] selphie_t, 2012-09-27 12:03 am UTC (Expand)
(no subject) - [staff profile] denise, 2012-09-27 09:04 am UTC (Expand)
(no subject) - [personal profile] soc_puppet, 2012-09-26 10:15 pm UTC (Expand)
(no subject) - [personal profile] selphie_t, 2012-09-27 12:10 am UTC (Expand)
nanbungaku: (imtheshit)


[personal profile] nanbungaku
2012-09-26 02:40 pm UTC (link)
you guys are awesome!

(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-09-26 02:44 pm UTC (link)
gotta say, this new trend of leaving comments in [site community profile] dw_news with awesome celebratory gifs is kind of freakin' awesome. I LOVE ALL OF YOU

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


(no subject) - [personal profile] vatine, 2012-09-27 08:55 am UTC (Expand)
(no subject) - [staff profile] denise, 2012-09-27 08:58 am UTC (Expand)
(no subject) - [personal profile] liv, 2012-09-29 11:10 pm UTC (Expand)
(no subject) - [staff profile] mark, 2012-09-27 07:15 am UTC (Expand)
musyc: Animated text, Slytherin "some people get so rich they lose all respect for humanity: that's how rich I want to be" (Slytherin: Rich)


[personal profile] musyc
2012-09-26 02:54 pm UTC (link)
THE PRETTIES. THE LOVELY LOVELY PRETTIES. There is so much joy in the news posts, yesssssssssssssssssssss. Like actual NEWS and stuff

(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-09-27 09:05 am UTC (link)
Aw, I'm glad you enjoy! Thank you :)

(high-five of slytherin solidarity)

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


red_lasbelin: four red roses tucked brunette's hair (roses by puka_pudge)


[personal profile] red_lasbelin
2012-09-26 03:33 pm UTC (link)
Just want to say that every DW news update fills me with warm sunshine and rainbows for the Dreamwidth community. The whole atmosphere, the awesome people working behind the scenes and level of communication is wonderful!

And I'm going to run off and fill in my icon descriptions now.

(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-09-27 09:05 am UTC (link)
You are an accessibility winner! (Also, your icons are gorgeous.)

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


elliemurasaki: Felicia Day as Charlie Bradbury on Supernatural, caption "dance like no-one is watching" (Supernatural dance like no one is watchi)


[personal profile] elliemurasaki
2012-09-26 03:35 pm UTC (link)
Some of the marking-shit-as-spam-in-Gmail is unintentional. Whoever designed their interface put 'report spam' right next to 'archive'. And the 'archive' button that shows up when a conversation is selected is in the exact space as the 'refresh' button that shows up when no conversations are selected, provided the browser window is wide enough for its satisfaction. Looks like twelve hundred pixels is the magic number. If the browser window's narrower, the 'archive' and 'report spam' buttons are smaller and scooted leftwards, without affecting the 'refresh' button, so that most of the area taken up by the 'refresh' button is now taken up by the 'report spam' button. It was really not very long ago at all that Gmail did not care about browser window width and the 'archive' and 'refresh' buttons were same place same size all the time. So I am reporting spam on things I mean to archive all the fucking time. I promptly unreport it, of course, but I don't know how Gmail handles spam reports so the damage may be already done.

(Reply to this)  (Thread)  (Expand)


musyc: Landscape and sunset in purples (Purple: Horizon)


[personal profile] musyc
2012-09-26 04:06 pm UTC (link)
*nodnodnodnodnod* This here. I'm constantly reporting spam when I want to archive and archiving when I want to delete and deleting when I want to refresh and ARGHHHHHHHHHHH. I realized yesterday, hours after the fact, that I'd 'reported spam' on five different convos I wanted to archive.

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


(no subject) - [personal profile] larissa, 2012-09-26 06:33 pm UTC (Expand)
(no subject) - [personal profile] musyc, 2012-09-26 06:38 pm UTC (Expand)
Informal poll... - [personal profile] marahmarie, 2012-09-27 01:07 am UTC (Expand)
(no subject) - [personal profile] nonny, 2012-09-29 11:33 am UTC (Expand)
(no subject) - [staff profile] denise, 2012-09-27 09:06 am UTC (Expand)
dragonfly: (amazing)


[personal profile] dragonfly
2012-09-26 03:39 pm UTC (link)
Just seeing a new news post brightens my day, like seeing a new update to my favorite WIP. Thank you so much for Dreamwidth.

(Reply to this


wallflowerish: (yotsuba)


[personal profile] wallflowerish
2012-09-26 03:45 pm UTC (link)
Thank you all for your time and hard work!

My imported comments show up now! Yay! However, when I imported, my entries were duplicated. I have opened a support request for this.

Thanks again for all you do!

(Reply to this


bambis: (★get over the sorrow)


[personal profile] bambis
2012-09-26 04:10 pm UTC (link)
Ah just wanted to let you know it's happening to yahoo! mail too, the whole spam thing. I roleplay and a lot of my messages get deleted after a while because they get sent to spam.

(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-09-27 02:02 am UTC (link)
Yeah, I'm guessing that any major email provider will be likely to succumb to it, because of the volume of email we send. :/

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


fiones: <user name=twinstrikeish site=livejournal.com> (162. runaway horses)


[personal profile] fiones
2012-09-26 05:07 pm UTC (link)
You can also buy extra icon spaces that you can use whenever your account is paid

(Reply to this



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

Page 1 of 3

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