- Dec 16, 2018
-
-
nrb authored
respondd plugins have moved from /lib/gluon/respondd/ to /usr/lib/respondd. Reflect this change in the Makefile to ensure respondd will find our plugin.
-
- Dec 15, 2018
-
-
nrb authored
Use the correct translation namespace. As we run in gluon config mode, we do not have our own controller. Thus we need to specify the translation namespace for gluon to find translations. See <https://gluon.readthedocs.io/en/stable/dev/web/i18n.html>: > Note that translations are namespaced: each package will only use its > own translation strings by default. For this purpose, the package name > must by specified in a package’s controller. It is possible to access > a different translation package using the i18n function from models > and view, which is necessary when strings from the site configuration > are used, or packages do not have their own controller (which is the > case for config mode wizard components). > > local site_i18n = i18n 'gluon-site' > local msg = site_i18n._translate('gluon-config-mode:welcome') >
-
- Oct 26, 2017
-
-
Philippe authored
-
- Oct 25, 2017
-
-
Philippe authored
-
- Oct 24, 2017
-
-
Philippe authored
-
- Oct 20, 2017
-
-
Philippe authored
-
- Mar 21, 2017
-
-
Philippe authored
-
- Feb 18, 2017
- Feb 17, 2017
-
-
Flip authored
-
- Dec 22, 2016
-
-
Philippe authored
-
- Dec 21, 2016
-
-
Philippe authored
-
- Dec 20, 2016
-
-
Philippe authored
-
- Dec 19, 2016
-
-
Philippe authored
-