| Commit message (Expand) | Author | Age | Lines |
* | Access view helper from controller using view_context | Matthew Landauer | 2013-01-31 | -1/+1 |
* | Fix rendering of atom feed and set correct content type | Matthew Landauer | 2013-01-31 | -1/+1 |
* | Add a full stop to the end of this sentence | Henare Degan | 2012-10-18 | -1/+1 |
* | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -2/+0 |
* | Fail with NotFound if request slug doesn't exist | Robin Houston | 2012-08-20 | -1/+1 |
* | Fix typo that broke one of the "follow" informational messages | Seb Bacon | 2012-05-30 | -1/+1 |
* | Support "following" functionality: | Seb Bacon | 2012-05-30 | -4/+7 |
* | Redirect people to more user-friendly search results page (where possible) af... | Seb Bacon | 2012-05-11 | -1/+17 |
* | Filter public body tracks by event type | Robin Houston | 2012-05-03 | -2/+6 |
* | Return 404 for /feed/user/no_such_user | Robin Houston | 2012-02-03 | -0/+1 |
* | Old feed URLs should continue to work | Robin Houston | 2012-01-09 | -1/+8 |
* | Add cache headers to various pages (in three categories: short, medium, and l... | Seb Bacon | 2011-07-26 | -0/+2 |
* | I18n string for controllers | Faton Selishta | 2011-06-30 | -10/+10 |
* | Add CSRF protection on state changing actions. Use default handler handle_unv... | Louise Crow | 2011-02-28 | -3/+5 |
* | Show more appropriate info about users/bodies everywhere in JSON. | Francis Irving | 2010-10-20 | -27/+4 |
* | Return more info in request JSON response. | Francis Irving | 2010-10-20 | -1/+3 |
* | Include snippet in results from search query JSON. | Francis Irving | 2010-10-20 | -0/+2 |
* | Remove superfluous routes, make search query feeds work. | Francis Irving | 2010-10-09 | -0/+7 |
* | .json form for RSS feeds | Francis Irving | 2010-10-09 | -2/+24 |
* | Revert "Don't set cookies in feed filters" | Francis Irving | 2010-09-03 | -3/+0 |
* | Don't set cookies in feed filters | Francis Irving | 2010-09-03 | -0/+3 |
* | Minor spacing change. | francis | 2009-09-02 | -2/+2 |
* | Issue permanent redirects for old-style atom feed requests | tony | 2009-03-12 | -3/+8 |
* | Don't fill flash up with potentially hundreds of lines. | francis | 2009-03-05 | -3/+2 |
* | Button to delete all tracks of a particular type. | francis | 2009-03-05 | -1/+27 |
* | Remove debugging. | francis | 2008-09-11 | -2/+1 |
* | Display RSS link on same line as form for unsubscribe. | francis | 2008-08-09 | -13/+19 |
* | Simplify code a bit. Improve wording of now/already being emailed flash. | francis | 2008-08-08 | -41/+9 |
* | Email alert subscriptions are now private. Remove RSS subscriptions completely, | francis | 2008-08-08 | -75/+43 |
* | RSS feeds without tracking (just underlying code, not linked from anywhere yet) | francis | 2008-07-18 | -3/+21 |
* | Make search tracks work for queries with dots and slashes. | francis | 2008-05-27 | -2/+6 |
* | They are authorities, not bodies. | francis | 2008-05-21 | -2/+2 |
* | Redirect was wrong. | francis | 2008-05-15 | -2/+2 |
* | Find existing tracks more precisely, rather than hitting ones with same | francis | 2008-05-15 | -2/+2 |
* | Track things for arbitary search queries. | francis | 2008-05-15 | -1/+17 |
* | Separate out three kinds of search result | francis | 2008-05-15 | -3/+2 |
* | Wording change | francis | 2008-05-12 | -3/+15 |
* | Track requests by a particular user. | francis | 2008-05-12 | -1/+16 |
* | Track new requests to a particular public authority. | francis | 2008-05-12 | -2/+18 |
* | Alert about successful requests. | francis | 2008-05-12 | -5/+20 |
* | Slightly better generic message | francis | 2008-05-12 | -2/+2 |
* | Show if already tracking new requests. | francis | 2008-05-12 | -2/+2 |
* | Track new requests. | francis | 2008-05-12 | -1/+15 |
* | Do collapsing for search, but not for email or RSS | francis | 2008-04-30 | -2/+2 |
* | Change from acts_as_solr to acts_as_xapian | francis | 2008-04-24 | -3/+2 |
* | Allow change between email and RSS, and cancelling of tracks. | francis | 2008-04-18 | -6/+21 |
* | Oops | francis | 2008-04-09 | -3/+1 |
* | RSS (uumm, Atom :) ) feeds for tracks | francis | 2008-04-09 | -4/+18 |
* | Option to delete tracks. | francis | 2008-04-04 | -1/+20 |
* | Prevent tracking same request twice. | francis | 2008-04-04 | -4/+12 |