Main repository for pfSense
Go to file
Sjon Hortensius 1180e4f011 started migration to bootstrap
* migrated /index and most widgets on it
* migrated /system.php using new form-layout
* removed /themes and /javascript; html will change too much
2014-12-29 20:14:12 +01:00
boot setting nmbclusters to 0 just results in an error, remove unnecessary line 2014-11-04 18:44:29 -06:00
cf/conf Its long overdue the ez-ipupdate.cache file 2014-04-26 09:59:37 +00:00
conf.default Add config upgrade code to validate changes made on c2fe67eb and d269747b. It fixes #4134 2014-12-22 15:06:41 -02:00
etc started migration to bootstrap 2014-12-29 20:14:12 +01:00
root Set proxy env vars on interactive shell and also on crontab to make all scripts be able to use it. Ticket #3789 2014-11-11 11:57:38 -02:00
sbin Set this to /8 instead since that's how it's done in stock FreeBSD 10.1. Ticket #3941 2014-11-10 21:52:52 -06:00
tmp Deal correct with filenames with spaces 2014-11-14 07:46:57 -02:00
usr started migration to bootstrap 2014-12-29 20:14:12 +01:00
.gitattributes include gettext locales in line encoding list 2014-01-13 22:05:10 -05:00
.gitignore Ignore vim swap files 2013-03-08 14:41:01 -03:00
license.txt License Agreement 2014-04-14 18:40:47 -05:00
README.md started migration to bootstrap 2014-12-29 20:14:12 +01:00

pfSense on bootstrap

We are migrating pfSense to Bootstrap. You can help! Please respect these code-guidelines:

  • use tabs (tabstop=4) for indenting (except the license-header which contains 2 lines that are indented with '\t ')
  • limited echoing of HTML from php, please use proper templating syntax instead (eg. foreach/endforeach)
  • limited attributes on elements; no style attributes
  • no inline javascript
  • html attributes should be using double-quoted attribute-values. This means your php-code should use mostly single-quoted strings

If you feel adventurous you can sometimes rewrite some PHP & javascript code as well; but try to keep this to a minimum.