| Commit message (Expand) | Author | Age | Lines |
* | Use new info_requests_count counter cache column on public body when generati... | Louise Crow | 2012-09-26 | -2/+1 |
* | Merge remote-tracking branch 'openaustralia_github/calendar_days' into develop | Louise Crow | 2012-09-24 | -1/+3 |
|\ |
|
| * | Make the way number of days are calculated (either by calendar or working day... | Matthew Landauer | 2012-09-24 | -1/+2 |
| * | Make HolidayController#due_date use configuration REPLY_LATE_AFTER_DAYS | Matthew Landauer | 2012-09-24 | -1/+2 |
| * | Rename method | Matthew Landauer | 2012-09-24 | -1/+1 |
* | | Add an option to disable comments on a request | Robin Houston | 2012-09-19 | -1/+11 |
|/ |
|
* | Paginate the timeline to allow it to render in a reasonable amount of time. I... | Louise Crow | 2012-09-13 | -8/+51 |
* | Paginate the list of old unclassified requests. | Louise Crow | 2012-09-13 | -1/+12 |
* | Reformat for readability. | Louise Crow | 2012-09-13 | -1/+3 |
* | Use faster csv for public body cvs generation, eagerly load tags and translat... | Louise Crow | 2012-09-12 | -8/+7 |
* | Merge branch 'develop' of ssh://git.mysociety.org/data/git/public/alaveteli i... | Louise Crow | 2012-09-11 | -14/+45 |
|\ |
|
| * | Add a since_date parameter to the API feed | Robin Houston | 2012-09-10 | -11/+35 |
| * | API errors should be JSON | Robin Houston | 2012-09-04 | -3/+10 |
* | | Use new, more efficient methods in request game page. | Louise Crow | 2012-09-11 | -9/+4 |
* | | Record a status update by someone other than the request owner as a request c... | Louise Crow | 2012-09-11 | -6/+6 |
|/ |
|
* | Don't allow status updates on external requests from the front end interface ... | Louise Crow | 2012-08-23 | -1/+14 |
* | Don't error on a request to followup an external request. | Louise Crow | 2012-08-23 | -0/+7 |
* | Merge branch 'release/0.6.3' into develop | Louise Crow | 2012-08-22 | -32/+67 |
|\ |
|
| * | Rework the temporary storing of a csv file of public body info between a dry ... | Louise Crow | 2012-08-20 | -29/+67 |
| * | Whether a rule is a regex rule should not affect the redirect that happens af... | Louise Crow | 2012-08-14 | -2/+0 |
| * | Fix bug preventing CSV upload. Fixes #525 (needs tests!) | Seb Bacon | 2012-07-19 | -7/+7 |
| * | Oh dear, a "revert revert revert" that reverts the "revert revert" that shoul... | Seb Bacon | 2012-07-17 | -9/+2 |
* | | Allow external requests to be hidden from the admin interface. | Louise Crow | 2012-08-22 | -6/+10 |
* | | Use user_name instead of user.name to handle external requests. | Louise Crow | 2012-08-22 | -4/+7 |
* | | Don't pass a page param of less than one through to Xapian, treat it as a par... | Louise Crow | 2012-08-21 | -3/+6 |
* | | Fail with NotFound if request slug doesn't exist | Robin Houston | 2012-08-20 | -23/+13 |
* | | Do not send email for external requests | Robin Houston | 2012-08-20 | -1/+1 |
* | | Merge branch 'wdtk' into develop | Louise Crow | 2012-08-16 | -11/+32 |
|\ \ |
|
| * | | When displaying attachments, only cache them out to files if they are visible... | Louise Crow | 2012-08-16 | -3/+12 |
| * | | Method spacing. | Louise Crow | 2012-08-16 | -0/+3 |
| * | | Fix typo in comment. | Louise Crow | 2012-08-16 | -8/+17 |
* | | | Default to dry run and don't raise an error when this page is visited normally | Henare Degan | 2012-08-11 | -7/+2 |
* | | | Revert "Revert "Revert "In the API, when parsing posted responses, assume all... | Robin Houston | 2012-08-01 | -9/+2 |
* | | | Move variable restore to an ensure block | Robin Houston | 2012-08-01 | -8/+12 |
* | | | Set locale even for errors | Robin Houston | 2012-08-01 | -0/+7 |
| |/
|/| |
|
* | | Revert "Revert "In the API, when parsing posted responses, assume all multipa... | Seb Bacon | 2012-07-17 | -2/+9 |
* | | Merge branch 'feature/public-body-api-2a' into develop | Robin Houston | 2012-07-16 | -3/+4 |
|\ \ |
|
| * | | Revert "In the API, when parsing posted responses, assume all multipart mail ... | Robin Houston | 2012-07-16 | -9/+2 |
| * | | In the API, when parsing posted responses, assume all multipart mail parts th... | Seb Bacon | 2012-07-11 | -2/+9 |
| * | | Calls to API that are expected to return JSON are always expected to return s... | Seb Bacon | 2012-07-09 | -2/+3 |
| * | | Ensure (at least in the most basic cases) that views support recent "external... | Seb Bacon | 2012-07-09 | -1/+1 |
* | | | Factor popup banner out into own partial, for easier setting/unsetting (inclu... | Seb Bacon | 2012-07-13 | -0/+4 |
* | | | Support regular expressions in CensorRules; also support 'global' CensorRules... | Seb Bacon | 2012-07-13 | -0/+2 |
| |/
|/| |
|
* | | 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 | -5/+15 |
* | Atom feed approximately working (?) | Robin Houston | 2012-07-04 | -1/+1 |
* | WIP new requests feed | Robin Houston | 2012-07-04 | -0/+14 |
* | 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 | -1/+1 |