System / User Manager - Remove Personalizations
Remove "you" personalizations.
Reengineer Form_Button setAttribute
As per what was done for https://github.com/pfsense/pfsense/pull/2765 -do it to the rest of them.Seems to work OK.
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.
Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965
Still need to review Advanced buttons and Repeatable block buttons.
System / User Manager / Users / Edit
Warning: A table row was 4 columns wide and exceeded the column count established by the first row (3).
Error: Stray end tag td.
Fixed #5911
Restore infoblock functionality for now
Replace alert with callout. Removed mention about greyed out icon - that is no longer applicable.
Bring all calls of print_info_box to same standard
The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion.
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
Fix description disappering when editing admin user
Internationalize system user and group code
UI Consistency
1) Put the heading "Actions" at the top of all the "Actions" columns -it was on some and not others.2) Some more consistent capitalization of panel titles etc.3) Most interfaces section edit pages had a section titled like "GIFConfiguration", "GRE Configuration". Make them all consistent, e.g....
Fixed #5566
Allow thee use of multiple infoblock on a page
Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock" Just makes more sense to use a class for this
Adjust more calls to print_info_box with unquoted strings
HTML Compliance - System / User Manager / Users
A table row was 6 columns wide and exceeded the column count established by the first row (5).End tag div seen, but there were open elements.Unclosed element form.Close php tag.
Remove $closehead variable
Remove unused variable $closehead
system_usermanager remove unused code
1) Line 448 "Remove this certificate association? (Certificate will not be deleted)" there was the text "Delete" being displayed and not looking good, in addition to the trash bin icon. Just the trash bin icon seems to be all that is needed....
Code style system_*
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 breadcrumbs for User Manager tabs
I think this is the way it should be to make it like everywhere else.Even when in the "Groups" pages, it is still reached by "System" "UserManager".
Fixed #5389
Merge pull request #2134 from ExolonDX/branch_04
Type up SCRIPT tags
Tidy up Boolean operators for HTML5
Remove the XHTML standard Boolean operators (makes reading HTML muchsimpler).
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
fix moveOption function
Ticket #5471 another convert batch to font-awesome icons
Fixed #5416
undo earlier commit
Merge pull request #2047 from heper/patch-2
Fixed #5405
fix submit & move back to seperate ACT==delprivid
the code for delprivid was inside ACT==save / when hitting 'save' the post-data for delprivid was already gone
Completes #5400, #3999, #5405Mote: New ticket will be opened to provide IP address sorting
partial fix Bug #5389
Fixed #5388
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
EOL whitespace and header consistency for www
Copyright updates Batch 2 of 3
Delete confirmation vi fa-trash automated via pfSense.js
Moved action-buttons in-line styling to pfSense.css
replace and find for icon-embed-btn
Buttons updated
convert system_usermanager to font-awesome
Ticket #5204 a clean up pass of the jquery sections
Work around a chicken-and-egg problem in user syncing. See #5152See also: 5372d26d9d25d751d16865ed9d46869d3b0ec5e1
Fixed 5139Resolver GET/POST error
Fixed 5118Input was set 'disabled' but should have bee 'readonly'
Fixed #5105Page updated as suggested via comments
Fixed #5096Layout changed as requested
Fixed 5095
Merge pull request #1853 from PiBa-NL/bootstrap_fix1
Fixed #5028Restored correct delcert action
Fixed #5055"All" no longer appears in group lists
Fixed #5028By restoring "Delete" button and fixing table elements
Corrected cert table functionality by adding missing PHP
bootstrap, use require_once for classes/Form.class.php
Fixed bug #5028The page was junk as originally converted. It has been re-written to work as required. Links to certificates have yet to be implemented, but that will be added once testing is complete on this version.
Merge branch 'master' into bootstrap
Move main pfSense content to src/