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
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