Backport Remove input_errors2Ajax calls
Original commit to master was
https://github.com/pfsense/pfsense/commit/86d431a89d920f64dda5e7e1821f720daf6e067b
Review license / copyright on all files (final round)
webgui tables, doubleclick event to perform 'edit' action, part 2
(cherry picked from commit 1c10ce9750f3702f433a91754f79e637e1c3369b)
Update system_crlmanager.php
Use of undefined constant min - assumed 'min'Use of undefined constant max - assumed 'max'
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....
Revert "Merge pull request #2728 from phil-davis/form_button"
This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversingchanges made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
Internationalize Form_Button text
The text of a Form_Button is not translated internally. Some Form_Buttoncalls already had the button text enclosed in gettext(), this does itfor the remaining ones.
More icon/button inconsistencies. Ticket #5965
Change "internal" representation of CA on CA and CRL list to an icon, and the inuse indicator on CRLs to an icon. Ticket #5965
Correct some icon usage inconsistencies. Fixes #5965
Add Actions column heading for CRL Manager
To be consistent with everywhere else that has a heading for the Actions column.
Merge pull request #2637 from k-paulius/patch-6
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Indicate in the breadcrumb if we are editing list item.
Synchronize page title with tab title
Convert section titles to title case
Internationalization of various system*.php
Fix minor typos and correct code standards
system_crlmanager dodgy else statement
The "else" that was at line 550 should enclose the whole block of code below it. The "if" handles the case "No Certificates Found for this CA." and all the code below the else should only happen when there are certificates found.
Code style System Certificates
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
Standardize Certificate Manager breadcrumbs
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
Ticket #5471 partial convert to font-awesome fonts
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
Completed #5333
fix #5059
Merge pull request #1853 from PiBa-NL/bootstrap_fix1
fix text
remove stray quote
bootstrap, use require_once for classes/Form.class.php
"Serial" field min now set to '0' to avoid validation error.
Merge branch 'master' into bootstrap
Move main pfSense content to src/