----------------
- If we are looking at settings for the default workflow lookup the
real workflow. This fixes http://dev.plone.org/plone/ticket/6843
(yes, that bug again).
[wichert]
- Fixed the translation of type names on the search and markup control
panels. This refs http://dev.plone.org/plone/ticket/6911.
[hannosch]
- The UI allowed to disable country-specific language variants even if
one was still active as the default language. You get a nice error
message now. This closes http://dev.plone.org/plone/ticket/6862.
[hannosch]
- Use checkboxes instead of a evil MultiSelect for the wiki settings.
This closes http://dev.plone.org/plone/ticket/6872 for real.
[hannosch]
- Internationalized the workflow part of the types control panel. All
descriptions, states and titles should be translated now.
[hannosch]
- Fixed order of types in the dropdown. We sort by translated title now.
[hannosch]
- When updating the default workflow do not reset the workflow for types
using the default workflow to the new default workflow. This fixes
the last part of http://dev.plone.org/plone/ticket/6843.
[wichert]
- Handle changing the workflow from a type to the default workflow if the
default workflow is the same as the previous workflow correctly. This
fixes part of http://dev.plone.org/plone/ticket/6843.
[wichert]
- When we remap the default workflow change the default workflow in
the workflow tool as well. This fixes part of
http://dev.plone.org/plone/ticket/6843.
[wichert]
- Remapping the "(Default)" workflow to No Workflow didn't work.
Fixes http://dev.plone.org/plone/ticket/6818.
[optilude]
- Remapping to "No Workflow" resulted in an error, fixed. Thanks to
rsantos for the patch. Fixes http://dev.plone.org/plone/ticket/6819.
[limi]
- Made column checkbox widget easily subclassable for being able to use it
with different amount of columns from other packages.
[davconvent]