Posted by greggles on December 23, 2011 at 3:49pm
Hello,
Thanks to drumm for updating lots of modules on the site and getting it into bzr/jenkins like all the other sites.
Let's talk about what's broken and fix it.
- We lost a few theme tweaks - I think we should not try to revive but instead should move to the new theme
- We lost a few configurations from updates (vote up down was just gone from the site for a while, I fixed that).
What else is broken/missing?
Thanks

Comments
Notifications are now all from Anonymous
Group email notifications no longer indicate who made post.
Yes, noticed this too. In the
Yes, noticed this too. In the text of email they do indicate the author, but "From" field of email now Anonymous all the time.
That should be fixed with
That should be fixed with http://drupal.org/node/1067198 which drumm wrote but didn't deploy. I just deployed it. Did it work? ;)
knaddison blog | Morris Animal Foundation
Yes! It did! :)
Yes! It did! :)
Some OG Panels pages that
Some OG Panels pages that I've set up have odd layout issues. For example, http:/groups.drupal.org/la has two panes, Recent discussions and Upcoming events, that are no longer shown side by side.
We lost some site-specific
We lost some site-specific css. I'll see about reviving it, but I kind of feel like it's more important to get us on the new theme.
knaddison blog | Morris Animal Foundation
We lost a few configurations
All the votes on old content appear to have been reset to zero.
edit: This doesn't seem to have been an intentional reset. The vote counts on profiles ("number of times voted") and scores on the questionable comments page are intact.
good catch - the new settings
good catch - the new settings page asked me again for the "tag" to use and I forgot it should be "vud" and not "vote". http://groups.drupal.org/admin/settings/voteupdown is where it's set for those who care to review.
This should be fixed with this query:
update votingapi_vote set tag = 'vud' where timestamp > 1324424733 and tag = 'vote' and (value = 1 or value = -1)EDIT: but we will also need to re-calculate votes...fun...
knaddison blog | Morris Animal Foundation
Also seems comments sometimes
Also seems comments sometimes getting lost, see issue: http://drupal.org/node/1380490
Yes, thanks. As far as you
Yes, thanks. As far as you know, is that happening more broadly than the one thread?
knaddison blog | Morris Animal Foundation
So far I heard only about
So far I heard only about problems with that specific thread.
Lost comments: memcache updated
There were a few more instances in other threads.
I just updated memcache to the latest version (we were on 6.x-1.5 which was better than 6.x-1.6 through 6.x-1.7 but now 6.x-1.9 is out which is better than all of them). We also configured memcache to put the form cache into the db.
Hopefully that fixed it. I've opened this comment box and left it open for 10 minutes to try to test the theory that memcache bins were getting cleared.
knaddison blog | Morris Animal Foundation
Hopefully that fixed
Seems problem is still there: http://groups.drupal.org/node/199178#comment-658593
Ok...now nnewton just
Ok...now nnewton just completely disabled memcache to see if that is at fault somehow.
knaddison blog | Morris Animal Foundation
This may have happened to
This may have happened to tsvenson, too, at http://groups.drupal.org/node/199178#comment-658593
I went to edit a comment
I went to edit a comment about an hour ago and when the page loaded the fields were empty. I haven't been able to reproduce this.
2 Recent tabs
I suddenly have 2 "recent" tabs, as of maybe this afternoon? (I didn't notice till just now.) The first is the normal tab, and the 2nd links to http://groups.drupal.org/group/anon which gives me an access denied.
mytracker
When I click on http://groups.drupal.org/unread and then click on the "My recent" tab http://groups.drupal.org/mytracker I get "Page Not Found" and :
At least two of the attendees
At least two of the attendees at tonight's High Performance Drupal meetup (I'm one of them) did not receive the 1 day reminder that the meetup was coming up. This hasn't happened before, so I'm guessing this is new behavior.
edit: Sorry, false alarm. The checkbox for this at http://groups.drupal.org/node/197553/signups/settings was unchecked. I don't remember unchecking it, but whatever.
Good to know. I already
Good to know. I already attributed 2 out of however many to just be getting caught in the spam filter, or a bad address on g.d.o.
knaddison blog | Morris Animal Foundation
When will the OG Search block
When will the OG Search block be made available again?
As soon as someone notices
As soon as someone notices ;)
Fixed.
knaddison blog | Morris Animal Foundation
It's there
But it doesn't seem to work. I always get back the entire list of nodes, regardless of what I put in the text field, and there are no messages of any sort indicating errors or anything.
Bug report filed -
Bug report filed - http://drupal.org/node/1411014
knaddison blog | Morris Animal Foundation
Title doesn't change everywhere
I don't know if this is related to the updates, but I'm going to assume it is. When I changed the title of the "Las Vegas Drupal Users Group" to "Drupal Users Group of Las Vegas, NV," it gets reverted in some places. In the My groups block and on the groups listing pages, the new title is shown. On the group page itself and on the group info block (I don't know what it's called -- it's the one at the top of the block list), the old title is displayed.
The group guidelines are to
The group guidelines are to just do "Las Vegas, Nevada" - the fact that it's about Drupal is assumed based on the site.
That said, I think the problem you reference is how it's always worked. You'll need to edit the title of the Pages - http://groups.drupal.org/node/810/og_panels
knaddison blog | Morris Animal Foundation
That worked
And I've named it per the guidelines. We have a new domain, and were trying to brand everything the same way.
I guess it's obvious I don't do much w/OG. It does seem a little odd that the capability exists, but it doesn't produce the desired results.
For the record, after changing the title on http://groups.drupal.org/node/810/og_panels, I still had to edit and save the main page (w/o making any changes) for other places to reflect the new title.
Event URLs like
Event URLs like http://groups.drupal.org/event/2012-02-07/3002 don't seem to work anymore. The page at this URL should show an event scheduled for that day but it doesn't show anything at all.