Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move methods used only in admin controllers to admin_controller.rb | Louise Crow | 2012-10-30 | -24/+24 |
| | ||||
* | If we're doing admin authentication internally, don't bother with the ↵ | Louise Crow | 2012-10-30 | -7/+15 |
| | | | | request environment, set the admin_name on the session instead. | |||
* | Redirect calls to admin_http_auth_user to more generic wrapper ↵ | Louise Crow | 2012-10-30 | -16/+20 |
| | | | | admin_current_user | |||
* | Merge remote-tracking branch ↵ | Louise Crow | 2012-10-29 | -0/+2 |
|\ | | | | | | | 'openaustralia_github/sorting_requests_front_page' into develop | |||
| * | Always have the newest events at the top of the list | Matthew Landauer | 2012-10-26 | -0/+2 |
| | | ||||
* | | Handle the default blank string passed by Configuration module | Louise Crow | 2012-10-25 | -1/+1 |
| | | ||||
* | | Handle a blank convert command more explicitly. | Louise Crow | 2012-10-25 | -1/+1 |
|/ | ||||
* | Merge remote-tracking branch ↵ | Louise Crow | 2012-10-25 | -1/+1 |
|\ | | | | | | | 'openaustralia_github/follow-all-requests-description' into develop | |||
| * | Add a full stop to the end of this sentence | Henare Degan | 2012-10-18 | -1/+1 |
| | | ||||
* | | Extract method | Matthew Landauer | 2012-10-24 | -32/+1 |
| | | ||||
* | | Don't keep recalculating the request status | Louise Crow | 2012-10-23 | -14/+15 |
| | | ||||
* | | Fix bug where visitors from overseas visit a site which is not officially ↵ | Matthew Landauer | 2012-10-19 | -2/+3 |
| | | | | | | | | live yet | |||
* | | Inline temporary variable | Matthew Landauer | 2012-10-19 | -3/+2 |
|/ | ||||
* | Merge remote-tracking branch ↵ | Louise Crow | 2012-10-17 | -1/+1 |
|\ | | | | | | | 'openaustralia_github/fix_count_inconsistencies' into develop | |||
| * | Don't show internal admin authority on auto generated list on home page | Matthew Landauer | 2012-10-17 | -1/+1 |
| | | ||||
* | | Merge branch 'release/0.6.7' into develop | Louise Crow | 2012-10-17 | -1/+1 |
|\ \ | |/ |/| | ||||
| * | Bugfix - fixed cut and paste error. | Louise Crow | 2012-10-17 | -1/+1 |
| | | ||||
* | | Handle the case where the blog feed already has querystring parameters. | Louise Crow | 2012-10-11 | -1/+3 |
|/ | ||||
* | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -34/+0 |
| | ||||
* | Merge remote-tracking branch 'openaustralia_github/configuration_refactor' ↵ | Louise Crow | 2012-10-01 | -37/+29 |
|\ | | | | | | | | | | | | | into develop Conflicts: config/general.yml-example | |||
| * | Inline ConfigHelper force_registration_on_new_request | Matthew Landauer | 2012-09-25 | -1/+1 |
| | | ||||
| * | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -36/+28 |
| | | ||||
* | | When the list of requests on the frontpage is being filled out with not just ↵ | Matthew Landauer | 2012-09-29 | -0/+3 |
| | | | | | | | | | | | | successful requests make the text and the link reflect that | |||
* | | Use new info_requests_count counter cache column on public body when ↵ | Louise Crow | 2012-09-26 | -2/+1 |
|/ | | | | generating front page. | |||
* | 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 ↵ | Matthew Landauer | 2012-09-24 | -1/+2 |
| | | | | | | | | days) configurable | |||
| * | 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 |
|/ | | | | Closes #30. | |||
* | Paginate the timeline to allow it to render in a reasonable amount of time. ↵ | Louise Crow | 2012-09-13 | -8/+51 |
| | | | | In order to avoid sorting large numbers of objects in order to get the right order of combined events across the two model types, get the overall order first from the database and then populate the slice we're interested in. | |||
* | 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 ↵ | Louise Crow | 2012-09-12 | -8/+7 |
| | | | | translations. | |||
* | Merge branch 'develop' of ssh://git.mysociety.org/data/git/public/alaveteli ↵ | Louise Crow | 2012-09-11 | -14/+45 |
|\ | | | | | | | into develop | |||
| * | 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 |
| | | | | | | | | | | | | | | | | | | | | The API was returning Rails (HTML) errors for certain error conditions, which is inconvenient because it makes it difficult for the client to extract the error message. This patch changes add_correspondence to return JSON errors (still with suitable HTTP status codes) for two common exceptional conditions, and adds tests. | |||
* | | 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 ↵ | Louise Crow | 2012-09-11 | -6/+6 |
|/ | | | | classification. | |||
* | Don't allow status updates on external requests from the front end interface ↵ | Louise Crow | 2012-08-23 | -1/+14 |
| | | | | | | (they can still be changed from the admin interface). Final part of fix for #562. | |||
* | Don't error on a request to followup an external request. | Louise Crow | 2012-08-23 | -0/+7 |
| | | | | Partial solution to #562. | |||
* | Merge branch 'release/0.6.3' into develop | Louise Crow | 2012-08-22 | -32/+67 |
|\ | | | | | | | | | | | | | | | Conflicts: app/controllers/admin_public_body_controller.rb app/views/admin_public_body/import_csv.rhtml spec/controllers/admin_public_body_controller_spec.rb spec/models/info_request_spec.rb | |||
| * | Rework the temporary storing of a csv file of public body info between a dry ↵ | Louise Crow | 2012-08-20 | -29/+67 |
| | | | | | | | | run and real load. Use a temp file, not the session for the data. Also fixes #503. | |||
| * | Whether a rule is a regex rule should not affect the redirect that happens ↵ | Louise Crow | 2012-08-14 | -2/+0 |
| | | | | | | | | after you create it. | |||
| * | 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 ↵ | 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. | |||
* | | 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 ↵ | Louise Crow | 2012-08-21 | -3/+6 |
| | | | | | | | | param of 1. Fixes #557. | |||
* | | Fail with NotFound if request slug doesn't exist | Robin Houston | 2012-08-20 | -23/+13 |
| | | | | | | | | Closes #554. | |||
* | | Do not send email for external requests | Robin Houston | 2012-08-20 | -1/+1 |
| | |