I have created a patch that adds a option to lower case the full path after replacement has happened. This is good for turning a replacement pattern like this:

  [type]/[yyyy]/[mm]/[term]

that might translate into:

Story/2008/12/17/News

This option is defaulted off so it shouldn't be a problem adding it.

Thoughts?

CommentFileSizeAuthor
uploadpath_lowercase_fullpath.diff1.4 KBhawk259

Comments

hawk259’s picture

Errr, not sure what happened to my post, but lets try again:

I have created a patch that adds a option to lower case the full path after replacement has happened. This is good for turning a replacement pattern like this:
[type]/[yyyy]/[mm]/[term]

that might translate into:

Story/2008/12/17/News

to be lowercase and turned into:

story/2008/12/17/news

This option is defaulted off so it shouldn't be a problem adding it.

Thoughts?