diag_logs_filter_summary improved per SH
Thanks for the suggestion. Can’t believe I didn’t see that :(
Display inner tabs as tabs
Removed unneeded var
Converted img to btn-xs button
diag_logs_filter_summary conversion complete
Ready for review
The previous charing system is not compatible with JQuery (because itmakes use of its own $() macros and converting the code would behorrible. It is not responsive or attractive anyway.
The library has been removed and replaced by d3pie.js. The page has...
Merge https://github.com/SjonHortensius/pfsense into bootstrap
Revert button>input so we can keep using $name
refs #101
Fix print_info_box_np with apply button
- Wrap message in container to float button to the right- Fix syntax error
Refs. #101
Replace td's with th's and make table responsive
Refs. #168
Merge pull request #157 from sbeaver-netgate/system_firmware
Convert system_firmware conversion
Rewrote xhr javascript, applied .form-inline refs #153
Merge pull request #153 from sbeaver-netgate/status_graph
Inital conversion of status_graph.php
Merge pull request #146 from sbeaver-netgate/status_ntpd
Converted status_ntpd update
Merge pull request #145 from sbeaver-netgate/status_interfaces
Converted status_interfaces.php
removed red. indenting + unused variable refs #139
Merge pull request #139 from sbeaver-netgate/status_gateway_groups
Converted status_gateway_groups
ensure gettext and htmlspecialchars are correctly called
dig_settings updated
Switched to my master branch, updated with pull from SH fork, updatedtab array and committed.
This version should correspond to the head version but with revised tabarray.
diag_logs.php Minor edit per SH suggestion
Substitute in_array() for long ‘if’ statement
Thanks for the suggestion
diag_logs - log file consolidation
A GET argument has been added to dig_logs.php so that the log file todisplayed can be specified.
Minor edits to the file allow all log files to be displayed correctly
The tab array has been updated in this file, and in:...
status_ntpd.pnp detailed changes
Removed unneeded printCell funtion
system_firmware detailed changes
Removed unneeded placeholdersForced firmware upgrades to be disabled on atoll page load.
status_interfaces detailed changes per SH
Useful suggestions. Thank you.
htmlspecialchars() moved to showDef[Btn] functionsMinor formatting changes
status_gateway_groups
Detailed changed per SH
Merge pull request #147 from sbeaver-netgate/status_lb_vs
Converted status_lb_vs.php
head.inc - don't include modal if there are no notices
update bootstrap to 3.3.4, jquery to 1.11.2
system_authservers - fix toggle by making it explicit fixes #108
also allow calling toggles without any arguments
status_gateways updated as requested
nbsp was not found. Perhaps I forgot to syncColumn widths were removed. You were right :)
Added thead/tbody tabs and removed unneeded div id
status_gateways.php conversion complete
Two tables eliminatedColors defined to eliminate magicBootstrap column width specifiedAll obsolescent classes and elements removed
Corrected background color
status_gateways.php Bootstrap conversion
diag_traceroute updated as requested
Corrected typo
Updated per SH comments
Page ready for review
removed unneeded attributes, rewrote xhr-delete, made form not auto-submit
Tweak initial state for toggleable checkboxes
- When iterating over a jQuery object, just use $(this) for the current value- Use the .data() method to fetch data attributes
Refs. #143
Detailed changes per SH
system_firmware conversion complete
introduce Form::setMultipartEncoding() for uploading files
status_graph.php conversion complete
Tis page has a very clever presentation that I did not want to loose.So one table remains.
Otherwise tit has been converted to Form.class, old classes and namesremoved, javascript updated to use event.push, GET converted to POST...
Merge pull request #88 from sbeaver-netgate/diag_sockets
Convert diag_sockets
Updated for consistency with reboot.php
Revert "Merge pull request #100 from sbeaver-netgate/halt"
This reverts commit 5bd406696ae634b3993d79a8b9aef03eeab42488, reversingchanges made to b9bd62735f2afb818d9ff3afd399c6c7d3b904c5.
status_b_vs.php updated
Ready for reviewMany nested tables and their old classes removedAdded warning when no LBs have been configuredStandardized colors
status_ntpd update complete
This conversion has no forms so lent itself to the removal off theouter tables (3) the provision of some panels and a reorganization ofthe HTML into php functions.
Suggestions welcome
status_interfaces - WIP for discussion
This is one way to present the information without the 600 lines ofHTML that were in the file.
Comments or suggestions?
Fix "Apply" button in dialogs #101
Add nav-wrapper to loose buttons
Don't use $section2, toggle all remote-options when disabled
pfSense.js - Force correct initial state for toggleable checkboxes #143
Prepare for different width, make widths static
refs #141
Merge pull request #134 from sbeaver-netgate/diag_logs_settings.php
Converted diag_logs_settings.php
Form - show all global Buttons in a single wrapper
fixes #135
Replaced js with toggles
Also eliminated unneeded gettext from help
Converted system_certmanager
fixes #106
Replace js with addClass to set button class
Also removed htmlspecialcharacters() where not required
diag_logs_settings replace ugly help with staticText
diag_logs_settings Removed bogus print_r
Also removed unneeded gettext
dig_sockets updated as requested
Also fixed an incorrect </div> placementI have retained the “$class = 'info’;” for now as I believe itsignificantly improves the readability of the page. We can alwaysremove it if people don’t like it.
Merge pull request #87 from sbeaver-netgate/diag_tables
Converted diag_tables.php
Merge pull request #138 from sbeaver-netgate/system
Bugfix: properly store timezone + don't close <a> twice
Merge pull request #109 from sbeaver-netgate/diag_logs
Converted diag_logs.php
Merge pull request #100 from sbeaver-netgate/halt
Updated halt.php for consistency with reboot.php
status_gateway_groups conversion complete
This page had three nested tables. It now has two, but this seems to bethe best way to display the information. Suggestions welcomed!
echo/print etc removedOld classes replacedColors standardized
system.php bugfix
$timezonelist was an indexed array, causing the page to save the indexin the config, not the value.
Merge pull request #136 from Bouwdie/services_wol
Converted services_wol
Removed double newlines.Removed onclick event.
Remove unneeded gettext in setHelp() call
Removed unneeded table elements and HTML input elements
Removed unneeded class and fixed tabs/spaces
#126Link_interface_to_bridge check also applied to wol_edit.Inverted link_interface_to_bridge check to be more clear.
Re-enstate copyright that got lost in pull request
Refs. #99
#126Added required classes to table.
#126Wrapped table in table responsive div.
#126Removed gettext calls when creation form parts; this is done by the form classRemoved obsolete submit button on edit form; this is created by default.Use single quotes for php strings
- Fix broken source address input & replace one-time method with array_merge- Removed redundant htmlspecialchar and gettext methods; the form class itself takes care of this- Slightly modified output panel to match other panels
Merge pull request #99 from sbeaver-netgate/diag_testport
Diag testport
Replace +- with explanatory buttons
Refs. #45
diag_logs_settings.php conversion complete
#126Ran clear.sh.Replaced forms with Form builder.Introduced an extra panel for the WOL devices.
Added btn-sm class to buttons.
daig_logs.php conversion complete
This conversion relies on a change to guiconfig.inc.
A new function was added: dump_clog_no_table() which performs the sametasks as dump_clog() but does not output table elements.
This function can replace dump_clog() when all of the diag_log*.php...
Toggle classes should be attached to group, not input (so that help toggles with group)
Refs. #18
Update display_top_tabs to use pills as default
Refs. #107
dig_tables.php revised to use Form.classe
Would you please review these changes and let me have your comments.
I will remove the “echo” statements once I have your comments.
Merge branch 'bootstrap' into halt
Conflicts: usr/local/www/halt.php
Merge branch 'bootstrap' of https://github.com/SjonHortensius/pfsense into bootstrap
Add title to separate form and table
Refs. #22
fix last line
refs #95
Merge pull request #95 from sbeaver-netgate/reboot
Converted reboot.php
Fixed bad copy/paste :(
appended some missing fixes in system_camanager.php
Converted system_camanager
bindCollapseToOptions - support multiple options targeting single section
fix #96
Supdated per SH
Good suggestions. Thank you.