- Sep 01, 2018
-
-
Matthias Schiffer authored
Can be used for inserting Lua values into inline JS code.
-
- Jul 17, 2018
-
-
Matthias Schiffer authored
-
- Apr 13, 2018
-
-
Matthias Schiffer authored
-
- Mar 09, 2018
-
-
Matthias Schiffer authored
-
- Mar 08, 2018
-
-
Matthias Schiffer authored
-
- Mar 07, 2018
-
-
Matthias Schiffer authored
-
- Feb 25, 2018
-
-
Matthias Schiffer authored
- CGI script and index.html are moved from gluon-web to gluon-config-mode-core, the script is renamed to 'config' - gluon-web and gluon-web-model base views and i18n files are symlinked into the new path - gluon-web-theme is renamed to gluon-config-mode-theme and installs directly into the new path - all gluon-web-* models, controllers and views are moved into the new path
-
Matthias Schiffer authored
Also bring back gluon-web-theme's i18n strings.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
exec() is moved to gluon.util.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Feb 23, 2018
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
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
-