Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Simplify a little more | Matthew Landauer | 2012-10-10 | -6/+2 |
| | ||||
* | Inline temporary variable | Matthew Landauer | 2012-10-10 | -3/+1 |
| | ||||
* | Small refactor: make control flow a little cleaner | Matthew Landauer | 2012-10-10 | -11/+7 |
| | ||||
* | Creating EximLog record autosaves EximLogDone record anyway | Matthew Landauer | 2012-10-10 | -3/+2 |
| | ||||
* | Simplify creation of log line | Matthew Landauer | 2012-10-10 | -6/+1 |
| | ||||
* | Send a warning to stdout when trying to load logs for non-existent info requests | Matthew Landauer | 2012-10-09 | -1/+3 |
| | ||||
* | Merge remote-tracking branch 'openaustralia_github/remove_unused_view' into ↵ | Louise Crow | 2012-10-04 | -0/+0 |
|\ | | | | | | | develop | |||
| * | Removing empty and unused view template file | Matthew Landauer | 2012-10-04 | -0/+0 |
| | | ||||
* | | Merge remote-tracking branch ↵ | Louise Crow | 2012-10-04 | -1/+1 |
|\ \ | | | | | | | | | | 'openaustralia_github/help_advanced_search_link' into develop | |||
| * | | Make advanced search link in help sidebar point at advancedsearch rather ↵ | Matthew Landauer | 2012-10-04 | -1/+1 |
| |/ | | | | | | | than search | |||
* | | Merge remote-tracking branch 'henare_github/full-url-in-admin-emails' into ↵ | Louise Crow | 2012-10-04 | -2/+1 |
|\ \ | |/ |/| | | | develop | |||
| * | Fix failing test added in ad141d7 | Henare Degan | 2012-10-04 | -1/+1 |
| | | ||||
| * | Refactor for conciseness | Henare Degan | 2012-10-04 | -2/+1 |
| | | ||||
| * | Change the behaviour of admin_url to always return a full URL | Henare Degan | 2012-10-04 | -1/+1 |
| | | ||||
| * | Requires admin attention emails should include a full URL to the admin page ↵ | Henare Degan | 2012-10-03 | -1/+1 |
| | | | | | | | | of the request so you can click it, not just a relative path | |||
* | | Merge remote-tracking branch 'henare_github/add-tabindexes-to-signup' into ↵ | Louise Crow | 2012-10-03 | -10/+10 |
|\ \ | | | | | | | | | | develop | |||
| * | | Make keyboard navigation of sign in/sign up forms easier by adding tabindexes | Henare Degan | 2012-10-03 | -10/+10 |
| |/ | ||||
* | | Merge remote-tracking branch 'henare_github/new-request-pseudonym-anchor' ↵ | Louise Crow | 2012-10-03 | -1/+1 |
|\ \ | | | | | | | | | | into develop | |||
| * | | Change where this link points to as I expected this to link to the section ↵ | Henare Degan | 2012-10-03 | -1/+1 |
| |/ | | | | | | | about pseudonyms | |||
* | | Merge remote-tracking branch 'openaustralia_github/singular_authorities_fix' ↵ | Louise Crow | 2012-10-03 | -1/+1 |
|\ \ | | | | | | | | | | into develop | |||
| * | | When only a single authority is found use the singular | Matthew Landauer | 2012-10-03 | -1/+1 |
| |/ | ||||
* | | Merge remote-tracking branch 'openaustralia_github/configuration_refactor' ↵ | Louise Crow | 2012-10-03 | -1/+1 |
|\ \ | | | | | | | | | | into develop | |||
| * | | Use new Configuration for OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILS | Matthew Landauer | 2012-10-02 | -1/+1 |
| |/ | ||||
* / | Extract partial to make it easier to override in theme | Matthew Landauer | 2012-10-02 | -6/+7 |
|/ | ||||
* | Merge remote-tracking branch 'openaustralia_github/configuration_refactor' ↵ | Louise Crow | 2012-10-01 | -100/+72 |
|\ | | | | | | | | | | | | | into develop Conflicts: config/general.yml-example | |||
| * | Inline ConfigHelper force_registration_on_new_request | Matthew Landauer | 2012-09-25 | -7/+3 |
| | | ||||
| * | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -94/+70 |
| | | ||||
* | | Merge remote-tracking branch ↵ | Louise Crow | 2012-10-01 | -2/+17 |
|\ \ | | | | | | | | | | 'openaustralia_github/requests_frontpage_wording' into develop | |||
| * | | When the list of requests on the frontpage is being filled out with not just ↵ | Matthew Landauer | 2012-09-29 | -2/+17 |
| | | | | | | | | | | | | | | | | | | successful requests make the text and the link reflect that | |||
* | | | Make wording slightly more consistent by replacing 'public bodies' with ↵ | Matthew Landauer | 2012-09-29 | -2/+2 |
|/ / | | | | | | | 'public authorities' | |||
* | | Allow new string to be translated | Robin Houston | 2012-09-28 | -1/+1 |
| | | ||||
* | | Merge remote-tracking branch 'openaustralia/redirect_email_for_testing' into ↵ | Robin Houston | 2012-09-28 | -0/+20 |
|\ \ | | | | | | | | | | develop | |||
| * | | override_request_email returns nil if configuration not set | Matthew Landauer | 2012-09-27 | -3/+5 |
| | | | ||||
| * | | When we are overriding the request emails show it just before you make a request | Matthew Landauer | 2012-09-27 | -0/+6 |
| | | | ||||
| * | | Extract method | Matthew Landauer | 2012-09-27 | -3/+6 |
| | | | ||||
| * | | Add option to override all public body request emails | Matthew Landauer | 2012-09-27 | -0/+9 |
| | | | ||||
* | | | Wording improvement | Robin Houston | 2012-09-28 | -2/+3 |
| | | | | | | | | | | | | As suggested by @mlandauer in #641. | |||
* | | | Merge remote-tracking branch 'openaustralia/themeable_suggested_summary' ↵ | Robin Houston | 2012-09-28 | -6/+6 |
|\ \ \ | | | | | | | | | | | | | into develop | |||
| * | | | Extract partial for easy overriding in a theme | Matthew Landauer | 2012-09-28 | -6/+6 |
| | | | | ||||
* | | | | Remove unused partial views | Robin Houston | 2012-09-28 | -2/+0 |
|/ / / | | | | | | | | | | See issue #637. | |||
* | | | Remove file checked in by mistake. | Louise Crow | 2012-09-27 | -870/+0 |
| | | | ||||
* | | | Merge remote-tracking branch 'henare_github/public-authorities-title' into ↵ | Louise Crow | 2012-09-27 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | develop | |||
| * | | | Don't display extra hyphen in public body page | Henare Degan | 2012-09-27 | -1/+1 |
| |/ / | | | | | | | | | | Otherwise the title is "Public authorities - - WhatDoTheyKnow" | |||
* / / | Probably controversial but I think a full stop after a question mark looks ↵ | Henare Degan | 2012-09-27 | -1/+1 |
|/ / | | | | | | | clumsy, don't you?. | |||
* | | Allow translation of 'Upload FOI response' | Louise Crow | 2012-09-26 | -1/+1 |
| | | ||||
* | | Allow the descriptive strings for track types to be translated. | Louise Crow | 2012-09-26 | -9/+9 |
| | | ||||
* | | Add a couple of email subject lines to the translations. | Louise Crow | 2012-09-26 | -2/+872 |
| | | ||||
* | | Merge remote-tracking branch ↵ | Louise Crow | 2012-09-26 | -15/+5 |
|\ \ | | | | | | | | | | 'openaustralia_github/internationalise_contact_page' into develop | |||
| * | | Internationalise the contact form by removing campaigning links and UK ↵ | Matthew Landauer | 2012-09-26 | -15/+5 |
| |/ | | | | | | | references to data protection | |||
* | | Use new info_requests_count counter cache column on public body when ↵ | Louise Crow | 2012-09-26 | -6/+5 |
| | | | | | | | | generating front page. |