Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Allow the emergency user account to be disabled. | Louise Crow | 2013-03-19 | -2/+1 |
| | ||||
* | Merge remote-tracking branch ↵ | Louise Crow | 2013-03-13 | -84/+84 |
|\ | | | | | | | | | | | | | | | | | | | | | 'openaustralia_github/one_support_email_on_admin_attention_state' into develop Conflicts: Gemfile.lock app/controllers/request_controller.rb app/models/request_mailer.rb app/views/admin_general/index.rhtml spec/models/request_mailer_spec.rb | |||
| * | Remove deleted action from list of actions | Matthew Landauer | 2013-03-06 | -2/+2 |
| | | ||||
| * | Now direct changes of state to error_message and requires_admin to a new ↵ | Matthew Landauer | 2013-03-06 | -9/+30 |
| | | | | | | | | page asking for more info | |||
| * | Can also record a message when posting to RequestController#describe_state | Matthew Landauer | 2013-03-05 | -1/+2 |
| | | ||||
| * | Remove code added previously because on the wrong track | Matthew Landauer | 2013-03-05 | -22/+0 |
| | | ||||
| * | Don't allow external requests to have their state changed | Matthew Landauer | 2013-03-04 | -0/+7 |
| | | ||||
| * | Record who changes the state | Matthew Landauer | 2013-03-04 | -1/+1 |
| | | ||||
| * | Refactor functionality from controller to model | Matthew Landauer | 2013-03-04 | -12/+0 |
| | | ||||
| * | Fix bug when user not owner of request changing state to requires_admin ↵ | Matthew Landauer | 2013-03-04 | -1/+1 |
| | | | | | | | | email should come from user making the change | |||
| * | Use Ability::can_update_request_state? in RequestController#describe_state | Matthew Landauer | 2013-03-04 | -5/+4 |
| | | ||||
| * | Inline temporary variables | Matthew Landauer | 2013-03-04 | -6/+2 |
| | | ||||
| * | No need for instance variables in action without view | Matthew Landauer | 2013-03-04 | -34/+34 |
| | | ||||
| * | Extract method that knows who can update the state of a request | Matthew Landauer | 2013-03-03 | -4/+6 |
| | | ||||
| * | Can update status when request is old and unclassified | Matthew Landauer | 2013-03-03 | -1/+1 |
| | | ||||
| * | admin user can change status | Matthew Landauer | 2013-03-03 | -1/+1 |
| | | ||||
| * | only can make the change as the owner of a request | Matthew Landauer | 2013-03-03 | -1/+1 |
| | | ||||
| * | Add basic authentication to new action | Matthew Landauer | 2013-03-03 | -9/+4 |
| | | ||||
| * | Switch to pretty urls | Matthew Landauer | 2013-03-02 | -1/+1 |
| | | ||||
| * | Add authentication | Matthew Landauer | 2013-03-02 | -2/+15 |
| | | ||||
| * | New request controller action for requires_admin state with message | Matthew Landauer | 2013-03-02 | -0/+5 |
| | | ||||
| * | Inline method | Matthew Landauer | 2013-03-02 | -1/+1 |
| | | ||||
| * | Refactor state logic | Matthew Landauer | 2013-03-02 | -35/+36 |
| | | ||||
| * | Use routes to only allow post to RequestController#describe_state | Matthew Landauer | 2013-03-02 | -6/+0 |
| | | ||||
* | | Fix bug where current user was always shown when creating censor rule for a ↵ | Matthew Landauer | 2013-03-08 | -1/+1 |
| | | | | | | | | request | |||
* | | Removed unused admin page. This stuff is now shown on the summary page | Matthew Landauer | 2013-03-08 | -15/+0 |
| | | ||||
* | | Merge remote-tracking branch 'openaustralia_github/make-links-relative' into ↵ | Louise Crow | 2013-03-06 | -44/+44 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop Conflicts: app/controllers/admin_request_controller.rb app/models/request_mailer.rb app/views/admin_general/index.rhtml app/views/admin_general/stats.rhtml app/views/admin_public_body/_one_list.rhtml app/views/admin_public_body/_tags.rhtml app/views/admin_public_body/show.rhtml app/views/admin_request/show.rhtml app/views/admin_user/show.rhtml app/views/layouts/admin.rhtml app/views/public_body/show.rhtml app/views/request/new.rhtml | |||
| * | | Use absolute urls when redirecting | Matthew Landauer | 2013-02-15 | -2/+2 |
| | | | ||||
| * | | Inline helper method | Matthew Landauer | 2013-02-15 | -4/+4 |
| | | | ||||
| * | | Inline helper | Matthew Landauer | 2013-02-15 | -15/+15 |
| | | | ||||
| * | | Stop using admin_url to generate absolute url for the admin interface | Matthew Landauer | 2013-02-15 | -9/+9 |
| | | | ||||
| * | | Stop using main_url to generate absolute urls for the main site | Matthew Landauer | 2013-02-15 | -9/+9 |
| | | | ||||
| * | | Rename named routes for categorisation game as they clash with request_url & ↵ | Matthew Landauer | 2013-02-15 | -1/+1 |
| | | | | | | | | | | | | request_path helpers | |||
| * | | Redirects should be done with absolute urls | Matthew Landauer | 2013-02-15 | -18/+18 |
| | | | ||||
| * | | Rename helper method | Matthew Landauer | 2013-02-15 | -23/+23 |
| | | | ||||
| * | | Redirects should be done with absolute urls | Matthew Landauer | 2013-02-15 | -9/+9 |
| | | | ||||
| * | | Rename helper method | Matthew Landauer | 2013-02-15 | -12/+12 |
| | | | ||||
| * | | Redirects should be done with absolute urls | Matthew Landauer | 2013-02-15 | -2/+2 |
| | | | ||||
| * | | Rename helper method | Matthew Landauer | 2013-02-15 | -2/+2 |
| | | | ||||
* | | | Merge remote-tracking branch ↵ | Louise Crow | 2013-03-06 | -2/+19 |
|\ \ \ | | | | | | | | | | | | | 'openaustralia_github/merge_adminbootstrap_theme' into develop | |||
| * | | | Move serving of js for admin interface from general to admin_general controller | Matthew Landauer | 2013-02-19 | -6/+7 |
| | | | | ||||
| * | | | Merge in adminbootstraptheme 323d704ab4f1ffe31f20fcabeaf030c462dfbadf into ↵ | Matthew Landauer | 2013-02-19 | -1/+17 |
| | | | | | | | | | | | | | | | | main project | |||
* | | | | Use string interpolation to make the flash message more readable in the code | Matthew Landauer | 2013-02-26 | -1/+1 |
| | | | | ||||
* | | | | Make flash message in admin interface html safe | Matthew Landauer | 2013-02-26 | -1/+1 |
| |_|/ |/| | | ||||
* | | | Merge remote-tracking branch ↵ | Louise Crow | 2013-02-19 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | 'openaustralia_github/country_message_escaping_fix' into develop | |||
| * | | | Mark html string in country message as html safe | Matthew Landauer | 2013-02-20 | -1/+1 |
| |/ / | ||||
* / / | Mark the info request name as safe - hidden_user_explanation's content will ↵ | Louise Crow | 2013-02-19 | -1/+1 |
|/ / | | | | | | | be escaped in the parent template. Strip content in the controller and mark as HTML safe. | |||
* | | Don't pass latest_status param to locale switching links on view requests page | Matthew Landauer | 2013-02-12 | -2/+1 |
| | | ||||
* | | Don't pass latest_status param to locale switching links. Fixes #789 | Matthew Landauer | 2013-02-12 | -3/+1 |
| | | ||||
* | | Retain filter settings when redirecting a public body to its canonical url | Matthew Landauer | 2013-02-12 | -1/+1 |
| | |