summaryrefslogtreecommitdiffstats
path: root/usr/local/www/javascript
Commit message (Collapse)AuthorAgeFilesLines
* standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-143-3/+3
| | | | packages.pfsense.org
* syntax errors correctedayvis2014-03-042-3/+2
|
* Fix for #3416Brian Candler2014-02-101-1/+1
| | | | | Correct javascript error which prevents PPP/PPPoE per-link settings from being displayed (bandwidth, MTU, MRU, MRRU).
* Also account for a widget being null/not defined, and not just closed/open.jim-p2013-12-051-1/+1
|
* Set id for select elements created dynamicaly createdRenato Botelho2013-10-211-3/+3
|
* reduce height of progress barsCharlie Marshall2013-08-141-1/+1
|
* convert dashboard progress bars to jqueryUICharlie Marshall2013-08-141-21/+12
|
* ammend css for jquery progressbarsCharlie Marshall2013-08-141-2/+2
|
* Remove datetimepicker.js since it's not used anymoreRenato Botelho2013-08-121-486/+0
|
* fix text - s/occured/occurred/Chris Buechler2013-08-011-1/+1
|
* Fix #3113, fix multiple english spell errors s/seperet/separat/Renato Botelho2013-07-283-3/+3
|
* Fix #3103, cleanup ports fields when protocol changesRenato Botelho2013-07-241-0/+6
|
* Some more tweaks to state and mbuf update/output on dashboard widget.jim-p2013-07-161-1/+7
|
* Add a meter for states, toojim-p2013-07-161-0/+10
|
* Make mbufs update via ajaxjim-p2013-07-161-0/+10
|
* Make synamic firewall logs and widget add new rows:Renato Botelho2013-01-251-19/+40
| | | | | | | | | | The Dynamic Firewall Log page doesn't add rows, it only updates the php generated rows which means that if it's loaded after the log is cleared, it'll never show any activity. The same occurs for the log widget. This pacth fix this issue moving from absolutely sized spans to tables. It should fix #2763
* Cleanup unused pages that was supposed for upload_progress barsErmal2013-01-051-11/+0
|
* Update usr/local/www/javascript/filter_log.jsN0YB2012-12-071-2/+15
| | | Firewall Logs Widget FilteringOptions to filter on interfaces, 'pass', 'block', & 'reject'
* table javascript sorting improvement sorttable 1.2.3.4:123 and *:1234 now ↵PiBa-NL2012-11-061-15/+44
| | | | sort properly.
* fix #2639 (country interface selector in interfaces_ppps_edit.php)Darren Embry2012-10-261-45/+61
| | | | also make ppps_edit more jslint ready for good measure
* (line endings UNIX format..)PiBa-NL2012-09-162-19/+72
| | | | | | | | Firewall log alternating colored rows Firewall log sortable Fixed several sorting issues in widgets and other pages Sorting now possible on multiple rows in the header tables Sorting now possible for text that starts with IPv4:port
* Show/hide togglePiBa-NL2012-09-101-1/+1
|
* Added a setting for configuring the firewall log to either:PiBa-NL2012-09-101-0/+12
| | | | | | | | -Not load descriptions -Show descriptions in a column -Show descriptions on a second row (after a click on 'show descriptions') 'fixed' a few html validation issues..
* re-indentation.Darren Embry2012-06-221-322/+322
|
* improve alias popup in firewall_rulesCharlie Root2012-06-161-1/+15
| | | | | | | | include url_table list up to 10000 items read alias only on mouseover use table to list columns show edit shortcut show total items value on popup description
* fix jquery+domtt notices css on all themesMarcello Coutinho2012-06-091-1/+1
|
* convert menu alerts/notices to jquery + domttMarcello Coutinho2012-06-081-54/+55
|
* Added load average information to the System Information widgetCristian Feldman2012-05-241-0/+6
|
* Allow 802.1p tags to be controlled from firewall rules edit screenErmal2012-05-181-0/+6
|
* System info widget on dashboard now updates CPU Frequency automaticallyCristian Feldman2012-05-181-0/+6
|
* Check for this function before calling it to avoid an error when hitting ↵Erik Fonnesbeck2012-04-072-2/+4
| | | | that line for pages that don't include the js file for it.
* Merge pull request #78 from Whizkidzz/masterScott Ullrich2012-04-061-5/+8
|\ | | | | Added "interface_selection" to enable interface selection in tinydns
| * Added interface_selection for use in tinydnswhizkidzz2012-04-061-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 dropdownDarren Embry2012-04-051-14/+24
| | | | | | | | this is prepwork for restoring 24/64 bit defaults in vpn_ipsec_phase2
* | Fix newlinesjim-p2012-04-042-1333/+1333
|/
* feature #2320: JS helper to toggle subnet mask for ipv4/v6 during inputDarren Embry2012-03-282-14/+130
| | | | http://redmine.pfsense.org/issues/2320
* prep work for feature #2320: stub js functionDarren Embry2012-03-281-0/+15
|
* prep work for feature #2320: tag dynamic fields for ipv4v6Darren Embry2012-03-282-1/+18
|
* Add date/time picker to Custom RRD graphs.Darren Embry2012-03-2331-0/+1898
| | | | from: http://trentrichardson.com/examples/timepicker/
* Change system info widget fields from <input> to <span> so they don't appear ↵jim-p2012-01-111-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) Joecowboy2012-01-051-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 jQueryVinicius Coque2011-12-111-17/+19
|
* Converting from scriptaculous to jQueryVinicius Coque2011-11-162-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 jQueryVinicius Coque2011-11-151-9/+9
|
* Converting from scriptaculous to jQueryVinicius Coque2011-11-152-128/+122
|
* Convert dashboard ajax code from Prototype to jQueryVinicius Coque2011-09-271-48/+48
|
* Add jQuery javascript libraryVinicius Coque2011-09-271-0/+8981
|
* Check if a widget is null before testing a property. Fixes skipped updates ↵jim-p2011-09-131-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 Ullrich2011-07-238-0/+3117
|
* Bump to 1.7Scott Ullrich2011-07-221-1130/+2337
|
OpenPOWER on IntegriCloud