Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix up whitespace | Seb Bacon | 2012-07-17 | -122/+122 |
| | ||||
* | Oh dear, a "revert revert revert" that reverts the "revert revert" that ↵ | Seb Bacon | 2012-07-17 | -9/+2 |
| | | | | | | | | should never have been pushed in the first place. Sorry! Revert "Revert "Revert "In the API, when parsing posted responses, assume all multipart mail parts that are Tempfiles are attachments""" This reverts commit 49ff1a1c0304cd292d3eae80dc0b91b2f83727b9. | |||
* | Revert "Revert "In the API, when parsing posted responses, assume all ↵ | Seb Bacon | 2012-07-17 | -2/+9 |
| | | | | | | multipart mail parts that are Tempfiles are attachments"" This reverts commit d4a700da1760fc2ba09cf19613a995569e4965ea. | |||
* | Merge branch 'feature/public-body-api-2a' into develop | Robin Houston | 2012-07-16 | -43/+64 |
|\ | ||||
| * | Revert "In the API, when parsing posted responses, assume all multipart mail ↵ | Robin Houston | 2012-07-16 | -9/+2 |
| | | | | | | | | | | | | | | | | | | | | parts that are Tempfiles are attachments" This change makes the tests fail, I think, and doesn’t have (IMHO) a desperately strong rationale, so let’s try it without for now. This reverts commit 4490482cedf362390b25efe453232ac1b7dfce99. | |||
| * | In the API, when parsing posted responses, assume all multipart mail parts ↵ | Seb Bacon | 2012-07-11 | -2/+9 |
| | | | | | | | | that are Tempfiles are attachments | |||
| * | Fix bug introduced in commit 049198b | Seb Bacon | 2012-07-09 | -1/+1 |
| | | ||||
| * | Calls to API that are expected to return JSON are always expected to return ↵ | Seb Bacon | 2012-07-09 | -2/+3 |
| | | | | | | | | something, even when there are no errors. | |||
| * | Ensure (at least in the most basic cases) that views support recent ↵ | Seb Bacon | 2012-07-09 | -42/+62 |
| | | | | | | | | "external request" changes (mainly that InfoRequests no longer necessarily have a User). | |||
* | | Style the search button with CSS so it can be overridden in themes | Seb Bacon | 2012-07-13 | -1/+1 |
| | | ||||
* | | Cleanup mixtures of tabs and spaces | Seb Bacon | 2012-07-13 | -105/+104 |
| | | ||||
* | | Indentation fixes | Seb Bacon | 2012-07-13 | -16/+14 |
| | | ||||
* | | Misc fixes to get tests to pass - notably a MonkeyPatch to work around ↵ | Seb Bacon | 2012-07-13 | -1/+1 |
| | | | | | | | | problem testing template results | |||
* | | Don't fail when a banner is completely absent. | Seb Bacon | 2012-07-13 | -1/+1 |
| | | ||||
* | | Factor out showing user info so it can easily be specialised in a theme | Seb Bacon | 2012-07-13 | -19/+21 |
| | | ||||
* | | Some missing i18n strings (and whitespace changes) | Seb Bacon | 2012-07-13 | -30/+30 |
| | | ||||
* | | Fix bug that only occurs when loading sample data - sometimes an InfoRequest ↵ | Seb Bacon | 2012-07-13 | -1/+1 |
| | | | | | | | | doesn't have a PublicBody at the time its slug is being calculated. | |||
* | | Factor popup banner out into own partial, for easier setting/unsetting ↵ | Seb Bacon | 2012-07-13 | -15/+18 |
| | | | | | | | | (including from themes). Fixes #524 | |||
* | | Factor out stylesheet includes into separate partial (allows easier ↵ | Seb Bacon | 2012-07-13 | -23/+23 |
| | | | | | | | | overriding in themes). Fixes #523 | |||
* | | Support regular expressions in CensorRules; also support 'global' ↵ | Seb Bacon | 2012-07-13 | -28/+18 |
| | | | | | | | | CensorRules that aren't attached to a User or Request or Public Body (but don't expose this in the admin UI). Fixes #33 | |||
* | | Include request_id as well as event_id in the JSON | Robin Houston | 2012-07-05 | -0/+1 |
|/ | ||||
* | JSON new events feed | Robin Houston | 2012-07-04 | -21/+48 |
| | ||||
* | Atom feed of request events | Robin Houston | 2012-07-04 | -33/+40 |
| | | | | | | | | | | We need not only new requests, but new outgoing correspondence of any sort. The idea is that this feed will contain any event that would have triggered an email to be sent to the public body, so can be used as an alternative, equivalent way to stay up-to-date with happenings on WDTK (or the Alaveteli installation of choice). | |||
* | Use fully-qualified URLs in feed | Robin Houston | 2012-07-04 | -1/+6 |
| | | | | The <link> tags in the feed <entry>s ought to be fully-qualified URLs. | |||
* | Atom feed approximately working (?) | Robin Houston | 2012-07-04 | -2/+4 |
| | ||||
* | WIP new requests feed | Robin Houston | 2012-07-04 | -10/+38 |
| | ||||
* | Use 33 bytes consistently | Robin Houston | 2012-07-02 | -1/+1 |
| | | | | | Let’s use 33 bytes consistently for the API key, to avoid an = pad at the end when it’s base64-encoded. | |||
* | Use cannonical twitter urls (use https). Fixes #500 | Seb Bacon | 2012-06-27 | -5/+5 |
| | ||||
* | Unset any "using_admin" flag when logging out | Seb Bacon | 2012-06-27 | -0/+1 |
| | ||||
* | Show the admin navigation bar when browsing the main site. Fixes #512 | Seb Bacon | 2012-06-27 | -4/+16 |
| | ||||
* | Don't allow non-superusers to access admin interface (eek!) Fixes #515 | Seb Bacon | 2012-06-27 | -2/+5 |
| | ||||
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Robin Houston | 2012-06-23 | -18/+44 |
|\ | | | | | | | | | | | | | | | Conflicts: Gemfile.lock script/handle-mail-replies script/handle-mail-replies.rb spec/controllers/request_controller_spec.rb | |||
| * | Merge branch 'master' into develop | Seb Bacon | 2012-06-20 | -19/+44 |
| |\ | ||||
| | * | Only invalidate a user's cached requests when their *name* changes. ↵ | Seb Bacon | 2012-06-20 | -2/+3 |
| | | | | | | | | | | | | Otherwise we issue PURGEs every time, for example, we send out email alerts. | |||
| | * | Only extend the cache time on InfoRequest views for sites with Varnish ↵ | Seb Bacon | 2012-06-20 | -1/+7 |
| | | | | | | | | | | | | purging set up | |||
| | * | Increase the time a page is cached for sites that are using Varnish. ↵ | Seb Bacon | 2012-06-20 | -1/+1 |
| | | | | | | | | | | | | Relatedly, document the consequences of getting the Varnish config wrong; and make it easier to grep for problems with Varnish in the log. | |||
| | * | Correctly name the person who has requested something for admin attention | Seb Bacon | 2012-06-19 | -4/+5 |
| | | | ||||
| | * | Revert "Set a "Content-Disposition: attachment" header when downloading ↵ | Seb Bacon | 2012-06-15 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | files. Closes #428" This reverts commit 506af7a640f63b17000ccfc5e1344bbc3039c913. See issue #428 for a discussion | |||
| | * | Improved sidebar wording | Robin Houston | 2012-06-15 | -2/+14 |
| | | | ||||
| | * | another typo | Seb Bacon | 2012-06-15 | -1/+1 |
| | | | ||||
| | * | typo in user-facing string | Seb Bacon | 2012-06-15 | -1/+1 |
| | | | ||||
| | * | Reformat function so it doesn't confuse gettext | Seb Bacon | 2012-06-14 | -1/+3 |
| | | | ||||
| | * | Return column name when iterating over admin fields. | Seb Bacon | 2012-06-12 | -1/+1 |
| | | | ||||
| | * | Make emails requesting admin attention appear to come from the user who ↵ | Seb Bacon | 2012-06-12 | -5/+9 |
| | | | | | | | | | | | | requested the attention, not the user who made the original request. | |||
| | * | Revert "Let everyone know, not just us" | Robin Houston | 2012-06-05 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e3cfe550fe835c68b25d693abd40aedd954913b3. It’s a bit late in the release cycle to be making a cosmetic change to a string that has to be translated into lots of different languages. We’ll pull this change into the develop branch, but not release/0.6. | |||
* | | | Merge branch 'feature/public-body-api' into develop | Robin Houston | 2012-06-20 | -25/+276 |
|\ \ \ | |/ / |/| | | ||||
| * | | API controller tests all pass | Robin Houston | 2012-06-18 | -3/+7 |
| | | | ||||
| * | | WIP API | Robin Houston | 2012-06-07 | -30/+21 |
| | | | ||||
| * | | Add missing </p> | Robin Houston | 2012-06-07 | -1/+1 |
| | | | ||||
| * | | Don’t try to send alerts to external users | Robin Houston | 2012-06-06 | -1/+6 |
| | | |