aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeLines
* Merge remote-tracking branch 'openaustralia_github/fix-production-diagnostic-...Louise Crow2013-08-20-8/+5
|\
| * Make method name clearerHenare Degan2013-08-10-3/+3
| * Don't show diagnostic messages when request is simply localHenare Degan2013-08-10-6/+3
* | Merge branch 'feature/further-request-event-fixes' into rails-3-developLouise Crow2013-08-15-4/+6
|\ \
| * | Set the calculated state on external requests.Louise Crow2013-08-15-0/+2
| * | Make admin edits affect info_request_event described_states.Louise Crow2013-08-15-4/+4
| |/
* | Try to convert csv files of public bodies into utf-8 before importing them.Louise Crow2013-08-14-1/+1
* | Fix for #566. Also fix wrong identifier being used in text.Louise Crow2013-08-13-1/+1
|/
* Remove unused line of codeLouise Crow2013-07-30-1/+0
* Handle the case of a name that hits the character limits and has been suffixe...Louise Crow2013-07-29-2/+2
* Merge branch 'feature/similar-fixes' into rails-3-developLouise Crow2013-07-23-6/+0
|\
| * Change concatenated header and title strings to full, properly escaped string...Louise Crow2013-07-22-6/+0
* | Merge remote-tracking branch 'openaustralia_github/tests_set_described_state'...Louise Crow2013-07-23-0/+10
|\ \ | |/ |/|
| * Now record a state_update event *whenever* a user classifies a requestMatthew Landauer2013-04-20-0/+10
* | Respond to a (currently unsupported) json request for a public body list with...Louise Crow2013-06-20-1/+3
* | Add pagination to the list of requests on the admin page for a public bodyLouise Crow2013-06-20-0/+3
* | Merge remote-tracking branch 'openaustralia_github/app_version_api_feature' i...Louise Crow2013-06-18-1/+14
|\ \
| * | Add publicly accesible json api to query alaveteli and ruby version. Implemen...Matthew Landauer2013-02-24-1/+9
| * | Extract methodMatthew Landauer2013-02-24-1/+6
* | | Merge branch 'hotfix/0.11.0.13' into rails-3-developLouise Crow2013-06-17-1/+4
|\ \ \
| * | | Explicitly set I18n.locale in set_gettext_locale in order to get Rails to exp...0.11.0.13hotfix/0.11.0.13Louise Crow2013-06-17-1/+4
* | | | Merge commit '0.11.0.8' into rails-3-developLouise Crow2013-06-11-4/+1
|\| | |
| * | | Cache a user's profile photo rather than repulling it each time.hotfix/0.11.0.8Louise Crow2013-06-11-0/+1
| * | | Only render the popup banner in the layout where it's actually used.Louise Crow2013-06-11-4/+0
| * | | We're assuming feed urls without format suffixes should serve up atom/xml, so...0.11.0.4hotfix/0.11.0.4Louise Crow2013-06-05-0/+3
* | | | Allow the donation url to be configured. Closes #909.Louise Crow2013-06-07-2/+12
* | | | We're assuming feed urls without format suffixes should serve up atom/xml, so...Louise Crow2013-06-05-0/+3
* | | | Remove support for theme stylesheet inclusion via template deprecated in vers...Louise Crow2013-06-05-6/+0
* | | | Merge branch 'release/0.11' into rails-3-developLouise Crow2013-06-04-13/+23
|\| | |
| * | | Handle json requests for hidden info requests.Louise Crow2013-06-03-12/+19
| * | | For non-HTML requests, just return the response code for now.Louise Crow2013-06-03-1/+4
* | | | Merge remote-tracking branch 'openaustralia_github/more_info_on_report_reques...Louise Crow2013-06-04-19/+31
|\ \ \ \
| * | | | User needs to choose a reasonMatthew Landauer2013-03-22-4/+12
| * | | | Rename parameter used in routes and controllerMatthew Landauer2013-03-22-2/+2
| * | | | Rename controller actionsMatthew Landauer2013-03-22-2/+2
| * | | | Move reporting actions to their own controllerMatthew Landauer2013-03-22-22/+23
| * | | | Extract methodMatthew Landauer2013-03-22-3/+1
| * | | | Only allow posts for reporting request. Don't try redirection when not logged inMatthew Landauer2013-03-22-9/+5
| * | | | Posted reason and message gets sent out in the emailMatthew Landauer2013-03-22-1/+1
| * | | | Only allow reporting a request when logged inMatthew Landauer2013-03-22-0/+5
| * | | | Add first pass at page for reporting a requestMatthew Landauer2013-03-22-0/+4
* | | | | Merge remote-tracking branch 'openaustralia_github/inline_search_method_refac...Louise Crow2013-06-04-14/+19
|\ \ \ \ \
| * | | | | Tiny refactorMatthew Landauer2013-03-25-5/+2
| * | | | | ActsAsXapian doesn't need to be referenced from the global namespaceMatthew Landauer2013-03-25-3/+3
| * | | | | Tiny refactorMatthew Landauer2013-03-25-4/+2
| * | | | | Inline method InfoRequest.full_searchMatthew Landauer2013-03-25-2/+12
| |/ / / /
* | | | | Merge remote-tracking branch 'openaustralia_github/remove_random_request_acti...Louise Crow2013-05-30-6/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove apparently unused action for showing random requestMatthew Landauer2013-03-22-6/+0
| |/ / /
* | | | Make sure Atom feeds are served with content type application/atom+xmlMark Longair2013-05-29-1/+1
* | | | Replace 'render_for_text data' with 'render :text => data'Mark Longair2013-05-28-2/+2