aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeLines
* Comments on described_state and calculated_stateLouise Crow2013-08-15-3/+20
* 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
* Prevent erroneous internal error messages with multibyte characters under rub...Louise Crow2013-07-25-2/+2
* 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
* | Split the string interpolation and translation into two steps so that the tra...Louise Crow2013-06-24-2/+5
* | Merge branch 'hotfix/0.11.0.14' into rails-3-developLouise Crow2013-06-19-1/+1
|\ \
| * | Allow the HTML display of the body of an email to handle the case where the b...0.11.0.14hotfix/0.11.0.14Louise Crow2013-06-19-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
* | | Merge branch 'hotfix/0.11.0.4' into rails-3-developLouise Crow2013-06-10-1/+3
|\| |
| * | Merge branch 'release/0.11'0.11.0.3Louise Crow2013-06-04-1174/+281
| |\ \
| * | | Return a string from user.name always to avoid any complications with other f...hotfix/0.9.0.5Louise Crow2013-05-28-1/+3
| * | | Bugfix for the case where a suspended user sends a contact message. Their nam...hotfix/0.9.0.2Louise Crow2013-05-07-1/+1
| * | | Mark ban text as html safeLouise Crow2013-04-29-1/+1
* | | | Handle request for json for an external request. Closes #973.Louise Crow2013-06-07-1/+5
* | | | 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 'feature/new-string-for-translation' into rails-3-developLouise Crow2013-05-30-7/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Allow the default text of an internal review request to be translated.Louise Crow2013-05-07-7/+15
* | | | | When extracting attachments for an incoming message and getting the body of t...Louise Crow2013-05-29-7/+16
* | | | | Check that display_filename matches URL part number or fallbackMark Longair2013-05-24-3/+22
* | | | | Refactor IncomingMessage.get_attachment_by_url_part_numberMark Longair2013-05-24-6/+1
* | | | | Move the mapi requires to where they're really neededMark Longair2013-05-22-2/+0
* | | | | Avoid an FoiAttachment validation failure under Rails 3Mark Longair2013-05-16-0/+1
* | | | | Move "require 'alaveteli_file_types'" into the initializerMark Longair2013-05-16-1/+0
* | | | | Make efforts to ensure that we're usually dealing with UTF-8 stringsMark Longair2013-05-16-1/+6
|/ / / /
* | | | Mark ban text as html safeLouise Crow2013-04-25-1/+1
* | | | Merge branch 'release/0.9' into rails-3-developLouise Crow2013-04-24-2/+13
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Restore call to N_Louise Crow2013-04-23-1/+1
| * | Fix the deadlock on dealing with incoming emailMark Longair2013-04-18-0/+11
| * | Update outgoing message signoff translationLouise Crow2013-04-16-1/+1
| * | Merge branch 'feature/final-consistent-translation-interpolation' into developLouise Crow2013-04-16-1/+1
| |\ \
| | * | In translation strings replace %{} with {{}} formattingMatthew Landauer2013-04-15-1/+1
| | * | In translation strings replace %{} with {{}} formattingMatthew Landauer2013-04-09-1/+1
| * | | As much as possible use I18n.locale for getting the localeMatthew Landauer2013-04-02-2/+2
| * | | Small refactorMatthew Landauer2013-04-02-6/+1
| * | | Refactor using I18.with_localeMatthew Landauer2013-04-02-4/+3