1. 19 May, 2015 2 commits
  2. 14 May, 2015 1 commit
    • Franco Fichtner's avatar
      src: going down in style test drive · 49e65b7a
      Franco Fichtner authored
      This applies most of PSR2 to the login page, dashboard and widgets.
      We do this in order to find out whether the style apply is consistent
      and free of errors.  Let's see, shall we?  :)
      49e65b7a
  3. 24 Apr, 2015 1 commit
  4. 14 Apr, 2015 1 commit
  5. 12 Apr, 2015 1 commit
  6. 05 Apr, 2015 1 commit
  7. 02 Apr, 2015 2 commits
  8. 31 Mar, 2015 1 commit
  9. 23 Mar, 2015 1 commit
  10. 06 Mar, 2015 1 commit
  11. 05 Mar, 2015 2 commits
    • Franco Fichtner's avatar
      inc/legacy: tmp_path refactor and the adventure down the rabbit hole · 559e42e0
      Franco Fichtner authored
      * Renamed pfsense-utils.inc to legacy.inc, which can cause issues
        on git auto-mount developer machines.  Be wary.
      
      * Removed '/usr/local/www/' prefix from require statements that
        should never use absolute paths (unless you are never going to
        move files, but we already did...).
      
      * Remove an unhealthy function that wrote arbitrary PHP files and then
        style checked them, twice.
      
      * The usual license cleanups so that the headers are easy to read
        and actually make you want to see the rest of the file because of it.
      
      * Code style, indent and obvious bug fix (missed unlock in return path).
      559e42e0
    • Franco Fichtner's avatar
      4b01b9d3
  12. 04 Mar, 2015 1 commit
  13. 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
  14. 24 Feb, 2015 1 commit
  15. 02 Jan, 2015 2 commits
  16. 31 Dec, 2014 3 commits
  17. 29 Dec, 2014 1 commit
  18. 28 Dec, 2014 2 commits
  19. 26 Dec, 2014 1 commit
  20. 22 Dec, 2014 2 commits
  21. 19 Dec, 2014 2 commits
  22. 18 Dec, 2014 1 commit
  23. 17 Dec, 2014 2 commits
  24. 16 Dec, 2014 1 commit
  25. 15 Dec, 2014 1 commit
    • Franco Fichtner's avatar
      platform: the story of a historic mess · fb74578a
      Franco Fichtner authored
      The platform information should be used to identify a platform
      type, not the product name.  Not sure why pfSense came up with
      this, but now it's so deeply tied into the system that we can't
      just take it out.  The platform type is also steered by the
      installer or build tools at the moment.  We will change that,
      but it'll take more testing.
      
      Discussed with: Jos
      fb74578a
  26. 12 Dec, 2014 1 commit
  27. 11 Dec, 2014 3 commits
  28. 10 Dec, 2014 1 commit