Commit Graph

176 Commits

Author SHA1 Message Date
jim-p
2100a4542e Check if a widget is null before testing a property. Fixes skipped updates on certain widgets (like the gateway widget) if someone doesn't have the cpu widget file on their fs (which a clean install does not). 2011-09-13 13:57:47 -04:00
Scott Ullrich
4bb99603d3 Add chosen js library (mit lic). Modify interface multiple select box to use. 2011-07-23 18:51:32 -04:00
Scott Ullrich
e099a6710a Bump to 1.7 2011-07-22 17:17:24 -04:00
Bill Marquette
fed025ea77 Teach row_helper about ipv6, should fix issue found here:
http://forum.pfsense.org/index.php/topic,36709.0.html
2011-05-14 10:08:19 -05:00
Chris Buechler
a9392a4e36 Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mterron-clone into review/master 2011-05-07 22:20:11 -04:00
jim-p
e8503ff4b6 Only start log update ajax timer if the updateDelay is defined. http://forum.pfsense.org/index.php/topic,35771.0.html 2011-04-18 13:08:06 -04:00
root
31c9b8a385 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%
-------------------------------------
2011-03-23 11:39:35 -03:00
Scott Ullrich
b98e3a72bd Comment 2010-12-19 16:35:02 -05:00
Scott Ullrich
d9f2221783 Add rowhelper_onDelete call 2010-12-19 16:34:09 -05:00
Scott Ullrich
1c53acd3a4 Nuke function_exists() 2010-12-19 16:31:51 -05:00
Scott Ullrich
28a9cb7f4b Add and use rowhelper_onAdd which will fire javascript code after adding new row 2010-12-19 16:23:19 -05:00
Scott Ullrich
8e94620114 Remove debugging alert() 2010-12-19 16:15:47 -05:00
Scott Ullrich
a17f284ccf Add rowhelper_onChange variable for row helper and remove the previous function detection code 2010-12-19 16:14:44 -05:00
Scott Ullrich
d64fa7f254 Touch log file so it can be created on livecd 2010-12-18 14:42:31 -05:00
Scott Ullrich
d5b2cfd4c5 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. 2010-12-17 20:19:33 -05:00
Scott Ullrich
b176ce910f Honor rowsize. 2010-12-17 20:19:33 -05:00
jim-p
004b1e6998 Cleanup code and fix dynamic firewall log reverse view, fixes #1031 2010-11-23 17:01:46 -05:00
Erik Fonnesbeck
5d27a3dc14 Add a function type to the field types allowed, to allow more field types without directly adding all of them to row helper. 2010-11-09 03:02:54 -07:00
jim-p
6a71611f9b Remove unnecessary variable and fix loop test. Corrects AJAX update of last gateway status table cell (it was never updated before) 2010-10-07 09:30:24 -04:00
Erik Fonnesbeck
44374c0aff Hide redirect and filter rule association fields when "no rdr" is checked. Ticket #570 2010-09-29 00:05:04 -06:00
Erik Fonnesbeck
3e74107e59 Unhide the source port options on firewall rules when they are not at the defaults. 2010-09-28 23:29:17 -06:00
Erik Fonnesbeck
70a9056f34 Revert "Shows source ports when they are already defined" - this only made it so they were never hidden.
This reverts commit d886ebd6d4.
2010-09-28 22:31:28 -06:00
Erik Fonnesbeck
96160768af Simplify the logic here so that it only uses this conditional expression once. 2010-09-28 22:15:46 -06:00
Erik Fonnesbeck
727b04dfb7 Revert "Remove unnecessary JS variable" - it had a purpose.
This reverts commit ec325889dc.
2010-09-28 22:02:36 -06:00
Erik Fonnesbeck
331a89ca5b Fix the delete button and a couple other small errors. Ticket #891 2010-09-14 01:59:45 -06:00
Ermal
0e642c78b4 Make possible to run multiple instances of pppoe server. Not yet switched to mpd4. 2010-09-02 17:27:14 +00:00
Scott Ullrich
6426fb80e1 Move to javascript/ 2010-08-30 18:15:06 -04:00
jim-p
15c5b5d637 Fix ajax updating of fields when the CPU graph widget is not in use. 2010-08-17 13:00:15 -04:00
Renato Botelho
0ac1dafd6f Merge remote branch 'mainline/master' into js 2010-08-13 14:43:25 -03:00
Chris Buechler
f1ca6b86de should be #777 not *777 2010-08-13 12:58:47 -04:00
Vinicius Coque
d886ebd6d4 Shows source ports when they are already defined 2010-08-13 13:49:16 -03:00
gnhb
2f848ab7ae Merge branch 'master' of rcs.pfsense.org:pfsense/mainline 2010-08-13 21:33:56 +07:00
gnhb
6a30f701e2 Expose MRRU settings in the GUI for PPPoE (MLPPP). 2010-08-13 21:32:06 +07:00
Vinicius Coque
ec325889dc Remove unnecessary JS variable 2010-08-13 10:30:58 -03:00
Vinicius Coque
7967131684 Fix the js that hides advanced button on firewall rules 2010-08-13 10:20:21 -03:00
jim-p
e0c27075f3 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. 2010-08-10 16:21:32 -04:00
jim-p
c63ee151da Use more prototype conventions, fix some, and correct logic for moving rows. 2010-08-05 13:43:59 -04:00
jim-p
bca8429627 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. 2010-08-04 14:44:38 -04:00
gnhb
cac14686eb Fix javascript error and apn id so not duplicate id in html. 2010-06-05 20:57:11 +07:00
gnhb
7db2ef5fd8 Simplify GUI even more, especially for PPP connections. 2010-06-04 07:20:41 +07:00
gnhb
c5232cbbb9 Rework GUI to hide advanced options and display via button.
requested by Ermal.
2010-06-03 23:07:44 +07:00
Vinicius Coque
460b635f14 Listing service providers
- Added dropdown list to select provider
 - Added javascrit methods to handle Ajax requests
2010-06-02 10:22:35 -03:00
gnhb
6c538d04e2 Clean up javascript even more, so unnecessary loops don't get executed. 2010-05-29 18:36:13 +07:00
gnhb
d6366dd7be Really fix javascript . . . 2010-05-28 22:46:59 +07:00
gnhb
114990f43a Fixed problems in javascript and added L2TP support to GUI. 2010-05-28 22:05:40 +07:00
gnhb
ebef8175be Fix javascript error. 2010-05-28 08:15:57 +07:00
gnhb
8d657558c2 Clean up code in interfaces_ppps_edit.php and in javascript. 2010-05-28 08:00:06 +07:00
gnhb
0661b194d9 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 . . .
2010-05-26 21:07:00 +07:00
gnhb
9978e156d5 Fix HTML tags in interfaces.php and delete extra javascript function in ppps_edit.js 2010-05-20 08:22:25 +07:00
gnhb
37df6d7b15 Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
Conflicts:
	etc/inc/upgrade_config.inc
2010-05-12 19:27:12 +07:00