Age | Commit message (Collapse) | Author |
|
Conflicts:
help/app/views/tickets/_comment.html.haml
help/app/views/tickets/_new_comment.html.haml
|
|
listing the tickets. Give a message if a user has no tickets.
|
|
partials have specific CSS for another use, so we will likely want to tweak this.
|
|
with a ticket.
|
|
|
|
* checking records are actually getting created / destroyed
* simplify creation where possible
|
|
|
|
|
|
|
|
|
|
Client-side validations, including only validating email address format ...
|
|
moving the js for view definitions into separate files
|
|
|
|
|
|
something is input for email address.
|
|
it) of user who created ticket.
|
|
|
|
This way we get syntax highlighting and so on.
|
|
|
|
Only non-comment change is that we will keep an unauthenticated user looking at the same ticket if they have closed it (rather than redirecting to index which they will not be able to access.)
|
|
the order either way.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
removes the need for .all call in some tests.
|
|
authenticated users.
|
|
Conflicts:
app/views/layouts/application.html.haml
help/app/controllers/tickets_controller.rb
help/test/functional/tickets_controller_test.rb
users/test/support/stub_record_helper.rb
|
|
|
|
|
|
|
|
|
|
Travis CI does not seem to have the admin user records. Let's not depend on them and just stub the admin user.
|
|
have to do more, including allowing user to pick sort order.
|
|
|
|
The one remaining is failing because we still build an Array for the admin tickets.
Needs to be implemented so I am leaving that test as is.
|
|
|
|
|
|
|
|
|
|
|