Skip to content

Commit

Permalink
Item10905: Document the email link changes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@12042 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Jun 23, 2011
1 parent b54346b commit 45becf4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/data/System/ReleaseNotes01x01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ Or a regex query:

Alternatively, the erroneous =form.name= values can be repaired by searching for and fixing them using one of the solutions detailed in Foswikitask:Item10874#Solution

---+++ [[Foswikitask:Item10905][Item10905]]: Unable to include spaces in the query string of mailto links
An old legacy link format deprecated in 2005 was interfering with the ability to pass complex query params to explicit http: and mailto: links. This issue is fixed, but there is a loss of some backwards compatbility. Before this fix, this link: =[<nop>[mailto:user@example.com?subject=some email]]= woud generate a message with the subject = "some" and link text of "email". After the fix, the link text will be the entire email address and the subject will be "some email".
If the original link text is required, it should be entered as =[<nop>[mailto:user@example.com?subject=some][email]]=

Note that this fix also adds a new configuration parameter: =$Foswiki::cfg{AntiSpam}{EntityEncode}=. Entity encoding of email addresses as an anti-spam technique was previously controlled by the parameter =$Foswiki::cfg{AntiSpam}{HideUserDetails}=. Both parameters default to enabled. If you disabled the =$Foswiki::cfg{AntiSpam}{HideUserDetails}= option and desire the same behavior, you should also disable. =$Foswiki::cfg{AntiSpam}{EntityEncode}=. This fix corrects an issue where mailto links were double-encoded, breaking the ability to include more than one option in the query string.


---++ Important changes since Foswiki 1.1.2

---+++ SEARCHDEFAULTTTYPE restored
Expand Down

0 comments on commit 45becf4

Please sign in to comment.