Cristian Feldman
25a46a3cb2
Added load average information to the System Information widget
2012-05-24 18:52:27 -03:00
Ermal
1346306cf7
Allow 802.1p tags to be controlled from firewall rules edit screen
2012-05-18 19:49:41 +00:00
Cristian Feldman
4dedd18a80
System info widget on dashboard now updates CPU Frequency automatically
2012-05-18 00:53:21 -03:00
Erik Fonnesbeck
0b4ae4b5ca
Check for this function before calling it to avoid an error when hitting that line for pages that don't include the js file for it.
2012-04-07 15:55:12 -06:00
Scott Ullrich
48cb641a81
Merge pull request #78 from Whizkidzz/master
...
Added "interface_selection" to enable interface selection in tinydns
2012-04-06 10:16:06 -07:00
whizkidzz
de69fab34c
Added interface_selection for use in tinydns
...
Corrected the use of objectsize so that if its "undefined" the correct "rowsize[]" is used
which if used outside the for loop was also "undefined"
2012-04-06 16:01:17 +02:00
Darren Embry
b771e46942
change behavior a bit on #bits dropdown
...
this is prepwork for restoring 24/64 bit defaults in vpn_ipsec_phase2
2012-04-05 19:09:19 -04:00
jim-p
1ab1f0a988
Fix newlines
2012-04-04 11:34:47 -04:00
Darren Embry
f51d5d57a6
feature #2320 : JS helper to toggle subnet mask for ipv4/v6 during input
...
http://redmine.pfsense.org/issues/2320
2012-03-28 18:50:02 -04:00
Darren Embry
980ded5a1b
prep work for feature #2320 : stub js function
2012-03-28 16:58:22 -04:00
Darren Embry
a94c3e438a
prep work for feature #2320 : tag dynamic fields for ipv4v6
2012-03-28 16:57:57 -04:00
Darren Embry
ce49a7c9f2
Add date/time picker to Custom RRD graphs.
...
from: http://trentrichardson.com/examples/timepicker/
2012-03-23 13:35:32 -04:00
jim-p
3a94345cea
Change system info widget fields from <input> to <span> so they don't appear editable, and we aren't bound by their width constraints. (One long one was messing up table width).
2012-01-11 11:48:11 -05:00
Joecowboy
e54d3461b4
Fixed Javascript error in function updateInterfaces(x)
...
Removed the return that revented the updates to widgets in function stats(x)
Tweaked Javascript code in function updateTemp(x) for temperature output
2012-01-05 18:04:57 -06:00
Vinicius Coque
1c3351bd08
Adapted the AjaxQueue code to work with jQuery
2011-12-11 20:52:50 -02:00
Vinicius Coque
c69c58e2e7
Converting from scriptaculous to jQuery
...
Adding jQuery UI, so now we can use effects and widgets provided by this library and remove scriptaculous code. Building the dashboard using the widget jQuery UI sortable
2011-11-16 00:12:21 -02:00
Vinicius Coque
a02ecc943f
Converting javascript code from scriptaculous to jQuery
2011-11-15 16:09:31 -02:00
Vinicius Coque
bef629ac81
Converting from scriptaculous to jQuery
2011-11-15 14:55:52 -02:00
Vinicius Coque
b1678e2d72
Convert dashboard ajax code from Prototype to jQuery
2011-09-27 19:31:19 -03:00
Vinicius Coque
9cd55a6611
Add jQuery javascript library
2011-09-27 19:31:18 -03:00
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