aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* improved layout of special notes when creating a new requestDavid Cabo2011-07-26-98/+105
|
* Adapting New Request flow to new wireframes: added type ahead search when ↵David Cabo2011-07-26-7/+20
| | | | creating new requests (added missing CSS)
* Adapting New Request flow to new wireframes: added type ahead search when ↵David Cabo2011-07-26-51/+111
| | | | creating new requests
* Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeuDavid Cabo2011-07-26-65/+196
|\
| * Add cache headers to various pages (in three categories: short, medium, and ↵Seb Bacon2011-07-25-3/+37
| | | | | | | | long).
| * Rescue NameErrors when attempting to load custom states (for the case where ↵Seb Bacon2011-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 Bacon2011-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 Bacon2011-07-25-14/+0
| | | | | | | | dd58cd35e51c1b98228aae1aa930629e84b6a905)
| * Merge branch 'empty_sessions' of https://github.com/dracos/alaveteliSeb Bacon2011-07-25-9/+101
| |\
| | * Add FixMyTransport's strip_empty_sessions to not send a cookie if there's ↵Matthew Somerville2011-07-22-9/+101
| | | | | | | | | | | | nothing in the session.
| * | Merge branch 'master' of github.com:sebbacon/alaveteliSeb Bacon2011-07-25-4/+4
| |\ \
| | * | Correct the mutt syntax, for sending notification mails about import errors.Robin Houston2011-07-25-1/+1
| | | | | | | | | | | | | | | | Closes #90.
| * | | Clarify alert logic in a commentSeb Bacon2011-07-25-1/+5
| | | |
| * | | Add a flag to turn off logging memory usage, as (a) this is a debug setting, ↵Seb Bacon2011-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 Bacon2011-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 Bacon2011-07-22-3/+17
| | | | | | | | | | | | | | | | *after* we've made filesystem representations of it
| * | | ignore things in `files/`Seb Bacon2011-07-22-0/+1
| | | |
| * | | drop strange, stray commentSeb Bacon2011-07-22-1/+0
| | | |
* | | | improved spanish translationDavid Cabo2011-07-24-117/+179
| |/ / |/| |
* | | added missing outgoing_messages fixture to testDavid Cabo2011-07-23-1/+1
| | |
* | | catch MissingSourceFile instead of NameError when including custom states, ↵David Cabo2011-07-23-2/+2
|/ / | | | | | | in order to handle the case when file is not present
* | Merge branch 'master' of github.com:sebbacon/alaveteliSeb Bacon2011-07-22-1/+1
|\|
| * Fix the routing so that censor rules can be edited through the admin interface.Robin Houston2011-07-21-1/+1
| |
* | Drop post_redirects older than 2 months. The 6 month limit meant we had far ↵Seb Bacon2011-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 Bacon2011-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/alaveteliSeb Bacon2011-07-19-47/+29
|\
| * Add another template hook _before_head_end, for themes to override.Robin Houston2011-07-18-47/+29
| |
* | improve documentation of ugly filesSeb Bacon2011-07-19-6/+24
|/
* Add a comment to the _before_body_end template, explaining that it can be ↵Robin Houston2011-07-17-1/+1
| | | | overridden in a theme for analytics
* Merge remote branch 'origin/master'Seb Bacon2011-07-15-1/+1
|\
| * changed git-code to git-corevalon2011-07-14-1/+1
| |
* | Only prepend locales to paths when there's more than one locale to choose from.Seb Bacon2011-07-15-2/+37
|/ | | | Replaces core "locale" filter with customised one. Fixes #82
* Merge branch 'master' of github.com:sebbacon/alaveteliSeb Bacon2011-07-14-18/+28
|\
| * The sense of the "is admin" test was accidentally reversed on the request ↵Robin Houston2011-07-14-3/+3
| | | | | | | | page template
| * Do not specify ADMIN_BASE_URL in the example config file,Robin Houston2011-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 itRobin Houston2011-07-14-1/+1
| |
| * 1) You can’t call an instance method from a class method (d’oh)Robin Houston2011-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 Houston2011-07-14-5/+12
| |
| * That is only supposed to be disabled in the wdtk branch, not in master.Robin Houston2011-07-14-1/+1
| |
| * Merge branch 'master' of git@github.com:sebbacon/alaveteliRobin Houston2011-07-14-5/+54
| |\
| * \ Merge branch 'wdtk' of git@github.com:sebbacon/alaveteliRobin Houston2011-07-14-1/+1
| |\ \
| | * | Disable the locale-specific routing, at least till it actually works.Robin Houston2011-07-13-1/+1
| | | |
| * | | Rationalise unholy mixture of tabs and spacesRobin Houston2011-07-14-6/+6
| | | |
| * | | Putting a space before the parenthesis causes a mandatory Ruby warningRobin Houston2011-07-14-2/+2
| |/ / | | | | | | | | | "warning: don't put space before argument parentheses"
* | / Make test description be accurateSeb Bacon2011-07-14-1/+1
| |/ |/|
* | Merge branch 'master' of github.com:sebbacon/alaveteliSeb Bacon2011-07-14-114/+39
|\| | | | | | | | | Conflicts: app/views/request/_request_listing_single.rhtml
| * Inconsistent whitespaceRobin Houston2011-07-13-8/+8
| |
| * Make the tests work with authenticationRobin Houston2011-07-13-1/+4
| |
| * Update commonlibRobin Houston2011-07-13-0/+0
| |
| * Remove the PHP-formatted example config fileRobin Houston2011-07-13-89/+0
| |