Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | Give VirtualBox access to all host CPU cores | Gareth Rees | 2015-02-16 | -0/+11 | |
| | | | | | | | | | | | | | | | | via https://stefanwrobel.com/how-to-make-vagrant-performance-not-suck | ||||
| * | | | Merge branch 'add_pry' into rails-3-develop | Gareth Rees | 2015-03-09 | -0/+9 | |
| |\ \ \ | |||||
| | * | | | Add pry to development gems | Gareth Rees | 2015-02-10 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pry is awesome. The main reason to add it to the Gemfile is to use `binding.pry` in views and controllers. TL;DR is that it halts execution and opens a REPL for you to dig around at the current variables at the point of the binding. See Railscast #280 [1] for a quick overview. 0.9 seems to be the last version to support Ruby 1.8 [1] http://railscasts.com/episodes/280-pry-with-rails | ||||
| * | | | | Merge branch '59-localised-authority-links' into rails-3-develop | Louise Crow | 2015-03-05 | -138/+120 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/public_body/show.html.erb | ||||
| | * | | | | Use routing helper to generate localised urls. | Louise Crow | 2015-03-05 | -99/+120 | |
| | | | | | | |||||
| | * | | | | Remove 'html' param. | Louise Crow | 2015-03-05 | -51/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's only one call to this function in the rest of the code. That has 'html' set to true. | ||||
| * | | | | | Merge branch '2178-improve-batch-sent-notice' into rails-3-develop | Louise Crow | 2015-03-05 | -17/+56 | |
| |\ \ \ \ \ | |||||
| | * | | | | | Use new styling for batch request sent panel. | Louise Crow | 2015-03-03 | -15/+54 | |
| | | | | | | | |||||
| | * | | | | | Make notice about override work with batch requests. | Louise Crow | 2015-03-03 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | They don't have a public body, so use the config param directly. | ||||
| * | | | | | | Merge branch 'remove-public-body-categories' into rails-3-develop | Louise Crow | 2015-03-05 | -158/+0 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Remove deprecated code. Fixes #2015. | Louise Crow | 2015-02-26 | -158/+0 | |
| | | |/ / / / | | |/| | | | | |||||
| * | | | | | | Add some more detailed release notes. | Louise Crow | 2015-03-03 | -14/+43 | |
| | |/ / / / | |/| | | | | |||||
| * | | | | | Exclude .bundle from coverage reports. | Louise Crow | 2015-03-02 | -0/+1 | |
| | | | | | | |||||
| * | | | | | Restore text from 0870c537bdd910091b604e0e0c1f90b7ea57ac06. | Louise Crow | 2015-03-02 | -1/+2 | |
| | | | | | | |||||
| * | | | | | Merge branch 'issues/1526-redesign-make-request-process' into rails-3-develop | Louise Crow | 2015-03-02 | -442/+811 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Remove duplicate notes field. | Louise Crow | 2015-03-02 | -3/+1 | |
| | | | | | | |||||
| | * | | | | Make unsubscribe a button as it is elsewhere on this page. | Louise Crow | 2015-03-02 | -6/+6 | |
| | | | | | | |||||
| | * | | | | Align buttons and follower count. | Louise Crow | 2015-03-02 | -1/+0 | |
| | | | | | | |||||
| | * | | | | Make request extract full width when on authority page. | Louise Crow | 2015-03-02 | -0/+4 | |
| | | | | | | |||||
| | * | | | | Don't display stepwise_make_request unless there's some content for it. | Louise Crow | 2015-03-02 | -1/+3 | |
| | | | | | | |||||
| | * | | | | Add some side margin to the notes content | Louise Crow | 2015-03-02 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Don't want it right by the border of stepwise_make_request. | ||||
| | * | | | | Add bottom margin to stepwise_make_request | Louise Crow | 2015-03-02 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Next element shouldn't be right along its border. | ||||
| | * | | | | Don't show two 'Make a request' buttons if there's no contact info. | Louise Crow | 2015-03-02 | -2/+2 | |
| | | | | | | |||||
| | * | | | | Fixed display of process complete page in non-responsive mode | Martin Wright | 2015-03-02 | -0/+4 | |
| | | | | | | |||||
| | * | | | | Fixed display of sign in/up page in non-responsive mode | Martin Wright | 2015-03-02 | -8/+21 | |
| | | | | | | |||||
| | * | | | | Fixed display of write request page in non-responsive mode | Martin Wright | 2015-03-02 | -19/+24 | |
| | | | | | | |||||
| | * | | | | Fixed display of public body page when running non-responsive mode | Martin Wright | 2015-03-02 | -31/+97 | |
| | | | | | | |||||
| | * | | | | repaired some errors introduced with merge | Martin Wright | 2015-03-02 | -19/+18 | |
| | | | | | | |||||
| | * | | | | tidy up after merge added missing </div> | Martin Wright | 2015-03-02 | -27/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | remove duplicate request button | ||||
| | * | | | | Add some bottom margin on smaller screens. | Louise Crow | 2015-03-02 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Column 2 appears underneath in this context and was right against the end of the text. | ||||
| | * | | | | Remove eir header, only display h2 if it has contents. | Louise Crow | 2015-03-02 | -5/+4 | |
| | | | | | | |||||
| | * | | | | Space out buttons on smaller devices. | Louise Crow | 2015-03-02 | -3/+6 | |
| | | | | | | |||||
| | * | | | | Move body up a bit on smaller devices. | Louise Crow | 2015-03-02 | -1/+3 | |
| | | | | | | |||||
| | * | | | | Center each share link on it's own line on smaller screens. | Louise Crow | 2015-03-02 | -2/+12 | |
| | | | | | | |||||
| | * | | | | More moderate H1 size for smaller screens. | Louise Crow | 2015-03-02 | -1/+6 | |
| | | | | | | |||||
| | * | | | | Restore missing whitespace. | Louise Crow | 2015-03-02 | -1/+1 | |
| | | | | | | |||||
| | * | | | | Don't add any elements to page if there are no results. | Louise Crow | 2015-03-02 | -3/+4 | |
| | | | | | | |||||
| | * | | | | Remove specs for charity links | Gareth Rees | 2015-03-02 | -32/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This functionality has been moved to whatdotheyknow-theme: https://github.com/mysociety/whatdotheyknow-theme/commit/963d1453e94056eaf6f93a4f73a1f348a0817656 | ||||
| | * | | | | Fix body/show view spec after rewording | Gareth Rees | 2015-03-02 | -1/+1 | |
| | | | | | | |||||
| | * | | | | reworded 'duplicate' to 'related' | Martin Wright | 2015-03-02 | -14/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | when searching for similar requests | ||||
| | * | | | | add missing } and remove dup code from merge | Martin Wright | 2015-03-02 | -3/+0 | |
| | | | | | | |||||
| | * | | | | removed grey background from advice panel | Martin Wright | 2015-03-02 | -2/+0 | |
| | | | | | | |||||
| | * | | | | remove empty declaration | Martin Wright | 2015-03-02 | -4/+0 | |
| | | | | | | |||||
| | * | | | | complete new styling of new request page | Martin Wright | 2015-03-02 | -142/+167 | |
| | | | | | | |||||
| | * | | | | tweaks to styles and spacing of authority page | Martin Wright | 2015-03-02 | -3/+28 | |
| | | | | | | |||||
| | * | | | | made filters more semantic, styling | Martin Wright | 2015-03-02 | -3/+37 | |
| | | | | | | |||||
| | * | | | | Add in new partials | Martin Wright | 2015-03-02 | -3/+3 | |
| | | | | | | |||||
| | * | | | | WIP commit of public body page redesign | Martin Wright | 2015-03-02 | -78/+160 | |
| | | | | | | |||||
| | * | | | | layout tweaks to select_authority | Martin Wright | 2015-03-02 | -2/+3 | |
| | | | | | | |||||
| | * | | | | move to: field to become a more obvious part of the form | Martin Wright | 2015-03-02 | -73/+79 | |
| | | | | | |