Age | Commit message (Expand) | Author |
2013-08-30 | there's no need for User#find_by_param. clean it up | Azul |
2013-08-13 | Fix this, so the comment will get set to false in cases where the user isn't ... | jessib |
2013-08-12 | Per ISEC informational issue, manually set the private property only in cases... | jessib |
2013-07-05 | tickets - replace input[type=submit] tags with button[type=submit] tags | elijah |
2013-07-04 | better ticket view navigation: tickets are now either global in scope (for ad... | elijah |
2013-07-04 | fix several issues with tickets: js error, when to redirect, navigation, loca... | elijah |
2013-07-04 | new ui for tickets | elijah |
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 flash... | jessib |
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-15 | For both users and tickets, if the object is not found and the current user i... | jessib |
2013-01-15 | Refactoring of tickets controller to fetch the ticket in a before filter for ... | jessib |
2012-12-20 | Slight tweaks to tickets controller. | jessib |
2012-12-17 | Some refactoring of ticket creation/editing. | 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-07 | Merge branch 'master' into help_develop | jessib |
2012-12-04 | Testing of functionality to retrieve tickets. | 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 h... | jessib |
2012-11-27 | moved ticket fetching logic from controller to model | Azul |
2012-11-27 | check for logged_in? in before filter - one less case to cover | Azul |
2012-11-21 | Playing around with pagination, and ways to filter/order ticket results. | jessib |
2012-11-16 | Rough start to modeling tickets view after the issues view in github (so some... | jessib |
2012-11-14 | Improvements to functional ticket tests. | jessib |
2012-11-12 | Some test improvements. | jessib |
2012-11-09 | Various very small tweaks: comments about main div display in firefox, give i... | jessib |
2012-11-08 | First attempt at functionality for admins viewing their own tickets. | jessib |
2012-11-08 | Do not overwrite initializer in tickets_controller, as that meant we weren't ... | jessib |
2012-11-07 | Improvements to flow for closing/re-opening tickets. | jessib |
2012-11-06 | Admin deletion of tickets, although need to figure out jquery interaction. An... | jessib |
2012-11-05 | Working on functionality for replying to and closing tickets. | jessib |
2012-11-05 | Use the same URL for viewing tickets when authenticated or not---the couchdb ... | jessib |
2012-11-02 | Some rough functionality for tickets, like showing ticket list for admins, an... | jessib |
2012-10-31 | Very basic filtering of tickets based on status. Will want this ajax-y. | jessib |
2012-10-29 | Just some comments | jessib |
2012-10-18 | Uses the working authentication code. | jessib |
2012-10-16 | Some functional tests and other tweaks. | jessib |
2012-10-12 | more work on ticket creation/updating functionality | jessib |
2012-10-10 | Some tweaks to get server-side validation working when adding the embedded ti... | jessib |
2012-10-10 | Forgot to commit controller | jessib |
2012-10-05 | Rough code to add & comment on tickets. | jessib |