Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'hotfix/0.8.0.1' into wdtk | Louise Crow | 2013-04-02 | -2/+2 |
|\ | ||||
| * | Use full urls in outgoing_message_url as the name implies | Matthew Landauer | 2013-04-02 | -2/+2 |
| | | ||||
* | | Merge branch 'release/0.8' into wdtk | Louise Crow | 2013-03-19 | -4/+6 |
|\| | ||||
| * | Supply info request id in an HTML 5 data attributerelease/0.8 | Louise Crow | 2013-03-19 | -4/+6 |
| | | ||||
* | | Merge branch 'release/0.8' into wdtk | Louise Crow | 2013-03-19 | -1494/+2229 |
|\| | | | | | | | | | | | Conflicts: app/controllers/admin_request_controller.rb app/views/contact_mailer/from_admin_message.rhtml | |||
| * | Allow the emergency user account to be disabled. | Louise Crow | 2013-03-19 | -3/+4 |
| | | ||||
| * | Fix bad merge of d88b79d1aa24a78ed95255a37a0403d7e3c0117e | Louise Crow | 2013-03-14 | -3/+3 |
| | | ||||
| * | Merge remote-tracking branch ↵ | Louise Crow | 2013-03-13 | -198/+195 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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/+60 |
| | | | | | | | | | | | | page asking for more info | |||
| | * | Can also record a message when posting to RequestController#describe_state | Matthew Landauer | 2013-03-05 | -2/+3 |
| | | | ||||
| | * | 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/+15 |
| | | | ||||
| | * | 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 |
| | | | ||||
| | * | When setting a state optionally pass a messsage | Matthew Landauer | 2013-03-02 | -2/+2 |
| | | | ||||
| | * | Add optional message to requires_admin email | Matthew Landauer | 2013-03-02 | -2/+4 |
| | | | ||||
| | * | Avoid using return in the middle of methods | Matthew Landauer | 2013-03-02 | -7/+8 |
| | | | ||||
| | * | Simplify method by using array to store mapping | Matthew Landauer | 2013-03-02 | -39/+24 |
| | | | ||||
| | * | InfoRequestEvent should know about its event types | Matthew Landauer | 2013-03-02 | -2/+10 |
| | | | ||||
| | * | Simplify methods | Matthew Landauer | 2013-03-02 | -8/+3 |
| | | | ||||
| | * | Extract method | Matthew Landauer | 2013-03-02 | -6/+5 |
| | | | ||||
| | * | Simplify methods | Matthew Landauer | 2013-03-02 | -19/+7 |
| | | | ||||
| | * | Simplify logic in method | Matthew Landauer | 2013-03-02 | -7/+2 |
| | | | ||||
| | * | Inline method | Matthew Landauer | 2013-03-02 | -15/+5 |
| | | | ||||
| | * | Inline method | Matthew Landauer | 2013-03-02 | -6/+1 |
| | | | ||||
| | * | Small refactor. | Matthew Landauer | 2013-03-02 | -5/+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 | -8/+0 |
| | | | ||||
| * | | Merge remote-tracking branch ↵ | Louise Crow | 2013-03-11 | -180/+156 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'openaustralia_github/make_ui_for_links_in_admin_interface_consistent' into develop Conflicts: app/views/admin_censor_rule/new.rhtml app/views/admin_general/index.rhtml app/views/admin_general/timeline.rhtml app/views/admin_request/_some_requests.rhtml app/views/admin_request/show.rhtml app/views/admin_track/_some_tracks.rhtml | |||
| | * | | Fix bug where current user was always shown when creating censor rule for a ↵ | Matthew Landauer | 2013-03-08 | -2/+2 |
| | | | | | | | | | | | | | | | | request | |||
| | * | | Use consistent link formatting | Matthew Landauer | 2013-03-08 | -4/+2 |
| | | | | ||||
| | * | | Inline helper | Matthew Landauer | 2013-03-08 | -5/+1 |
| | | | | ||||
| | * | | Simplify by using helpers | Matthew Landauer | 2013-03-08 | -6/+3 |
| | | | | ||||
| | * | | Use helpers for icons | Matthew Landauer | 2013-03-08 | -24/+36 |
| | | | | ||||
| | * | | Configuration::admin_public_url doesn't exist anymore | Matthew Landauer | 2013-03-08 | -3/+3 |
| | | | | ||||
| | * | | New helper for showing two links for a user | Matthew Landauer | 2013-03-08 | -3/+3 |
| | | | | ||||
| | * | | Inline helper method | Matthew Landauer | 2013-03-08 | -1/+1 |
| | | | |