Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-23 | Revert some refactoring in order to make codebase closer to upstream | Thibaut Girka | |
2018-01-10 | Thank you, Officer Murphy | David Yip | |
2018-01-10 | The flavour parameter is unused, so omit it (#317) | David Yip | |
2018-01-10 | Allow for user object to be empty. Fixes #317. | David Yip | |
If a flavour has only one skin, the skin selector will be omitted. This omits the user[setting_skin] field, and because that's the only user[...] field on the page, the entire user object will not be present in the request handler's params object. This commit accounts for that scenario by avoiding params.require(:user) and instead picking out what we need from the params hash. | |||
2017-12-10 | Moved flavour UI into own prefs tab | kibigo! | |