Skip to content
Snippets Groups Projects
  1. Feb 22, 2014
  2. Feb 21, 2014
  3. Feb 19, 2014
  4. Feb 18, 2014
  5. Feb 17, 2014
  6. Feb 13, 2014
  7. Feb 12, 2014
  8. Feb 11, 2014
  9. Feb 09, 2014
    • Nils Schneider's avatar
      gluon-luci-core: replacing luci-mod-admin-core · a365d626
      Nils Schneider authored
      This commit adds gluon-luci-core, a package both gluon-config-mode and
      gluon-luci-admin will depend on. gluon-luci-core itself will depends on
      gluon-luci-theme, gluon-core and most importantly luci-lib-web. It also
      copies a few files from luci-mod-admin-core but leaves out everyting we
      do not use.
      
      At a later point I plan to move functionality from luci-lib-web into
      this package, too. luci-lib-web contains most parts of luci including
      hardcoded templates for CBI, which I intend to replace.
      a365d626
    • Nils Schneider's avatar
      gluon-luci-admin: remove translation support · 6e4596fe
      Nils Schneider authored
      We'll have to revisit translations at a later point after configmode and
      expertmode have matured. Texts in this package were pretty inconsistent
      anyway so there is no point in keeping translations for random text
      fragments.
      6e4596fe
    • Nils Schneider's avatar
      gluon-autoupdater: depend on sha512sum · bb32d5c3
      Nils Schneider authored
      This makes gluon-autoupdater depend on coreutils-sha512sum when it's not
      included in busybox.
      bb32d5c3
  10. Feb 07, 2014
  11. Feb 06, 2014
  12. Feb 05, 2014
  13. Feb 04, 2014
  14. Feb 03, 2014
  15. Jan 31, 2014
  16. Jan 29, 2014
  17. Jan 28, 2014
    • Nils Schneider's avatar
      gluon-config-mode: correct hostname on reboot.html · 1097fadc
      Nils Schneider authored
      Display the correct hostname on the final page of configmode.
      Previously, this page used to simply call luci.sys.hostname() which
      would return the current hostname. However, when the configmode changes
      the hostname luci.sys.hostname() will not reflect this. This patch
      fetches the hostname directly from the UCI system config.
      
      This adds a variable called 'hostname' which may be used in site.conf at
      config_mode.msg_reboot and .msg_pubkey.
      1097fadc
  18. Jan 25, 2014
Loading