1. 07 Dec, 2015 1 commit
    • Franco Fichtner's avatar
      www: introduce automatic breadcrumbs · 4788e561
      Franco Fichtner authored
      This way, every time we touch our Menu.xml the page's breadcrumbs
      are automatically switched.  :)
      
      While there, clean the old $pgtitle setup so all of them translate
      properly.  They are still used for the menu bar title, that will
      require more effort to unfold.  Stay tuned.
      
      @adschellevis if this is not the correct way to do it feel free
      to refactor the MVC parts.
      4788e561
  2. 13 Oct, 2015 1 commit
  3. 26 Jun, 2015 7 commits
  4. 18 Jun, 2015 2 commits
  5. 24 Apr, 2015 2 commits
  6. 13 Apr, 2015 1 commit
  7. 12 Apr, 2015 1 commit
  8. 07 Apr, 2015 1 commit
  9. 02 Apr, 2015 1 commit
  10. 27 Mar, 2015 1 commit
  11. 24 Mar, 2015 3 commits
  12. 23 Mar, 2015 1 commit
  13. 03 Mar, 2015 1 commit
  14. 02 Mar, 2015 1 commit
    • Franco Fichtner's avatar
      src: migrate the version file to a new home · 797b0e64
      Franco Fichtner authored
      We now use /usr/local/opnsense/version/xxx as our version database.
      Apart from the core package, opnsense-update(8) also puts its own
      version information in there.  To stay somewhat consistent, the
      version file should resemble the package name, even though that
      looks strange in our case: /usr/local/opnsense/version/opnsense.
      It's just that /usr/local/etc is too open and might clash with
      other things in the future.
      797b0e64
  15. 27 Dec, 2014 1 commit
  16. 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