jim-p
|
d865241edd
|
Don't run mb_convert_encoding on descr field, it's cdata protected in the config now and this just causes some characters to be lost on input. Ticket #1168
|
2011-01-06 13:52:52 -05:00 |
|
Scott Ullrich
|
19e76a0bdb
|
Do not center hard drive upgrade image
|
2011-01-05 18:30:19 -05:00 |
|
Scott Ullrich
|
4944d592f5
|
Increase textarea column size.
|
2011-01-05 18:20:49 -05:00 |
|
Scott Ullrich
|
bdf790aa63
|
Clarify a few lines of text
|
2011-01-05 18:18:23 -05:00 |
|
Scott Ullrich
|
456962bde2
|
nuke content size.
|
2011-01-05 16:54:56 -05:00 |
|
Scott Ullrich
|
9d308f58da
|
Do not nuke /var/db/pkg now that 2.0 has better handling
|
2011-01-05 16:50:08 -05:00 |
|
Scott Ullrich
|
2646434bf9
|
Set status field to upgrade in progtress during upgrade
|
2011-01-05 14:27:12 -05:00 |
|
Chris Buechler
|
c22632db65
|
fix text
|
2011-01-05 01:19:24 -05:00 |
|
Chris Buechler
|
0b821acf8f
|
comment out unfinished OpenVPN Users alias option, can finish for a post-2.0 release
|
2011-01-04 18:56:34 -05:00 |
|
Chris Buechler
|
0238cc4a6c
|
don't use hard coded theme
|
2011-01-03 21:20:56 -05:00 |
|
Chris Buechler
|
68fef56f0e
|
fix CP dashboard widget
|
2011-01-03 20:50:38 -05:00 |
|
Ermal
|
aa7c49b9d7
|
Ticket #943. Sleep 1 second to give dns time to reload.
|
2011-01-03 22:52:59 +00:00 |
|
jim-p
|
e44e5f3a79
|
Simplify package version checking code and use the existing pfs_version_compare function that does much (and more) of what the old code was trying to do on its own.
|
2011-01-03 16:50:42 -05:00 |
|
Ermal
|
55c51af729
|
Ticket #1152. Call rc.newwanip even on openvpn linkup event to do the correct reloading of gateways and services. Add a safe belt to avoid a recursion in openvpn itself from rc.newwanip.
|
2011-01-03 21:29:28 +00:00 |
|
Scott Ullrich
|
e9a1766109
|
Add $nocsrf = true;
|
2011-01-03 14:00:27 -05:00 |
|
gnhb
|
0eaf705549
|
Attempt to make it more clear to users that "Dial on Demand" should not be enabled if the
link should be always up/on.
|
2011-01-03 20:30:38 +07:00 |
|
Pierre POMES
|
76d11a5780
|
Ticket #1083. Remove alias capabilities from external and src fields
|
2011-01-01 13:07:46 -05:00 |
|
Erik Fonnesbeck
|
97acf64675
|
Add new default option that makes RRD graphs with the old type of behavior for time periods, configurable on settings tab.
|
2010-12-31 03:18:41 -07:00 |
|
Erik Fonnesbeck
|
29640ceef3
|
Use correct variable for this condition.
|
2010-12-31 01:40:07 -07:00 |
|
Chris Buechler
|
bf924b162a
|
since packages aren't version-specific anymore, clarify to Available Packages
|
2010-12-31 03:29:08 -05:00 |
|
Chris Buechler
|
e85604b8ff
|
remove <strong> to make consistent with all other text
|
2010-12-31 01:41:05 -05:00 |
|
Erik Fonnesbeck
|
f9626e574b
|
Only unlink /conf/needs_package_sync if no packages are installed, otherwise leave it to the package manager to take care of it.
|
2010-12-30 11:47:43 -07:00 |
|
Erik Fonnesbeck
|
9b1939e130
|
Move unlink back to the correct line.
|
2010-12-30 06:05:00 -07:00 |
|
Chris Buechler
|
e8f4a58f0f
|
make rebrand friendly
|
2010-12-29 18:33:34 -05:00 |
|
Scott Ullrich
|
7385a6b4be
|
Turn off csrf checks
|
2010-12-29 16:27:43 -05:00 |
|
jim-p
|
f2141df0da
|
Allow entering an arbitrary subnet for outbound NAT translations.
|
2010-12-29 16:11:26 -05:00 |
|
Scott Ullrich
|
d3bea81878
|
Add 10 to row count on textarea
|
2010-12-29 15:54:53 -05:00 |
|
Scott Ullrich
|
5edb6feecd
|
Unbreak installedinfo option
|
2010-12-29 15:48:30 -05:00 |
|
jim-p
|
09315582d7
|
Add address pool support to outbound NAT. Allow specifying a subnet for outbound NAT rules (via a subnet of proxy arp VIPs) or a host-type alias for outbound NAT rules, and give the user a choice of pool options for address selection from within the pool.
|
2010-12-29 14:04:30 -05:00 |
|
Ermal
|
66bcba1bcd
|
Ticket #802. During a config restore detect if the vlan interfaces need reassignment too. This might be problematic for other type of interfaces on 2.0!
|
2010-12-28 22:39:51 +00:00 |
|
jim-p
|
c23b4f0d80
|
Fix case statements, may fix rrd graph generation for certain periods.
|
2010-12-28 15:04:12 -05:00 |
|
Ermal
|
8e9adb53b0
|
Run filter configure after doing a save on CP.
|
2010-12-28 17:15:17 +00:00 |
|
Chris Buechler
|
3e360ca730
|
clarify CSRF failure message
|
2010-12-28 11:55:19 -05:00 |
|
Scott Ullrich
|
46a9f4e13b
|
Undo last commit. Need to add an additional check for opackage count == 0
|
2010-12-27 23:23:36 -05:00 |
|
jim-p
|
23d69b985c
|
Use convert_friendly_interface_to_friendly_descr in the wol widget, just like on the main page. Ticket #1103
|
2010-12-27 14:22:03 -05:00 |
|
jim-p
|
e18278d18e
|
Use strtoupper here
|
2010-12-27 14:22:02 -05:00 |
|
Scott Ullrich
|
6622e126ed
|
Unlink needs_package_sync after one pkg has installed OK which means that our internet connection is up.
|
2010-12-27 13:40:58 -05:00 |
|
jim-p
|
528992bec1
|
Fix OpenVPN NetBIOS settings not propagating from the wizard to the server instance.
|
2010-12-27 11:41:03 -05:00 |
|
Ermal
|
6b78bed777
|
Ticket #944. Wehn changing the parent interface make sure to destroy the old vlan before creating the new one. Since vlans use the name of the parent the old interface referencing the old parent vlan will remain intact.
|
2010-12-27 15:09:11 +00:00 |
|
Chris Buechler
|
2b6561688f
|
fix text
|
2010-12-25 16:32:51 -05:00 |
|
Chris Buechler
|
3380267983
|
fix text
|
2010-12-25 16:19:49 -05:00 |
|
Chris Buechler
|
9422a50f68
|
default to single host on 1:1 NAT as it always has and is the most common usage
|
2010-12-25 16:06:06 -05:00 |
|
Chris Buechler
|
df0c55a34b
|
switch back to Internal rather than Source, Source is just confusing
|
2010-12-25 15:56:43 -05:00 |
|
Scott Ullrich
|
9b3ade76ca
|
Increase textarea col size now that there is a lot more pkg install/deinstall information being output
|
2010-12-25 13:07:43 -05:00 |
|
jim-p
|
c6c26178a5
|
Add OSPF to firewall rule protocol choices
|
2010-12-23 14:19:09 -05:00 |
|
Ermal
|
60b66b602e
|
Ticket #1128. Ooops pass the right parameter to unlock.
|
2010-12-23 18:41:46 +00:00 |
|
jim-p
|
057c83f5aa
|
Accept # for a DNS override domain DNS server, this makes dnsmasq ignore a previous less specific domain and use system default name servers instead. So you can override example.com to 10.10.10.2 but www.example.com will consult normal DNS.
|
2010-12-23 11:21:43 -05:00 |
|
Ermal
|
cd3346e205
|
Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard_dedicated. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind).
|
2010-12-22 20:51:07 +00:00 |
|
Ermal
|
4447358371
|
Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard and traffic_shaper_wizard_multi_all. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind.
|
2010-12-22 20:40:53 +00:00 |
|
Scott Ullrich
|
01184e213e
|
misc comments
|
2010-12-22 15:41:39 -05:00 |
|