aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request.rb
Commit message (Expand)AuthorAgeLines
...
* | Make admin edits affect info_request_event described_states.Louise Crow2013-08-15-3/+4
* | Allow 'edit' and 'status_update' calculated states to propagate.Louise Crow2013-08-15-4/+16
|/
* Merge remote-tracking branch 'openaustralia_github/tests_set_described_state'...Louise Crow2013-07-23-11/+1
|\
| * Now record a state_update event *whenever* a user classifies a requestMatthew Landauer2013-04-20-10/+0
| * How we would handle event states if we added a state_update event whenever a ...Matthew Landauer2013-04-20-1/+1
| * Simple solution to bugs shown up in tests in last 2 commitsMatthew Landauer2013-04-18-1/+1
* | Merge branch 'hotfix/0.11.0.7' into rails-3-developLouise Crow2013-06-10-1/+1
|\ \
| * | Cope with replying to a message with a missing or empty SubjectMark Longair2013-06-07-1/+1
* | | Handle request for json for an external request. Closes #973.Louise Crow2013-06-07-0/+4
* | | Merge remote-tracking branch 'openaustralia_github/more_info_on_report_reques...Louise Crow2013-06-04-0/+15
|\ \ \
| * | | Reasons that request can be reported now stored in modelMatthew Landauer2013-03-22-0/+6
| * | | Wrap in a transactionMatthew Landauer2013-03-22-3/+5
| * | | Extract methodMatthew Landauer2013-03-22-0/+7
| | |/ | |/|
* | | Merge remote-tracking branch 'openaustralia_github/inline_search_method_refac...Louise Crow2013-06-04-26/+0
|\ \ \
| * | | Remove unused methodMatthew Landauer2013-03-25-11/+0
| * | | Inline method InfoRequest.full_searchMatthew Landauer2013-03-25-15/+0
| |/ /
* | | Merge remote-tracking branch 'openaustralia_github/small_email_hash_refactor'...Louise Crow2013-06-04-19/+4
|\ \ \
| * | | Inline method and simplify logicMatthew Landauer2013-03-29-19/+4
| |/ /
* | | Merge remote-tracking branch 'openaustralia_github/remove_random_request_acti...Louise Crow2013-05-30-19/+0
|\ \ \ | |_|/ |/| |
| * | Remove apparently unused action for showing random requestMatthew Landauer2013-03-22-19/+0
| |/
* | Merge branch 'release/0.9' into rails-3-developLouise Crow2013-04-24-0/+11
|\ \ | |/ |/|
| * Fix the deadlock on dealing with incoming emailMark Longair2013-04-18-0/+11
* | Fix up some merge action from f60ada47d4e7aabe0dce152109cb0d91865929daHenare Degan2013-03-15-1/+1
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-76/+80
|\|
| * Refactor functionality from controller to modelMatthew Landauer2013-03-04-0/+15
| * When setting a state optionally pass a messsageMatthew Landauer2013-03-02-2/+2
| * Simplify method by using array to store mappingMatthew Landauer2013-03-02-39/+24
| * InfoRequestEvent should know about its event typesMatthew Landauer2013-03-02-2/+2
| * Extract methodMatthew Landauer2013-03-02-6/+5
| * Simplify methodsMatthew Landauer2013-03-02-19/+7
| * Simplify logic in methodMatthew Landauer2013-03-02-7/+2
| * Inline methodMatthew Landauer2013-03-02-11/+1
| * Inline methodMatthew Landauer2013-03-02-6/+1
* | Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-7/+7
* | Remove Tmail and use the Mail gem under Ruby 1.8.7 as wellHenare Degan2013-02-27-8/+0
* | Update to new mail sending APIHenare Degan2013-02-25-2/+2
* | New way of sending an emailHenare Degan2013-02-25-1/+1
* | Under Ruby 1.9 this saved to the DB as a Ruby ActiveSupport::SafeBuffer objec...Henare Degan2013-02-21-1/+1
* | Remove deprecated constants - #589Henare Degan2013-02-20-1/+1
* | Looks like this is different in the older version of Mail tooHenare Degan2013-02-10-1/+1
* | Added a bit of a safety net. It's an ugly temporary hack to make debugging ea...Matthew Landauer2013-01-31-0/+8
* | Workaround for setting default value on attribute when exists? is calledMatthew Landauer2013-01-29-2/+7
* | Don't need both url_helpersHenare Degan2013-01-25-1/+0
* | Merge branch 'rails_xss' into rails-3-spikeMatthew Landauer2013-01-25-2/+2
|\|
| * Merge remote-tracking branch 'mysociety/develop' into rails_xssMatthew Landauer2013-01-15-3/+3
| |\
| * | More escaping fixesMatthew Landauer2013-01-15-2/+2
* | | Overwriting validate_on_create in your models has been deprecatedHenare Degan2012-12-12-13/+15
* | | Method-style callbacks are deprecated for after_initializeHenare Degan2012-12-11-10/+14
* | | include ActionController::UrlWriter is deprecatedHenare Degan2012-12-11-1/+1
* | | named_scope has been renamed to scopeHenare Degan2012-12-11-1/+1
| |/ |/|