aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/track_thing.rb
Commit message (Expand)AuthorAgeLines
* Extract descriptions in to TrackThing::TRACK_TYPESGareth Rees2014-10-29-20/+9
* Use where syntax for TrackThing.find_existingGareth Rees2014-10-29-2/+5
* Refactor TrackType types and mediums to constantsGareth Rees2014-10-29-12/+11
* Dynamically call params hash for TrackThing#paramsGareth Rees2014-10-29-20/+11
* Extract hashes in TrackThing#params to methodsGareth Rees2014-10-29-113/+134
* Clean TrackThingGareth Rees2014-10-29-51/+49
* Use self. for TrackThing class methodsGareth Rees2014-10-29-8/+8
* Group TrackThing class methods at top of fileGareth Rees2014-10-29-35/+37
* Group TrackThing macro methodsGareth Rees2014-10-29-6/+3
* Rename XXX comments with TODO:Gareth Rees2014-06-10-2/+2
* Make public body update titles translatable.Louise Crow2014-03-24-2/+6
* Reformat for line length.Louise Crow2014-03-24-15/+31
* Remove CGI.escape calls.Louise Crow2014-03-24-12/+12
* Move track descriptions to a helper.Louise Crow2014-03-24-8/+1
* Use entire descriptions for searches rather than assembling.Louise Crow2014-03-24-51/+19
* Remove unused variableLouise Crow2014-03-17-4/+0
* Make method names for finding existing objects clearerLouise Crow2013-12-04-1/+1
* Re-annotate models with database fieldsLouise Crow2013-09-16-6/+5
* Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-1/+1
* Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-0/+2
|\
| * Make tracking links relativeMatthew Landauer2013-02-13-0/+2
* | Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-1/+1
|/
* Mark constructed URL strings which have been escaped as safe, so that they ar...Louise Crow2013-02-08-4/+5
* More escaping fixesMatthew Landauer2013-01-15-2/+2
* Fix description of a searchHenare Degan2012-10-18-1/+6
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+1
* Merge remote-tracking branch 'openaustralia_github/configuration_refactor' in...Louise Crow2012-10-01-1/+1
|\
| * Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-1/+1
* | 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
* Further annotation correctionsSeb Bacon2012-05-24-1/+1
* Remove trailing whitespace (to make a cleaner forthcoming merge with wombleto...Seb Bacon2012-05-15-11/+11
* Correctly create tracks for searches that are filtered by variety:authority v...Seb Bacon2012-05-11-1/+1
* 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 re...Seb Bacon2012-05-02-3/+2
| * Make the order of words in a track_thing description deterministic, so the te...Seb Bacon2012-05-02-0/+1
* | Filter public body tracks by event typeRobin Houston2012-05-03-4/+8
|/
* 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 emai...Seb Bacon2011-09-03-8/+8
* 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 to...Seb Bacon2011-08-29-0/+5
* 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
* I18n string for modelsFaton Selishta2011-06-30-8/+8
* Annotate models.Francis Irving2010-10-09-1/+1