Since I seem to be incapable of remembering the order of parameters in the extended version of freelinks that I submitted in an earlier patch, I added filter tips to the freelinking module. If you have already applied that earlier patch or the variation that Eric applied to cvs then you will probably want to hand apply this one because it includes my earlier patch, correcting the order of the parameters as noted in comments 6 and 7 here. The text I added assumes that the extended version of freelinks is in place and displays the CamelCase tips only if that option is enabled.
Suggestions on improvements to the wording are welcome.
| Comment | File | Size | Author |
|---|---|---|---|
| freelinking.module.patch.2005-05-13 | 6.19 KB | Wes Cowley |
Comments
Comment #1
eafarris commentedThis is a duplicate of http://drupal.org/node/21434 . The formatting guidelines currently in the module reflect the "text, then target" order, as defined by Wes's patch that was described in http://drupal.org/node/21433 .
Comment #2
Wes Cowley commentedOops, I missed that, sorry. I should have looked at the closed issues as well. I do think though that the order of the text and target should be reversed from my original patch.
Comment #3
eafarris commentedI'm resisting that; **I'm** used to the current format. :) And it makes sense, "source," then "destination." The other way seems backwards to me.
But, you're right, of course. For people used to title.module it's backwards, and there are more of you than there is of me. I'll commit a changed version this weekend.
Comment #4
Wes Cowley commentedWell, we could make the order a configurable option? That might be a bit confusing to anyone who posted on multiple sites that use the module, but flexibility is generally good. As I type this, I don't know if making the order configurable is a good idea or not, just a thought.
Comment #5
eafarris commentedNew version 1.9 committed that reverses the order to that of title.module, [[destination|source]]. Also updated filter tips to match.