Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-06 | destroy all tickets created by a user when account is destroyed | Azul | |
In order to keep the users engine independent of the tickets engine i added a generic load hook to the account model. The tickets engine then monkeypatches the account destruction and destroys all tickets before the user is destroyed. The tickets are destroyed first so that even if things break there should never be tickets with an outdated user id. I would have prefered to use super over using an alias_method_chain but I have not been able to figure out a way to make account a superclass of the account extension and still refer to Account from the users engine. | |||
2013-07-06 | minor - i18n text edit | elijah | |
2013-07-04 | better 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-04 | fix several issues with tickets: js error, when to redirect, navigation, ↵ | elijah | |
localization. | |||
2013-07-04 | new ui for tickets | elijah | |
2013-07-04 | new ui - ticket navigation | elijah | |
2013-01-22 | Translate text rather than having it in code directly. | jessib | |
2012-11-06 | Admin deletion of tickets, although need to figure out jquery interaction. ↵ | jessib | |
And some minor tweaks. | |||
2012-10-05 | Rough code to add & comment on tickets. | jessib | |
2012-10-01 | Moving start to help engine to live within leap_web repo rather than ↵ | jessib | |
independent engine repo. |