Paul Gomez · Mar 17, 2016 go to post

[DC-267] Change "Join the Conversation" button to "Save" everywhere

Paul Gomez · Mar 17, 2016 go to post

ok, resolved. That post was put in more than one group and the group filtering to remove feedback from home page apparently caused multiple records to be returned. Need to train Drupal to do sub-queries.

Multiple group selection is part of the group vs. tags debate....

Paul Gomez · Mar 17, 2016 go to post

this one is so popular it's showing up three times in the posting list. Will try to figure out why...

Paul Gomez · Mar 17, 2016 go to post

Checked staging and this appears to be working there. Must be some setting that didn't get replicated to the PROD environment. Will check into it.

Paul Gomez · Mar 17, 2016 go to post

Since you authored that content you got auto-subscribed. You have a chance to manually control this at the time you add a comment and also globally in your subscription settings.

The emails are the default Drupal right now and they obviously need some work. I'll bug this and have a link to the original question added to the email, which should help.

Paul Gomez · Mar 17, 2016 go to post

This is bound up in the whole tag vs. community debate, which is unresolved. More soon.

Paul Gomez · Mar 17, 2016 go to post

Editing content created by the user was in this last release but I see that the edit button isn't appearing for an answer I provided in a different post. Let me see why this is happening.

Paul Gomez · Mar 17, 2016 go to post

The whole site is a discussion with threaded commenting everywhere. What is the distinct UI or behavior you're envisioning?

Paul Gomez · Mar 16, 2016 go to post

I "borrowed" that screenshot from an email someone sent me today while asking about how to add a tag. Not sure what browser they are using.

Paul Gomez · Mar 16, 2016 go to post

The partial list is supposed to show the most popular tags in decending order. I'm not sure if a traditional tag cloud will fit and be useful in that right column but I do agree with you that the detail page needs work. We'll at least get that formatted properly and then try to figure out a good metaphor to allow the tags to be explored more easily.

Paul Gomez · Mar 15, 2016 go to post

Good feedback on naming consistency. New tag "Developer Community" is appropriate.

Paul Gomez · Mar 15, 2016 go to post

Sorting of tags in the "Related Content" dropdown is now alphabetical

Paul Gomez · Mar 15, 2016 go to post

Ok, you're right about the font not looking correct in "My Content". This build didn't intentionally change anything here and I have to admit that it's an area of the site that hasn't been given much attention.

So that begs the question - for both "My Collaborations" and "My Content", what information should be displayed? My Collaborations currently shows what looks like the complete posting, while My Content shows something different.

What is the appropriate level of detail to be showing here?

Paul Gomez · Mar 15, 2016 go to post

Thanks for the feedback. The prior logic was MAX(PostDate, LastCommentDate) but was supposed to be changed to PostDate.  Bugged as [DC-246].

Paul Gomez · Mar 15, 2016 go to post

Tracked in [DC-244] to be fixed in next release, which I'll have a date on soon.

Not sure about the comment about uploading an image, we'll have a look.

Paul Gomez · Mar 15, 2016 go to post

No, I think this was a one-off when I replied anonymously on my phone. Comments are not being displayed like this.

Paul Gomez · Mar 15, 2016 go to post

Thanks for the suggestion. Nothing changed in the ordering with this release, it's always been like this. We can update it to be alpha sorting.

Paul Gomez · Mar 15, 2016 go to post

You can easily add comments to the question by clicking the green hyperlink under the article "Add New Comment". Unless this comment is about to become an answer...let's see.

Paul Gomez · Mar 14, 2016 go to post

Thanks Ben. Yes, maybe I should make that more clear.

I'm trying to get these published since the updates will be done very early tomorrow (Cambridge MA) time.

Paul Gomez · Mar 11, 2016 go to post

They'll be a post with details when it comes out. It didn't make it for a number of reasons but they are finishing up some UI elements and if the review goes well it will be released Monday.

Paul Gomez · Mar 10, 2016 go to post

Yes. Several things are going on (1) we are going to eventually collapse the groups down to a few selective ones that serve a specific function vs. being product or technology specific. Tagging is a better way to go than the groups, it's more flexible and easier to link in content from other places (2) there will be a list of the core groups on the main page and (3) I've been discussing with Evgeny filtering out the feedback from the home page since it's useful information, but distracting for most people.

Paul Gomez · Mar 9, 2016 go to post

      case 'newest':
          $query->condition('created', REQUEST_TIME - 604800, '>=');
        break;

Paul Gomez · Mar 8, 2016 go to post

Ok, I learned some more things about the comment timestamps. Sorting has been adjusted again and now new comments on posts, regardless of the post's age, will bring it to the top of the list. However, this does not alter the "Latest" filter, which only shows new postings from the last week and does not consider new comments on older postings.

Paul Gomez · Mar 7, 2016 go to post

The post detail page is completely redesigned with comments only when it's an "article" and when it's a "question" there can be zero or more "answers" plus the question itself and any of the answers can also be commented on individually.

Sneak preview (not finalized GUI but functioning). Two images so a little misaligned.