aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/public_body.rb
Commit message (Expand)AuthorAgeLines
* Add association between public bodies and censor rules, have info_request app...Louise Crow2012-08-14-0/+1
* Set api_key in before_save rather than after_initialize (to avoid errors when...Seb Bacon2012-07-19-2/+4
* WIP new requests feedRobin Houston2012-07-04-4/+0
* Use 33 bytes consistentlyRobin Houston2012-07-02-1/+1
* Initialise API key in the modelRobin Houston2012-06-06-2/+6
* Generate an API key for each public bodyRobin Houston2012-06-06-1/+2
* Further annotation correctionsSeb Bacon2012-05-24-1/+1
* Merge from wombleton:feature/440_sparkly_admin_cssSeb Bacon2012-05-23-0/+25
* Remove trailing whitespace (to make a cleaner forthcoming merge with wombleto...Seb Bacon2012-05-15-24/+24
* Improve handling of nil for public body notesDavid Cabo2012-05-08-1/+1
* Ensure we always return a string of some kind when asking for the short_or_lo...Seb Bacon2012-05-02-1/+1
* first stab at sending PURGE requests to upstream varnish for request pages. N...Seb Bacon2012-03-13-0/+5
* Don't add http when https is presentHenare Degan2012-03-13-1/+1
* Don't add extra www characters to web addresses that have been explicitly def...Henare Degan2012-03-13-1/+1
* Refactor methodHenare Degan2012-03-13-17/+4
* Make public authority home page links work. Fixes #271Henare Degan2012-03-13-1/+6
* Remove trailing whitespaceRobin Houston2012-02-02-1/+1
* A missing i18n stringSeb Bacon2012-01-31-1/+1
* Don't make any entries in the translations table for bodies with entirely emp...Seb Bacon2011-12-02-0/+7
* Always create a the Internal Admin Authority using the default locale. Fixes...Seb Bacon2011-12-02-15/+16
* Fix OrderedHash-related test failure. Closes issue #274.Seb Bacon2011-11-24-1/+1
* sort hash keys consistently in Ruby 1.8 and 1.9James McKinney2011-10-17-3/+3
* CSV::Reader#parse doesn't exist in 1.9. Using CSV#parse works in both 1.8 and...James McKinney2011-10-16-1/+1
* Check against default locale more robustly when importing public bodies. Fixe...David Cabo2011-09-24-2/+2
* Import bodies even if name is the only known info. Fixes #192David Cabo2011-09-24-1/+1
* Fix null pointer exception when importing bodies with no email. Fixes #191David Cabo2011-09-24-1/+1
* Add support for add/replace tags when importing public bodies from CSV. Fixes...David Cabo2011-09-19-2/+20
* Wrap categories loading into singleton and add support for multiple locales s...David Cabo2011-09-19-13/+3
* Add support for tags to CSV import, via field "tag_string" (issue #60)David Cabo2011-09-13-2/+1
* Make tag optional when importing public bodies through CSV (issue #60)David Cabo2011-09-13-3/+7
* Further work in progress on better search functionalitySeb Bacon2011-08-29-1/+1
* Draft UI for tabbed multi-locale public body handlingDavid Cabo2011-08-23-1/+1
* Refactor fixes to #142 and #143, new implementation much simpler to understandDavid Cabo2011-08-23-6/+39
* Minor refactoring of CSV importerDavid Cabo2011-08-23-0/+3
* Extend CSV import to support additional fields (short name, home page...)David Cabo2011-08-23-39/+45
* Don't fail if a body has the same url_name in several locales (closes #139)David Cabo2011-08-16-6/+7
* Fix name of first field on CSV importDavid Cabo2011-08-12-0/+1
* Create public bodies in multiple locales when importing from CSVDavid Cabo2011-08-11-11/+39
* Handle optional field list on CSV import, needed for enabling multiple localesDavid Cabo2011-08-11-7/+11
* fallbacks for public_body_categories (this needs to be done in a better way, ...Seb Bacon2011-07-07-2/+9
* Changes required to get selishta (Kosovo) fork merges to pass tests. Include...Seb Bacon2011-07-06-4/+5
* initial merge of Kosovan branch; still need to get tests passing, factor out ...Seb Bacon2011-07-06-16/+24
|\
| * I18n fixFaton Selishta2011-06-02-2/+10
| * Fix a bug of translationFaton Selishta2011-04-26-2/+1
* | The error messages are clearly designed to be used *without* theRobin Houston2011-06-23-2/+2
* | Set the default value for publication_scheme explicitly in an after_initializ...Robin Houston2011-06-15-0/+6
* | It is not permissible to have more than one "translates" listRobin Houston2011-06-15-2/+1
* | Remove the field name from the validates_presence_of :message, to prevent err...Robin Houston2011-06-11-2/+2
|/
* fix adding new public bodiesSeb Bacon2011-04-08-2/+2
* some test fixageSeb Bacon2011-03-11-1/+1