Closed (fixed)
Project:
Drupal.org Testing
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Jan 2008 at 15:45 UTC
Updated:
9 Feb 2008 at 04:41 UTC
Jump to comment: Most recent file
Currently, the settings for comments (allowed/disallowed), file attachments to the nodes themselves, and default node promotion are not what they are on d.o itself.
The attached patch disallows comments and file attachments on project_project and project_release nodes, and prevents project_project, project_issue, and project_issue nodes from being promoted by default.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | drupalorg_testing-project-config_5.patch | 1.06 KB | aclight |
| #3 | drupalorg_testing-project-config.patch | 1.02 KB | aclight |
| drupalorg_testing-project-config.patch | 1.31 KB | aclight |
Comments
Comment #1
aclight commentedThis is CNR, obviously.
Comment #2
dwwdisabling comments and file attachments by default is a good move, i guess. however, i kinda like that issues are promoted. this is a project* test environment after all, and it's nice when you're testing new issues to have a trivially quick way to get to them again. can we just leave out that part of the patch?
Comment #3
aclight commentedOk, this patch removes the lines that changed project* nodes to not be promoted to the front page.
I haven't tested this revision of the patch, but since I just deleted 4 lines added in the previous patch I don't think there should be any problems.
Comment #4
dwwTried it out. The auto-generated projects still have the wrong settings, since they're created before these variables go into effect.
Comment #5
aclight commentedAh, yes. Of course.
This should do the trick. Tested and the settings are correct for project nodes created during the execution of the installation profile.
Comment #6
dwwThat works. Committed to HEAD. Thanks!
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.