summaryrefslogtreecommitdiff
path: root/help/config
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-06destroy all tickets created by a user when account is destroyedAzul
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-06minor - i18n text editelijah
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-22Translate text rather than having it in code directly.jessib
2012-11-06Admin deletion of tickets, although need to figure out jquery interaction. ↵jessib
And some minor tweaks.
2012-10-05Rough code to add & comment on tickets.jessib
2012-10-01Moving start to help engine to live within leap_web repo rather than ↵jessib
independent engine repo.