Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
7b7e5b30 04/18/2010 10:24 PM Chris Buechler

remove commented out bit that causes annoying pop ups in IE. Ticket #299

bef28e2d 04/03/2010 10:18 PM Jim Pingle

Fix sortable to handle sorting of IP address columns properly. Resolves #469

e54626e2 03/08/2010 12:29 PM Ermal Luçi

Fix rowhelper size usage.

856722c3 01/08/2010 04:09 AM Chris Buechler

fix alert scroller in Chrome

Ticket #237

8803319c 01/05/2010 08:20 PM Chris Buechler

fix conflict between domTT and prototype that was breaking javascript in a number of areas. Problem described here.
http://groups.google.com/group/dom-tooltip/browse_thread/thread/3f0ecf76e0755ffc?pli=1
Ticket #276 among others

011b9493 12/24/2009 01:38 AM Scott Ullrich

Adding latest dom_TT. Fixes #202 Thanks to RobisCool

3bb547c2 12/24/2009 12:10 AM Scott Ullrich

Updating to 1.8.3

473d0ff0 12/12/2009 08:57 PM Pierre POMES

Add patch from lietu (Janne Enberg). Ticket #136

1) Multiple NAT rules can be assigned the same filter rule
-> Fixed, added assigned-nat-rule-id to filter rules to keep track of the assignment

