Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | improved layout of special notes when creating a new request | David Cabo | 2011-07-26 | -98/+105 |
| | ||||
* | Adapting New Request flow to new wireframes: added type ahead search when ↵ | David Cabo | 2011-07-26 | -7/+20 |
| | | | | creating new requests (added missing CSS) | |||
* | Adapting New Request flow to new wireframes: added type ahead search when ↵ | David Cabo | 2011-07-26 | -51/+111 |
| | | | | creating new requests | |||
* | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu | David Cabo | 2011-07-26 | -65/+196 |
|\ | ||||
| * | Add cache headers to various pages (in three categories: short, medium, and ↵ | Seb Bacon | 2011-07-25 | -3/+37 |
| | | | | | | | | long). | |||
| * | Rescue NameErrors when attempting to load custom states (for the case where ↵ | Seb Bacon | 2011-07-25 | -2/+2 |
| | | | | | | | | the file exists, but it's empty) | |||
| * | move load-email-fixtures-to-filesystem hack to global config, so that we ↵ | Seb Bacon | 2011-07-25 | -21/+18 |
| | | | | | | | | don't need to remember to run it everywhere that the raw_emails fixture is used. At the same time, correct the migration that previously removed the data_binary column, as this is assumed for fixture loading. In a future iteration, we should probably stop abusing fixtures like this... | |||
| * | Remove redundant test (this change should be with commit ↵ | Seb Bacon | 2011-07-25 | -14/+0 |
| | | | | | | | | dd58cd35e51c1b98228aae1aa930629e84b6a905) | |||
| * | Merge branch 'empty_sessions' of https://github.com/dracos/alaveteli | Seb Bacon | 2011-07-25 | -9/+101 |
| |\ | ||||
| | * | Add FixMyTransport's strip_empty_sessions to not send a cookie if there's ↵ | Matthew Somerville | 2011-07-22 | -9/+101 |
| | | | | | | | | | | | | nothing in the session. | |||
| * | | Merge branch 'master' of github.com:sebbacon/alaveteli | Seb Bacon | 2011-07-25 | -4/+4 |
| |\ \ | ||||
| | * | | Correct the mutt syntax, for sending notification mails about import errors. | Robin Houston | 2011-07-25 | -1/+1 |
| | | | | | | | | | | | | | | | | Closes #90. | |||
| * | | | Clarify alert logic in a comment | Seb Bacon | 2011-07-25 | -1/+5 |
| | | | | ||||
| * | | | Add a flag to turn off logging memory usage, as (a) this is a debug setting, ↵ | Seb Bacon | 2011-07-25 | -6/+17 |
| | | | | | | | | | | | | | | | | and (b) it's not cross-platform anyway (causes issues for people developing on OS X) | |||
| * | | | Don't bother stripping whitespace when checking old requests: it's an ↵ | Seb Bacon | 2011-07-25 | -8/+1 |
| | | | | | | | | | | | | | | | | expensive operation with a relatively small benefit. | |||
| * | | | split migration into two steps, so we only lose raw_email database data ↵ | Seb Bacon | 2011-07-22 | -3/+17 |
| | | | | | | | | | | | | | | | | *after* we've made filesystem representations of it | |||
| * | | | ignore things in `files/` | Seb Bacon | 2011-07-22 | -0/+1 |
| | | | | ||||
| * | | | drop strange, stray comment | Seb Bacon | 2011-07-22 | -1/+0 |
| | | | | ||||
* | | | | improved spanish translation | David Cabo | 2011-07-24 | -117/+179 |
| |/ / |/| | | ||||
* | | | added missing outgoing_messages fixture to test | David Cabo | 2011-07-23 | -1/+1 |
| | | | ||||
* | | | catch MissingSourceFile instead of NameError when including custom states, ↵ | David Cabo | 2011-07-23 | -2/+2 |
|/ / | | | | | | | in order to handle the case when file is not present | |||
* | | Merge branch 'master' of github.com:sebbacon/alaveteli | Seb Bacon | 2011-07-22 | -1/+1 |
|\| | ||||
| * | Fix the routing so that censor rules can be edited through the admin interface. | Robin Houston | 2011-07-21 | -1/+1 |
| | | ||||
* | | Drop post_redirects older than 2 months. The 6 month limit meant we had far ↵ | Seb Bacon | 2011-07-22 | -1/+1 |
| | | | | | | | | too much redundant data that we were needlessly backing up. | |||
* | | Store raw_emails in the filesystem, not in the database. They don't need to ↵ | Seb Bacon | 2011-07-22 | -6/+101 |
|/ | | | | | | be in the database (we never write to them, for example), and they bloat it unecessarily, making backups etc difficult. NOTE: this migration could take a *very* long time. | |||
* | Merge branch 'master' of github.com:sebbacon/alaveteli | Seb Bacon | 2011-07-19 | -47/+29 |
|\ | ||||
| * | Add another template hook _before_head_end, for themes to override. | Robin Houston | 2011-07-18 | -47/+29 |
| | | ||||
* | | improve documentation of ugly files | Seb Bacon | 2011-07-19 | -6/+24 |
|/ | ||||
* | Add a comment to the _before_body_end template, explaining that it can be ↵ | Robin Houston | 2011-07-17 | -1/+1 |
| | | | | overridden in a theme for analytics | |||
* | Merge remote branch 'origin/master' | Seb Bacon | 2011-07-15 | -1/+1 |
|\ | ||||
| * | changed git-code to git-core | valon | 2011-07-14 | -1/+1 |
| | | ||||
* | | Only prepend locales to paths when there's more than one locale to choose from. | Seb Bacon | 2011-07-15 | -2/+37 |
|/ | | | | Replaces core "locale" filter with customised one. Fixes #82 | |||
* | Merge branch 'master' of github.com:sebbacon/alaveteli | Seb Bacon | 2011-07-14 | -18/+28 |
|\ | ||||
| * | The sense of the "is admin" test was accidentally reversed on the request ↵ | Robin Houston | 2011-07-14 | -3/+3 |
| | | | | | | | | page template | |||
| * | Do not specify ADMIN_BASE_URL in the example config file, | Robin Houston | 2011-07-14 | -2/+5 |
| | | | | | | | | | | because the dynamic default value will be correct for most installations. | |||
| * | Use the ADMIN_BASE_URL config variable if present, rather than ignoring it | Robin Houston | 2011-07-14 | -1/+1 |
| | | ||||
| * | 1) You can’t call an instance method from a class method (d’oh) | Robin Houston | 2011-07-14 | -2/+2 |
| | | | | | | | | | | | | 2) The test coverage is less good than I imagined. XXXX need test for zip file attachments | |||
| * | Reinstate the additional admin links. | Robin Houston | 2011-07-14 | -5/+12 |
| | | ||||
| * | That is only supposed to be disabled in the wdtk branch, not in master. | Robin Houston | 2011-07-14 | -1/+1 |
| | | ||||
| * | Merge branch 'master' of git@github.com:sebbacon/alaveteli | Robin Houston | 2011-07-14 | -5/+54 |
| |\ | ||||
| * \ | Merge branch 'wdtk' of git@github.com:sebbacon/alaveteli | Robin Houston | 2011-07-14 | -1/+1 |
| |\ \ | ||||
| | * | | Disable the locale-specific routing, at least till it actually works. | Robin Houston | 2011-07-13 | -1/+1 |
| | | | | ||||
| * | | | Rationalise unholy mixture of tabs and spaces | Robin Houston | 2011-07-14 | -6/+6 |
| | | | | ||||
| * | | | Putting a space before the parenthesis causes a mandatory Ruby warning | Robin Houston | 2011-07-14 | -2/+2 |
| |/ / | | | | | | | | | | "warning: don't put space before argument parentheses" | |||
* | / | Make test description be accurate | Seb Bacon | 2011-07-14 | -1/+1 |
| |/ |/| | ||||
* | | Merge branch 'master' of github.com:sebbacon/alaveteli | Seb Bacon | 2011-07-14 | -114/+39 |
|\| | | | | | | | | | Conflicts: app/views/request/_request_listing_single.rhtml | |||
| * | Inconsistent whitespace | Robin Houston | 2011-07-13 | -8/+8 |
| | | ||||
| * | Make the tests work with authentication | Robin Houston | 2011-07-13 | -1/+4 |
| | | ||||
| * | Update commonlib | Robin Houston | 2011-07-13 | -0/+0 |
| | | ||||
| * | Remove the PHP-formatted example config file | Robin Houston | 2011-07-13 | -89/+0 |
| | |