Project

General

Profile

Download (14 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

487b16ec 07/10/2009 01:03 AM Scott Ullrich

Adding Notifications tab

0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
38332c11 11/25/2008 01:43 AM Scott Ullrich

Rename to console options

306f082a 10/25/2008 07:33 AM Scott Ullrich

Make white space consistent between save button and bottom of table

4d18eb07 10/22/2008 04:56 PM Ermal Luçi

More fixes on checkboxes.

561d5162 10/22/2008 04:06 PM Ermal Luçi

Fix reported on http://forum.pfsense.org/index.php/topic,12043.0.html

e09a935c 10/15/2008 04:31 PM Ermal Luçi

Still array handling changes on php5. Reported by: http://forum.pfsense.org/index.php/topic,12043.0.html

f51f3989 10/14/2008 06:34 PM Ermal Luçi

Fix issue reported by http://forum.pfsense.org/index.php/topic,12043.0.html.

e647cc2e 09/10/2008 06:48 PM Matthew Grooms

Increase the page redirect time after switching between http and https. It
can take longer on slower embedded systems.

2ff19bfd 09/09/2008 06:54 PM Matthew Grooms

Move the 'advanced users only' notice into the tab body so the tab headers
are not displaced by this message.

ab3c8553 09/09/2008 05:50 AM Matthew Grooms

Cleanup the tab format of the system advanced pages. The edges were square
instead of rounded like most pfSense pages.

fb1266d3 09/09/2008 04:08 AM Matthew Grooms

Moves the protocol and certificate options out of the general config page
to the Advanced admin access tab. The thought is that they should be next
to each other. The certificate management has also been modified to use
the centralized certificate manager. I took the liberty of removing the...

5bc3bf28 09/07/2008 03:45 AM Bill Marquette

uncomment the commented out functionality that actually restarts sshd
when it's enabled

df81417f 09/04/2008 03:40 PM Matthew Grooms

Break out the advanced system options page into tabs group by categories.
Fold the sysctl tunables page into a tab under the advanced options page.
This reduces the top level menu options by one. There should be no
functional changes.