Age | Commit message (Expand) | Author |
2015-08-05 | updated locale files0.7.1version/0.7.1 | elijah |
2015-06-15 | added CommonLanguages gem | elijah |
2015-05-22 | fix failing test | elijah |
2015-04-30 | added support for email notifications of ticket changes | elijah |
2014-12-15 | bugfix: allow deletion of user's identities via api when user is deleted. clo... | elijah |
2014-12-10 | silently ignore 404 errors when trying to delete all user tickets: the ticket... | elijah |
2014-07-17 | make sure i18n key can be found (cascade) | Azul |
2014-07-14 | clean up and simplify error responses and test code | Azul |
2014-07-12 | minor: fix typo in load_views | Azul |
2014-07-09 | adopt ticket list test to new behaviour | Azul |
2014-07-09 | only use user ticket(s) path for real users | Azul |
2014-07-09 | minor: cleanup some links | Azul |
2014-07-09 | stay on all tickets view when sorting (#5879) | Azul |
2014-07-09 | minor: remove dummy dependency in engine test_helpers | Azul |
2014-07-05 | make link_to_navigation more generic and reuse it | Azul |
2014-07-05 | Enable unblocking handles in identities tab | Azul |
2014-07-05 | move braintree initilializer into core | Azul |
2014-06-03 | tickets: fix bug that allow index of other users | elijah |
2014-05-29 | fix flash for creating anonymous tickets | Azul |
2014-05-29 | adopt tests to new translations | Azul |
2014-05-28 | destroy_btn helper method | Azul |
2014-05-27 | add btn helper for link_to with .btn | Azul |
2014-05-26 | navigation works with empty locale selected | Azul |
2014-05-26 | tickets: structure i18n | Azul |
2014-05-26 | flash_for with_errors option displays error messages | Azul |
2014-05-26 | Controller#flash_for instead of FlashResponder | Azul |
2014-05-26 | split up and refactor TicketController#update | Azul |
2014-05-26 | separate tests for the ticket list from main controller test | Azul |
2014-05-26 | splitting up long functional test case | Azul |
2014-05-26 | FlashResponder will automagically add flash messages | Azul |
2014-05-26 | move comment related tests out of TicketControllerTest | Azul |
2014-05-14 | Merge pull request #159 from azul/bugfix/5659-fix-ticket-form-submit | azul |
2014-05-13 | adjust tests to new config and method implementation | Azul |
2014-05-13 | open/close toggle and fields in different forms - fixes #5659 | Azul |
2014-05-13 | prefill ticket form from the model - fixes #5657 | Azul |
2014-05-13 | keep empty email field if user removed prefill | Azul |
2014-04-25 | move open and close buttons into status display | Azul |
2014-04-25 | using simple_form for the last form that was not using it. | Azul |
2014-04-25 | simple form: add wrapped and loading... buttons #5542 | Azul |
2014-04-25 | Merge pull request #148 from azul/feature/api-quota-support | azul |
2014-04-24 | add tests for invalid ticket creation | Azul |
2014-04-24 | check user_id param for present? instead of !nil? | Azul |
2014-04-24 | let's only add the flash notice if the ticket has been created | Azul |
2014-04-24 | return nil as auto_ticket_path for invalid tickets | Azul |
2014-04-18 | minor fix: User#email_address not User#email | Azul |
2014-04-17 | make use of the UnauthorizedUser | Azul |
2014-04-11 | minor: our engines do not have a db directory | Azul |
2014-04-11 | move engines into engines directory | Azul |