summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Nuke trailing newlineScott Ullrich2009-07-031-1/+1
|
* Add double click to editScott Ullrich2009-07-011-4/+4
| | | | Requested-by: cmb
* Do not mount rw when uneeded and even more not mounting ro again.Ermal Luçi2009-07-014-4/+0
|
* Nuke packages for any platformScott Ullrich2009-06-302-3/+3
|
* Add note about ; and add a push exampleScott Ullrich2009-06-301-3/+3
|
* Break before SaveScott Ullrich2009-06-301-0/+2
|
* Oops, rename to avancedScott Ullrich2009-06-301-1/+1
|
* Rename to custom_options to match the original setting nameScott Ullrich2009-06-301-3/+3
|
* Adding back openvpn advanced option which got lost in the -> 2.0 upgrade shuffleScott Ullrich2009-06-301-0/+24
|
* Remove packages for any platform nonsense.Scott Ullrich2009-06-301-1/+1
|
* Do not show the assigned priveleges area until the item has been saved. ↵Scott Ullrich2009-06-301-1/+5
| | | | Otherwise clicking plus will take you back to the user manager screen which feels beyond broken.
* Unbreak installed information screen. After package installation the form ↵Scott Ullrich2009-06-301-1/+1
| | | | 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.
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-3036-332/+214
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-3062-249/+185
| | | | | | - 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
* Fix last commit preserving < and > on xml_rootobj checkingRenato Botelho2009-06-301-1/+1
|
* Respect xml_rootobj when restoring a full backupRenato Botelho2009-06-301-3/+3
|
* Fix various issues reported on ↵Ermal Luçi2009-06-301-1/+1
| | | | http://forum.pfsense.org/index.php/topic,8672.0.html.
* Escape & and + for Diagnostics -> Edit File so that files save correctly.mcrane2009-06-271-2/+5
|
* Add packages on 2.0Scott Ullrich2009-06-271-1/+1
|
* Add support for the NanoBSD platformScott Ullrich2009-06-271-2/+2
|
* Check $_FILES['ulfile']['name'] and not ['tmpname'] since it will not tell usScott Ullrich2009-06-271-2/+2
| | | | the original uploaded file name. Duhhhhhh.
* Adding enablefields tag to enable/disable form elementsManoel Carvalho2009-06-261-0/+1
|
* Add missing );Scott Ullrich2009-06-261-1/+1
|
* Adding the pfSense_ng themehoba2009-06-26241-0/+6448
|
* Add NanoBSD supportScott Ullrich2009-06-251-1/+3
|
* Revert 2 last hunks of last commit since it's not related with the fixRenato Botelho2009-06-251-2/+2
|
* PHP wasn't generating javascript for input fields named with brackets like ↵Manoel Carvalho2009-06-251-10/+30
| | | | "iface_array[]"
* Only mount rw on $_POSTScott Ullrich2009-06-251-3/+5
|
* move after reload_allChris Buechler2009-06-241-1/+1
|
* Skip sleep if argument is specified, and update bogons at end of setup wizard.Chris Buechler2009-06-241-0/+1
|
* Nuke Available its wasting tab space.Scott Ullrich2009-06-241-1/+1
|
* Disable Packages for any platform menu item, it does nothing currently.Scott Ullrich2009-06-241-1/+1
|
* Fix a couple minor bugs in DHCP lease deletion.jim-p2009-06-212-2/+4
| | | | | 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.
* Remove is_int check, it appears to be failingScott Ullrich2009-06-201-1/+1
|
* Unbreal rowhelper in 2.0Scott Ullrich2009-06-201-3/+2
|
* Ensure size is a intScott Ullrich2009-06-201-2/+4
|
* Include certs.inc explicitly.Ermal Luçi2009-06-201-0/+1
|
* Revert "Rename cvssync to gitsync"Scott Ullrich2009-06-182-2/+0
| | | | This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.
* Rename cvssync to gitsyncScott Ullrich2009-06-182-0/+2
|
* Remove uneccessary locking.Ermal Luçi2009-06-181-5/+1
|
* Remove certs.inc from functions.inc it is needed only by two pages ↵Ermal Luçi2009-06-182-0/+2
| | | | usermanager and certmanager.
* Remove unneeded include.Ermal Luçi2009-06-181-1/+1
|
* Add priviledge checks to restart_httpd.php page.Ermal Luçi2009-06-181-1/+8
|
* Add propper access control to L2TP pages.Ermal Luçi2009-06-183-0/+21
|
* Remove some unneccessary calls to filter_configure() they just give recursivity!Ermal Luçi2009-06-183-6/+3
|
* * Fix the pppoe reset script.Ermal Luçi2009-06-181-7/+4
| | | | | | | * 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.
* * Move functions that output html to guiconfig.incErmal Luci2009-06-182-17/+309
| | | | | | | | | * 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.
* Adding base_package feature to restore menu items for base packages after ↵Scott Ullrich2009-06-171-3/+35
| | | | | | configuration restore when the packages did not exist prior (did not install from current media).
* s/./_/ for vlans since netgraph does not like .(dots) in the path names.Ermal Luci2009-06-161-1/+1
|
* Adding Scott Dale's rate package to system -> traffic graphs. Cool stuff!Scott Ullrich2009-06-152-8/+275
|
OpenPOWER on IntegriCloud