Rename "Content has type" to "Content is of type"

Better wording is "Content is type" or "Content is of type."

IE6.css is not added to the page

IE6.css is not added to the page when I looked at it in IE6 and Firefox

I made a patch based on how Garland adds the IE specific css to the page.

This patch is needed for #569516: D7UX: Make list icons in admin interface clickable

Unsaved pipeline cannot be renamed

Steps to reproduce:
- Create a new pipeline
- Go to the "rename" tab, and try to assign a different name to it
- Doesn't work: "Unable to load pipeline"

I guess this is because it tries to fuzz with the permanent pipeline store (in the database) even though it doesn't need to. Haven't investigated, but it can't be that difficult. Anyone feel like providing a patch?

Improve options for "Show a configurable message on the site" action

Right now it's either yellow or check box activated "error message."

Green is beautiful for nice messages.

Change 'Workflow settings' to 'Default publishing options' in Content type editing UI

Only local images are allowed.

Reasons:
1. It's confusing: Workflow is a loaded word; and these features are paltry compared to modules like Workflow or Rules.
2. It's repetitive/unnecessary: It doesn't make much sense to have a collapsed set of configurations with only one group of configurations.
3. It's out of place: Workflows can make use of more than just node submissions.

Context Block Weights

In my case, I found that setting the modifier into 10 or -10 is not enough..
I've got to set it to 20 or -20..

Please adjust in context_ui_admin.inc
$modifier = $position < $midpoint ? -10 : 10;
to
$modifier = $position < $midpoint ? -20 : 20;

Pages

Subscribe with RSS Subscribe to RSS - Newbie