summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The topology line also must be skipped if an SSL/TLS mode is used with a ↵jim-p2016-01-211-1/+2
| | | | CIDR less than 30.
* Regenerate pfSense.potRenato Botelho2016-01-211-327/+1125
|
* Add 2nd parameter of Form_Select to translationRenato Botelho2016-01-211-0/+1
|
* Regenerate pfSense.potRenato Botelho2016-01-211-16234/+14621
|
* Add a script to update .pot fileRenato Botelho2016-01-211-0/+112
|
* Change dependency icon back to a paperclip (globe seems to imply more than ↵jim-p2016-01-212-6/+6
| | | | | | intendend here), fix appearance of the text. <ul> without <li> is invalid, remove. Also move the icon to a separate i tag, putting it in an a tag changed the font in an undesirable way.
* Merge pull request #2486 from NOYB/Special_Panels_-_Show/HideStephen Beaver2016-01-218-24/+181
|\
| * Think the term 'associated' may be better here than 'special'.NOYB2016-01-201-1/+1
| |
| * Use icons instead of text.NOYB2016-01-202-7/+7
| | | | | | | | Shorten titles to be more consistent with other title bar shortcuts and also match the option setting title.
| * Apply recommended changes.NOYB2016-01-204-14/+4
| |
| * Special Panels - Show/HideNOYB2016-01-2010-24/+191
| | | | | | | | | | Add configuration option to show or hide special panels. When a panel is hidden a button is displayed on the page title bar to toggle the panel display.
* | Merge pull request #2491 from phil-davis/edit1Stephen Beaver2016-01-210-0/+0
|\ \
| * | Add a close button to Edit load/save messagesPhil Davis2016-01-211-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | Other places use more standard code for printing success/error messages. But the Edit File page is a bit different. The standard code puts a close button on messages so that users can dismiss them if they like. Manually add the Close button here, to make it consistent with other UI pages.
* | | Add a close button to Edit load/save messagesPhil Davis2016-01-211-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | Other places use more standard code for printing success/error messages. But the Edit File page is a bit different. The standard code puts a close button on messages so that users can dismiss them if they like. Manually add the Close button here, to make it consistent with other UI pages.
* | | Do not call gettext() for empty stringRenato Botelho2016-01-211-1/+1
| | |
* | | Fix "View content" hrefStephen Beaver2016-01-211-1/+1
| | |
* | | Merge pull request #2490 from phil-davis/info-block1Renato Botelho2016-01-211-1/+1
|\ \ \
| * | | Remove close button from firewall_rulesPhil Davis2016-01-211-1/+1
| |/ / | | | | | | | | | Issue: https://redmine.pfsense.org/issues/5788
* | | Merge pull request #2492 from NewEraCracker/dhcp-additional-fixRenato Botelho2016-01-211-10/+11
|\ \ \ | |/ / |/| |
| * | DHCP - Decode value while validating contentsNewEraCracker2016-01-211-10/+11
|/ / | | | | | | https://forum.pfsense.org/index.php?topic=105654
* | Merge pull request #2489 from NOYB/Status_/_System_Logs_-_Tab_ArrayRenato Botelho2016-01-211-1/+3
|\ \
| * | Status / System Logs - Tab ArrayNOYB2016-01-201-1/+3
| | | | | | | | | | | | | | | | | | Only call display_top_tabs function if there is a tab array to display. The display_top_tabs function prefixes the type parameter with 'nav nav-'. So passing 'nav nav-tabs' adds a nonexistent class; 'nav-nav'. Only pass 'tabs' as the type.
* | | Merge pull request #2488 from PiBa-NL/23_ruleseditRenato Botelho2016-01-211-2/+2
|\ \ \
| * | | firewall_rules_edit, load advanced settings flags-any and sloppy-state back ↵PiBa-NL2016-01-211-2/+2
| |/ / | | | | | | | | | into webgui
* | | Remove remaining PBI symlinks not registered in .pbiopt file. If should fix ↵Renato Botelho2016-01-211-0/+3
| | | | | | | | | | | | #5221
* | | Make sure code reaches pbi_deleteRenato Botelho2016-01-211-3/+0
|/ /
* | Comment fixStephen Beaver2016-01-201-1/+1
| |
* | Initialize $stop_time inside foreach to make sure it resets to proper value ↵Renato Botelho2016-01-201-1/+1
| | | | | | | | each iteration since it's changed inside loop. Reported on https://github.com/pfsense/pfsense/pull/2487
* | Obsolete libstrongswan-unity.MOVEDRenato Botelho2016-01-201-0/+1
| |
* | Fix #4178:Renato Botelho2016-01-201-13/+9
| | | | | | | | | | | | | | - Stop moving unity .so file around to make it not being loaded - Include all modules default .conf file from strongswan.d/charon - After default files are included, define custom settings - When unity is disabled, add a rule to make strongswan to not load it
* | Fix strongswan.conf indent levelRenato Botelho2016-01-201-1/+1
| |
* | Fix strongswan.conf indent levelRenato Botelho2016-01-201-22/+22
| |
* | Remove debugStephen Beaver2016-01-201-1/+0
| |
* | Escape HTML on re-saving separator textStephen Beaver2016-01-201-1/+2
| |
* | Fixed #5784Stephen Beaver2016-01-201-1/+1
| |
* | Fixed #5781Stephen Beaver2016-01-201-9/+9
| |
* | Provide warning message onleavinghte pageStephen Beaver2016-01-201-2/+32
| | | | | | | | | | Allow Esc key to cancel a new separator Allow Enter key to save a new separator
* | Add mysql PHP modules to the pkg serverRenato Botelho2016-01-201-0/+3
|/
* Merge pull request #2485 from ↵Renato Botelho2016-01-201-1/+1
|\ | | | | | | NOYB/Status_/_System_Logs_/_VPN_/_PPPoE_Service_-_Fix_Shortcut_Links
| * Status / System Logs / VPN / PPPoE Service - Fix Shortcut LinksNOYB2016-01-201-1/+1
|/ | | | Fix PPPoE Service shortcut so links show on the breadcrumb bar.
* Merge pull request #2472 from dennypage/masterChris Buechler2016-01-193-1/+14
|\
| * Add standard deviation to gateway status and widgetDenny Page2016-01-183-1/+14
| |
* | Changed color scheme to use existing bg-* classesStephen Beaver2016-01-193-57/+30
| | | | | | | | | | Simplfied color change mechanism Implemented "Cancel" button
* | Remove ORIGINAL_PORTAL_IP, it was never used.Chris Buechler2016-01-191-2/+0
| |
* | Add colors to the separator barsStephen Beaver2016-01-193-10/+79
| |
* | Fixed #5781Stephen Beaver2016-01-191-59/+21
| |
* | Eliminate foreach for speed.Stephen Beaver2016-01-191-9/+6
| |
* | New separator text box has focus when createdStephen Beaver2016-01-191-1/+3
| |
* | Fixed issue with separator bar at very top of floating rule listStephen Beaver2016-01-191-5/+17
| |
* | Merge pull request #2484 from phil-davis/gt9Renato Botelho2016-01-193-13/+13
|\ \
OpenPOWER on IntegriCloud