summaryrefslogtreecommitdiffstats
path: root/kittystore/test
Commit message (Collapse)AuthorAgeFilesLines
* Only accept a Django-like settings module to configureAurélien Bompard2013-07-315-9/+14
|
* Incoming emails with no dates are in UTCAurélien Bompard2013-05-271-1/+1
|
* Fix the storing of timezonesAurélien Bompard2013-05-271-0/+16
|
* Fix unit tests after last commitAurélien Bompard2013-05-183-7/+7
|
* Fix thread neighbors method to sort by thread activityAurélien Bompard2013-05-181-0/+53
| | | | Closes: #29
* Clean up pipermail attachments from email.contentAslak Knutsen2013-03-202-0/+37
| | | | | | | | | | When loading an archive from pipermail, attachments are described in the email body as "-- next part --" pr attachment. This is noise for the reader and should not be part of the email.content displayed to the user. The complete original message can still be seen in the raw view.
* Update LIKE search in Store to be case insensitiveAslak Knutsen2013-03-021-0/+86
| | | | * Add Tests to verify search_* and get_* methods used by REST API
* Update unit tests for commit 29f188Aurélien Bompard2013-02-072-0/+5
|
* Don't crash updating a thread's date when it has no msg yetAurélien Bompard2013-01-091-0/+5
|
* Import the thread sorting code from HyperKittyAurélien Bompard2013-01-091-0/+129
|
* Split reference detection out of get_ref_and_thread_idAurélien Bompard2012-12-141-23/+7
|
* Change the reply detection systemAurélien Bompard2012-12-141-1/+25
| | | | | | - The In-Reply-To header has the priority - The last message-id in the Reference header is used, not the first one
* Update the list's display name when changed in MailmanAurélien Bompard2012-12-121-1/+17
|
* Handle empty References tagAurélien Bompard2012-12-121-0/+35
|
* Improve the Thread model wrt the starting emailAurélien Bompard2012-11-253-9/+102
| | | | | - Factorize the SQL query (only one query instead of two) - Make it possible to only request the subject
* Don't let the message scrubber add attachmentsAurélien Bompard2012-11-172-71/+88
| | | | | Or they will be added before the email is in the database, violating foreign-key constraints.
* Pylint passAurélien Bompard2012-10-262-7/+9
|
* First PyLint passAurélien Bompard2012-10-123-0/+5
|
* Store the list display name in the DBAurélien Bompard2012-10-051-2/+9
|
* Add forgotten testcase example messageAurélien Bompard2012-10-041-0/+97
|
* Adapt to the i18n filename bugAurélien Bompard2012-10-032-10/+33
| | | | See: https://bugs.launchpad.net/mailman/+bug/1060951
* Fix text attachment handlingAurélien Bompard2012-10-031-1/+3
|
* Handle non-ascii chars in filenameAurélien Bompard2012-10-022-0/+112
|
* Handle dates without timezoneAurélien Bompard2012-10-021-0/+5
|
* Improve charset handlingAurélien Bompard2012-10-021-11/+11
| | | | And store attachment encoding in the database.
* Fix header decoding and associated testsAurélien Bompard2012-10-022-12/+13
|
* Improve scrubbingAurélien Bompard2012-10-011-22/+7
| | | | | - don't escape HTML contents, it's the frontend's job - don't insert placeholder text when scrubbing attachments.
* Add some basic unit tests for the scrubberAurélien Bompard2012-09-285-0/+5571
|
* Improve date and header parsingAurélien Bompard2012-09-103-7/+62
|
* Handle unparseable reference headersAurélien Bompard2012-09-101-0/+9
|
* Handle non-ascii payloads betterAurélien Bompard2012-09-074-24/+66
|
* Handle non-ascii subjectAurélien Bompard2012-09-072-4/+8
|
* Handle non-ascii 'From' headersAurélien Bompard2012-09-072-1/+255
|
* Fix some bugs in the import codeAurélien Bompard2012-09-075-0/+73
and add unit tests for these cases.