summaryrefslogtreecommitdiff
path: root/help
AgeCommit message (Expand)Author
2013-02-07Use more recent version of bootstrap-editable-rails, and a change to have the...jessib
2013-02-05Tweaks because user attribute is now email_address, not emailjessib
2013-01-24Use ticket_url to get URL for unauthenticated ticket creation, and only flash...jessib
2013-01-22Link to users show page rather than edit, now that we have a show view for us...jessib
2013-01-22More minor cleanup of tickets controllerjessib
2013-01-22Makes tickets_controller a bit less complex.jessib
2013-01-22Translate text rather than having it in code directly.jessib
2013-01-17Merge branch 'master' into feature/tickets_controllers_simplificationjessib
2013-01-17Merge branch 'master' into feature/unauthenticated_ticketsjessib
2013-01-15For both users and tickets, if the object is not found and the current user i...jessib
2013-01-15Refactoring of tickets controller to fetch the ticket in a before filter for ...jessib
2013-01-15Show different ticket characteristics when viewing the users versus when list...jessib
2013-01-14Use partials for displaying details shown when viewing a user. Some of these ...jessib
2013-01-14Some fixes to the how we keep track of information about users associated wit...jessib
2013-01-14minor: further cleanup - try to leave no record behindAzul
2013-01-14little bit of cleanupAzul
2013-01-14forgot to include the factory for ticketsAzul
2013-01-14tickets controller tests passingAzul
2013-01-07Ticket comments can be privatejessib
2013-01-03Removed unnecessary comment.jessib
2013-01-03Merge pull request #11 from leapcode/feature/ticket-client-side-validationsjessib
2013-01-03Merge pull request #9 from leapcode/feature/read-design-from-js-filesazul
2012-12-31remove commented-out lines.jessib
2012-12-31Small CSS tweakjessib
2012-12-31Client-side validations, including only validating email address format if so...jessib
2012-12-24Link to edit page (as show doesn't now exist, and not clear if we will want i...jessib
2012-12-24Rough functionality for unauthenticated tickets.jessib
2012-12-22moving the js for view definitions into separate filesAzul
2012-12-21Still much to do, but improvements to CSS.jessib
2012-12-20Slight tweaks to tickets controller.jessib
2012-12-20Define ascending method in CouchRest::Model::Designs::View so we can call the...jessib
2012-12-19Some cleanup of codejessib
2012-12-18Merge branch 'master' into feature/tickets-refactorjessib
2012-12-18Minor CSS improvement using bootstrap.jessib
2012-12-18Refactoring of code to filter/order tickets.jessib
2012-12-18Merge branch 'develop'Azul
2012-12-17Some refactoring of ticket creation/editing.jessib
2012-12-17Removing references to pjax.jessib
2012-12-17Change comments to reflect changes to functional tests for tickets.jessib
2012-12-17split up and fixed ticket functional testsAzul
2012-12-17small fix to the tickets functional testAzul
2012-12-12Refactoring of ticket displaying/editing.jessib
2012-12-11Start to using x-editable to have title editable.jessib
2012-12-11Playing around with using x-editable, which isn't yet working.jessib
2012-12-07Added reduce functions, so pagination should now work correctly. This also re...jessib
2012-12-07More tests of retrieving index of tickets, for admins and non-admin authentic...jessib
2012-12-07Merge branch 'master' into help_developjessib
2012-12-04A test of ordering of tickets.jessib
2012-12-04Testing of functionality to retrieve tickets.jessib
2012-12-03Ticket sorting functionality. Needs to be refactored, but works.jessib