Download & Extend

minimal profile + seven leads to broken 'node/add' link

Project:Drupal core
Version:7.x-dev
Component:Seven theme
Category:bug report
Priority:major
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

1. clean install with minimal profile

2. change to stark as default theme

3. go to 'node/add' and look for "You have not created any content types yet. Go to the content type creation page to add a new content type."

4. FAIL

Comments

#1

once #323477: Increase simpletest speed by running on a simplified profile lands, we can write tests that catch this.

#2

Title:minimal profile + stark leads to broken 'node/add' link» minimal profile + seven leads to broken 'node/add' link

woops, that should be "seven", not "stark". screenshot of 'node/add' attached.

AttachmentSizeStatusTest resultOperations
i-can-haz-content.jpg38.85 KBIgnored: Check issue status.NoneNone

#3

Component:base system» Seven theme
Status:active» needs review

Here's the fix. seven_node_add_list was missing that part.

AttachmentSizeStatusTest resultOperations
852394.patch782 bytesIdlePASSED: [[SimpleTest]]: [MySQL] 22,832 pass(es).View details

#4

Priority:normal» major
Status:needs review» reviewed & tested by the community

Reviewed and tested this and closed #885518: No warning message present on node/add if content types not added as a duplicate of this issue.

#5

Status:reviewed & tested by the community» needs work

+++ themes/seven/template.php 12 Aug 2010 02:43:29 -0000
@@ -47,6 +47,9 @@ function seven_node_add_list($variables)
+  }          ¶
   return $output;

has white space

Powered by Dreditor.

#6

Status:needs work» needs review

grrrrr...

AttachmentSizeStatusTest resultOperations
852394.patch772 bytesIdlePASSED: [[SimpleTest]]: [MySQL] 26,201 pass(es).View details

#7

Status:needs review» reviewed & tested by the community

Dreditor to the rescue.

#8

#6: 852394.patch queued for re-testing.

#9

Status:reviewed & tested by the community» fixed

Committed to CVS HEAD.

It would be nice if we could get rid of seven_node_add_list() so we wouldn't need to duplicate this code.

#10

Status:fixed» closed (fixed)

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

nobody click here