Main repository for pfSense
Go to file
Sjon Hortensius 7c804c693b Some tweaks for global tpl considerations
* pkg_mgr* - removed icon-hrefs with actual buttons
* system - made labels shorter, added label in content column too, fix
  submit-button alignment
* installed_packages.widget - updated to bootstrap
* syntax-highlighter - removed, unused
2015-01-11 16:35:31 +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 Fix #4090: 2015-01-05 15:44:29 -02:00
etc Merge branch 'master' into bootstrap 2015-01-11 15:24:58 +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 Some tweaks for global tpl considerations 2015-01-11 16:35:31 +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 Welcome 2015 2014-12-31 16:22:00 -02:00
README.md Some tweaks for global tpl considerations 2015-01-11 16:35:31 +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 3 lines that are indented with "\t ")
  • no trailing whitespace
  • 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 probably use single-quoted strings
  • we use icons for status-indication and buttons for actions

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