summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* fix Firewall Logs widget settings save.Chris Buechler2010-01-091-1/+9
| | | | Ticket #285
* fix alert scroller in ChromeChris Buechler2010-01-071-4/+6
| | | | Ticket #237
* Make the "Currently viewing" drop down work in all browsers, not just Firefox.Chris Buechler2010-01-071-2/+7
| | | | Ticket #109
* field is not requiredChris Buechler2010-01-061-1/+1
|
* fix up textChris Buechler2010-01-051-2/+2
|
* fix conflict between domTT and prototype that was breaking javascript in a ↵Chris Buechler2010-01-053-20/+21
| | | | | | | number of areas. Problem described here. http://groups.google.com/group/dom-tooltip/browse_thread/thread/3f0ecf76e0755ffc?pli=1 Ticket #276 among others
* don't generate automatic outbound rules again if there are already rules definedChris Buechler2010-01-041-1/+5
|
* more fixes to auto generated outbound NAT rules to match what is actually ↵Chris Buechler2010-01-041-6/+6
| | | | created by default in auto NAT mode
* remove broken input validation check. There's no harm in duplicate outbound ↵Chris Buechler2010-01-041-9/+0
| | | | NAT rules and the logic here is way off, no need for this check at all.
* fix up auto-generated outbound NAT rules.Chris Buechler2010-01-041-16/+3
| | | | Don't wipe out user's configured NAT rules when switching back to automatic.
* fix deletion of additional DHCP options. Resolves #273Chris Buechler2010-01-041-1/+2
|
* Add more smarts to the RRD page, do not show tabs for database that do not ↵Seth Mos2010-01-031-16/+52
| | | | | | exist, pick the 1st database for wireless, cellular.
* Fix file editing on NanoBSDjim-p2010-01-031-0/+2
|
* Add cellular tab to RRD settings page, as it was missing. Noticed-by: xbipin ↵jim-p2010-01-031-0/+2
| | | | on forum.
* Add ignorefirmwarelock variable that can be used by some ajax callersScott Ullrich2010-01-021-6/+9
|
* fix typosChris Buechler2010-01-014-5/+5
|
* fix textChris Buechler2010-01-011-1/+1
|
* fix up textChris Buechler2009-12-311-3/+3
|
* fix racoon restartChris Buechler2009-12-311-0/+1
|
* Do not output prototype.js twiceScott Ullrich2009-12-311-1/+0
|
* Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.netScott Ullrich2009-12-312-3/+36
|
* fix RRD graphs for queuesChris Buechler2009-12-311-0/+1
|
* When exec_php is called detect i the variable toreturn is present and if so ↵Scott Ullrich2009-12-301-1/+5
| | | | forumulate it into a xmlresponse in order to return structured data.
* Use _REQUESTScott Ullrich2009-12-301-2/+2
|
* fix textChris Buechler2009-12-301-1/+1
|
* Ticket #261 Do not consider ports as hostnames. This changes the is_port ↵Ermal Luçi2009-12-301-7/+2
| | | | function to consider ':'(ranges) as ports. This seems a previous feature i do not agree with much, but users decide right?!
* Ticket #258 fix regression.Ermal Luçi2009-12-291-2/+7
|
* These patches give you a display of the uptime of the active PPP linkScott Ullrich2009-12-291-0/+7
| | | | | | | | | | | | | | on the "Status-> Interfaces" page, and also logging on /conf (to survive reboot) of uptimes of each session after it is closed. In addition, the status_interfaces.php page displays the cumulative uptime total so users can manage their links that are on pay by the minute arrangements. Shortcomings: partial minutes are just added as cumulative seconds where most providers probably charge you for a minute after you're 1 second into that minute. I may fix this later. Submitted-by: Gabriel B
* Do not skip lan on the multi lan wizard.Ermal Luçi2009-12-291-2/+0
|
* Use propper field names.Ermal Luçi2009-12-292-4/+4
|
* correct function nameChris Buechler2009-12-261-1/+1
|
* fix imagesChris Buechler2009-12-261-2/+2
|
* fix roll imagesChris Buechler2009-12-261-3/+3
|
* display + image, clean up white spaceChris Buechler2009-12-261-7/+9
|
* fix typoChris Buechler2009-12-261-1/+1
|
* use theme image, not hard coded oneChris Buechler2009-12-261-1/+1
|
* fix typo and text alignmentChris Buechler2009-12-261-2/+2
|
* Add graphing for 3G cellular modems.thompsa2009-12-272-1/+30
|
* Do not mark non-required fields as required.Ermal Luçi2009-12-261-3/+3
|
* Simplify a lot the code of rate extracting.Ermal Luçi2009-12-251-24/+3
|
* Nuke pkg_build_filter_rules();. It would have never covered reinstallation ↵Scott Ullrich2009-12-241-3/+1
| | | | cases.
* Fix webgui protocol detection here, too.jim-p2009-12-241-1/+1
|
* Fix wizard webgui URL usage so it chooses https/http properly for refresh ↵jim-p2009-12-241-3/+3
| | | | link and logo link
* Fix the quotes on this line.jim-p2009-12-241-1/+1
|
* Add another ID so password confirmation fields also get this style applied ↵jim-p2009-12-241-1/+1
| | | | (Fixes PPTP user edit screen, possibly others)
* Remove pptp_subnet from page as it isn't used or set, and breaks saving. ↵jim-p2009-12-241-20/+2
| | | | Also remove redundant localip setting box (it was already on the page a few rows up) and remove the connection count output as that is set by a drop-down a few rows up as well.
* Do not automatically save the monitor if it is not explicitly filled in. ↵Seth Mos2009-12-242-7/+50
| | | | | | Leave the monitor field empty when it is not filled in. Show a configured monitor address on the system_gateways.php page.
* Style fixes for the interfaces page, use switch instead of a large if,elseif ↵Seth Mos2009-12-241-104/+178
| | | | | | | | procedure. Fix the monitor IP route adding and removing to skip non IP addresses and dynamic entries Add a Gateway item on the gateway_item stack so that it properly shows up in th configuration. Static configurations will need to manually add one.
* Adding latest dom_TT. Fixes #202 Thanks to RobisCoolScott Ullrich2009-12-233-23/+225
|
* Updating to 1.8.3Scott Ullrich2009-12-239-1065/+1623
|
OpenPOWER on IntegriCloud