aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeLines
...
| * | Enable admins to link public body categories to headingslizconlan2014-09-22-6/+37
| | |
| * | List categories without headings on the admin screenlizconlan2014-09-22-32/+51
| | |
| * | Restrict category_tag edits to empty public body categorieslizconlan2014-09-22-8/+15
| | |
| * | Basic category admin screenlizconlan2014-09-22-4/+436
| | |
| * | Fix admin screen formatting issue in Chromelizconlan2014-09-22-0/+3
| | |
| * | Use translation tables for PublicBodyCategory and PublicBodyHeadinglizconlan2014-09-22-18/+51
| | |
| * | Replace existing PublicBodyCategories functionality with db models ↵lizconlan2014-09-22-2/+137
| | | | | | | | | | | | PublicBodyCategory and PublicBodyHeading
* | | Merge branch 'issues/1827-healthcheck' into rails-3-developGareth Rees2014-09-30-0/+36
|\ \ \ | |/ / |/| |
| * | Add an action to run the checksGareth Rees2014-09-25-0/+36
| | |
* | | Merge branch 'issues/149-wdtk-visited-links' into rails-3-developGareth Rees2014-09-22-0/+3
|\ \ \
| * | | Restore visited link colour changeGareth Rees2014-09-22-0/+3
| | | |
* | | | Use dot rather than colon for method callGareth Rees2014-09-19-1/+1
| | | |
* | | | Group class methods before instance methodsGareth Rees2014-09-19-12/+12
| | | |
* | | | Remove uneeded code / Tidy upGareth Rees2014-09-19-66/+88
| | | |
* | | | Remove unused validationGareth Rees2014-09-19-1/+1
| | | |
* | | | Tidy OutgoingMessage macro methodsGareth Rees2014-09-19-22/+22
| |/ / |/| |
* | | Merge branch 'issues/1833-censor-rule-validation' into rails-3-developGareth Rees2014-09-15-1/+5
|\ \ \
| * | | Add correct validations to CensorRuleGareth Rees2014-09-12-1/+5
| | | |
* | | | Merge branch 'empty_blog' into rails-3-developGareth Rees2014-09-15-1/+1
|\ \ \ \
| * | | | Fix /blog breaking if the blog has no postsGareth Rees2014-09-12-1/+1
| | | | |
* | | | | Merge remote-tracking branch 'origin/hotfix/0.19.0.3' into rails-3-developGareth Rees2014-09-15-1/+5
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Whitelist UserController#signup params0.19.0.3hotfix/0.19.0.3Gareth Rees2014-09-09-1/+5
| | | | | | | | | | | | | | | | | | | | Protects from mass-assignment exploit attempts
* | | | | Merge branch 'issues/1704-search-contributions-margin' into rails-3-developGareth Rees2014-09-15-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add margin to search your contributions formGareth Rees2014-09-04-0/+5
| | |_|/ | |/| |
* | | | Merge branch 'hotfix/0.19.0.1' into rails-3-developLouise Crow2014-09-04-10/+14
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Return a list of all cache directories for the requestLouise Crow2014-09-01-6/+11
| | |
| * | Use request dirs method.Louise Crow2014-09-01-2/+1
| | |
| * | Use path relative to Rails root.Louise Crow2014-09-01-1/+1
| | |
| * | Move method to model to make it more testable, add spec.Louise Crow2014-09-01-8/+8
| | |
* | | Add commentLouise Crow2014-09-02-0/+1
| | |
* | | Don't nest the #public_body_show grid-row when in authority preview.Louise Crow2014-09-02-0/+4
| |/ |/|
* | Make csv import fields a class attribute that can be overridenSteven Day2014-08-22-14/+24
|/
* Reword View Requests to Browse Requests in navGareth Rees2014-08-21-3/+5
| | | | | | | User testing highlighted that it was easy to mistake "View Requests" for a Facebook-style wall rather than the list of all requests. [1] [1] https://github.com/mysociety/alaveteli/issues/1505
* Merge branch 'issues/1181-destroy-external-request' into rails-3-developGareth Rees2014-08-21-1/+2
|\
| * Interpolate rather than String#+Gareth Rees2014-08-18-1/+1
| | | | | | https://github.com/bbatsov/ruby-style-guide#concat-strings
| * Use different flash for fully_destroy external InfoRequestGareth Rees2014-08-18-1/+2
| | | | | | | | Uses a different flash message to avoid trying to fetch a non existent user record
* | Merge branch 'issues/1744-view-as-html-stylesheet' into rails-3-developGareth Rees2014-08-21-5/+4
|\ \
| * | Add charset to view-as-html stylesheet linksGareth Rees2014-08-18-5/+4
| |/
* / Add honeypot spam protection to body update formGareth Rees2014-08-21-0/+17
|/ | | | | Intercepts the request and redirects to the homepage if the comment field is filled in on the public body update form.
* Since e5a73815 excerpt requires a hash for optionsGareth Rees2014-08-12-2/+2
| | | | | | HighlightHelper#excerpt backports the Rails 4 excerpt which requires a Hash for the options parameter rather than globbing the remaining arguments.
* Use since_event_id to restrict query, not just data displayed.Louise Crow2014-08-11-16/+26
| | | | | Allow the same params (since_event_id, since_date) for both formats. There doesn't seem to be a particular reason not to treat them the same.
* Merge branch 'hotfix/0.18.0.11' into rails-3-developLouise Crow2014-08-05-1/+7
|\
| * Try a smaller min-height for smaller devices.0.18.0.11hotfix/0.18.0.11Louise Crow2014-08-05-0/+1
| |
| * Set height for IE7, don't use min-height for small devices.Louise Crow2014-08-05-1/+6
| | | | | | | | | | | | IE7 doesn't implement min-height, so force the iframe height. We don't want to set min-height for mobile as it's just a workaround for desktop browsers setting a too-small height.
* | Merge branch 'issues/1709-eager-load-for-api-speed' into rails-3-developLouise Crow2014-08-04-24/+11
|\ \
| * | Try some eager loading to speed up body_request_eventsLouise Crow2014-08-04-24/+11
| |/
* | Merge branch 'hotfix/0.18.0.10' into rails-3-developLouise Crow2014-07-30-1/+1
|\|
| * Add viewport to head when using responsive styles.0.18.0.10hotfix/0.8.0.10Louise Crow2014-07-29-1/+1
| |
* | Merge branch 'hotfix/0.18.0.9' into rails-3-developLouise Crow2014-07-29-1/+12
|\|
| * Don't use stylesheet_link_tags0.18.0.9hotfix/0.18.0.9Louise Crow2014-07-29-1/+12
| | | | | | | | There attachments will be cached, so we don't want timestamped references to stylesheets.