CVS edit link for wapnik

I have a few ideas on new modules and want to realize them.

The first would be a module enabling php rewriting of fields outputs. Not adding a new field like views_customfield but a new option for altering the field output.

CommentFileSizeAuthor
#2 views_fieldrewrite.tar_.gz2.49 KBwapnik

Comments

avpaderno’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

There have not been replies from the OP, who didn't upload the code for review.

wapnik’s picture

Status: Closed (won't fix) » Needs review
StatusFileSize
new2.49 KB

After some time the module finally works as i like it. Instead of php rewriting i thought it would be better to use regular expressions replace (php rewriting can be added later on). So i wanted it to be able to register this rewriting to every field type in a view. As there are lot of handlers, one for every field type, it have to extend (and register) them dynamically. Therefore it needs a new views hook that i've included in the patch in issue #872780. No feedback on that yet. As i wrote there, maybe some parts of the code from the module should go to views itself, to build a much stricter interface for this kind of mass handlers extending...

avpaderno’s picture

Status: Needs review » Fixed
avpaderno’s picture

Assigned: Unassigned » avpaderno

Status: Fixed » Closed (fixed)

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