Project:Path Filter
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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)

AttachmentSize
pathfilter.module.patch940 bytes

Comments

#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

Status:needs review» fixed

#3

Status:fixed» closed (fixed)

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