Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update the list's display name when changed in Mailman | Aurélien Bompard | 2012-12-12 | 2 | -5/+20 | |
| | ||||||
* | Handle empty References tag | Aurélien Bompard | 2012-12-12 | 2 | -2/+38 | |
| | ||||||
* | Bump version | Aurélien Bompard | 2012-12-10 | 2 | -3/+3 | |
| | ||||||
* | Fix typo | Aurélien Bompard | 2012-12-10 | 1 | -1/+1 | |
| | ||||||
* | Fix a typo in the RPM | Aurélien Bompard | 2012-12-10 | 1 | -2/+2 | |
| | ||||||
* | Add specfile | Aurélien Bompard | 2012-12-03 | 3 | -1/+66 | |
| | ||||||
* | Bump version | Aurélien Bompard | 2012-11-28 | 1 | -1/+1 | |
| | ||||||
* | Package the get_mbox script as a proper generic script | Aurélien Bompard | 2012-11-28 | 5 | -53/+75 | |
| | ||||||
* | Add a script to manually update the DB schema | Aurélien Bompard | 2012-11-26 | 2 | -0/+50 | |
| | ||||||
* | Bump version | Aurélien Bompard | 2012-11-26 | 1 | -1/+1 | |
| | ||||||
* | Store the full email in a separate table | Aurélien Bompard | 2012-11-26 | 5 | -11/+106 | |
| | ||||||
* | Use the Storm base class in the model | Aurélien Bompard | 2012-11-26 | 1 | -17/+15 | |
| | ||||||
* | Improve the Thread model wrt the starting email | Aurélien Bompard | 2012-11-25 | 4 | -13/+122 | |
| | | | | | - Factorize the SQL query (only one query instead of two) - Make it possible to only request the subject | |||||
* | Fix a stupid import typo | Aurélien Bompard | 2012-11-25 | 1 | -2/+2 | |
| | ||||||
* | Bump version | Aurélien Bompard | 2012-11-22 | 1 | -1/+1 | |
| | ||||||
* | Behave properly when an attachment can't be downloaded | Aurélien Bompard | 2012-11-22 | 1 | -20/+33 | |
| | ||||||
* | Make a few post-QA fixes | Aurélien Bompard | 2012-11-22 | 2 | -2/+2 | |
| | ||||||
* | Update metadata | Aurélien Bompard | 2012-11-21 | 3 | -26/+21 | |
| | ||||||
* | Prepare for release | Aurélien Bompard | 2012-11-21 | 8 | -12/+719 | |
| | ||||||
* | Don't let the message scrubber add attachments | Aurélien Bompard | 2012-11-17 | 5 | -89/+107 | |
| | | | | | Or they will be added before the email is in the database, violating foreign-key constraints. | |||||
* | Handle dates without time zones | Aurélien Bompard | 2012-11-17 | 1 | -2/+4 | |
| | ||||||
* | Handle a missing subject header | Aurélien Bompard | 2012-11-16 | 1 | -2/+3 | |
| | ||||||
* | Add MySQL support | Aurélien Bompard | 2012-11-14 | 5 | -9/+106 | |
| | | | | | This requires splitting the timezone offset into a separate column, since MySQL does not have a timezone-aware datetime data type. | |||||
* | Protect attachment import from duplicate emails | Aurélien Bompard | 2012-11-13 | 1 | -0/+7 | |
| | ||||||
* | Don't order on non-selected columns | Aurélien Bompard | 2012-11-11 | 1 | -2/+2 | |
| | | | | PostgreSQL does not like it one bit. | |||||
* | Add a thread object in the model | Aurélien Bompard | 2012-11-09 | 4 | -69/+208 | |
| | | | | | | | | New object in the model: the Thread. It starts by having an active_date, corresponding to the date of the last email in the thread. Later on, it will also hold the category, tags, maybe ratings, etc. A schema migration is provided, upgrade should be automatic. | |||||
* | Improve the import script | Aurélien Bompard | 2012-11-09 | 2 | -26/+47 | |
| | | | | | | | - fix regexes to parse attachments - move the store URL to a command-line option And include the testsuite in the package. | |||||
* | Importer: add an option to disable attachment downloading | Aurélien Bompard | 2012-11-06 | 1 | -4/+10 | |
| | ||||||
* | Pylint pass | Aurélien Bompard | 2012-10-26 | 8 | -28/+23 | |
| | ||||||
* | Import: make it possible to import duplicate emails | Aurélien Bompard | 2012-10-26 | 1 | -7/+22 | |
| | | | | | | | By changing their message-id header. This is useful to keep compatibility with former pipermail URLs, which use the message number as an identifier. If the pipermail archives contain duplicate emails, skipping them would mess up the numbering and thus the URLs. | |||||
* | Refactor the import script | Aurélien Bompard | 2012-10-25 | 1 | -100/+120 | |
| | ||||||
* | Fix a few licenses | Aurélien Bompard | 2012-10-25 | 3 | -9/+39 | |
| | ||||||
* | Rename and package the import script | Aurélien Bompard | 2012-10-25 | 2 | -5/+10 | |
| | ||||||
* | Remove obsolete mongodb code | Aurélien Bompard | 2012-10-25 | 4 | -377/+2 | |
| | ||||||
* | Parse and download attachments on importmongo | Aurélien Bompard | 2012-10-23 | 1 | -0/+76 | |
| | ||||||
* | Implement necessary methods for pipermail compatibility | Aurélien Bompard | 2012-10-22 | 2 | -13/+41 | |
| | ||||||
* | First PyLint pass | Aurélien Bompard | 2012-10-12 | 9 | -3/+267 | |
| | ||||||
* | Remove unused imports in the scrub module | Aurélien Bompard | 2012-10-12 | 1 | -17/+2 | |
| | ||||||
* | Use unicode strings in the import script | Aurélien Bompard | 2012-10-11 | 1 | -2/+2 | |
| | ||||||
* | Fix archives import (interface changed) | Aurélien Bompard | 2012-10-11 | 2 | -4/+18 | |
| | ||||||
* | Add a method to get the older and newer thread | Aurélien Bompard | 2012-10-09 | 1 | -0/+33 | |
| | ||||||
* | Store the list display name in the DB | Aurélien Bompard | 2012-10-05 | 4 | -5/+25 | |
| | ||||||
* | Use references for the attachments in the model | Aurélien Bompard | 2012-10-04 | 1 | -0/+10 | |
| | ||||||
* | Add forgotten testcase example message | Aurélien Bompard | 2012-10-04 | 1 | -0/+97 | |
| | ||||||
* | Adapt to the i18n filename bug | Aurélien Bompard | 2012-10-03 | 3 | -12/+42 | |
| | | | | See: https://bugs.launchpad.net/mailman/+bug/1060951 | |||||
* | Fix text attachment handling | Aurélien Bompard | 2012-10-03 | 2 | -1/+4 | |
| | ||||||
* | Use the email.utils.unquote function | Aurélien Bompard | 2012-10-02 | 3 | -4/+5 | |
| | ||||||
* | Handle non-ascii chars in filename | Aurélien Bompard | 2012-10-02 | 3 | -3/+116 | |
| | ||||||
* | Handle dates without timezone | Aurélien Bompard | 2012-10-02 | 2 | -1/+7 | |
| | ||||||
* | Fix DB indexes | Aurélien Bompard | 2012-10-02 | 1 | -4/+2 | |
| |