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).
Remove unnecessary JS variable
Fix the js that hides advanced button on firewall rules
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.
Use more prototype conventions, fix some, and correct logic for moving rows.
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.
Fix javascript error and apn id so not duplicate id in html.
Simplify GUI even more, especially for PPP connections.
Rework GUI to hide advanced options and display via button.
requested by Ermal.
Listing service providers
- Added dropdown list to select provider - Added javascrit methods to handle Ajax requests
Clean up javascript even more, so unnecessary loops don't get executed.
Really fix javascript . . .
Fixed problems in javascript and added L2TP support to GUI.
Fix javascript error.
Clean up code in interfaces_ppps_edit.php and in javascript.
Fix many things related to PPP connections.
Fixed tab array numbering in interfaces_* files. Enabled multilink over PPtP connections.Fixed handling of bandwidth, mtu, mru settings. Removed unnecessary curly brackets fromsingle line if conditionals, and more . . .
Fix HTML tags in interfaces.php and delete extra javascript function in ppps_edit.js
Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
Conflicts: etc/inc/upgrade_config.inc
Bandwidth, MTU, MRU settings working.
Fix source input validation, saving, and the "View the NAT rule" link on linked filter rules. Ticket #586
Fix up final bits of PPPoE Periodic reset and disable setting of bandwidths for mlppp links for now.
Working on PPPoE periodic reset. Writing out pppoe_restart_XXX file still needs work.
Implement tcp flags and sloppy state on the GUI.
Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and update affected files.
Also, add upgrade_config function 062_to_063.
Code to save data on a per port(bandwidth, mtu, mru, etc.) basis is working.