1. 22 Oct, 2016 1 commit
  2. 13 Jun, 2016 1 commit
  3. 11 Jun, 2016 1 commit
    • Franco Fichtner's avatar
      ui: tip toeing around mobile issues for #1003 · f44b7e0c
      Franco Fichtner authored
      This tries to address table overflow problems we have and is
      only meant as a base for further discussion.  It gets rid of
      table overflow, e.g. in the dashboard on small mobile screens
      by setting "table-layout: fixed;" for all tables.  This breaks
      the stacked-to-horizontal emulation, so the workaround there
      is to switch it off, which requires a proper viewport detection.
      
      While there, fiddle with the logs template, but for these non-
      hooked stacked-to-horizontal tables the fix for table-layout
      can't be undone, because that would break the original fix in
      the first place.
      
      Moral of the story: tables are deprecated.  ;)
      f44b7e0c
  4. 31 May, 2016 1 commit
  5. 09 May, 2016 1 commit
  6. 29 Apr, 2016 1 commit
  7. 17 Apr, 2016 1 commit
  8. 14 Mar, 2016 1 commit
  9. 31 Dec, 2015 1 commit
  10. 13 Dec, 2015 1 commit
  11. 11 Oct, 2015 1 commit
  12. 03 Aug, 2015 1 commit
  13. 06 Jul, 2015 1 commit
  14. 29 Apr, 2015 1 commit
    • Ad Schellevis's avatar
      replace menusystem / integrate with new MVC framework · 31df024e
      Ad Schellevis authored
      Next step in integrating our new MVC framework, the mainmenu in the left panel uses the same logic now for both legacy as new content.
      
      - add feature, hide empty items
      - configuration in /usr/local/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
      31df024e
  15. 12 Mar, 2015 1 commit
    • Franco Fichtner's avatar
      inc/globals: far-reaching prune of global variables · 93d00ecd
      Franco Fichtner authored
      * Remove spurious debug output that was never enabled and make
        actual error messages the default behaviour.
      
      * Update links and remove a bit of softcoding that was going
        on around the GUI through global variables (we don't want to
        hide the help menu, nope).
      93d00ecd
  16. 06 Mar, 2015 1 commit
  17. 04 Mar, 2015 1 commit
  18. 28 Dec, 2014 1 commit
  19. 10 Dec, 2014 1 commit
    • Franco Fichtner's avatar
      src: move all files (again) · 727453c0
      Franco Fichtner authored
      Make "src" the implicit "/usr/local" so that nobody can
      sneak in weird files in the base file system or potentially
      overwrite them.
      
      This is the last time, I swear...  :)
      727453c0
  20. 08 Dec, 2014 1 commit
  21. 28 Nov, 2014 1 commit
  22. 10 Nov, 2014 1 commit