Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a9392a4e 05/08/2011 02:20 AM Chris Buechler

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mterron-clone into review/master

e8503ff4 04/18/2011 05:08 PM Jim Pingle

Only start log update ajax timer if the updateDelay is defined. http://forum.pfsense.org/index.php/topic,35771.0.html

31c9b8a3 03/23/2011 02:39 PM Tux Dictumst

Optimized all images using Yahoo Smush.it service.
Savings:
-------------------------------------
Total images uploaded - 1432
Total images smushed - 575
Total uploaded images size - 4507518 bytes
Total smushed image size - 3928995 bytes
Percentage saving - 14.724452%...

b98e3a72 12/19/2010 09:35 PM Scott Ullrich

Comment

d9f22217 12/19/2010 09:34 PM Scott Ullrich

Add rowhelper_onDelete call

1c53acd3 12/19/2010 09:31 PM Scott Ullrich

Nuke function_exists()

28a9cb7f 12/19/2010 09:23 PM Scott Ullrich

Add and use rowhelper_onAdd which will fire javascript code after adding new row

8e946201 12/19/2010 09:15 PM Scott Ullrich

Remove debugging alert()

a17f284c 12/19/2010 09:14 PM Scott Ullrich

Add rowhelper_onChange variable for row helper and remove the previous function detection code

d64fa7f2 12/18/2010 07:42 PM Scott Ullrich

Touch log file so it can be created on livecd

d5b2cfd4 12/18/2010 01:19 AM Scott Ullrich

Adding support for custom hooks. If the function row_helper_dynamic_custom() exists it will be called and pass a tr object which is the createElement("tr") handle.

b176ce91 12/18/2010 01:19 AM Scott Ullrich

Honor rowsize.

004b1e69 11/23/2010 10:01 PM Jim Pingle

Cleanup code and fix dynamic firewall log reverse view, fixes #1031

5d27a3dc 11/09/2010 10:02 AM Erik Fonnesbeck

Add a function type to the field types allowed, to allow more field types without directly adding all of them to row helper.

6a71611f 10/07/2010 01:30 PM Jim Pingle

Remove unnecessary variable and fix loop test. Corrects AJAX update of last gateway status table cell (it was never updated before)

44374c0a 09/29/2010 06:05 AM Erik Fonnesbeck

Hide redirect and filter rule association fields when "no rdr" is checked. Ticket #570

3e74107e 09/29/2010 05:29 AM Erik Fonnesbeck

Unhide the source port options on firewall rules when they are not at the defaults.

70a9056f 09/29/2010 04:31 AM Erik Fonnesbeck

Revert "Shows source ports when they are already defined" - this only made it so they were never hidden.

This reverts commit d886ebd6d438cf9b397face67ed4f254de661a94.

96160768 09/29/2010 04:15 AM Erik Fonnesbeck

Simplify the logic here so that it only uses this conditional expression once.

727b04df 09/29/2010 04:02 AM Erik Fonnesbeck

Revert "Remove unnecessary JS variable" - it had a purpose.

This reverts commit ec325889dc8a9a9ee4476bea6cb17cc4b63e28fe.

331a89ca 09/14/2010 07:59 AM Erik Fonnesbeck

Fix the delete button and a couple other small errors. Ticket #891

0e642c78 09/02/2010 05:27 PM Ermal LUÇI

Make possible to run multiple instances of pppoe server. Not yet switched to mpd4.

6426fb80 08/30/2010 10:15 PM Scott Ullrich

Move to javascript/

15c5b5d6 08/17/2010 05:00 PM Jim Pingle

Fix ajax updating of fields when the CPU graph widget is not in use.

0ac1dafd 08/13/2010 05:43 PM Renato Botelho

Merge remote branch 'mainline/master' into js

f1ca6b86 08/13/2010 04:58 PM Chris Buechler

should be #777 not *777

d886ebd6 08/13/2010 04:49 PM Vinicius Coque

Shows source ports when they are already defined

2f848ab7 08/13/2010 02:33 PM Marcus Brown

Merge branch 'master' of rcs.pfsense.org:pfsense/mainline

6a30f701 08/13/2010 02:32 PM Marcus Brown

Expose MRRU settings in the GUI for PPPoE (MLPPP).

ec325889 08/13/2010 01:30 PM Vinicius Coque

Remove unnecessary JS variable

79671316 08/13/2010 01:20 PM Vinicius Coque

Fix the js that hides advanced button on firewall rules

e0c27075 08/10/2010 08:21 PM Jim Pingle

Add the ability to select a mode for LB pool members, load balance (default) or manual failover. If manual failover is selected, only allow one server to be chosen as active.

c63ee151 08/05/2010 05:43 PM Jim Pingle

Use more prototype conventions, fix some, and correct logic for moving rows.

bca84296 08/04/2010 06:44 PM Jim Pingle

Use prototype selectors here, and ensure we use only the log rows. Should fix the rare occasion where a rapid dynamic log update would overwrite the header row.

