Ignore loginpage color values from previous version that used the file name
Improved login page graphic
Revised CSS for login page
Improve "new design" notice
Experimental login page designSet your favorite color in System->General->"Login CSS file"
Improve indenting/readability
Merge pull request #3629 from doktornotor/patch-18
Add missing include
phpsessionmanager, this helps starting and committing the php session preventing other requests from being blocked longer than required.
Code with multiple %s in etc
REmove accidental text
Provide conrol on system.php to allow display of hostname on login banner
Added hostname to login page.Option control required
Move copyright from ESF to Netgate
Move to Apache License 2.0
Review license / copyright on all files (1st round)
Merge pull request #3018 from phil-davis/usersettings
Always use require_once
The usage of require() and require_once() throughout the system isinconsistent, and "bugs" come up now and then when the order of"requires" is a bit different and some require() happens after theinclude file is already included/required....
Feature #6388 custom GUI preference settings per user
Miscellaneous II - Remove Personalizations
Remove "you" personalizations.
Update file_exists check to full path as done in other files
Fix CSS paths missed by 9d1be24ef72c0c27fe7a297bf79ec5e4f552a390
remove extra slash
point css files to the new location
HTML Compliance - Login Form
Error: Duplicate attribute class.<div class=alert alert-warning class=hidden id=no_cookies>Your browser must support cookies to login.</div>Consolidate multiple class attributes.
Error: Attribute autocorrect not allowed on element input at this point....
Fix Dashboard privilege edge case and show full Help menu to users with the Help privilege. Fixes #5909
Fix hardcoded pfSense on login page
I guess this hard-coded mention of pfSense should use the value from $g ?
Internationalize etc inc a-i files
autocapitalize off is deprecated, use none instead. Ticket #5776
fix Bug #5776
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
fix #5563
Code style and white space in etc
pull in correct stylesheet on login page
fix missing "
Type up SCRIPT tags
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
Remove a leftover from merge
Completed #5333
Integrate bootstrap etc/inc with master
This applies the little changes in etc/inc master to the bootstrapbranch so that etc/inc in bootstrap will now just have the realdifferences that are due to real bootstrap changes.
Merge branch 'master' into bootstrap
Move main pfSense content to src/