Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | Enable admins to link public body categories to headings | lizconlan | 2014-09-22 | -6/+37 | |
| | | | |||||
| * | | List categories without headings on the admin screen | lizconlan | 2014-09-22 | -32/+51 | |
| | | | |||||
| * | | Restrict category_tag edits to empty public body categories | lizconlan | 2014-09-22 | -8/+15 | |
| | | | |||||
| * | | Basic category admin screen | lizconlan | 2014-09-22 | -4/+436 | |
| | | | |||||
| * | | Fix admin screen formatting issue in Chrome | lizconlan | 2014-09-22 | -0/+3 | |
| | | | |||||
| * | | Use translation tables for PublicBodyCategory and PublicBodyHeading | lizconlan | 2014-09-22 | -18/+51 | |
| | | | |||||
| * | | Replace existing PublicBodyCategories functionality with db models ↵ | lizconlan | 2014-09-22 | -2/+137 | |
| | | | | | | | | | | | | PublicBodyCategory and PublicBodyHeading | ||||
* | | | Merge branch 'issues/1827-healthcheck' into rails-3-develop | Gareth Rees | 2014-09-30 | -0/+36 | |
|\ \ \ | |/ / |/| | | |||||
| * | | Add an action to run the checks | Gareth Rees | 2014-09-25 | -0/+36 | |
| | | | |||||
* | | | Merge branch 'issues/149-wdtk-visited-links' into rails-3-develop | Gareth Rees | 2014-09-22 | -0/+3 | |
|\ \ \ | |||||
| * | | | Restore visited link colour change | Gareth Rees | 2014-09-22 | -0/+3 | |
| | | | | |||||
* | | | | Use dot rather than colon for method call | Gareth Rees | 2014-09-19 | -1/+1 | |
| | | | | |||||
* | | | | Group class methods before instance methods | Gareth Rees | 2014-09-19 | -12/+12 | |
| | | | | |||||
* | | | | Remove uneeded code / Tidy up | Gareth Rees | 2014-09-19 | -66/+88 | |
| | | | | |||||
* | | | | Remove unused validation | Gareth Rees | 2014-09-19 | -1/+1 | |
| | | | | |||||
* | | | | Tidy OutgoingMessage macro methods | Gareth Rees | 2014-09-19 | -22/+22 | |
| |/ / |/| | | |||||
* | | | Merge branch 'issues/1833-censor-rule-validation' into rails-3-develop | Gareth Rees | 2014-09-15 | -1/+5 | |
|\ \ \ | |||||
| * | | | Add correct validations to CensorRule | Gareth Rees | 2014-09-12 | -1/+5 | |
| | | | | |||||
* | | | | Merge branch 'empty_blog' into rails-3-develop | Gareth Rees | 2014-09-15 | -1/+1 | |
|\ \ \ \ | |||||
| * | | | | Fix /blog breaking if the blog has no posts | Gareth Rees | 2014-09-12 | -1/+1 | |
| | | | | | |||||
* | | | | | Merge remote-tracking branch 'origin/hotfix/0.19.0.3' into rails-3-develop | Gareth Rees | 2014-09-15 | -1/+5 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Whitelist UserController#signup params0.19.0.3hotfix/0.19.0.3 | Gareth Rees | 2014-09-09 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | Protects from mass-assignment exploit attempts | ||||
* | | | | | Merge branch 'issues/1704-search-contributions-margin' into rails-3-develop | Gareth Rees | 2014-09-15 | -0/+5 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Add margin to search your contributions form | Gareth Rees | 2014-09-04 | -0/+5 | |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'hotfix/0.19.0.1' into rails-3-develop | Louise Crow | 2014-09-04 | -10/+14 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Return a list of all cache directories for the request | Louise Crow | 2014-09-01 | -6/+11 | |
| | | | |||||
| * | | Use request dirs method. | Louise Crow | 2014-09-01 | -2/+1 | |
| | | | |||||
| * | | Use path relative to Rails root. | Louise Crow | 2014-09-01 | -1/+1 | |
| | | | |||||
| * | | Move method to model to make it more testable, add spec. | Louise Crow | 2014-09-01 | -8/+8 | |
| | | | |||||
* | | | Add comment | Louise Crow | 2014-09-02 | -0/+1 | |
| | | | |||||
* | | | Don't nest the #public_body_show grid-row when in authority preview. | Louise Crow | 2014-09-02 | -0/+4 | |
| |/ |/| | |||||
* | | Make csv import fields a class attribute that can be overriden | Steven Day | 2014-08-22 | -14/+24 | |
|/ | |||||
* | Reword View Requests to Browse Requests in nav | Gareth Rees | 2014-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-develop | Gareth Rees | 2014-08-21 | -1/+2 | |
|\ | |||||
| * | Interpolate rather than String#+ | Gareth Rees | 2014-08-18 | -1/+1 | |
| | | | | | | https://github.com/bbatsov/ruby-style-guide#concat-strings | ||||
| * | Use different flash for fully_destroy external InfoRequest | Gareth Rees | 2014-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-develop | Gareth Rees | 2014-08-21 | -5/+4 | |
|\ \ | |||||
| * | | Add charset to view-as-html stylesheet links | Gareth Rees | 2014-08-18 | -5/+4 | |
| |/ | |||||
* / | Add honeypot spam protection to body update form | Gareth Rees | 2014-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 options | Gareth Rees | 2014-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 Crow | 2014-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-develop | Louise Crow | 2014-08-05 | -1/+7 | |
|\ | |||||
| * | Try a smaller min-height for smaller devices.0.18.0.11hotfix/0.18.0.11 | Louise Crow | 2014-08-05 | -0/+1 | |
| | | |||||
| * | Set height for IE7, don't use min-height for small devices. | Louise Crow | 2014-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-develop | Louise Crow | 2014-08-04 | -24/+11 | |
|\ \ | |||||
| * | | Try some eager loading to speed up body_request_events | Louise Crow | 2014-08-04 | -24/+11 | |
| |/ | |||||
* | | Merge branch 'hotfix/0.18.0.10' into rails-3-develop | Louise Crow | 2014-07-30 | -1/+1 | |
|\| | |||||
| * | Add viewport to head when using responsive styles.0.18.0.10hotfix/0.8.0.10 | Louise Crow | 2014-07-29 | -1/+1 | |
| | | |||||
* | | Merge branch 'hotfix/0.18.0.9' into rails-3-develop | Louise Crow | 2014-07-29 | -1/+12 | |
|\| | |||||
| * | Don't use stylesheet_link_tags0.18.0.9hotfix/0.18.0.9 | Louise Crow | 2014-07-29 | -1/+12 | |
| | | | | | | | | There attachments will be cached, so we don't want timestamped references to stylesheets. |