Commit Graph

3849 Commits

Author SHA1 Message Date
Scott Ullrich
87fe2b7ff2 Move common functions to guiconfig.inc since head.inc requires them. 2007-11-16 01:22:02 +00:00
Scott Ullrich
9d9adc7fc9 Move common functions to guiconfig.inc since head.inc requires them. 2007-11-16 01:09:47 +00:00
Scott Ullrich
d0e6f971d5 Do not declare gentitle twice. 2007-11-16 00:58:45 +00:00
Scott Ullrich
28b1cc3940 Switch over to array style page titles. Obtained-from: m0n0wall 2007-11-16 00:58:00 +00:00
Scott Ullrich
d88c6a9fdf Switch over to array style page titles. Obtained-from: m0n0wall 2007-11-16 00:48:53 +00:00
Scott Ullrich
19b331c1fa Sync code against m0n0wall:
* Output pgtitle in fbegin.inc.

A global commit will be coming up to remove the operation from each page shortly.
2007-11-15 23:58:57 +00:00
Scott Ullrich
e93441e07a Add genhtmltitle() from m0n0wall. 2007-11-15 23:17:36 +00:00
Scott Ullrich
a04eb8739e Correctly define Developers kernel option. 2007-11-10 02:29:21 +00:00
Scott Ullrich
ebe2951eb6 Add libreadline support for command histories.
Requested-by: CMB
2007-11-09 02:09:35 +00:00
Chris Buechler
d7028c7406 remove whitespace at end 2007-11-05 02:25:40 +00:00
Chris Buechler
5e3de917d9 comment out debugging code, was slightly breaking IPsec logs page and possibly others. 2007-11-05 00:41:53 +00:00
Chris Buechler
3d7b7757d1 Do not allow DHCP server to be enabled when DHCP relay is enabled, and vice versa
Ticket #1488
2007-11-04 22:03:23 +00:00
Scott Ullrich
48c6ab80c4 Do not allow dhcp-relay to be enabled if dhcp server is enabled on any interface. Ticket #1488 2007-11-03 21:06:48 +00:00
Seth Mos
67c04e807b Back out counter wrap fix from ticket 1494 as it causes more issues then
we were trying to solve.
2007-11-01 22:17:40 +00:00
Seth Mos
63353c9e4e Add back scriptaculous files which are being used by the RRD graphs
page. Replacements welcome if we want it removed. See
status_rrd_graph.php
2007-11-01 21:02:16 +00:00
Seth Mos
f0a3ac473b Fix courtesey of Billm, hackathon 2007 conversation.
Forgotten commit.
2007-10-29 22:00:56 +00:00
Daniel Stefan Haischt
8f4423e5c4 * removed scriptaculous. It will be added while building the ISO
or embedded image.
2007-10-28 02:19:35 +00:00
Bill Marquette
c24d0dd0c9 Fix for Ticket #1494 was committed from my first stab at the fix and not the actual fixed code and ended up in ticket #1496 2007-10-26 02:05:51 +00:00
Martin Fuchs
c1a4aacad2 Ticket 1709: fixed typo in OpenVPN cfg-page 2007-10-24 19:41:22 +00:00
Martin Fuchs
88a82fc434 Add Codemasters ArchLord MMORPG to traffic shaper 2007-10-23 20:44:51 +00:00
Martin Fuchs
6d61e0a0e8 Ticket 1709: fexed typo in OpenVPN cfg-page 2007-10-23 20:12:19 +00:00
Seth Mos
b295e815d4 Remove size headers since they seem to screw up IE 2007-10-21 16:18:32 +00:00
Seth Mos
063b934c23 Fix layout and units 2007-10-21 06:41:19 +00:00
Seth Mos
a7a31a1ef5 Commit missed include file change 2007-10-21 06:30:49 +00:00
Seth Mos
2f80d451c6 Commit wireless frontend code 2007-10-21 06:24:24 +00:00
Seth Mos
d972060281 List the available Gateways on the rules edit screen 2007-10-20 00:56:32 +00:00
Bill Marquette
4e41f51817 lint 2007-10-19 22:00:27 +00:00
Bill Marquette
5e6741c8d5 Fix Javascript errors. Thanks JSLint!! 2007-10-19 21:21:22 +00:00
Bill Marquette
674d0fc1db ratio load balancing should actually work 2007-10-19 21:11:59 +00:00
Seth Mos
519352daf7 Fix default gateway bit 2007-10-19 21:00:24 +00:00
Scott Ullrich
f15f4b4d41 Relax the ip address check and allow duplicate ip address entries. 2007-10-19 20:46:05 +00:00
Scott Ullrich
87e629404e Relax the ip address check and allow duplicate ip address entries. 2007-10-19 20:39:10 +00:00
Bill Marquette
ec3cedf7aa Ticket #1476 - use convert multibyte instead of just specialchars 2007-10-19 19:48:16 +00:00
Seth Mos
2be84cfa88 Add descriptive text and link to the gateways page 2007-10-19 19:26:35 +00:00
Seth Mos
d173230c70 Add prelimenary Routing page.
Allow multiple gateways on one (static) interface
2007-10-19 19:10:16 +00:00
Bill Marquette
84b2829775 Ticket #1494 - when wrapping at 32bits, the difference is 32bits - last + current, not some massive negative number 2007-10-18 21:53:21 +00:00
Bill Marquette
b4b3cf425b why add 30 seconds to uptime if we have been up greater than 60 seconds? 2007-10-18 03:23:36 +00:00
Bill Marquette
639aaa954c MFC of change [19782] per request from sullrich@
Scale state table size with memory, never allocate more than 10% system ram, this leads to 12K states on 128M and 102K on 1G systems - this should be a good default
2007-10-17 23:51:26 +00:00
Seth Mos
468b0d65e7 Optimize last 10 seconds of load times on the dhcp leases page.
Only populate arp array once, then check if it exists
2007-10-17 20:10:21 +00:00
Seth Mos
fc25933498 Speedup ARP page by using diag_dhcp_leases.php page code for parsing the dhcpd.leases file 2007-10-17 06:09:26 +00:00
Bill Marquette
fe2f1e1af7 save button needs to be inside form 2007-10-17 05:01:39 +00:00
Seth Mos
b05248a9f0 Correctly check the disabled bit 2007-10-17 04:59:32 +00:00
Bill Marquette
a2dab9bc71 Ticket #1462: Make the save button only appear if you change an assignment 2007-10-17 04:48:18 +00:00
Scott Ullrich
ae2ea68c42 Ensure that all form elements have an id. 2007-10-17 02:13:46 +00:00
Bill Marquette
709cc6e0f2 global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427 2007-10-17 00:25:25 +00:00
Seth Mos
3702685f11 Alphasort the status menu 2007-10-17 00:15:35 +00:00
Scott Ullrich
d575aa70b1 Correctly set rowhelper input textbox sizes. 2007-10-16 18:30:35 +00:00
Seth Mos
8e13ca402c Correct form fields css 2007-10-15 04:27:57 +00:00
Bill Marquette
63c59458a0 sync from RELENG_1_2 2007-10-14 22:32:08 +00:00
Bill Marquette
b4d19b4667 Fix check_firmware_version description
All XMLRPC functions should be authenticated
MFC: ASAP
2007-10-14 16:21:00 +00:00