{5} Assigned, Active Tickets by Owner (Full Description) (2 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

goldoraf

Ticket Summary Component Milestone Type Created
Description
#8 Problèmes de jointures avec SQuerySet orm Stato v.1.0 defect 10/08/07

Lors de l'utilisation cumulée d'un filter() nécessitant une jointure et de includes(), la jointure est "en double" ce qui génère une erreur SQL.

Exemple :

$photos = Photo::$objects->includes('users')->filter('user->name = ?', array('Raphael'));

De plus, si l'on omet le includes(), les objets associés ne sont pas instanciés, et on fait du n+1


#15 Stato mailer can break rfc mailer Stato v.1.0 defect 04/14/09

When sending a mail stato does not check the header line size, for example when adding thousand recipients, however rfc 2822 state that :

... there are so many implementations which (in compliance with the transport requirements of [RFC2821]) do not accept messages containing more than 1000 character including the CR and LF per line, it is important for implementations not to create such messages.

This is bad behaviour as it triggers anti-spam checks :

X-Amavis-Alert: BAD HEADER Header line longer than 998 characters: To:

...\n

Stato should check the header line and maybe could send multiple mail when To: line contains more than 1000 chars.


Note: See TracReports for help on using and creating reports.