link to front page
yched - June 30, 2007 - 19:09
| Project: | Path Filter |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I'm not sure whether to file this under 'bug' or 'feature'.
"internal:foo" gets translated to url('foo'),
but "internal:" (nothing after :) is missed by the regexp, whereas it should IMO be translated to url('') (homepage)
Attached patch fixes this.
"internal:<front>" does the same and currently works, but breaks in TinyMCE : < and > get htmlentities-escaped, and there's no tinymce setting to stop that (according to http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/entity_encoding)
| Attachment | Size |
|---|---|
| pathfilter.module.patch | 940 bytes |

#1
I have tried to apply this patch and got message:
Hunk #1 FAILED at 64.
1 out of 1 hunk FAILED -- saving rejects to file pathfilter.module.rej
What does that mean?
#2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.