summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/new.html.haml
AgeCommit message (Collapse)Author
2013-12-22locale prefix support:elijah
* set locale based on request header * enforce locale path prefix when current locale is not the default * note: don't use root_path anymore, instead use home_path
2013-11-18Remove unnecessary label.jessib
2013-11-11Rename ticket title to be subject, as that is what we are displaying it as.jessib
2013-07-06minor - i18n text editelijah
2013-07-04help - fix ticket navigation & links (use @user, not user).elijah
2013-07-04better ticket view navigation: tickets are now either global in scope (for ↵elijah
admins) or stay as a nested resource for a particular user (for normal users and when you visit the tickets list of a particular user).
2013-07-04fix several issues with tickets: js error, when to redirect, navigation, ↵elijah
localization.
2013-07-04new ui for ticketselijah
2013-07-04new ui - ticket navigationelijah
2013-01-17Merge branch 'master' into feature/unauthenticated_ticketsjessib
Conflicts: help/app/views/tickets/_comment.html.haml help/app/views/tickets/_new_comment.html.haml
2013-01-14Some fixes to the how we keep track of information about users associated ↵jessib
with a ticket.
2012-12-31remove commented-out lines.jessib
2012-12-31Client-side validations, including only validating email address format if ↵jessib
something is input for email address.
2012-12-24Rough functionality for unauthenticated tickets.jessib
2012-12-21Still much to do, but improvements to CSS.jessib
2012-12-18Minor CSS improvement using bootstrap.jessib
2012-12-17Some refactoring of ticket creation/editing.jessib
2012-12-12Refactoring of ticket displaying/editing.jessib
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 ↵jessib
ticket comment to a new ticket.
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