Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added load average information to the System Information widget | Cristian Feldman | 2012-05-24 | 1 | -0/+6 |
| | |||||
* | Allow 802.1p tags to be controlled from firewall rules edit screen | Ermal | 2012-05-18 | 1 | -0/+6 |
| | |||||
* | System info widget on dashboard now updates CPU Frequency automatically | Cristian Feldman | 2012-05-18 | 1 | -0/+6 |
| | |||||
* | Check for this function before calling it to avoid an error when hitting ↵ | Erik Fonnesbeck | 2012-04-07 | 2 | -2/+4 |
| | | | | that line for pages that don't include the js file for it. | ||||
* | Merge pull request #78 from Whizkidzz/master | Scott Ullrich | 2012-04-06 | 1 | -5/+8 |
|\ | | | | | Added "interface_selection" to enable interface selection in tinydns | ||||
| * | Added interface_selection for use in tinydns | whizkidzz | 2012-04-06 | 1 | -5/+8 |
| | | | | | | | | | | 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" | ||||
* | | change behavior a bit on #bits dropdown | Darren Embry | 2012-04-05 | 1 | -14/+24 |
| | | | | | | | | this is prepwork for restoring 24/64 bit defaults in vpn_ipsec_phase2 | ||||
* | | Fix newlines | jim-p | 2012-04-04 | 2 | -1333/+1333 |
|/ | |||||
* | feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input | Darren Embry | 2012-03-28 | 2 | -14/+130 |
| | | | | http://redmine.pfsense.org/issues/2320 | ||||
* | prep work for feature #2320: stub js function | Darren Embry | 2012-03-28 | 1 | -0/+15 |
| | |||||
* | prep work for feature #2320: tag dynamic fields for ipv4v6 | Darren Embry | 2012-03-28 | 2 | -1/+18 |
| | |||||
* | Add date/time picker to Custom RRD graphs. | Darren Embry | 2012-03-23 | 31 | -0/+1898 |
| | | | | from: http://trentrichardson.com/examples/timepicker/ | ||||
* | Change system info widget fields from <input> to <span> so they don't appear ↵ | jim-p | 2012-01-11 | 1 | -5/+5 |
| | | | | editable, and we aren't bound by their width constraints. (One long one was messing up table width). | ||||
* | Fixed Javascript error in function updateInterfaces(x) | Joecowboy | 2012-01-05 | 1 | -22/+25 |
| | | | | Removed the return that revented the updates to widgets in function stats(x) Tweaked Javascript code in function updateTemp(x) for temperature output | ||||
* | Adapted the AjaxQueue code to work with jQuery | Vinicius Coque | 2011-12-11 | 1 | -17/+19 |
| | |||||
* | Converting from scriptaculous to jQuery | Vinicius Coque | 2011-11-16 | 2 | -1/+792 |
| | | | | 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 | ||||
* | Converting javascript code from scriptaculous to jQuery | Vinicius Coque | 2011-11-15 | 1 | -9/+9 |
| | |||||
* | Converting from scriptaculous to jQuery | Vinicius Coque | 2011-11-15 | 2 | -128/+122 |
| | |||||
* | Convert dashboard ajax code from Prototype to jQuery | Vinicius Coque | 2011-09-27 | 1 | -48/+48 |
| | |||||
* | Add jQuery javascript library | Vinicius Coque | 2011-09-27 | 1 | -0/+8981 |
| | |||||
* | Check if a widget is null before testing a property. Fixes skipped updates ↵ | jim-p | 2011-09-13 | 1 | -1/+1 |
| | | | | 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). | ||||
* | Add chosen js library (mit lic). Modify interface multiple select box to use. | Scott Ullrich | 2011-07-23 | 8 | -0/+3117 |
| | |||||
* | Bump to 1.7 | Scott Ullrich | 2011-07-22 | 1 | -1130/+2337 |
| | |||||
* | Teach row_helper about ipv6, should fix issue found here: | Bill Marquette | 2011-05-14 | 1 | -2/+12 |
| | | | | http://forum.pfsense.org/index.php/topic,36709.0.html | ||||
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mterron-clone ↵ | Chris Buechler | 2011-05-07 | 7 | -0/+0 |
|\ | | | | | | | into review/master | ||||
| * | Optimized all images using Yahoo Smush.it service. | root | 2011-03-23 | 7 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | 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% ------------------------------------- | ||||
* | | Only start log update ajax timer if the updateDelay is defined. ↵ | jim-p | 2011-04-18 | 1 | -1/+3 |
|/ | | | | http://forum.pfsense.org/index.php/topic,35771.0.html | ||||
* | Comment | Scott Ullrich | 2010-12-19 | 1 | -0/+3 |
| | |||||
* | Add rowhelper_onDelete call | Scott Ullrich | 2010-12-19 | 1 | -2/+5 |
| | |||||
* | Nuke function_exists() | Scott Ullrich | 2010-12-19 | 1 | -14/+0 |
| | |||||
* | Add and use rowhelper_onAdd which will fire javascript code after adding new row | Scott Ullrich | 2010-12-19 | 1 | -0/+3 |
| | |||||
* | Remove debugging alert() | Scott Ullrich | 2010-12-19 | 1 | -1/+0 |
| | |||||
* | Add rowhelper_onChange variable for row helper and remove the previous ↵ | Scott Ullrich | 2010-12-19 | 1 | -16/+12 |
| | | | | function detection code | ||||
* | Touch log file so it can be created on livecd | Scott Ullrich | 2010-12-18 | 1 | -2/+5 |
| | |||||
* | Adding support for custom hooks. If the function ↵ | Scott Ullrich | 2010-12-17 | 1 | -6/+23 |
| | | | | row_helper_dynamic_custom() exists it will be called and pass a tr object which is the createElement("tr") handle. | ||||
* | Honor rowsize. | Scott Ullrich | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | Cleanup code and fix dynamic firewall log reverse view, fixes #1031 | jim-p | 2010-11-23 | 1 | -9/+9 |
| | |||||
* | Add a function type to the field types allowed, to allow more field types ↵ | Erik Fonnesbeck | 2010-11-09 | 2 | -2/+6 |
| | | | | without directly adding all of them to row helper. | ||||
* | Remove unnecessary variable and fix loop test. Corrects AJAX update of last ↵ | jim-p | 2010-10-07 | 1 | -5/+3 |
| | | | | gateway status table cell (it was never updated before) | ||||
* | Hide redirect and filter rule association fields when "no rdr" is checked. ↵ | Erik Fonnesbeck | 2010-09-29 | 1 | -1/+13 |
| | | | | Ticket #570 | ||||
* | Unhide the source port options on firewall rules when they are not at the ↵ | Erik Fonnesbeck | 2010-09-28 | 1 | -2/+4 |
| | | | | defaults. | ||||
* | Revert "Shows source ports when they are already defined" - this only made ↵ | Erik Fonnesbeck | 2010-09-28 | 1 | -4/+2 |
| | | | | | | it so they were never hidden. This reverts commit d886ebd6d438cf9b397face67ed4f254de661a94. | ||||
* | Simplify the logic here so that it only uses this conditional expression once. | Erik Fonnesbeck | 2010-09-28 | 1 | -2/+2 |
| | |||||
* | Revert "Remove unnecessary JS variable" - it had a purpose. | Erik Fonnesbeck | 2010-09-28 | 1 | -1/+3 |
| | | | | This reverts commit ec325889dc8a9a9ee4476bea6cb17cc4b63e28fe. | ||||
* | Fix the delete button and a couple other small errors. Ticket #891 | Erik Fonnesbeck | 2010-09-14 | 2 | -2/+2 |
| | |||||
* | Make possible to run multiple instances of pppoe server. Not yet switched to ↵ | Ermal | 2010-09-02 | 1 | -0/+2 |
| | | | | mpd4. | ||||
* | Move to javascript/ | Scott Ullrich | 2010-08-30 | 1 | -0/+142 |
| | |||||
* | Fix ajax updating of fields when the CPU graph widget is not in use. | jim-p | 2010-08-17 | 1 | -4/+4 |
| | |||||
* | Merge remote branch 'mainline/master' into js | Renato Botelho | 2010-08-13 | 1 | -1/+4 |
|\ | |||||
| * | should be #777 not *777 | Chris Buechler | 2010-08-13 | 1 | -1/+1 |
| | |