aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
Commit message (Expand)AuthorAgeLines
* Merge branch 'feature/batch-requests' into rails-3-developLouise Crow2014-01-29-0/+4
|\
| * Simple code for the happy pathLouise Crow2013-12-04-0/+2
| * Add new_batch actionLouise Crow2013-12-04-0/+1
| * Add a select_authorities action.Louise Crow2013-12-04-0/+1
* | Add change requests to the 'Things to do' listLouise Crow2014-01-13-0/+5
* | Form and models for asking for a public body change.Louise Crow2014-01-13-0/+2
|/
* Merge branch 'feature/hide-individual-responses' into rails-3-developLouise Crow2013-09-17-5/+13
|\
| * Add a simple edit action and templateLouise Crow2013-09-16-0/+1
| * Shorter route names and pathsLouise Crow2013-09-16-6/+6
| * Add incoming message update action and route.Louise Crow2013-09-16-0/+1
| * Slightly nicer action names.Louise Crow2013-09-16-2/+2
| * Move incoming message admin to its own controller.Louise Crow2013-09-16-2/+5
| * Move outgoing message admin actions to their own controller.Louise Crow2013-09-16-3/+6
* | Merge branch 'body-statistics' into rails-3-developLouise Crow2013-09-04-0/+1
|\ \
| * | Add a page with experimental statistics on public bodiesMark Longair2013-08-20-0/+1
| |/
* / Serve admin.js as a static fileMark Longair2013-08-21-1/+0
|/
* Merge remote-tracking branch 'openaustralia_github/app_version_api_feature' i...Louise Crow2013-06-18-0/+1
|\
| * Add publicly accesible json api to query alaveteli and ruby version. Implemen...Matthew Landauer2013-02-24-0/+1
* | Remove support for theme stylesheet inclusion via template deprecated in vers...Louise Crow2013-06-05-1/+0
* | Merge remote-tracking branch 'openaustralia_github/more_info_on_report_reques...Louise Crow2013-06-04-7/+4
|\ \
| * | Simplify a couple of routes using resourcesMatthew Landauer2013-03-22-2/+3
| * | 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-3/+3
| * | Rename routesMatthew Landauer2013-03-22-2/+2
| * | Only allow posts for reporting request. Don't try redirection when not logged inMatthew Landauer2013-03-22-7/+1
| * | Add first pass at page for reporting a requestMatthew Landauer2013-03-22-0/+2
* | | Merge remote-tracking branch 'openaustralia_github/remove_random_request_acti...Louise Crow2013-05-30-2/+0
|\ \ \
| * | | Remove apparently unused action for showing random requestMatthew Landauer2013-03-22-2/+0
| |/ /
* | | Add encoding specifications to two files that use UTF-8Mark Longair2013-04-16-0/+1
* | | Fix attachment downloading for attachments that have file extensionsMark Longair2013-04-16-2/+2
* | | Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-1/+1
|/ /
* | The PUT method is also(?) used so revert thisHenare Degan2013-03-16-1/+1
* | Fix named route conflict originally done in 889bb7b79f16533be7c8f2c46c9463b77...Henare Degan2013-03-15-1/+1
* | Fix describe_state_message from the mergeHenare Degan2013-03-15-0/+1
* | POST became enforced in fa624fc7f17b6b4b6710817ed63291386e525f9cHenare Degan2013-03-15-1/+1
* | These routes were renamed in 64fe099163e8b786e6c05fe05fe9cbb8c068e380Henare Degan2013-03-15-3/+3
* | Removed in eadfc265ff83524cbd54b2682f2de818bca24bf4Henare Degan2013-03-15-1/+0
* | Add admin JS route from 5f7d17bc2128d7de3749f65d3e9168e2fcc1a478Henare Degan2013-03-15-0/+1
* | Don't specify an id on a new public body. Fixes problems with using named routesHenare Degan2013-03-14-1/+1
* | Fix track searches by changing the way the routing worksHenare Degan2013-03-05-3/+5
* | This is dumb, let's remove it nowHenare Degan2013-02-22-2/+1
* | Add comments and spacing back so it's not just a heaving mess hopefully will ...Henare Degan2013-02-22-0/+81
* | id's not required, the controller uses incoming_message_id instead (!?)Henare Degan2013-02-22-1/+1
* | Add the routing filter backHenare Degan2013-02-22-1/+2
* | Make id optional even though it's probably not neededHenare Degan2013-02-22-1/+2
* | We don't need format here eitherHenare Degan2013-02-22-4/+4
* | Remove format, it's not needed and screws up the syntaxHenare Degan2013-02-22-7/+7
* | Fix error and comment out incorrectly generated filterHenare Degan2013-02-22-2/+2
* | Replace routes with autogenerated replacementHenare Degan2013-02-22-242/+148