Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Upgrade xapian-full-alaveteli yet again | Robin Houston | 2012-06-01 | -3/+3 |
| | ||||
* | Upgrade xapian-full-alaveteli again | Robin Houston | 2012-06-01 | -3/+3 |
| | ||||
* | Upgrade xapian-full-alaveteli to latest | Robin Houston | 2012-06-01 | -3/+3 |
| | ||||
* | Comment correction | Robin Houston | 2012-06-01 | -2/+2 |
| | ||||
* | Switch to our own xapian-full gem | Robin Houston | 2012-05-31 | -8/+3 |
| | ||||
* | Revert "Revert "Let’s try fixing bundler instead"" | Robin Houston | 2012-05-31 | -23/+1 |
| | | | | | | | | | This reverts commit 57bfe1f4fd19f766677e08b132d0a16fad2ad706. In fact this time we are not going to try fixing bundler instead, but rather we are going to try to work around the bundler bug in a different way, by uploading our version of xapian-full to rubygems (under a different name: xapian-full-alaveteli). | |||
* | Revert "Let’s try fixing bundler instead" | Robin Houston | 2012-05-31 | -1/+23 |
| | | | | This reverts commit 9f5ad85b6ff541a8e4dc83e91548af9c745d64af. | |||
* | Let’s try fixing bundler instead | Robin Houston | 2012-05-31 | -23/+1 |
| | | | | Instead of trying to work around the bug in bundler, what if we fixed it? | |||
* | Bug still present in Debian 6.0.5 | Robin Houston | 2012-05-31 | -1/+1 |
| | ||||
* | local can only be used in a function | Robin Houston | 2012-05-31 | -1/+1 |
| | ||||
* | Bundler fix for rails-post-deploy | Robin Houston | 2012-05-31 | -8/+31 |
| | | | | | | | | | | | | | Ordinarily we would expect simply to run "bundle install" here. However, at the time of writing there is a bug in bundler that causes gems from github to be rebuilt every time bundle install is run, which makes the process very extremely slow in our case because Xapian takes a long time to build. Running "bundle exec bundle install" is a workaround for this bug. However clearly one cannot run bundle exec till the bundle has initially been installed, so we use a flag file .bundler-has-run to indicate whether we are doing an initial install. | |||
* | Add SURVEY_URL and SURVEY_SECRET | Robin Houston | 2012-05-31 | -0/+5 |
| | ||||
* | clearer indentation | Robin Houston | 2012-05-31 | -11/+12 |
| | ||||
* | Move before_body_end to before the </body> | Robin Houston | 2012-05-31 | -1/+1 |
| | | | | | | | | There was a load of other stuff between before_body_end and the body end, which a) doesn’t seem right, morally speaking, and b) makes it impossible to put any code in the before_body_end template in your theme that interacts with Google Analytics, which is a thing we want to do in whatdotheyknow-theme. | |||
* | Merge branch 'wdtk' into wdtk-future | Robin Houston | 2012-05-31 | -0/+0 |
|\ | | | | | | | | | | | | | Conflicts: app/models/info_request_event.rb app/models/track_thing.rb spec/controllers/track_controller_spec.rb | |||
| * | Change alert-overdue-requests to run once a day | Robin Houston | 2012-05-29 | -2/+2 |
| | | | | | | | | | | | | The logic is such that only the first run of the day will have any effect, in any case, since the InfoRequest calculate_status method depends only on the date and not on the time of day. | |||
| * | Display issue on request lists | Robin Houston | 2012-05-25 | -2/+3 |
| | | | | | | | | http://cl.ly/2w3B2u3o2T1d3u2a0p1o | |||
| * | Merge branch 'master' into wdtk | Robin Houston | 2012-05-25 | -1/+5 |
| |\ | ||||
| * | | Filter public body tracks by event type | Robin Houston | 2012-05-04 | -25/+66 |
| | | | | | | | | | | | | | | | Add the facility to filter the public body feed by event type using a query string parameter, e.g. event_type=sent. | |||
| * | | Fixes to integration/admin_spec | Robin Houston | 2012-03-20 | -2/+1 |
| | | | | | | | | | | | | | | | | | | 1. Remove useless call to spec_helper’s basic_auth_login method 2. Use Base64.encode64, rather than b64encode which also prints the encoded string to standard output. | |||
* | | | Merge branch 'release/0.6' of github.com:sebbacon/alaveteli into release/0.6 | Robin Houston | 2012-05-31 | -1/+1 |
|\ \ \ | ||||
| * | | | Specify current version in preparation for a release | Seb Bacon | 2012-05-30 | -1/+1 |
| | | | | ||||
* | | | | Add bundler to config/packages | Robin Houston | 2012-05-31 | -0/+1 |
|/ / / | ||||
* | | | Make the logic that tells you about other countries' Alavetelis prefer the ↵ | Seb Bacon | 2012-05-30 | -3/+8 |
| | | | | | | | | | | | | browser language; and make the tests pass. | |||
* | | | Document more of the recent interesting changes for next release | Seb Bacon | 2012-05-30 | -0/+20 |
| | | | ||||
* | | | Merge branch 'feature/follow-buttons' into develop | Seb Bacon | 2012-05-30 | -53/+278 |
|\ \ \ | ||||
| * \ \ | Merge branch 'feature/follow-buttons' of github.com:sebbacon/alaveteli into ↵ | Seb Bacon | 2012-05-30 | -0/+0 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/follow-buttons Conflicts: app/views/request/_sidebar.rhtml app/views/track/_tracking_links.rhtml | |||
| | * | | | Test for user turning email alerts off. Also includes a fix not to rely on ↵ | Seb Bacon | 2012-05-16 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | HTTP_REFERER for subsequent redirect. | |||
| | * | | | Make it possible to view other people's activities on their own walls. | Seb Bacon | 2012-05-16 | -7/+13 |
| | | | | | ||||
| | * | | | Test to ensure users who have opted out of alert emails don't get any | Seb Bacon | 2012-05-16 | -0/+7 |
| | | | | | ||||
| | * | | | Test for the user's wall. | Seb Bacon | 2012-05-16 | -0/+20 |
| | | | | | ||||
| | * | | | Remove redundant condition (when deciding who gets email alerts) | Seb Bacon | 2012-05-16 | -1/+0 |
| | | | | | ||||
| | * | | | Further tweaks to "follow" functionality UI / look and feel | Seb Bacon | 2012-05-16 | -14/+33 |
| | | | | | ||||
| | * | | | Fix tests that broke as result of new flag to control if email alerts should ↵ | Seb Bacon | 2012-05-16 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | be sent | |||
| | * | | | Fix "follow" toolbox HTML to be valid 4.01 transitional | Seb Bacon | 2012-05-16 | -0/+2 |
| | | | | | ||||
| | * | | | Fix typo that broke one of the "follow" informational messages | Seb Bacon | 2012-05-16 | -1/+1 |
| | | | | | ||||
| | * | | | Limit the number of results returned on the wall | Seb Bacon | 2012-05-16 | -2/+2 |
| | | | | | ||||
| | * | | | Tweaks to wording and layout of "follow" options. | Seb Bacon | 2012-05-15 | -12/+26 |
| | | | | | ||||
| | * | | | Merge branch 'develop' into feature/follow-buttons | Seb Bacon | 2012-05-15 | -458/+535 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/models/track_mailer.rb app/models/track_thing.rb | |||
| | * | | | | Support "following" functionality: | Seb Bacon | 2012-05-14 | -41/+177 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change "email me about stuff" wording to "follow" throughout * Introduce a new flag that the user can set, which controls if they get email alerts * Add a new link to a "wall" for logged in users where they can see a feed of all the things they're following | |||
| * | | | | | Change wording for follow button to something suggested in collaboration ↵ | Seb Bacon | 2012-05-30 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | with @RichardTaylor | |||
| * | | | | | Test for user turning email alerts off. Also includes a fix not to rely on ↵ | Seb Bacon | 2012-05-30 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | HTTP_REFERER for subsequent redirect. | |||
| * | | | | | Make it possible to view other people's activities on their own walls. | Seb Bacon | 2012-05-30 | -7/+13 |
| | | | | | | ||||
| * | | | | | Test to ensure users who have opted out of alert emails don't get any | Seb Bacon | 2012-05-30 | -0/+7 |
| | | | | | | ||||
| * | | | | | Test for the user's wall. | Seb Bacon | 2012-05-30 | -0/+20 |
| | | | | | | ||||
| * | | | | | Remove redundant condition (when deciding who gets email alerts) | Seb Bacon | 2012-05-30 | -1/+1 |
| | | | | | | ||||
| * | | | | | Further tweaks to "follow" functionality UI / look and feel | Seb Bacon | 2012-05-30 | -12/+31 |
| | | | | | | ||||
| * | | | | | Fix tests that broke as result of new flag to control if email alerts should ↵ | Seb Bacon | 2012-05-30 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | be sent | |||
| * | | | | | Fix "follow" toolbox HTML to be valid 4.01 transitional | Seb Bacon | 2012-05-30 | -0/+2 |
| | | | | | | ||||
| * | | | | | Fix typo that broke one of the "follow" informational messages | Seb Bacon | 2012-05-30 | -1/+1 |
| | | | | | |