Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Change email address in header of source code to hello@mysociety.org | Matthew Landauer | 2013-03-26 | -1/+1 |
| | ||||
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-develop | Henare Degan | 2013-03-14 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/admin_request_controller.rb app/controllers/admin_track_controller.rb app/controllers/request_controller.rb app/controllers/services_controller.rb app/helpers/link_to_helper.rb app/mailers/request_mailer.rb app/models/application_mailer.rb app/models/info_request.rb app/views/admin_censor_rule/edit.html.erb app/views/admin_censor_rule/new.html.erb app/views/admin_public_body/_form.html.erb app/views/admin_public_body/_locale_selector.html.erb app/views/admin_public_body/_one_list.html.erb app/views/admin_public_body/edit.html.erb app/views/admin_public_body/list.html.erb app/views/admin_public_body/new.html.erb app/views/admin_request/_incoming_message_actions.html.erb app/views/admin_request/edit.html.erb app/views/admin_request/edit_comment.html.erb app/views/admin_request/edit_outgoing.html.erb app/views/admin_request/list.html.erb app/views/admin_request/list_old_unclassified.html.erb app/views/admin_request/show.html.erb app/views/admin_track/_some_tracks.html.erb app/views/admin_track/list.html.erb app/views/admin_user/edit.html.erb app/views/admin_user/list.html.erb app/views/admin_user/show.html.erb app/views/general/_footer.html.erb app/views/general/exception_caught.html.erb app/views/help/contact.html.erb app/views/layouts/default.html.erb app/views/public_body/_alphabet.html.erb app/views/request/_request_listing_single.html.erb app/views/request/_sidebar.html.erb app/views/request/new.html.erb app/views/request/show.html.erb app/views/request_mailer/external_response.rhtml app/views/request_mailer/fake_response.rhtml config/environment.rb config/environments/production.rb config/routes.rb spec/controllers/admin_censor_rule_controller_spec.rb spec/controllers/request_controller_spec.rb spec/controllers/track_controller_spec.rb spec/helpers/link_to_helper_spec.rb spec/mailers/request_mailer_spec.rb spec/models/info_request_spec.rb spec/spec_helper.rb spec/views/public_body/show.html.erb_spec.rb spec/views/request/show.html.erb_spec.rb vendor/plugins/rails_xss/lib/rails_xss/erubis.rb | |||
| * | Make tracking links relative | Matthew Landauer | 2013-02-13 | -0/+2 |
| | | ||||
* | | Rename Configuration class to avoid conflict with ActiveSupport::Configurable | Henare Degan | 2013-03-03 | -1/+1 |
|/ | ||||
* | Mark constructed URL strings which have been escaped as safe, so that they ↵ | Louise Crow | 2013-02-08 | -4/+5 |
| | | | | aren't escaped when shown in flash notices. | |||
* | More escaping fixes | Matthew Landauer | 2013-01-15 | -2/+2 |
| | ||||
* | Fix description of a search | Henare Degan | 2012-10-18 | -1/+6 |
| | | | | Used to say "comments or requests which are " when you did: View requests > All requests > Follow | |||
* | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -2/+1 |
| | ||||
* | Merge remote-tracking branch 'openaustralia_github/configuration_refactor' ↵ | Louise Crow | 2012-10-01 | -1/+1 |
|\ | | | | | | | | | | | | | into develop Conflicts: config/general.yml-example | |||
| * | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -1/+1 |
| | | ||||
* | | Allow the descriptive strings for track types to be translated. | Louise Crow | 2012-09-26 | -9/+9 |
|/ | ||||
* | another typo | Seb Bacon | 2012-06-15 | -1/+1 |
| | ||||
* | typo in user-facing string | Seb Bacon | 2012-06-15 | -1/+1 |
| | ||||
* | Support "following" functionality: | Seb Bacon | 2012-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 corrections | Seb Bacon | 2012-05-24 | -1/+1 |
| | ||||
* | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵ | Seb Bacon | 2012-05-15 | -11/+11 |
| | | | | wombleton:feature/440_sparkly_admin_css) | |||
* | Correctly create tracks for searches that are filtered by variety:authority ↵ | Seb Bacon | 2012-05-11 | -1/+1 |
| | | | | via the search UI | |||
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Robin Houston | 2012-05-03 | -2/+2 |
|\ | ||||
| * | Another change to make track descriptions deterministic, so tests can work ↵ | Seb Bacon | 2012-05-02 | -3/+2 |
| | | | | | | | | reliably | |||
| * | Make the order of words in a track_thing description deterministic, so the ↵ | Seb Bacon | 2012-05-02 | -0/+1 |
| | | | | | | | | test always passes | |||
* | | Filter public body tracks by event type | Robin Houston | 2012-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 Bacon | 2012-01-18 | -8/+7 |
| | ||||
* | Ensure model schema documentation is up to date. | Seb Bacon | 2012-01-09 | -6/+6 |
| | ||||
* | Store user's locale against profile, so we can send them localised track ↵ | Seb Bacon | 2011-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 Bacon | 2011-09-01 | -1/+59 |
| | ||||
* | re-enable tracking on "view requests" page (and make note that we now need ↵ | Seb Bacon | 2011-08-29 | -0/+5 |
| | | | | to make the descriptions we present users more friendly) | |||
* | Further work in progress on better search functionality | Seb Bacon | 2011-08-29 | -1/+11 |
| | ||||
* | more work in progress on search forms | Seb Bacon | 2011-08-29 | -7/+7 |
| | ||||
* | I18n'ize some more strings in views | David Cabo | 2011-08-11 | -11/+11 |
| | ||||
* | I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ↵ | David Cabo | 2011-08-11 | -18/+18 |
| | | | | substitution in gettext strings. | |||
* | I18n string for models | Faton Selishta | 2011-06-30 | -8/+8 |
| | ||||
* | Annotate models. | Francis Irving | 2010-10-09 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-07-27 | -1/+1 |
| | ||||
* | Add specific draft attribute. | Francis Irving | 2010-07-15 | -1/+1 |
| | ||||
* | Update model annotations. | Francis Irving | 2010-07-15 | -2/+2 |
| | ||||
* | Change 'rejected' to 'refused', as used in the law | Francis Irving | 2010-06-16 | -1/+1 |
| | ||||
* | Update model field comments. | francis | 2009-09-17 | -2/+2 |
| | ||||
* | Annotate models update. | francis | 2009-06-26 | -2/+2 |
| | ||||
* | Add charity registration number to database & edit form for public body | tony | 2009-04-13 | -2/+2 |
| | ||||
* | Update models and schema for new table | tony | 2009-03-09 | -2/+2 |
| | ||||
* | Option to ban users. | francis | 2009-03-09 | -2/+2 |
| | ||||
* | Add publication scheme for public bodies. (New database column and admin | tony | 2009-03-04 | -2/+2 |
| | | | | interface only; public display can come later.) | |||
* | Check that we get exim log lines OK. | francis | 2009-02-09 | -2/+2 |
| | | | | Annotate models. | |||
* | Annotate models. | francis | 2009-01-26 | -2/+2 |
| | ||||
* | Tweak a couple of bits of text to make clear only WDTK requests. | francis | 2008-12-04 | -2/+2 |
| | ||||
* | Update model annotations. | francis | 2008-10-28 | -2/+2 |
| | ||||
* | Annotate models. | francis | 2008-09-22 | -2/+2 |
| | ||||
* | Annotate models. | francis | 2008-09-22 | -2/+2 |
| | ||||
* | Try "track this" rather than "email me" wording. | francis | 2008-09-08 | -9/+9 |
| |