I'd like to see an additional Convert Case option:

  • Title case (First letter of title only)
  • Initial word case (All Letter In Title Capitalized)
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

iantresman’s picture

Title: Feeds Tamper: Conert case addition » Feeds Tamper: Convert case addition
twistor’s picture

Status: Active » Fixed

This got committed ages ago.

Status: Fixed » Closed (fixed)

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

szy’s picture

Installing today's 6-dev version I can't see it too.
I see only:

" Title Case
lower case
UPPER CASE"

Szy.

szy’s picture

Status: Closed (fixed) » Active
twistor’s picture

Assigned: Unassigned » twistor

Arg. I misunderstood the request.

tatyana’s picture

Version: 6.x-1.0-beta4 » 7.x-1.0-beta3
FileSize
1.34 KB

Hi there,

Here is a patch to add "Title case (First letter of title only)" option.

Hope will be useful

twistor’s picture

Title: Feeds Tamper: Convert case addition » Add ucfirst and fallback for multibyte support
Assigned: twistor » Unassigned
Status: Active » Needs work

I know this is not in the initial scope of this issue, but we need a check to see if the mb_* functions are supported.

MXT’s picture

Please add "Title case (First letter of title only)" option to CONVERT CASE plugin: we need this and I think it will be usefull to many.

Thank you very much!

yang_yi_cn’s picture

Version: 7.x-1.0-beta3 » 7.x-1.x-dev
FileSize
859 bytes

patch rerolled for recent version

twistor’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Needs work » Patch (to be ported)

Committed to 7.x http://drupalcode.org/project/feeds_tamper.git/commit/40a2a24

We really should be using mb_* conditionally on the multibyte library, but that's a separate issue.

twistor’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Issue summary: View changes
Status: Patch (to be ported) » Closed (fixed)

Not porting feature requests back to 6.x anymore.