aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeLines
* 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
* Update Configuration references to new name.Louise Crow2013-03-19-1/+1
* Merge branch 'develop' into rails-3-developLouise Crow2013-03-19-2/+1
|\
| * Allow the emergency user account to be disabled.Louise Crow2013-03-19-2/+1
* | Stop pollution of params[:outgoing_message]Matthew Landauer2013-03-19-4/+1
* | Config name change missed in the mergeHenare Degan2013-03-15-2/+2
* | Removed in eadfc265ff83524cbd54b2682f2de818bca24bf4Henare Degan2013-03-15-15/+0
* | Whoever said don't sweat the small stuff obviously never messed up a merge an...Henare Degan2013-03-15-1/+1
* | Fix up some merge action from f60ada47d4e7aabe0dce152109cb0d91865929daHenare Degan2013-03-15-1/+0
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-155/+167
|\|
| * Merge remote-tracking branch 'openaustralia_github/one_support_email_on_admin...Louise Crow2013-03-13-84/+84
| |\
| | * Remove deleted action from list of actionsMatthew Landauer2013-03-06-2/+2
| | * Now direct changes of state to error_message and requires_admin to a new page...Matthew Landauer2013-03-06-9/+30
| | * Can also record a message when posting to RequestController#describe_stateMatthew Landauer2013-03-05-1/+2
| | * Remove code added previously because on the wrong trackMatthew Landauer2013-03-05-22/+0
| | * Don't allow external requests to have their state changedMatthew Landauer2013-03-04-0/+7
| | * Record who changes the stateMatthew Landauer2013-03-04-1/+1
| | * Refactor functionality from controller to modelMatthew Landauer2013-03-04-12/+0
| | * Fix bug when user not owner of request changing state to requires_admin email...Matthew Landauer2013-03-04-1/+1
| | * Use Ability::can_update_request_state? in RequestController#describe_stateMatthew Landauer2013-03-04-5/+4
| | * Inline temporary variablesMatthew Landauer2013-03-04-6/+2
| | * No need for instance variables in action without viewMatthew Landauer2013-03-04-34/+34
| | * Extract method that knows who can update the state of a requestMatthew Landauer2013-03-03-4/+6
| | * Can update status when request is old and unclassifiedMatthew Landauer2013-03-03-1/+1
| | * admin user can change statusMatthew Landauer2013-03-03-1/+1
| | * only can make the change as the owner of a requestMatthew Landauer2013-03-03-1/+1
| | * Add basic authentication to new actionMatthew Landauer2013-03-03-9/+4
| | * Switch to pretty urlsMatthew Landauer2013-03-02-1/+1
| | * Add authenticationMatthew Landauer2013-03-02-2/+15
| | * New request controller action for requires_admin state with messageMatthew Landauer2013-03-02-0/+5
| | * Inline methodMatthew Landauer2013-03-02-1/+1
| | * Refactor state logicMatthew Landauer2013-03-02-35/+36
| | * Use routes to only allow post to RequestController#describe_stateMatthew Landauer2013-03-02-6/+0
| * | Fix bug where current user was always shown when creating censor rule for a r...Matthew Landauer2013-03-08-1/+1
| * | Removed unused admin page. This stuff is now shown on the summary pageMatthew Landauer2013-03-08-15/+0
| * | Merge remote-tracking branch 'openaustralia_github/make-links-relative' into ...Louise Crow2013-03-06-44/+44
| |\ \
| | * | Use absolute urls when redirectingMatthew Landauer2013-02-15-2/+2
| | * | Inline helper methodMatthew Landauer2013-02-15-4/+4
| | * | Inline helperMatthew Landauer2013-02-15-15/+15
| | * | Stop using admin_url to generate absolute url for the admin interfaceMatthew Landauer2013-02-15-9/+9
| | * | Stop using main_url to generate absolute urls for the main siteMatthew Landauer2013-02-15-9/+9
| | * | Rename named routes for categorisation game as they clash with request_url & ...Matthew Landauer2013-02-15-1/+1
| | * | Redirects should be done with absolute urlsMatthew Landauer2013-02-15-18/+18
| | * | Rename helper methodMatthew Landauer2013-02-15-23/+23
| | * | Redirects should be done with absolute urlsMatthew Landauer2013-02-15-9/+9
| | * | Rename helper methodMatthew Landauer2013-02-15-12/+12
| | * | Redirects should be done with absolute urlsMatthew Landauer2013-02-15-2/+2
| | * | Rename helper methodMatthew Landauer2013-02-15-2/+2
| * | | Merge remote-tracking branch 'openaustralia_github/merge_adminbootstrap_theme...Louise Crow2013-03-06-2/+19
| |\ \ \