Age | Commit message (Expand) | Author |
2013-12-22 | locale prefix support: | elijah |
2013-12-17 | This won't necessarily preserve exact formatting (for example, if there are m... | jessib |
2013-12-13 | refactor: remove Overview controller - we can use Users#show | Azul |
2013-11-18 | Remove unnecessary label. | jessib |
2013-11-18 | Merge branch 'develop' into feature/rename_ticket_title_to_subject | jessib |
2013-11-11 | Rename ticket title to be subject, as that is what we are displaying it as. | jessib |
2013-11-11 | Maybe not ideal fix, but since there is no edit view, we want to show the sho... | jessib |
2013-11-06 | destroy all tickets created by a user when account is destroyed | Azul |
2013-11-06 | Ticket.destroy_all_from(user) - remove all tickets created by a user | Azul |
2013-09-03 | remove unneccessary user creation and destruction in ticket test | Azul |
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-11 | fix incorrect calling of tickets_path | elijah |
2013-07-06 | minor - i18n text edit | elijah |
2013-07-05 | tickets - replace input[type=submit] tags with button[type=submit] tags | elijah |
2013-07-05 | use :ruby for ruby inside tickets/edit_form partial. | elijah |
2013-07-04 | help - fix ticket navigation & links (use @user, not user). | elijah |
2013-07-04 | fixed security vulnerability with ticket searching | elijah |
2013-07-04 | removed commented out code from ticket.rb | 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-07-04 | new ui - ticket navigation | elijah |
2013-04-03 | make sure user tests also run when run from users subdir | Azul |
2013-02-26 | Not using secure random, at least now, as using the couchrest ID as the code ... | jessib |
2013-02-07 | Use more recent version of bootstrap-editable-rails, and a change to have the... | jessib |
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 | Link to users show page rather than edit, now that we have a show view for us... | 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-17 | Merge branch 'master' into feature/tickets_controllers_simplification | jessib |
2013-01-17 | Merge branch 'master' into feature/unauthenticated_tickets | 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 |
2013-01-15 | Show different ticket characteristics when viewing the users versus when list... | jessib |
2013-01-14 | Use partials for displaying details shown when viewing a user. Some of these ... | jessib |
2013-01-14 | Some fixes to the how we keep track of information about users associated wit... | jessib |
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 |
2013-01-03 | Merge pull request #9 from leapcode/feature/read-design-from-js-files | azul |
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 so... | jessib |
2012-12-24 | Link to edit page (as show doesn't now exist, and not clear if we will want i... | jessib |
2012-12-24 | Rough functionality for unauthenticated tickets. | jessib |