0013708: wrong encoding of headers
If I have special chars in the Sender-Address on a direct mail, the are displayed as double chars in the Mail-Client. The TYPO3 Installation is completely utf-8 Direct-Mail encoding is iso-8859-1 with...
View Article0013835: Errors are ignored in SMTP-Mode
If something goes wrong while sending a test mail, the error is ignored and the success message is given. (like described in 0013834) On line 979 in class dmailer there is if ($this->useSmtp) { $res...
View Article0017404: Displaying rating of news item on different pages gives different...
I have News Items with ratings displayed on my page. The rating should be possible from the news items single view as well as from its list view. Using ratings in version 1.0.10 the ratings of the same...
View Article0017405: Add Microformat Support for ratings
Since 2010 Google started interpreting microformats and so do many other engines: http://www.google.com/support/webmasters/bin/answer.py?answer=146645 [^] Ratings could be an ideal extension to make...
View Article0015744: Changing tx_ratings_data record leads to rating and vote_count of 10
When you edit a tx_ratings_data record when it is relatively new it will change the rating and vote_count value to 10. This is because both fields have a range -> lower = 10 set in tca.php. Change...
View Article0015506: Add register IMAGE_NUM_CURRENT
Before tt_news 3.0 i was using plugin.tt_news.imageMarkerFunc to add a new register "IMAGE_NUM_CURRENT" imitating the behaviour for default rendering. Especially for my EXT:perfectlightbox this was...
View Article