summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Do not ignore packages due to license permissions"Renato Botelho2016-02-171-3/+0
| | | | This reverts commit e38b001cfec01a4fd335a936e44e0183dbbd904d.
* Do not ignore packages due to license permissionsRenato Botelho2016-02-171-0/+3
|
* Add m0n0wall entry back and also use product_name on pfSense lineRenato Botelho2016-02-171-1/+2
|
* Merge pull request #2591 from k-paulius/patch-licenseRenato Botelho2016-02-171-104/+95
|\
| * Fix <p> nestingk-paulius2016-02-061-2/+2
| |
| * Cleanup license page.k-paulius2016-02-061-104/+95
| | | | | | | | | | - split page into 'License' and 'Third Party Credits' sections - update license wording with license from license.txt
* | Simplify logic increasing value direct in hexa, PHP is smart to do it right. ↵Renato Botelho2016-02-171-4/+2
| | | | | | | | Spotteb by @loos-br
* | Merge pull request #2660 from phil-davis/gtetc1Renato Botelho2016-02-179-74/+83
|\ \
| * | Internationalize etc inc a-i filesPhil Davis2016-02-179-74/+83
| | |
* | | Merge pull request #2659 from phil-davis/patch-1Stephen Beaver2016-02-171-1/+1
|\ \ \
| * | | Fix printf(printf())Phil Davis2016-02-171-1/+1
|/ / / | | | | | | | | | This looked odd having nested calls to printf() Should it actually log_error()?
* | | Merge pull request #2658 from NOYB/Available_Widgets_Icon_MissingStephen Beaver2016-02-172-5/+11
|\ \ \
| * | | May as well fix this while here.NOYB2016-02-171-4/+4
| | | | | | | | | | | | | | | | Replace style cursor:pointer with bootstrap class icon-pointer.
| * | | Fix for but #5901NOYB2016-02-172-2/+8
| | | | | | | | | | | | | | | | Move the widgets save out of index.php jquery and into head.inc php along with it's counterpart the available widgets icon.
* | | | Merge pull request #2657 from NewEraCracker/status_logs_vpn-buffer-space-removalStephen Beaver2016-02-171-2/+2
|\ \ \ \
| * | | | status_logs_vpn.php - Remove icon text buffer spaceNewEraCracker2016-02-171-2/+2
| | | | | | | | | | | | | | | | | | | | Fix another occurrence similar to PR #2654
* | | | | Merge pull request #2654 from ↵Stephen Beaver2016-02-171-6/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | NOYB/Status_/_System_Logs_-_Associated_Panels_-_Remove_Icon_Text_Buffer_Space
| * | | | | Status / System Logs - Associated Panels - Remove Icon Text Buffer SpaceNOYB2016-02-161-6/+6
| |/ / / / | | | | | | | | | | | | | | | The space that was being inserted as a buffer between button icon and text is no longer necessary. Recently addressed in css.
* | | | | Merge pull request #2653 from k-paulius/patch-12Stephen Beaver2016-02-171-0/+2
|\ \ \ \ \
| * | | | | Align notification and logout icons to the right, to make them stand out ↵k-paulius2016-02-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | from the menu items.
* | | | | | Merge pull request #2652 from k-paulius/patch-11Stephen Beaver2016-02-170-0/+0
|\ \ \ \ \ \
| * | | | | | Slightly reduce logo size. Looks a bit nicer and prevents navbar from ↵k-paulius2016-02-161-1/+10
| |/ / / / / | | | | | | | | | | | | | | | | | | wrapping into a second row when notification icon is displayed.
* | | | | | Slightly reduce logo size. Looks a bit nicer and prevents navbar from ↵k-paulius2016-02-171-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | wrapping into a second row when notification icon is displayed.
* | | | | | Fix #4675Renato Botelho2016-02-172-10/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following bugs and improvements on DHCPv6 DDNS area, obtained from PR #1638 from @Robert-Nelson: - Use correct domain (ddnsdomain) instead of (domain) - The option "deny client-updates" wasn't being set so forward entries weren't being added. Allow user to chose between allow, deny or ignore - Implement reverse DNZ zone information (PTR)
* | | | | | Implement get_v6_ptr_zones()Renato Botelho2016-02-171-0/+52
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | This function takes an IPv6 subnet and return an array containing all DNS PTR zones
* | | | | Sync RCC detection with RELENG_2_2Renato Botelho2016-02-171-0/+2
| |/ / / |/| | |
* | | | carp_status is now status_carpChris Buechler2016-02-171-1/+1
| | | |
* | | | Expand advanced where advanced options are configured. Ticket #5900Chris Buechler2016-02-171-3/+13
| | | |
* | | | Exclude assigned bridge interfaces from selection as part of bridge config. ↵Chris Buechler2016-02-161-4/+10
| | | | | | | | | | | | | | | | Ticket #5900
* | | | Fix interfaces_bridge_edit.php fields. Ticket #5900Chris Buechler2016-02-161-3/+3
| | | |
* | | | Separate bridge application of STP and advanced parameters into their own ↵Chris Buechler2016-02-161-7/+28
| | | | | | | | | | | | | | | | functions so they can be applied separately from creation of the entire bridge. Apply those after adding a bridge member. Ticket #4312
* | | | Correct default if_bridge settings.Chris Buechler2016-02-161-2/+2
| | | |
* | | | Revert this because of issues in Ticket #5888, will fix #4312 differently. ↵Chris Buechler2016-02-161-7/+1
|/ / / | | | | | | | | | | | | | | | Revert "interface_bridge_add_member is inadequate for adding a bridge member that may have not existed at the time of bridge interface's creation. interface_bridge_configure on the interface's bridge ensures all settings (private, etc.) are applied. Ticket #4312" This reverts commit 617daf5e38cefcad2d2f0ac4308f034131be31b7.
* | | Clean up logic here. It makes no sense to proceed if bridgeif isn't defined ↵Chris Buechler2016-02-161-4/+1
| | | | | | | | | | | | but platform_booting is true. In interfaces_bridge_configure before it gets to this point, it's setting bridgeif if it's not set, and doing so in a way that won't potentially create conflicting bridgeifs (which this removed code didn't).
* | | Merge pull request #2649 from k-paulius/patch-10Stephen Beaver2016-02-160-0/+0
|\ \ \
| * | | Fix mistyped wordk-paulius2016-02-161-2/+2
| | | |
| * | | Use p instead of br for better styling support.k-paulius2016-02-161-4/+4
| | | |
| * | | This wording is also shown during system upgrade, so update it to be more ↵k-paulius2016-02-161-2/+2
| | | | | | | | | | | | | | | | accurate.
| * | | No need for this message to be in bold.k-paulius2016-02-161-1/+1
| | | |
| * | | Move action alert box to the top of the page, just like on all other pages.k-paulius2016-02-161-5/+8
| | | |
| * | | Convert button name to upper case.k-paulius2016-02-161-1/+1
| | | |
| * | | Review alert wording. End sentence with periodk-paulius2016-02-161-6/+6
| | | |
| * | | Remove breaks and use content class to provide proper styling.k-paulius2016-02-161-2/+2
| | | |
| * | | Change wording from stating what is going to happen to asking user if they ↵k-paulius2016-02-161-1/+1
| | | | | | | | | | | | | | | | want it to happen.
| * | | Change wording from stating what is going to happen to asking user if they ↵k-paulius2016-02-161-6/+6
| | | | | | | | | | | | | | | | want it to happen.
| * | | Do not generate empty tags if there is no link.k-paulius2016-02-152-3/+14
| | | |
* | | | Fix mistyped wordk-paulius2016-02-161-2/+2
| | | |
* | | | Use p instead of br for better styling support.k-paulius2016-02-161-4/+4
| | | |
* | | | This wording is also shown during system upgrade, so update it to be more ↵k-paulius2016-02-161-2/+2
| | | | | | | | | | | | | | | | accurate.
* | | | No need for this message to be in bold.k-paulius2016-02-161-1/+1
| | | |
OpenPOWER on IntegriCloud