summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
Commit message (Collapse)AuthorAgeFilesLines
* Default to the 'pools' tab of the inbound load balancer, and move the ↵jim-p2010-08-101-1/+1
| | | | monitor tab to the end.
* NAT is useful with single interface systems too, both rdr and outboundChris Buechler2010-08-011-2/+1
|
* Add NAT-PMP support to UPnP. Fixes #262. Thanks to Salvatore LaMendola for ↵jim-p2010-07-141-2/+2
| | | | the patch.
* Add Diagnostics > SMART Status for ATA HDDs. (Some functionality disabled, ↵jim-p2010-07-121-0/+1
| | | | still needs hooked into notifications, and service code for smartd)
* rename slbd pages since this is no longer slbdChris Buechler2010-07-111-1/+1
|
* this page is status, not diag.Chris Buechler2010-06-141-1/+1
|
* Adding option to show the PF overload tables (sshlockout, virusprot) and the ↵Scott Ullrich2010-06-101-0/+1
| | | | ability to delete individual or all entries
* Add a way to show status/log icons by the help icon. Define $statusurl ↵jim-p2010-06-011-1/+9
| | | | and/or $logurl in the same manner as $pgtitle and if the variables are defined and not empty, the shortcut icons will appear. Ticket #623.
* fix seperation between href and classthompsa2010-05-141-1/+1
|
* Fix package URLs that use $myurl. Resolves #584jim-p2010-05-101-1/+1
|
* Do not use the presence of lan as an indicator of having only one interface. ↵Ermal2010-04-161-5/+4
| | | | Actually deduce that from the count of interfaces. It is perfectly legal on 2.0 to not have a lan interface and only opt/wan ones.
* Add a new global option, disablehelpicon, to hide help icon from all pagesRenato Botelho2010-04-081-0/+2
|
* Add a diag page for authentication.Ermal Luçi2010-03-091-1/+2
|
* Add Diagnostics > States Summary, which produces a report summarizing pf ↵jim-p2010-02-051-0/+1
| | | | states by IP and protocol.
* Add FreeBSD handbook to Help menuScott Ullrich2009-12-231-0/+1
|
* add ability to hide help menuChris Buechler2009-12-171-10/+14
|
* Escape $myurl so that it can be replacedScott Ullrich2009-11-211-5/+2
|
* Lots of help page mappings to newly created content. Adjust package editing ↵jim-p2009-11-171-1/+2
| | | | logic a tad.
* Align the help link to the right of the title. Less wasted space this way.jim-p2009-11-171-2/+5
| | | | Seems to work OK in FF, IE8, and Opera. If anyone knows a better way to align images to the right, I'm all ears.
* Make help link open in a new windowjim-p2009-11-151-1/+1
|
* Add support for contextual help on each page. Add a help icon to the upper ↵jim-p2009-11-151-2/+35
| | | | right, and an entry under the Help menu. (Text, style, placement, etc are open for suggestions)
* Fix a couple menu options which has their parameters reversedjim-p2009-10-181-2/+2
|
* When a user clicks on System -> Packages take them to the installed packages ↵Scott Ullrich2009-10-171-1/+1
| | | | tab by default. This will help remind them of package updates that are needed before insalling a new package
* Default to the Load Balancer Monitors tabScott Ullrich2009-10-161-1/+1
|
* Oops, use the pfSense jumpto service for the Book and add a pfSense custom ↵Scott Ullrich2009-10-021-1/+2
| | | | search portal powered by google that is limited to specific pfSense
* Rename all Help area itemsScott Ullrich2009-09-201-4/+4
|
* s/Doc Site/Documentation/Scott Ullrich2009-09-201-1/+1
|
* Add target support which allows launching links in a new window/tab, etc for ↵Scott Ullrich2009-09-201-3/+5
| | | | help menu area
* Rename Commercial Support to Support so it appears correctly in all themes. ↵Scott Ullrich2009-09-201-1/+1
| | | | Need to find the font weight for the drop downs and lower that a bit.
* Adding new 'Help' menu area with common areas. These items call pfSense ↵Scott Ullrich2009-09-201-1/+17
| | | | jumptos such as http://www.pfsense.org/j.php?jumpto=book
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+4
| | | | include 2009 on files that I have asserted (C) on
* Rename variables names to item_menu. ie: system -> system_menuScott Ullrich2009-09-111-71/+71
|
* Sort by item name and include packages in the sorting orderScott Ullrich2009-09-111-120/+144
|
* Rename 'DNS' to 'DNS Lookup' to better match what the diag utility doesScott Ullrich2009-08-201-1/+1
|
* Modify sortable.js to work on tabcont as opposed to sortable class. This ↵Scott Ullrich2009-08-201-0/+3
| | | | has the effect of making any table that has a single header sortable instead of having to visit each page. Sponsored-by: BSD Perimeter Commercial Support
* Add Show Bogons command.Scott Ullrich2009-08-191-0/+1
|
* Adding nanobsd optionScott Ullrich2009-07-051-1/+3
|
* Add packages on 2.0Scott Ullrich2009-06-271-1/+1
|
* Revert "Rename cvssync to gitsync"Scott Ullrich2009-06-181-1/+0
| | | | This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.
* Rename cvssync to gitsyncScott Ullrich2009-06-181-0/+1
|
* Add a handy DNS resolution page.jim-p2009-06-011-0/+1
|
* Make it more readble by removing unecessary php open/close tags.Ermal Luçi2009-03-161-98/+94
|
* Massive javascript cleanup, all .js files now live in $g['www_path']/javascriptBill Marquette2009-03-141-1/+1
| | | | Purged unused JS
* Set pgtitle_output after outputting page titlesullrich2009-02-091-0/+4
|
* Make L2TP visible on the menus.Ermal Luçi2009-02-011-0/+1
|
* Add the GUI part for IGMPproxy that has been on the snapshots for a while.Ermal Luci2009-01-281-0/+1
|
* Add pfTOPScott Ullrich2008-11-161-0/+1
|
* Bring back DHCP server menu.Ermal Luçi2008-11-041-0/+1
|
* Add services_dhcp_server_enable which allows the DHCP server to be turnedScott Ullrich2008-10-291-1/+4
| | | | off easily.
* Adding Diagnostics -> System Activity which shows top in an ajaxy way.Scott Ullrich2008-10-261-0/+1
|
OpenPOWER on IntegriCloud