aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Update holidays gemGareth Rees2015-03-17-3/+3
| | | | https://github.com/alexdunae/holidays/blob/master/CHANGELOG.md#110
* Remove migration script.Louise Crow2015-03-13-4/+0
| | | | Other code for this data migration was removed in e6511423e9334973ecd8d808c3b73c1b4e312935.
* Merge branch '2165-compact-xapian-restart' into rails-3-developGareth Rees2015-03-09-5/+8
|\
| * Add compact Xapian crontab upgrade notesGareth Rees2015-03-09-0/+5
| |
| * Add optional daemon_name parameterGareth Rees2015-03-09-2/+3
| | | | | | | | For hosts with multiple alaveteli services
| * Restart alaveteli rather than apacheGareth Rees2015-03-09-5/+2
|/
* Merge branch 'vagrant-performance' into rails-3-developGareth Rees2015-03-09-0/+11
|\
| * Give VirtualBox access to all host CPU coresGareth Rees2015-02-16-0/+11
| | | | | | | | via https://stefanwrobel.com/how-to-make-vagrant-performance-not-suck
* | Merge branch 'add_pry' into rails-3-developGareth Rees2015-03-09-0/+9
|\ \
| * | Add pry to development gemsGareth Rees2015-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-developLouise Crow2015-03-05-138/+120
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: app/views/public_body/show.html.erb
| * | | Use routing helper to generate localised urls.Louise Crow2015-03-05-99/+120
| | | |
| * | | Remove 'html' param.Louise Crow2015-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-developLouise Crow2015-03-05-17/+56
|\ \ \ \
| * | | | Use new styling for batch request sent panel.Louise Crow2015-03-03-15/+54
| | | | |
| * | | | Make notice about override work with batch requests.Louise Crow2015-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-developLouise Crow2015-03-05-158/+0
|\ \ \ \ \
| * | | | | Remove deprecated code. Fixes #2015.Louise Crow2015-02-26-158/+0
| | |/ / / | |/| | |
* | | | | Add some more detailed release notes.Louise Crow2015-03-03-14/+43
| |/ / / |/| | |
* | | | Exclude .bundle from coverage reports.Louise Crow2015-03-02-0/+1
| | | |
* | | | Restore text from 0870c537bdd910091b604e0e0c1f90b7ea57ac06.Louise Crow2015-03-02-1/+2
| | | |
* | | | Merge branch 'issues/1526-redesign-make-request-process' into rails-3-developLouise Crow2015-03-02-442/+811
|\ \ \ \ | |/ / / |/| | |
| * | | Remove duplicate notes field.Louise Crow2015-03-02-3/+1
| | | |
| * | | Make unsubscribe a button as it is elsewhere on this page.Louise Crow2015-03-02-6/+6
| | | |
| * | | Align buttons and follower count.Louise Crow2015-03-02-1/+0
| | | |
| * | | Make request extract full width when on authority page.Louise Crow2015-03-02-0/+4
| | | |
| * | | Don't display stepwise_make_request unless there's some content for it.Louise Crow2015-03-02-1/+3
| | | |
| * | | Add some side margin to the notes contentLouise Crow2015-03-02-0/+5
| | | | | | | | | | | | | | | | Don't want it right by the border of stepwise_make_request.
| * | | Add bottom margin to stepwise_make_requestLouise Crow2015-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 Crow2015-03-02-2/+2
| | | |
| * | | Fixed display of process complete page in non-responsive modeMartin Wright2015-03-02-0/+4
| | | |
| * | | Fixed display of sign in/up page in non-responsive modeMartin Wright2015-03-02-8/+21
| | | |
| * | | Fixed display of write request page in non-responsive modeMartin Wright2015-03-02-19/+24
| | | |
| * | | Fixed display of public body page when running non-responsive modeMartin Wright2015-03-02-31/+97
| | | |
| * | | repaired some errors introduced with mergeMartin Wright2015-03-02-19/+18
| | | |
| * | | tidy up after merge added missing </div>Martin Wright2015-03-02-27/+20
| | | | | | | | | | | | | | | | remove duplicate request button
| * | | Add some bottom margin on smaller screens.Louise Crow2015-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 Crow2015-03-02-5/+4
| | | |
| * | | Space out buttons on smaller devices.Louise Crow2015-03-02-3/+6
| | | |
| * | | Move body up a bit on smaller devices.Louise Crow2015-03-02-1/+3
| | | |
| * | | Center each share link on it's own line on smaller screens.Louise Crow2015-03-02-2/+12
| | | |
| * | | More moderate H1 size for smaller screens.Louise Crow2015-03-02-1/+6
| | | |
| * | | Restore missing whitespace.Louise Crow2015-03-02-1/+1
| | | |
| * | | Don't add any elements to page if there are no results.Louise Crow2015-03-02-3/+4
| | | |
| * | | Remove specs for charity linksGareth Rees2015-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 rewordingGareth Rees2015-03-02-1/+1
| | | |
| * | | reworded 'duplicate' to 'related'Martin Wright2015-03-02-14/+14
| | | | | | | | | | | | | | | | when searching for similar requests
| * | | add missing } and remove dup code from mergeMartin Wright2015-03-02-3/+0
| | | |
| * | | removed grey background from advice panelMartin Wright2015-03-02-2/+0
| | | |
| * | | remove empty declarationMartin Wright2015-03-02-4/+0
| | | |