Scott Ullrich
53be9d3c2d
Add note about ; and add a push example
2009-06-30 20:21:27 -04:00
Scott Ullrich
f68fc96344
Break before Save
2009-06-30 19:37:48 -04:00
Scott Ullrich
6804263e4a
Oops, rename to avanced
2009-06-30 19:37:24 -04:00
Scott Ullrich
a9a613dd87
Rename to custom_options to match the original setting name
2009-06-30 19:35:08 -04:00
Scott Ullrich
2f4f30ee69
Adding back openvpn advanced option which got lost in the -> 2.0 upgrade shuffle
2009-06-30 19:31:52 -04:00
Scott Ullrich
cc1d20ab75
Remove packages for any platform nonsense.
2009-06-30 16:06:10 -04:00
Scott Ullrich
4d86a13dab
Do not show the assigned priveleges area until the item has been saved. Otherwise clicking plus will take you back to the user manager screen which feels beyond broken.
2009-06-30 12:47:19 -04:00
Scott Ullrich
e2d15485e4
Unbreak installed information screen. After package installation the form redirects to the info page that looks identical to display the final package information and to give the menus a chance to reload with the new package options.
2009-06-30 12:43:03 -04:00
Ermal Luçi
0d64af5975
Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.
...
Remove some sort functions not used.
2009-06-30 18:16:09 +00:00
Ermal Luçi
a368a026db
* Reorganize the 'apply' button infrustructure in the GUI.
...
- Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals.
- Convert all pages to the new infrustructure
- This improves a lot the control on this notification
2009-06-30 17:15:22 +00:00
Renato Botelho
6819b7f60c
Fix last commit preserving < and > on xml_rootobj checking
2009-06-30 08:52:47 -03:00
Renato Botelho
2a48bc009d
Respect xml_rootobj when restoring a full backup
2009-06-30 08:45:19 -03:00
Ermal Luçi
156487ed7d
Fix various issues reported on http://forum.pfsense.org/index.php/topic,8672.0.html .
2009-06-30 10:37:42 +00:00
mcrane
df61b7b4ad
Escape & and + for Diagnostics -> Edit File so that files save correctly.
2009-06-27 21:14:19 -06:00
Scott Ullrich
72cbe1bd4a
Add packages on 2.0
2009-06-27 19:27:23 -04:00
Scott Ullrich
7b804bb317
Add support for the NanoBSD platform
2009-06-27 18:32:57 -04:00
Scott Ullrich
69769bcc26
Check $_FILES['ulfile']['name'] and not ['tmpname'] since it will not tell us
...
the original uploaded file name. Duhhhhhh.
2009-06-27 14:00:58 -04:00
Manoel Carvalho
85dc353472
Adding enablefields tag to enable/disable form elements
2009-06-26 12:17:11 -03:00
Scott Ullrich
b2d15ced55
Add missing );
2009-06-26 00:19:37 -04:00
hoba
26857a89dc
Adding the pfSense_ng theme
2009-06-26 02:51:52 +02:00
Scott Ullrich
459a97e9ec
Add NanoBSD support
2009-06-25 19:38:31 -04:00
Renato Botelho
457106da66
Revert 2 last hunks of last commit since it's not related with the fix
2009-06-25 16:17:30 -03:00
Manoel Carvalho
dcf6d56377
PHP wasn't generating javascript for input fields named with brackets like "iface_array[]"
2009-06-25 16:13:40 -03:00
Scott Ullrich
61a90ed590
Only mount rw on $_POST
2009-06-25 14:41:06 -04:00
Chris Buechler
f16f30cff8
move after reload_all
2009-06-24 20:26:33 -04:00
Chris Buechler
fc1e7d9fa2
Skip sleep if argument is specified, and update bogons at end of setup wizard.
2009-06-24 20:22:01 -04:00
Scott Ullrich
2b9fbe3ab5
Nuke Available its wasting tab space.
2009-06-24 18:48:19 -04:00
Scott Ullrich
be8de62e25
Disable Packages for any platform menu item, it does nothing currently.
2009-06-24 18:44:23 -04:00
jim-p
69ec9ecfb4
Fix a couple minor bugs in DHCP lease deletion.
...
1. When deleting a lease, if you were viewing all leases, it should now retain that view.
2. When checking for leases to clean, bail if there is no leases file. Otherwise there is an ugly error about not being able to open the dhcpd.leases file.
2009-06-21 11:41:32 -04:00
Scott Ullrich
7e542bd186
Remove is_int check, it appears to be failing
2009-06-20 21:18:27 -04:00
Scott Ullrich
13e92c3697
Unbreal rowhelper in 2.0
2009-06-20 20:25:09 -04:00
Scott Ullrich
4c09b655fb
Ensure size is a int
2009-06-20 19:19:08 -04:00
Ermal Luçi
742d9c2ddc
Include certs.inc explicitly.
2009-06-20 05:47:45 +00:00
Scott Ullrich
5e7d127ad9
Revert "Rename cvssync to gitsync"
...
This reverts commit 62b035ce5f .
2009-06-18 20:17:10 -04:00
Scott Ullrich
62b035ce5f
Rename cvssync to gitsync
2009-06-18 20:16:23 -04:00
Ermal Luçi
ab0dbe3cb1
Remove uneccessary locking.
2009-06-18 20:29:02 +00:00
Ermal Luçi
14f5ae084e
Remove certs.inc from functions.inc it is needed only by two pages usermanager and certmanager.
2009-06-18 19:59:30 +00:00
Ermal Luçi
36bdbe2d33
Remove unneeded include.
2009-06-18 19:49:27 +00:00
Ermal Luçi
546c9e4a07
Add priviledge checks to restart_httpd.php page.
2009-06-18 19:45:43 +00:00
Ermal Luçi
047cb829ed
Add propper access control to L2TP pages.
2009-06-18 19:28:18 +00:00
Ermal Luçi
72bd8df5aa
Remove some unneccessary calls to filter_configure() they just give recursivity!
2009-06-18 19:24:42 +00:00
Ermal Luçi
a5d6f60bf4
* Fix the pppoe reset script.
...
* Do not reload recursevly services while configuring interfaces
* Clean up the resync_all and reload_interfaces to not call services recursievly
* Fix interfaces.php to not try to save the config after you click the apply button.
* Put interfaces_loopback_configure on interfaces_configure its an interface after all.
2009-06-18 16:59:43 +00:00
Ermal Luci
6dc88d5352
* Move functions that output html to guiconfig.inc
...
* Remove some recursive dependency on some includes
* Remove ^M or \r from files
* Remove some entries from functions.inc to avoid including them twice
* Remove some unneccessary includes from some files
NOTE: There is some more work to be done for pkg-utils.inc to be removed from backend as a dependency.
2009-06-18 12:40:11 +00:00
Scott Ullrich
3420028c73
Adding base_package feature to restore menu items for base packages after configuration
...
restore when the packages did not exist prior (did not install from current media).
2009-06-17 16:57:33 -04:00
Ermal Luci
48315e6596
s/./_/ for vlans since netgraph does not like .(dots) in the path names.
2009-06-16 23:27:11 +00:00
Scott Ullrich
f0a3b883e6
Adding Scott Dale's rate package to system -> traffic graphs. Cool stuff!
2009-06-15 19:06:53 -04:00
Charlie
336e3c1cab
Port voucher login ability on CaptivePortal from M0n0Wall.
...
Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall.
2009-06-13 17:24:28 +00:00
Ermal Luçi
305c847d67
Use $RealIf.vlan$tag interface names for vlans. This makes them more userfriendly.
2009-06-08 22:23:40 +00:00
Ermal Luçi
e1c449c036
Revert "Do not use tags for vlan interface names since there might be same vlan tags on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@"
...
This reverts commit 83bdca5592 .
2009-06-08 22:14:34 +00:00
Ermal Luçi
83bdca5592
Do not use tags for vlan interface names since there might be same vlan tags on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@
2009-06-08 17:57:15 +00:00