aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/track_thing.rb
Commit message (Collapse)AuthorAgeLines
* Allow the descriptive strings for track types to be translated.Louise Crow2012-09-26-9/+9
|
* another typoSeb Bacon2012-06-15-1/+1
|
* typo in user-facing stringSeb Bacon2012-06-15-1/+1
|
* Support "following" functionality:Seb Bacon2012-05-30-33/+33
| | | | | | * 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
* Further annotation correctionsSeb Bacon2012-05-24-1/+1
|
* Remove trailing whitespace (to make a cleaner forthcoming merge with ↵Seb Bacon2012-05-15-11/+11
| | | | wombleton:feature/440_sparkly_admin_css)
* Correctly create tracks for searches that are filtered by variety:authority ↵Seb Bacon2012-05-11-1/+1
| | | | via the search UI
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2012-05-03-2/+2
|\
| * Another change to make track descriptions deterministic, so tests can work ↵Seb Bacon2012-05-02-3/+2
| | | | | | | | reliably
| * Make the order of words in a track_thing description deterministic, so the ↵Seb Bacon2012-05-02-0/+1
| | | | | | | | test always passes
* | Filter public body tracks by event typeRobin Houston2012-05-03-4/+8
|/ | | | | Add the facility to filter the public body feed by event type using a query string parameter, e.g. event_type=sent.
* Don't raise an error if the user deletes a track through the UI. Fixes #353.Seb Bacon2012-01-18-8/+7
|
* Ensure model schema documentation is up to date.Seb Bacon2012-01-09-6/+6
|
* Store user's locale against profile, so we can send them localised track ↵Seb Bacon2011-09-03-8/+8
| | | | emails. Also internationalize more strings at the same time. Fixes #163.
* Make custom track queries have readable names. Closes #169.Seb Bacon2011-09-01-1/+59
|
* re-enable tracking on "view requests" page (and make note that we now need ↵Seb Bacon2011-08-29-0/+5
| | | | to make the descriptions we present users more friendly)
* Further work in progress on better search functionalitySeb Bacon2011-08-29-1/+11
|
* more work in progress on search formsSeb Bacon2011-08-29-7/+7
|
* I18n'ize some more strings in viewsDavid Cabo2011-08-11-11/+11
|
* I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ↵David Cabo2011-08-11-18/+18
| | | | substitution in gettext strings.
* I18n string for modelsFaton Selishta2011-06-30-8/+8
|
* Annotate models.Francis Irving2010-10-09-1/+1
|
* Update model annotations.Francis Irving2010-09-15-1/+1
|
* Update model annotations.Francis Irving2010-07-27-1/+1
|
* Add specific draft attribute.Francis Irving2010-07-15-1/+1
|
* Update model annotations.Francis Irving2010-07-15-2/+2
|
* Change 'rejected' to 'refused', as used in the lawFrancis Irving2010-06-16-1/+1
|
* Update model field comments.francis2009-09-17-2/+2
|
* Annotate models update.francis2009-06-26-2/+2
|
* Add charity registration number to database & edit form for public bodytony2009-04-13-2/+2
|
* Update models and schema for new tabletony2009-03-09-2/+2
|
* Option to ban users.francis2009-03-09-2/+2
|
* Add publication scheme for public bodies. (New database column and admintony2009-03-04-2/+2
| | | | interface only; public display can come later.)
* Check that we get exim log lines OK.francis2009-02-09-2/+2
| | | | Annotate models.
* Annotate models.francis2009-01-26-2/+2
|
* Tweak a couple of bits of text to make clear only WDTK requests.francis2008-12-04-2/+2
|
* Update model annotations.francis2008-10-28-2/+2
|
* Annotate models.francis2008-09-22-2/+2
|
* Annotate models.francis2008-09-22-2/+2
|
* Try "track this" rather than "email me" wording.francis2008-09-08-9/+9
|
* When tracking a user make it track comments alsofrancis2008-09-08-2/+2
|
* Group tracks on user page.francis2008-09-02-1/+20
|
* Annotate models.francis2008-08-31-2/+2
| | | | Todo update.
* Don't HTML escape email subjects.francis2008-08-29-5/+5
|
* :email is a sentencefrancis2008-08-29-4/+4
|
* Some code relating to comments.francis2008-08-09-2/+2
|
* Remove unused field.francis2008-08-09-7/+1
|
* Say emailed nowfrancis2008-08-09-10/+10
|
* Remove unused function.francis2008-08-09-7/+1
|
* Display RSS link on same line as form for unsubscribe.francis2008-08-09-2/+2
|