aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeLines
* Merge branch 'asktheeu' into asktheeu-new-designDavid Cabo2011-08-22-30/+151
|\
| * Merge branch 'fixes' into asktheeuDavid Cabo2011-08-17-19/+140
| |\
| | * Refactor fixes to #142 and #143, new implementation much simpler to understandDavid Cabo2011-08-17-20/+19
| | |
| | * Support editing of public bodies simultaneously in all locales (closes #143)David Cabo2011-08-17-11/+16
| | |
| | * Make public body creation tests more robustDavid Cabo2011-08-17-2/+4
| | |
| | * Extend "new public body" form to support multiple locales (closes #142)David Cabo2011-08-17-8/+56
| | |
| * | Update tests to reflect sign-in is now before Preview when making new requestDavid Cabo2011-08-13-12/+13
| | |
| * | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeuDavid Cabo2011-08-12-35/+297
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/cy/app.po locale/de/app.po locale/es/app.po locale/fr/app.po locale/sq/app.po locale/sr/app.po locale/sr@latin/app.po
| * | | implementing new request wireframes: new page to select authority to write toDavid Cabo2011-08-02-0/+35
| | | |
| * | | merging from master branchDavid Cabo2011-08-02-0/+18
| |\ \ \
| * \ \ \ Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeuDavid Cabo2011-07-30-52/+108
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeuDavid Cabo2011-07-28-3/+39
| |\ \ \ \ \
| * | | | | | Adapting New Request flow to new wireframes: added type ahead search when ↵David Cabo2011-07-26-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | creating new requests
* | | | | | | first stab at improved home pageSeb Bacon2011-08-22-4/+4
| | | | | | |
* | | | | | | Add test for generation of HTML versions of attachments. As a side-effect, ↵Seb Bacon2011-08-17-0/+8
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | make some of the HTML more valid. Prerequisite for addressing issue #108.
* | | | | | Merge branch 'master' of github.com:sebbacon/alaveteliDavid Cabo2011-08-16-1/+38
|\ \ \ \ \ \
| * | | | | | Internationalise the salution, making sure it's OK to miss out the public ↵Seb Bacon2011-08-15-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | body name as they might in French. Fixes #134.
| * | | | | | Fix template syntax error. Closes #136Seb Bacon2011-08-15-0/+7
| | | | | | |
| * | | | | | New files I forgot to add in a7df6f479f452503e3a9Seb Bacon2011-08-15-0/+9
| | | | | | |
| * | | | | | Monkey patch around bug that was stripping out quotes from search phrases. ↵Seb Bacon2011-08-15-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #38
* | | | | | | Don't fail if a body has the same url_name in several locales (closes #139)David Cabo2011-08-16-0/+14
|/ / / / / /
* | | | | | When displaying information about how overdue something is, use values from ↵Seb Bacon2011-08-12-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | the config file, rather than hard coded ones. Fixes #130.
* | | | | | Force elinks to assume UTF8 character set for its input (used when making ↵Seb Bacon2011-08-12-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | plain text versions of HTML email)
* | | | | | Remove more whatdotheyknow references. Closes #113 (I think).Seb Bacon2011-08-12-0/+7
| |_|_|_|/ |/| | | |
* | | | | make CSV import test deterministic by sorting resultsDavid Cabo2011-08-12-1/+1
| | | | |
* | | | | Create public bodies in multiple locales when importing from CSVDavid Cabo2011-08-11-10/+46
| | | | |
* | | | | Handle optional field list on CSV import, needed for enabling multiple localesDavid Cabo2011-08-11-0/+17
| | | | |
* | | | | I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ↵David Cabo2011-08-11-2/+2
| | | | | | | | | | | | | | | | | | | | substitution in gettext strings.
* | | | | Show the rejected reason for the incoming message in question, not the most ↵Seb Bacon2011-08-11-1/+6
| | | | | | | | | | | | | | | | | | | | recent rejected reason for the info request in question. Fixes #129.
* | | | | Apply censor rules even when pdftk refuses to compress. Also provide for ↵Seb Bacon2011-08-10-4/+15
| | | | | | | | | | | | | | | | | | | | alternative to pdftk for compression. Closes #123.
* | | | | Fix up missing fixtures (causing failures dependent on order the tests were ↵Seb Bacon2011-08-10-17/+29
| | | | | | | | | | | | | | | | | | | | funr). Also tidy up raw_email setup code to match everywhere.
* | | | | allow admin to redeliver emails to closed requests. Fixes #116Seb Bacon2011-08-08-0/+18
| | | | |
* | | | | Introduce config setting to ignore browser language settingsSeb Bacon2011-08-08-1/+15
| | | | |
* | | | | Fix dependency problem when deleting incoming messages. Closes #115Seb Bacon2011-08-08-0/+7
| | | | |
* | | | | Ensure we use sensible fallbacks for setting the default / initial locale ↵Seb Bacon2011-08-08-8/+29
| | | | | | | | | | | | | | | | | | | | for a user. (Partially) fixes #114
* | | | | Guess holding pen emails based on having a correct hash and an incorrect id. ↵Seb Bacon2011-08-08-3/+48
| | | | | | | | | | | | | | | | | | | | Closes #117
* | | | | Log the reason why an incoming mail is routed to the holding pen, and ↵Seb Bacon2011-08-03-0/+63
| | | | | | | | | | | | | | | | | | | | display it to administrators. Closes #107.
* | | | | Force a trailing slash on the end of the administrators' index page. Fixes #106Seb Bacon2011-08-03-1/+7
| | | | |
* | | | | Fail silently if there's no user matching one referenced in the current ↵Seb Bacon2011-08-03-0/+7
| |_|_|/ |/| | | | | | | | | | | session. Fixes #105
* | | | User's display name should indicate if they've been banned. Fixes #100.Seb Bacon2011-08-01-0/+18
| |_|/ |/| |
* | | make explicit path test locale-independentSeb Bacon2011-07-29-1/+1
| | |
* | | Add missing :info_requests fixture to test that depends on itSeb Bacon2011-07-29-1/+1
| | |
* | | To make tests pass with RawEmails on the filesystem, instead of hacky ↵Seb Bacon2011-07-29-50/+106
| |/ |/| | | | | dependency on existence of text_binary field in raw_emails model, rewrite tests (and their fixtures) to explicitly load data from FS when raw_emails are used.
* | Cause the final step in the "new request" workflow to have a unique URL (so ↵Seb Bacon2011-07-28-0/+3
| | | | | | | | we can distinguish it in Google Analytics). Fixes #96
* | Don't treat CSRF tokens as optional session data for administrators (they're ↵Seb Bacon2011-07-27-4/+20
| | | | | | | | | | | | needed to allow them to edit anything! Fixes #95 (Also change wording of test namess to match usual rspec convention)
* | include "locale" in list of session data keys that are used to decide if a ↵Seb Bacon2011-07-27-0/+8
| | | | | | | | rails session cookie is redundant for the purposes of this request. Fixes #91
* | Authentication should only apply to admin interface when *both* email *and* ↵Seb Bacon2011-07-27-0/+9
|/ | | | password are unset
* move load-email-fixtures-to-filesystem hack to global config, so that we ↵Seb Bacon2011-07-25-17/+16
| | | | 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-0/+55
|\