Remove old, unused NetUtils.js
Fix aliases popup width when fields are hidden when page is loaded. It should fix #4238
move jquery ui css to theme folders
Put line break only if IPv4 address exists
This makes a line for the IPv4 address if it is there. If the IPv4 address goes away, the whole line will disappear, leaving just the IPv6 address without an empty line above it.
Set Interfaces widget IPv6 address
Now that get_interfacestatus() is returning us the IPv6 address, and interfaces.widget.php has a div to put it in, actually update the IPv6 address on the widget.
Lastsawtime has moved further along
srcport, dstport and version are now explicitly passed as fields here, so lastsawtime is 3 fields further out.
Split ICMP and ICMPv6 types on Firewall Rules
- Remove redundant declaration of $icmptypes and move it to a commonplace (filter.inc)- Add missing ICMP types for v4- Add ICMPv6 types- Adjust javascripts to show correct options depending of IP Protocol...
Change text and color delimiter to carat sign
To match change made in functions.inc.php
Set text and color of Gateways Widget Status
getstats.php calls functions.inc.php get_stats(), which calls get_gatewaystats().get_gatewaystats() now returns the text for each field and an optional color separated by "/" - "text/color" e.g. "Online/#90EE90"...
Apply previous progressbar customizations for jquery-ui 1.11.1
Update jquery-ui components to 1.11.1, it fixes #3879"
Update jquery to 1.11.1
Import fix for http://bugs.jquery.com/ticket/9521
Change functions from row_toggle.js to work with different field names, keeping the old behaviour as default. This is necessary to have more than one group of fields in the same page
Do not reset source and destination port range values when it's an associated rule created by nat port forward. It fixes #3778
javascript normalization
replaced uppercase html tags with lowercasejs files saved as UTF-8 / LFlanguage="JavaScript" deprecated, replaced with type="text/javascript"
replaced BR with brreplaced uppercase html tags with lowaercase
Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br
standardize on www.pfsense.org and HTTPS, point package URLs topackages.pfsense.org
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
syntax errors corrected
Fix for #3416
Correct javascript error which prevents PPP/PPPoE per-link settings frombeing displayed (bandwidth, MTU, MRU, MRRU).
Also account for a widget being null/not defined, and not just closed/open.
Set id for select elements created dynamicaly created
reduce height of progress bars
convert dashboard progress bars to jqueryUI
ammend css for jquery progressbars
Remove datetimepicker.js since it's not used anymore
fix text - s/occured/occurred/
Fix #3113, fix multiple english spell errors s/seperet/separat/
Fix #3103, cleanup ports fields when protocol changes
Some more tweaks to state and mbuf update/output on dashboard widget.
Add a meter for states, too
Make mbufs update via ajax
Make synamic firewall logs and widget add new rows:
The Dynamic Firewall Log page doesn't add rows, it only updates the phpgenerated 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....
Cleanup unused pages that was supposed for upload_progress bars
Update usr/local/www/javascript/filter_log.js
Firewall Logs Widget FilteringOptions to filter on interfaces, 'pass', 'block', & 'reject'
table javascript sorting improvement sorttable 1.2.3.4:123 and *:1234 now sort properly.
fix #2639 (country interface selector in interfaces_ppps_edit.php)
also make ppps_edit more jslint ready for good measure
(line endings UNIX format..)Firewall log alternating colored rowsFirewall log sortableFixed several sorting issues in widgets and other pagesSorting now possible on multiple rows in the header tablesSorting now possible for text that starts with IPv4:port
Show/hide toggle
Added a setting for configuring the firewall log to either:-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.
improve alias popup in firewall_rulesinclude url_table list up to 10000 itemsread alias only on mouseoveruse table to list columnsshow edit shortcutshow total items value on popup description
fix jquery+domtt notices css on all themes
convert menu alerts/notices to jquery + domtt
Added load average information to the System Information widget
Allow 802.1p tags to be controlled from firewall rules edit screen
System info widget on dashboard now updates CPU Frequency automatically
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.
Merge pull request #78 from Whizkidzz/master
Added "interface_selection" to enable interface selection in tinydns
Added interface_selection for use in tinydnsCorrected the use of objectsize so that if its "undefined" the correct "rowsize[]" is usedwhich if used outside the for loop was also "undefined"
change behavior a bit on #bits dropdown
this is prepwork for restoring 24/64 bit defaults in vpn_ipsec_phase2
Fix newlines
feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input
http://redmine.pfsense.org/issues/2320
prep work for feature #2320: stub js function
prep work for feature #2320: tag dynamic fields for ipv4v6
Add date/time picker to Custom RRD graphs.
from: http://trentrichardson.com/examples/timepicker/
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).
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
Adapted the AjaxQueue code to work with jQuery
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
Converting javascript code from scriptaculous to jQuery
Convert dashboard ajax code from Prototype to jQuery
Add jQuery javascript library
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).
Add chosen js library (mit lic). Modify interface multiple select box to use.
Bump to 1.7
Teach row_helper about ipv6, should fix issue found here:http://forum.pfsense.org/index.php/topic,36709.0.html
Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mterron-clone into review/master
Only start log update ajax timer if the updateDelay is defined. http://forum.pfsense.org/index.php/topic,35771.0.html
Optimized all images using Yahoo Smush.it service.Savings:-------------------------------------Total images uploaded - 1432Total images smushed - 575Total uploaded images size - 4507518 bytesTotal smushed image size - 3928995 bytesPercentage saving - 14.724452%...
Comment
Add rowhelper_onDelete call
Nuke function_exists()
Add and use rowhelper_onAdd which will fire javascript code after adding new row
Remove debugging alert()
Add rowhelper_onChange variable for row helper and remove the previous function detection code
Touch log file so it can be created on livecd
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.
Honor rowsize.
Cleanup code and fix dynamic firewall log reverse view, fixes #1031
Add a function type to the field types allowed, to allow more field types without directly adding all of them to row helper.
Remove unnecessary variable and fix loop test. Corrects AJAX update of last gateway status table cell (it was never updated before)
Hide redirect and filter rule association fields when "no rdr" is checked. Ticket #570
Unhide the source port options on firewall rules when they are not at the defaults.
Revert "Shows source ports when they are already defined" - this only made it so they were never hidden.
This reverts commit d886ebd6d438cf9b397face67ed4f254de661a94.
Simplify the logic here so that it only uses this conditional expression once.
Revert "Remove unnecessary JS variable" - it had a purpose.
This reverts commit ec325889dc8a9a9ee4476bea6cb17cc4b63e28fe.
Fix the delete button and a couple other small errors. Ticket #891
Make possible to run multiple instances of pppoe server. Not yet switched to mpd4.
Move to javascript/
Fix ajax updating of fields when the CPU graph widget is not in use.
Merge remote branch 'mainline/master' into js
should be #777 not *777
Shows source ports when they are already defined
Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
Expose MRRU settings in the GUI for PPPoE (MLPPP).