I found a change record notice that did not have the project set today. This meant it didn't appear on
https://drupal.org/list-changes/drupal/

That is a critical problem. The Project field is not currently required on Change Record nodes and it really really needs to be.

In addition, we need to look through existing ones and make sure their Project field is set, in case any other glitches are there.

A small additional thing: the "Updates done" section fieldset should be closed by default. It really isn't being used much. I think we could also get rid of the help text under the Description field. By this time, people do understand how to write them. :)

Comments

dww’s picture

Priority: Critical » Major
Issue tags: +Drupal.org 7.1

While critically annoying, I don't think this really qualifies as a critical bug for d.o... It sucks if some change records are missing their project reference, but it's not bringing the site down like #2136119: Text search on issue queues is slow and sometimes WSODs for example.

That said, this should be easy to fix. Everything about change records lives in drupalorg/features/drupalorg_change_notice -- it should be pretty trivial to roll a patch for this. I'd tag it "novice" but I don't know if anyone's still using that. ;)

Thanks for reporting the problem.

Cheers,
-Derek

tvn’s picture

Quick update: we still have 2 Critical issues to deal with and a few Major ones. So we won't get to this one this week, and probably not next week.

We do have dev sites if anyone wants to re-create change records feature. First step would be to request SSH key added to our dev server. Instructions are here: https://drupal.org/node/1018084

jthorson’s picture

StatusFileSize
new7.54 KB

Here's a re-rolled feature patch.

jthorson’s picture

Status: Active » Needs review

Hmmm ... looks to be some extra crud in there that I wasn't expecting. In any case, this should be enough of a start to get things moving!

jhodgdon’s picture

Some of those changes look to be the usual artifacts of rerolling a Feature.

But some of them are not desirable, such as the one that removes the Description help text from the Description field.

jthorson’s picture

But some of them are not desirable, such as the one that removes the Description help text from the Description field.

That was intentional ... based on your comment in the OP:

I think we could also get rid of the help text under the Description field.

I'm not sure I agreed, but did it anyway. Happy to reverse it. :)

jhodgdon’s picture

Doh! :)

jthorson’s picture

StatusFileSize
new4.21 KB
jthorson’s picture

StatusFileSize
new4 KB

Ooops ... missed the project name change.

xjm’s picture

@drumm checked with me about this issue--it should probably go in after #2151041: Add a "draft" status for change records.

Also, I think the field defaulted to core before the D7 upgrade (or could be passes in the URL maybe?) but doesn't now.

tvn’s picture

There is http://test-drupal.redesign.devdrupal.org/, which is our good old D6 D.o to test how things were when needed.

drumm’s picture

Status: Needs review » Fixed

Committed & deployed.

jhodgdon’s picture

Did look in the database for change records created without the Project set, before this change went in? Those should probably be set to Drupal Core.

I don't think there is currently a way to filter those in the deployed views for Change Notices on d.o, but it should be an easy query to set up?

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.