Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix admin debug method | Robin Houston | 2012-06-04 | -6/+4 |
| | | | | | | | | | | | > 10) admin debug (https://secure.mysociety.org/admin/foi/debug) - "you > are" - sentence that isn't finished > > 11) admin debug (https://secure.mysociety.org/admin/foi/debug) - > versioning incorrect & URLs to github malformed: > Alaveteli version: 0.5.2-297-g4ec7f6e > Alaveteli branch: (no > Alaveteli commit: 4ec7f6edbf2c00abc8464eafc889047f43533f90 | |||
* | Log an event when a request is hidden | Robin Houston | 2012-06-04 | -1/+12 |
| | ||||
* | trailing whitespace | Robin Houston | 2012-06-03 | -1/+1 |
| | ||||
* | Copy the admin team on messages sent to users | Robin Houston | 2012-06-03 | -0/+1 |
| | | | | | When a user is notified of a request having been hidden, BCC the site admin team. | |||
* | Allow subject to be specified when request hidden | Robin Houston | 2012-06-03 | -1/+2 |
| | | | | When a request is hidden by an admin, allow the subject line to be specified. | |||
* | Improve wording | Robin Houston | 2012-06-03 | -1/+1 |
| | | | | Mention that the user will be able to see the request themselves. | |||
* | Respect ADMIN_BASE_URL | Robin Houston | 2012-06-03 | -8/+8 |
| | | | | It turns out the admin layout has NEVER respected ADMIN_BASE_URL. | |||
* | Prevent spiders from reporting requests | Robin Houston | 2012-06-03 | -2/+14 |
| | | | | | | | Make the "report request" button submit a POST rather than a GET request. Also restrict this action to logged-in users. Fixes #501. | |||
* | File.dirname(__FILE__) is not necessarily absolute | Robin Houston | 2012-06-03 | -7/+7 |
| | | | | | | | It’s weird that there’s so much code here that implicitly assumes File.dirname(__FILE__) is an absolute path, because really in general it very much is not! This assumption was invalidated by the recent bundler-awareness changes. | |||
* | Make handle-mail-replies bundler-aware too | Robin Houston | 2012-06-03 | -179/+183 |
| | ||||
* | Make the scripts bundler-aware | Robin Houston | 2012-06-03 | -34/+28 |
| | ||||
* | Use the foi- prefix consistently on Debian scripts | Robin Houston | 2012-06-03 | -1/+1 |
| | ||||
* | Correct copy-and-pasta in the purge-varnish-debian.ugly | Robin Houston | 2012-06-03 | -7/+7 |
| | ||||
* | Upgrade xapian-full-alaveteli a third time | Robin Houston | 2012-06-01 | -3/+3 |
| | ||||
* | 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 |
| | | | | |