summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* * 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.
* 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
|
* Port voucher login ability on CaptivePortal from M0n0Wall.Charlie2009-06-1310-6/+935
| | | | Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall.
* Use $RealIf.vlan$tag interface names for vlans. This makes them more ↵Ermal Luçi2009-06-081-1/+1
| | | | userfriendly.
* Revert "Do not use tags for vlan interface names since there might be same ↵Ermal Luçi2009-06-082-17/+7
| | | | | | 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 83bdca55920ca6ab3d848f0993d57a1f9b85098f.
* Do not use tags for vlan interface names since there might be same vlan tags ↵Ermal Luçi2009-06-082-7/+17
| | | | on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@
* Forgot to adjust a couple things to fit HEAD again.jim-p2009-06-071-3/+2
|
* Use saner control flow, and also make the charts each use their own data ↵jim-p2009-06-071-57/+51
| | | | properly.
* This should be a relative linkjim-p2009-06-071-1/+1
|
* fix linkChris Buechler2009-06-071-1/+1
|
* Fix some issues that didn't make it into the last commit for some reason.jim-p2009-06-061-4/+2
|
* Remove the duplicated page header.jim-p2009-06-061-1/+0
|
* Sync my recent stuff to HEAD. Easy Rule, Log parsing tweaks, Firewall Log ↵jim-p2009-06-0612-31/+4217
| | | | filter, Firewall Log Summary graphs. Also add ProtoChart.
* Remove unused php fileRenato Botelho2009-06-051-376/+0
|
* Fix typo: s/tempalte/template/Renato Botelho2009-06-051-2/+2
|
* clarify log messageChris Buechler2009-06-051-1/+1
|
OpenPOWER on IntegriCloud