summaryrefslogtreecommitdiff
path: root/help/app/models/ticket.rb
AgeCommit message (Expand)Author
2014-04-11move engines into engines directoryAzul
2013-11-11Rename ticket title to be subject, as that is what we are displaying it as.jessib
2013-11-06Ticket.destroy_all_from(user) - remove all tickets created by a userAzul
2013-07-04fixed security vulnerability with ticket searchingelijah
2013-07-04removed commented out code from ticket.rbelijah
2013-04-03make sure user tests also run when run from users subdirAzul
2013-02-26Not using secure random, at least now, as using the couchrest ID as the code ...jessib
2013-01-17Merge branch 'master' into feature/unauthenticated_ticketsjessib
2013-01-14Some fixes to the how we keep track of information about users associated wit...jessib
2013-01-03Removed unnecessary comment.jessib
2013-01-03Merge pull request #11 from leapcode/feature/ticket-client-side-validationsjessib
2012-12-31Client-side validations, including only validating email address format if so...jessib
2012-12-24Rough functionality for unauthenticated tickets.jessib
2012-12-22moving the js for view definitions into separate filesAzul
2012-12-19Some cleanup of codejessib
2012-12-18Refactoring of code to filter/order tickets.jessib
2012-12-12Refactoring of ticket displaying/editing.jessib
2012-12-07Added reduce functions, so pagination should now work correctly. This also re...jessib
2012-12-03Ticket sorting functionality. Needs to be refactored, but works.jessib
2012-11-29Not yet done, but more sophisticated and refactored ticket filtering. Still h...jessib
2012-11-27fixed some small issues and the tests except oneAzul
2012-11-27first attempts to map commentsAzul
2012-11-27moved ticket fetching logic from controller to modelAzul
2012-11-21Playing around with pagination, and ways to filter/order ticket results.jessib
2012-11-16Rough start to modeling tickets view after the issues view in github (so some...jessib
2012-11-07Improvements to flow for closing/re-opening tickets.jessib
2012-11-05Working on functionality for replying to and closing tickets.jessib
2012-11-05Use the same URL for viewing tickets when authenticated or not---the couchdb ...jessib
2012-11-02Some rough functionality for tickets, like showing ticket list for admins, an...jessib
2012-10-31Very basic filtering of tickets based on status. Will want this ajax-y.jessib
2012-10-29Just some commentsjessib
2012-10-18Uses the working authentication code.jessib
2012-10-16Some functional tests and other tweaks.jessib
2012-10-12more work on ticket creation/updating functionalityjessib
2012-10-10Some tweaks to get server-side validation working when adding the embedded ti...jessib
2012-10-10Pushing some tweaks as I try to get server-side validation working.jessib
2012-10-05Rough code to add & comment on tickets.jessib
2012-10-03Some model/unit test tweaksjessib
2012-10-02Some more tweaks to help ticket models. Still want to tweak current_user acce...jessib
2012-10-01Moving start to help engine to live within leap_web repo rather than independ...jessib