Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-04 | new ui for tickets | elijah | |
2013-07-04 | new ui - ticket navigation | elijah | |
2013-04-03 | make sure user tests also run when run from users subdir | Azul | |
* The APP_CONFIG needs to be initialized in core so that is required from other engines * paths for load_views need to be relative to the model - not to rails root. | |||
2013-02-26 | Not using secure random, at least now, as using the couchrest ID as the code ↵ | jessib | |
for unauthenticated ticket access. | |||
2013-02-07 | Use more recent version of bootstrap-editable-rails, and a change to have ↵ | jessib | |
the editing be inline rather than popup. | |||
2013-02-05 | Tweaks because user attribute is now email_address, not email | jessib | |
2013-01-24 | Use ticket_url to get URL for unauthenticated ticket creation, and only ↵ | jessib | |
flash that message if the ticket already has a flash[:message] (and thus was saved successfully) | |||
2013-01-22 | Link to users show page rather than edit, now that we have a show view for ↵ | jessib | |
users. | |||
2013-01-22 | More minor cleanup of tickets controller | jessib | |
2013-01-22 | Makes tickets_controller a bit less complex. | jessib | |
2013-01-22 | Translate text rather than having it in code directly. | jessib | |
2013-01-17 | Merge branch 'master' into feature/tickets_controllers_simplification | jessib | |
Conflicts: users/app/controllers/users_controller.rb | |||
2013-01-17 | Merge branch 'master' into feature/unauthenticated_tickets | jessib | |
Conflicts: help/app/views/tickets/_comment.html.haml help/app/views/tickets/_new_comment.html.haml | |||
2013-01-15 | For both users and tickets, if the object is not found and the current user ↵ | jessib | |
is an admin, they should see an alert that the object wasn't found, and be redirected to the current controller. If the object isn't found and the current user is not an admin, then we will continue to give an error about no access, so as not to leak information about what IDs do and don't exist. | |||
2013-01-15 | Refactoring of tickets controller to fetch the ticket in a before filter for ↵ | jessib | |
relevant actions. | |||
2013-01-15 | Show different ticket characteristics when viewing the users versus when ↵ | jessib | |
listing the tickets. Give a message if a user has no tickets. | |||
2013-01-14 | Use partials for displaying details shown when viewing a user. Some of these ↵ | jessib | |
partials have specific CSS for another use, so we will likely want to tweak this. | |||
2013-01-14 | Some fixes to the how we keep track of information about users associated ↵ | jessib | |
with a ticket. | |||
2013-01-14 | tickets controller tests passing | Azul | |
2013-01-07 | Ticket comments can be private | jessib | |
2013-01-03 | Removed unnecessary comment. | jessib | |
2013-01-03 | Merge pull request #11 from leapcode/feature/ticket-client-side-validations | jessib | |
Client-side validations, including only validating email address format ... | |||
2013-01-03 | Merge pull request #9 from leapcode/feature/read-design-from-js-files | azul | |
moving the js for view definitions into separate files | |||
2012-12-31 | remove commented-out lines. | jessib | |
2012-12-31 | Small CSS tweak | jessib | |
2012-12-31 | Client-side validations, including only validating email address format if ↵ | jessib | |
something is input for email address. | |||
2012-12-24 | Link to edit page (as show doesn't now exist, and not clear if we will want ↵ | jessib | |
it) of user who created ticket. | |||
2012-12-24 | Rough functionality for unauthenticated tickets. | jessib | |
2012-12-22 | moving the js for view definitions into separate files | Azul | |
This way we get syntax highlighting and so on. | |||
2012-12-21 | Still much to do, but improvements to CSS. | jessib | |
2012-12-20 | Slight tweaks to tickets controller. | jessib | |
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.) | |||
2012-12-20 | Define ascending method in CouchRest::Model::Designs::View so we can call ↵ | jessib | |
the order either way. | |||
2012-12-19 | Some cleanup of code | jessib | |
2012-12-18 | Merge branch 'master' into feature/tickets-refactor | jessib | |
2012-12-18 | Minor CSS improvement using bootstrap. | jessib | |
2012-12-18 | Refactoring of code to filter/order tickets. | jessib | |
2012-12-18 | Merge branch 'develop' | Azul | |
2012-12-17 | Some refactoring of ticket creation/editing. | jessib | |
2012-12-17 | Removing references to pjax. | jessib | |
2012-12-12 | Refactoring of ticket displaying/editing. | jessib | |
2012-12-11 | Start to using x-editable to have title editable. | jessib | |
2012-12-11 | Playing around with using x-editable, which isn't yet working. | jessib | |
2012-12-07 | Added reduce functions, so pagination should now work correctly. This also ↵ | jessib | |
removes the need for .all call in some tests. | |||
2012-12-07 | Merge branch 'master' into help_develop | jessib | |
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 | |||
2012-12-04 | Testing of functionality to retrieve tickets. | jessib | |
2012-12-03 | Ticket sorting functionality. Needs to be refactored, but works. | jessib | |
2012-12-03 | make tests pass on an empty db | Azul | |
2012-11-29 | Not yet done, but more sophisticated and refactored ticket filtering. Still ↵ | jessib | |
have to do more, including allowing user to pick sort order. | |||
2012-11-27 | fixed some small issues and the tests except one | Azul | |
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. | |||
2012-11-27 | first attempts to map comments | Azul | |