sunruijia / simblog

Automatically exported from code.google.com/p/simblog
0 stars 0 forks source link

Pictures in RSS export should use absolute URL. #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Insert a picture in an article.
2. View the RSS export for this article.

What is the expected output? What do you see instead?

The picture src value should be a absolute URL of the picture.
However, the actual result is the src value is a relative URL which looks like:
../picture/show?img_id=7&type=full
Thus, the picture cannot be displayed correctly in RSS reader. 

Always reproducible using revision 46.

Original issue reported on code.google.com by lifa...@gmail.com on 12 Mar 2009 at 4:39

GoogleCodeExporter commented 9 years ago
The rootcause is wrong TinyMce configuration. relative_urls should be set to 
false.
Issue will be resolved in the next release.
addblog.html(47)

Original comment by sunrui...@gmail.com on 13 Mar 2009 at 3:23