Project

General

Profile

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

# Date Author Comment
1aecc4da 01/12/2015 01:34 AM Chris Buechler

Bring back showing of default value like previous versions.

ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

dd447bde 11/11/2014 04:49 AM Jim Thompson

modify copyright statement to reflect reality

d87fcac9 11/10/2014 08:47 PM Ermal LUÇI

Do not require the default sysctl items to be set on the config.xml but rather extract the definitions from the sysctl tree. Also to reduce config.xml size

62424bdb 09/12/2014 07:37 PM Renato Botelho

Remove almost all calls to history.back() and make Cancel button back to HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

e41ec584 03/12/2014 02:42 PM Renato Botelho

Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print

7997ed44 11/15/2013 09:21 PM Renato Botelho

Many fixes on privileges, ticket #3216:

- Rename some privileges:
page-diag-system-activity => page-diagnostics-system-activity
page-interfacess-groups => page-interfaces-groups
page-interfacess-lagg => page-interfaces-lagg
page-interfacess-qinq => page-interfaces-qinq...

a5a61609 03/07/2013 09:08 PM Colin Fleming

Tidy up System:Advanced:Tunables XHTML

Deprecate ampersand
Close INPUT tags

7100a85c 04/26/2011 06:37 PM Jim Pingle

No need to include head.inc twice

87ae1a2b 02/28/2011 07:02 PM Jim Pingle

Fix page title.

15864861 10/19/2010 04:00 PM Jim Pingle

Change the description field on sysctl tunables to be 'descr' and not 'desc' so they will gain CDATA protection. Ticket #320

ee9933b6 08/12/2010 02:15 PM Renato Botelho

Use

ea53e38f 08/12/2010 12:44 PM Renato Botelho

gettext fixes

0b1f6634 05/10/2010 09:25 AM Seth Mos

When doubleclicking a tunable, bring up the edit screen

18464b74 04/27/2010 05:56 PM Carlos Eduardo Ramos

Implement gettext()

2b5f6a7e 03/26/2010 09:23 PM Ermal LUÇI

Correct MATCH name.

25f36aaf 03/24/2010 07:43 AM Erik Fonnesbeck

Redirect to the correct page after deleting an item.

6699b0ae 01/22/2010 08:20 PM Chris Buechler

fix this page

45849d22 12/06/2009 05:55 AM Scott Ullrich

Show default values

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

a368a026 06/30/2009 05:15 PM Ermal Luçi
  • 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...
faf158b1 11/02/2008 10:24 PM Scott Ullrich

s/action/act/

0a9251d2 11/02/2008 09:47 PM Scott Ullrich

Actually reload sysctl on changes

5591f753 11/02/2008 09:45 PM Scott Ullrich

Fix add feature

b6b53776 11/02/2008 09:35 PM Scott Ullrich

Correct script name

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.

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.