2) when removing the link (i.e. switching to "pass" or "none", the linked rule isn't deleted (should it be? probably yes)...

c1dc0652 12/04/2009 02:18 PM Ermal Luçi

Make all autocompletes in there case insensitive.

61c0250d 12/03/2009 10:09 PM Scott Ullrich

Fixup Source OS box

adb633a0 12/03/2009 10:05 PM Scott Ullrich

Minor formatting + hide Source OS behind Advanced box

4c263f57 12/03/2009 09:50 PM Scott Ullrich

Hide layer7 and in/out behind advanced button

0239d8ee 12/03/2009 08:17 PM Scott Ullrich

Make xmlrpc sync, schedule, gateway, in/out, ackqueue and layer7 all advanced type buttons simplifying the firewall rule edit form for 99% of the cases

b6867d81 11/30/2009 06:43 AM Ermal Luçi

Ticket #146. Fix the autocompletion of ports aliases only for the ports and host/network aliases for the src/dst. Checking if a valid alias is entered end if it is a correct one for this box seems like to much overhead and work for this. (For firewall_nat_edit.php)

72cb5baf 11/30/2009 06:40 AM Ermal Luçi

Ticket #146. Fix the autocompletion of ports aliases only for the ports and host/network aliases for the src/dst. Checking if a valid alias is entered end if it is a correct one for this box seems like to much overhead and work for this.

30c4ae8a 11/28/2009 07:56 PM Scott Ullrich

Seperate diffserv box into a <select> dropdown. Hide item behind advanced button. Move down one section near other advanced items. Resolves #60

b2d9323d 08/23/2009 09:33 PM Scott Ullrich

Move back to using sortable as class name

ff9d6728 08/20/2009 07:33 PM Scott Ullrich

Modify sortable.js to work on tabcont as opposed to sortable class. This has the effect of making any table that has a single header sortable instead of having to visit each page. Sponsored-by: BSD Perimeter Commercial Support

7581a050 07/23/2009 09:32 PM Ermal Luçi

Make matching on autosuggestion case insensitive.

0cea9a23 07/23/2009 09:05 PM Ermal Luçi

Add the id tag to the row helper javascript created input objects. Make the controls of aliases clearly show that they can be even alias names with autocomplete.(Loop checking is not yet implemented).

0e0e232b 06/02/2009 06:21 PM Renato Botelho

Avoid errors when a non-existent element is called by a function

Submitted-by: Manoel Carvalho

af8ae7ce 04/04/2009 11:50 PM Jim Pingle Filter log parsing update
  • Share filter log parsing code instead of using copy/paste/code duplication.
  • Reworked the JavaScript a little so it could also be shared
  • Fix a large number of bugs, especially in the AJAX-based dynamic log viewer.
  • Picks up some more detail from the logs, and more accurately determines the protocol of a given log entry....
b1e3b7f4 03/14/2009 11:45 PM Bill Marquette

remove dead JS files

625dcc40 03/14/2009 07:41 PM Bill Marquette

Massive javascript cleanup, all .js files now live in $g['www_path']/javascript
Purged unused JS

d3bc15ea 03/14/2009 07:22 PM Bill Marquette

Move datetimepicker javascript to JS directory

2687a6fa 03/14/2009 06:16 PM Scott Ullrich

Adding Ajax queue system.

Example usage:

AjaxQueue.setBatchSize(1);
AjaxQueue.push("http://www.testingqueue.com/process/",{onSucess: funcSuccess, onfailure: funcFailure});
AjaxQueue.push("http://www.testingqueue.com/process1/",{onSucess: funcSuccess1, onfailure: funcFailure1}, "myDiv");...

bae568cc 03/14/2009 07:20 AM Bill Marquette

a little cleaner JS

01da41cf 03/14/2009 06:26 AM Bill Marquette

Sajax is no more, long live Prototype
This eliminates one AJAX library, but not all "non-Prototype" AJAX code

f8b14770 03/14/2009 03:13 AM Bill Marquette

Make use of Prototype-ism's in sajax.js - first small step in attempting to remove sajax from pfSense

547fb934 03/13/2009 06:38 AM Bill Marquette

dunno where prototype 1.6.0.3 ran off to, but reign it back in and make it submit

aa3cb4f0 03/13/2009 06:29 AM Bill Marquette

bump scriptaculous to 1.8.2

d2c5fcc1 03/11/2009 10:35 PM Scott Ullrich
  • Make function opening braces uniform.
  • Minor documentation additions
98509219 03/11/2009 10:32 PM Scott Ullrich

Ensure that the gateway widget exists before populating data during ajax calls.

e0a16925 03/11/2009 10:02 PM Scott Ullrich

Change to 11 second refresh, a lot of underlying information refreshes
every 10 seconds.

3dfa6a52 03/11/2009 09:28 PM Scott Ullrich

Add ajax mojo to gateway status widget

37fea5cc 03/09/2009 03:08 AM Scott Ullrich

Graph value on the GraphLink graph, too

5f00df88 03/08/2009 10:10 PM Scott Ullrich

Test to make sure items exist before trying to get their properties

23a54db3 03/08/2009 09:44 PM Scott Ullrich

Change update interval for sajax to 10000

ee01cb05 02/15/2009 07:05 PM Chris Buechler

Revert "show/hide icmp6box"

This reverts commit 9ce5e10ac4fe43e9b580344454dd27172b6c4456.

9ce5e10a 01/20/2009 08:30 AM Simon Cornelius P. Umacob

show/hide icmp6box

ce996bd3 01/20/2009 06:30 AM Simon Cornelius P. Umacob

add IPv6.inc and NetUtils.js

daad17fd 12/05/2008 07:56 PM Scott Ullrich

Update to v2

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.

b5a7edb1 08/02/2008 03:49 AM Bill Marquette

update scriptaculous to version 1.8.1

62654413 07/27/2008 04:30 AM Scott Ullrich

Adding firebug lite

e6eeebed 07/27/2008 02:20 AM Scott Ullrich

Fix closing </script> so we can be inlined.

f9b7608e 03/17/2008 09:49 PM Scott Dale

correct definitions

34eac803 03/17/2008 01:55 AM Scott Dale

Show loading icon while loading new widget through AJAX. Note: loading icon needs improvement.

9c0fa9d5 12/30/2007 09:07 PM Scott Dale

new ajax functions for dashboard

63353c9e 11/01/2007 09:02 PM Seth Mos

Add back scriptaculous files which are being used by the RRD graphs
page. Replacements welcome if we want it removed. See
status_rrd_graph.php

8f4423e5 10/28/2007 02:19 AM Daniel Stefan Haischt
  • removed scriptaculous. It will be added while building the ISO
    or embedded image.
66eff923 10/05/2007 09:11 PM Bill Marquette

Ticket #1448: IP Address sorting was MFC'd from HEAD (this whole file
should probably be MFC'd)

MFC: to RELENG_1_2

79379fa0 02/12/2007 08:03 PM Scott Dale

DomTT library for popups.

a56d2bd3 01/29/2007 10:59 PM Daniel Stefan Haischt
  • added missing images for numericupdown and datepicker controll
fb3cb2c5 01/29/2007 10:07 PM Scott Ullrich

MFC #2 of #2

6ec18a7a 09/04/2006 10:52 PM Scott Ullrich

Allow item to be saved

120daf83 09/04/2006 10:38 PM Scott Ullrich

If the destination port is an alias, then force the local port as the same alias. We will need to circle back in filter.inc to detect this situation and omit the local port from the rule.

3280df11 09/04/2006 10:19 PM Scott Ullrich

Turn off debugging alert()

f5a68408 09/04/2006 10:07 PM Scott Ullrich

Re-enable items when needed

e2705d67 09/04/2006 10:03 PM Scott Ullrich

When a External port range item is an alias, disallow the entry of Local port.

In-discussion-with: BillM
Bug-reported-by: ChrisB

f6970b2f 07/05/2006 03:11 AM Scott Ullrich

Keep state really wants to be an advanced option, too. Let him join the party.

be812936 07/05/2006 02:56 AM Scott Ullrich

Make other button consistent now with a -

197b2a47 07/05/2006 02:52 AM Scott Ullrich

Turn advanced option are into a default to no show area as well.

5896157c 07/05/2006 01:34 AM Scott Ullrich

Remove debugging alert()

60bc190a 07/05/2006 01:34 AM Scott Ullrich

Correct check to 2

b62c6548 07/05/2006 01:18 AM Scott Ullrich

Repopulate advanced <div> after changes

292d54c8 07/05/2006 01:11 AM Scott Ullrich

Sync sprtable

9bd15edf 07/05/2006 01:08 AM Scott Ullrich

Sync sprtable

3de8af0e 07/05/2006 01:07 AM Scott Ullrich

MFC
Hide source and destination port boxes when protocol is not tcp, udp or tcp/udp

13c2a812 07/05/2006 12:16 AM Scott Ullrich

Set style.display = '' to display hidden table row

22abf2ef 07/04/2006 11:49 PM Scott Ullrich

Hide Show advanced option button when user clicks on the option

8c84fe43 07/04/2006 11:35 PM Scott Ullrich

MFC
Require the user to have a brain to see the Source port range for a firewall rule by adding a link in the source box that says Advanced - Show source port range.

2ec7bef4 04/05/2006 09:00 PM Scott Ullrich

Update to script.aculo.us version 1.60

7db1344b 03/19/2006 10:13 PM Scott Ullrich

Add sortable table javascript handler.

See http://www.kryogenix.org/code/browser/sorttable/ for more info.

a3b4fc9b 03/04/2006 08:30 PM Scott Ullrich

Files needed for auto complete

270dc92c 02/23/2006 10:15 PM Scott Ullrich

Remove scheduler references

989c7b57 01/30/2006 01:58 AM Scott Ullrich

MFC

670fe849 01/16/2006 10:33 PM Scott Ullrich

Add ajaxStarted which will tell if Ajax has started.

922b4420 01/06/2006 09:21 PM Scott Ullrich

Use a for() loop

4cb423d5 01/06/2006 09:04 PM Scott Ullrich

Der, this is JS, not PHP.

55bade0b 01/06/2006 08:40 PM Scott Ullrich

Check all AJAX values. If any of them are undefined then return.

8e325304 01/01/2006 04:21 AM Scott Ullrich

Change refresh rate to 7000

876bb30f 01/01/2006 03:11 AM Scott Ullrich

Do not process undefined items

f78b47e3 10/23/2005 11:22 PM Scott Ullrich

MFC 7117
Temperature is in Celsius not in percentages

c117537a 10/11/2005 05:24 PM Scott Ullrich

Correctly disable for GRE too..

Ticket #585

b66f7667 10/05/2005 07:48 PM Scott Ullrich
  • Grey out port items when proto is GRE or ESP
  • Ignore ports in input validation fields when port is GRE or ESP

Ticket #585

92ab0566 09/18/2005 05:00 AM Erik Kristensen

Fixed a Merge

fb4d93ac 09/18/2005 03:31 AM Scott Ullrich

increase to 4000

d3f34fae 09/18/2005 03:23 AM Scott Ullrich

increase to 3.5 seconds

5872171a 09/18/2005 02:33 AM Scott Ullrich

Change refresh to 2 seconds

cd0545aa 09/16/2005 07:25 PM Bill Marquette

Fix system_advanced.php javascript

61381bd9 09/15/2005 05:58 AM Scott Ullrich

woops, wrong file

a5c4926e 09/15/2005 05:58 AM Scott Ullrich

Move connection aborted check up further

85c54575 09/15/2005 05:49 AM Scott Ullrich

Correct cpu meters

7979a809 09/15/2005 03:21 AM Bill Marquette

Make temp monitor really work - make a little more modular too

1804023d 09/15/2005 02:55 AM Bill Marquette

Make 4801 temp monitor work (and make it work with sajax)

c07d326e 09/13/2005 05:10 AM Scott Ullrich

Change refresh to 5000

c15a0061 09/11/2005 09:02 PM Erik Kristensen

Update time now 10 seconds.

d772ac32 09/11/2005 06:17 AM Erik Kristensen

Added SAJAX support.
System Meters are updated via AJAX now.
Started XHTML/CSS cleanup.

7f387ab0 09/07/2005 11:42 PM Erik Kristensen

Disabling Enter Key on Auto-Complete pages ...
Enter Key now Selects Auto-Complete Options ...
Added Auto-Complete to firewall_shaper_edit.php ...