Closed (fixed)
Project:
DART
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2010 at 02:53 UTC
Updated:
25 Nov 2010 at 01:10 UTC
This patch allows full (sanitized) term name for use as keywords. Our AdOps people don't want to have to traffic to truncated keywords (they would forget that the kw is "featur" instead of "features", for example). I also switched ereg_replace to preg_replace due to the former being deprecated in PHP 5.3 and supposed speed increases in the latter. I've replaced spaces with _ and allowed - in the full term names which doesn't necessarily line up with the truncate function, but it's what I do in my hook right now (to match the path and zone I'm setting). That "feature" could be removed without much trouble.
| Comment | File | Size | Author |
|---|---|---|---|
| dart_taxonomy.patch | 1.43 KB | cdoyle |
Comments
Comment #1
bleen commentedawesome ... 10 points for griffendore!
Committed to HEAD