| 7 weeks | rgrp | [addendum][xs]: micro correction to previous cset:9be781922478 (body is already unicode!). |
| 7 weeks | rgrp | [lib/misc,model][s+]: Deal with charsets (encoding) in email message bodies (closes ticket:399). |
| 2 months | rgrp | [doc,helpers][s]: (old: 3m) changelog update on 0.4 release plus micro typo correction in helpers. |
| 4 months | johnbywater | Merge. |
| 4 months | johnbywater | Changed to use native Pylons request.params (rather than native WSGI environ). |
| 5 months | rgrp | [templates,mailer][s]: put in copyright and privacy policy for requests and add to email request footer to refer to it and state stuff will be made publicly available. |
| 5 months | rgrp | [wui,helpers][s]: obfuscate to email address when showing messages resolving ticket:257. |
| 5 months | rgrp | [wui,helpers][s]: obfuscate to email address when showing messages resolving ticket:257. |
| 5 months | rgrp | [templates/layout][xs]: put Beta in project title to indicate we are still ironing out bugs. |
| 5 months | rgrp | [bugfix,message][s]: fix 500 errors on messages with problematic HTML. |
| 5 months | rgrp | [setup][xs]: add PasteDeploy to list of requirements (needed for loadapp in wsgi script). |
| 5 months | rgrp | [controllers/message][xs]: re-add send_pending action which calls send_unsent and receive_unread so we have a single method to call from e.g. crontab. |
| 5 months | rgrp | [templates/account/][xs]: make it clearer that you can register (as well as login) to continue enquiry. |
| 5 months | rgrp | [templates][s]: remove alpha stuff and put OKF project info in 'bar' at top with register and login. |
| 5 months | rgrp | [migration,setup,bugfix][s]: fixes for latest migration script (cset:ee6619172cb8). |
| 5 months | rgrp | [setup][xs]: make dependency on sqlalchemy <=0.4.99 rather than <0.5. |
| 5 months | johnbywater | [merge]: merging in rgrp's last change. |
| 5 months | johnbywater | Added improved follow up enquiry story support. Fixed up email message 'From' and 'Reply-to'. |
| 5 months | rgrp | [migration][s]: add migration for recent changes to model (cset:dd30ec6c439c) to include pending_action and extra fields on user table. |
| 5 months | rgrp | [misc][xs]: minor fixes and bump version to 0.4a in reflection of massive improvements. |
| 5 months | john | Added tests and system codes for resolving enquiry, following up an enquiry. Refactored several things. |
| 5 months | john | Adding tests for sending unsent messages, with more refactoring of application objects. |
| 5 months | johnbywater | More clearing up. |
| 5 months | johnbywater | Fixed lots of character encoding deficiencies. |
| 6 months | john | Improvements to customer test coverage. |
| 6 months | john | Integrated "send_pending" action. |
| 6 months | john | Added support for user registration and login, and for enquiry continuity through registration and login. |
| 9 months | rgrp | [merge] |
| 9 months | rgrp | [wui][s]: usability improvements to template text and validate message to email. |
| 9 months | rgrp | [content][s]: various changes to about page and elsewhere. |
| 9 months | rgrp | [docs][s]: bump version to 0.3a and create Changelog in README.txt. |
| 9 months | rgrp | [setup][s]: add pip-requirements.txt pointing to hg repo. |
| 9 months | rgrp | [enquiry][m]: notification emails to enquiry owner for responses to enquiries (ticket:111). |
| 9 months | rgrp | [enquiry][s]: set enquiry owner when creating a new enquiry (and create associated User object if necessary). |
| 9 months | rgrp | [merge]: cset:4487167bd0d4 |
| 9 months | rgrp | [model][xs]: make enquiries appear in date order (most recent first). |
| 9 months | rgrp | [tests][xs]: micro fix to last commit (python typo in test_message.py). |
| 9 months | rgrp | [message][m]: (old: 3w) improve handling of response creation. |
| 9 months | rgrp | [templates][s]: (old: 3w) switch to using kforge styling from m.okfn.org. |
| 11 months | rgrp | [model][m]: start using sqlalchemy-migrate to handle db schema changes. |
| 11 months | rgrp | [tests,forms][s]: (old: 3w) add test_forms.py (accidentally failed to commit previously). |
| 12 months | rgrp | [forms][s]: support JsonType in formalchemy by adding JsonType to default_renderers. |
| 12 months | rgrp | [model,bugfix][xs]: fix up Message.body attribute to work properly with multipart payloads. |
| 12 months | rgrp | [addendum][xs]: duplicate line in last commit (duh!). |
| 12 months | rgrp | [templates][xs]: add in google analytics for isitopen. |
| 12 months | rgrp | [enquiry][s]: add summary (and JsonType extras) attribute to enquiry object. |
| 12 months | rgrp | [addendum]: see previous commit. |
| 12 months | rgrp | [routing][xs]: standardize on trailing slash on urls. |
| 12 months | rgrp | [mailer][xs]: fix bcc stuff (remove bcc from email before sending). |
| 12 months | rgrp | [mailer][xs]: do ehlo before tls (needed on python 2.5). |
| 12 months | rgrp | [message][xs]: include a footer at end of each enquiry message giving some info about the service. |
| 12 months | rgrp | [templates][s]: create about page (reuse guide) and some minor tidying of text. |
| 12 months | rgrp | [enquiry][m]: improve writing a response by quoting original email. |
| 12 months | rgrp | [mail][s]: change mailsync to not process messages than can't be associated with an enquiry. |
| 12 months | rgrp | [wui,helpers][s]: new helpers email_body method to render body of emails (in addition to markdown, deal with quoting, line continuations etc). |
| 12 months | rgrp | [controllers/enquiry][xs]: make output of send_pending prettier. |
| 12 months | rgrp | [model][s]: add in DomainObject parent object to provide __str__ and fix message.body to work with multipart messages. |
| 12 months | rgrp | [message][xs]: improve tests for message creation and catch several bugs. |
| 12 months | rgrp | [misc][s]: various changes mainly to try and fix up mail stuff more. |