- Feb 23, 2018
-
-
Matthias Schiffer authored
-
- Feb 22, 2018
-
-
Matthias Schiffer authored
By emitting Lua code to call translate() and pcdata(), we are more flexible than when doing this internally in the parser. The performance penalty should be negligible.
-
Matthias Schiffer authored
We need a bit less escaping this way.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Also fix all warnings.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Open with O_CLOEXEC, use fstat() instead of stat().
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Our strings can be looked up verbatim.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Feb 04, 2018
-
-
Matthias Schiffer authored
Fixes: cfe1bba8 "gluon-web: fix radio button view of ListValues"
-
Matthias Schiffer authored
Fixes validation of ListValues. Fixes: ec532b95 "gluon-web: extend ListValue with optional and unset values"
-
- Jan 31, 2018
-
-
Matthias Schiffer authored
If a value is unset or optional, an empty choice is added to the selection. This empty choice will be marked as invalid if the value is not optional. This is properly supported for the 'select' widget only for now, and not for 'radio'.
-
Matthias Schiffer authored
Pretty much everything about this was broken: * Fix dependency tracking * Fix vertical orientation * Fix paddings * Add theming
-
- Jan 30, 2018
-
-
Matthias Schiffer authored
-
- Jan 18, 2018
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Mar 10, 2017
-
-
Matthias Schiffer authored
Doing so caused broken validations, as different validators were affecting each other.
-
- Feb 22, 2017
-
-
Matthias Schiffer authored
_translate() will return nil when no match is found.
-
Matthias Schiffer authored
The gluon-web package is basically a stripped-down and refactored version of the LuCI base.
-