aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/track_controller.rb
Commit message (Collapse)AuthorAgeLines
* Minor spacing change.francis2009-09-02-2/+2
|
* Issue permanent redirects for old-style atom feed requeststony2009-03-12-3/+8
|
* Don't fill flash up with potentially hundreds of lines.francis2009-03-05-3/+2
|
* Button to delete all tracks of a particular type.francis2009-03-05-1/+27
|
* Remove debugging.francis2008-09-11-2/+1
|
* Display RSS link on same line as form for unsubscribe.francis2008-08-09-13/+19
|
* Simplify code a bit. Improve wording of now/already being emailed flash.francis2008-08-08-41/+9
|
* Email alert subscriptions are now private. Remove RSS subscriptions completely,francis2008-08-08-75/+43
| | | | | | | people can use the raw RSS feeds now. This means the way RSS and email alerts are handled is like on other sites, so people will hopefully understand it :) We'll add comments to put back the social stuff we'd hoped having tracks private would gain...
* RSS feeds without tracking (just underlying code, not linked from anywhere yet)francis2008-07-18-3/+21
|
* Make search tracks work for queries with dots and slashes.francis2008-05-27-2/+6
|
* They are authorities, not bodies.francis2008-05-21-2/+2
|
* Redirect was wrong.francis2008-05-15-2/+2
|
* Find existing tracks more precisely, rather than hitting ones with samefrancis2008-05-15-2/+2
| | | | query but different type.
* Track things for arbitary search queries.francis2008-05-15-1/+17
|
* Separate out three kinds of search resultfrancis2008-05-15-3/+2
|
* Wording changefrancis2008-05-12-3/+15
|
* Track requests by a particular user.francis2008-05-12-1/+16
|
* Track new requests to a particular public authority.francis2008-05-12-2/+18
|
* Alert about successful requests.francis2008-05-12-5/+20
|
* Slightly better generic messagefrancis2008-05-12-2/+2
|
* Show if already tracking new requests.francis2008-05-12-2/+2
|
* Track new requests.francis2008-05-12-1/+15
|
* Do collapsing for search, but not for email or RSSfrancis2008-04-30-2/+2
|
* Change from acts_as_solr to acts_as_xapianfrancis2008-04-24-3/+2
|
* Allow change between email and RSS, and cancelling of tracks.francis2008-04-18-6/+21
|
* Oopsfrancis2008-04-09-3/+1
|
* RSS (uumm, Atom :) ) feeds for tracksfrancis2008-04-09-4/+18
|
* Option to delete tracks.francis2008-04-04-1/+20
|
* Prevent tracking same request twice.francis2008-04-04-4/+12
|
* Email alerts for tracking a particular request.francis2008-04-03-3/+7
|
* Skeleton of tracking / alerting / email.francis2008-04-01-0/+43