cac14686 06/05/2010 01:57 PM Marcus Brown

Fix javascript error and apn id so not duplicate id in html.

7db2ef5f 06/04/2010 12:20 AM Marcus Brown

Simplify GUI even more, especially for PPP connections.

c5232cbb 06/03/2010 04:07 PM Marcus Brown

Rework GUI to hide advanced options and display via button.

requested by Ermal.

460b635f 06/02/2010 01:22 PM Vinicius Coque

Listing service providers

- Added dropdown list to select provider
- Added javascrit methods to handle Ajax requests
6c538d04 05/29/2010 11:36 AM Marcus Brown

Clean up javascript even more, so unnecessary loops don't get executed.

d6366dd7 05/28/2010 03:46 PM Marcus Brown

Really fix javascript . . .

114990f4 05/28/2010 03:05 PM Marcus Brown

Fixed problems in javascript and added L2TP support to GUI.

ebef8175 05/28/2010 01:15 AM Marcus Brown

Fix javascript error.

8d657558 05/28/2010 01:00 AM Marcus Brown

Clean up code in interfaces_ppps_edit.php and in javascript.

0661b194 05/26/2010 02:07 PM Marcus Brown

Fix many things related to PPP connections.

Fixed tab array numbering in interfaces_* files. Enabled multilink over PPtP connections.
Fixed handling of bandwidth, mtu, mru settings. Removed unnecessary curly brackets from
single line if conditionals, and more . . .

9978e156 05/20/2010 01:22 AM Marcus Brown

Fix HTML tags in interfaces.php and delete extra javascript function in ppps_edit.js

37df6d7b 05/12/2010 12:27 PM Marcus Brown

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp

Conflicts:
etc/inc/upgrade_config.inc

00b702cc 05/12/2010 03:53 AM Marcus Brown

Bandwidth, MTU, MRU settings working.

1122a892 05/12/2010 02:09 AM Erik Fonnesbeck

Fix source input validation, saving, and the "View the NAT rule" link on linked filter rules. Ticket #586

0810c115 05/11/2010 08:41 AM Marcus Brown

Fix up final bits of PPPoE Periodic reset and disable setting of bandwidths for mlppp links for now.

a986f97f 05/08/2010 04:12 AM Marcus Brown

Working on PPPoE periodic reset. Writing out pppoe_restart_XXX file still needs work.

b8ed2a11 05/05/2010 07:26 PM Ermal LUÇI

Implement tcp flags and sloppy state on the GUI.

42809b4a 05/04/2010 08:35 AM Marcus Brown

Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and update affected files.

Also, add upgrade_config function 062_to_063.

de77ffdb 05/02/2010 09:39 AM Marcus Brown

Code to save data on a per port(bandwidth, mtu, mru, etc.) basis is working.

44d57a2b 05/02/2010 08:08 AM Marcus Brown

Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp

c9797064 05/02/2010 08:00 AM Marcus Brown

Working on javascript for bandwidth, mtu, mru inputs on mlppp gui.

9291bf44 05/01/2010 04:38 AM Marcus Brown

Fix up javascript and add id # to interfaces_mlppp page.

2595abeb 04/30/2010 09:21 AM Marcus Brown

Pull javascript out of mlppp_edit page into a separate file.

59ecde49 04/29/2010 11:27 AM Renato Botelho

Improve NAT Port Forwarding

New features available are:
  • Now you can disable a rule
  • You can define "no rdr" rules
  • Source type, address and port, with an option "not" for exceptions
  • Destination type, address and port, with an option "not" for exceptions...
2648fa63 04/27/2010 12:03 PM Renato Botelho

Automatically select destination as $Interface address when Interface is changed just for new rules, or, if previous rule has already the combination interface + interface address selected

be28a8c0 04/27/2010 11:41 AM Renato Botelho

Merge remote branch 'mainline/master'

db3829e1 04/27/2010 04:38 AM Scott Ullrich

Add binding support for row helper drop downs

a3e7bd0b 04/20/2010 04:00 PM Renato Botelho

Consider VIPs on Destination Address and below few fixes

- Rename change_dst to dst_change to follow standards
- Fix indent

eab43804 04/20/2010 01:55 PM Carlos Eduardo Ramos

changed destination type according to the selected interface

59b6de82 04/20/2010 12:26 PM Vinicius Coque

Hidding Redirect Target Port when using GRE and ESP

1b1d686f 04/20/2010 12:22 PM Carlos Eduardo Ramos

Disable redirect port field when a port different of (other) is selected

383654fc 04/19/2010 06:51 PM Vinicius Coque

Block source edit on associated firewall rules

cf9f53c8 04/19/2010 11:15 AM Renato Botelho

Merge remote branch 'mainline/master'

Conflicts:
etc/inc/filter.inc

7b7e5b30 04/18/2010 10:24 PM Chris Buechler

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

0d8a8615 04/08/2010 06:56 PM Vinicius Coque

Adding new fields to improved NAT port forward

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