summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing interface in pool edit. Ticket #6303Chris Buechler2016-05-021-1/+1
|
* Hostnames are valid for NTP servers in DHCP Server. Ticket #6239Chris Buechler2016-04-231-4/+4
|
* Services - PunctuationNOYB2016-04-211-9/+9
| | | | | | Clean up some services menu punctuation. (cherry picked from commit e78ecb9681106889f94b5c7f7b1dbf7b46f54766)
* Services / DHCP Server - DNS Servers ClarificationNOYB2016-04-121-1/+1
| | | | It reads as though the interfaces IP address is to be entered. Removing "use" makes it a little clearer.
* Merge pull request #2814 from NOYB/Services_/_DHCP_-_Remove_PersonalizationsStephen Beaver2016-04-041-14/+14
| | | | (cherry picked from commit b68e48f20c6ae99786e67372f802d16aacf22de3)
* Reengineer Form_Button setAttributePhil Davis2016-03-201-18/+6
| | | | | | As per what was done for https://github.com/pfsense/pfsense/pull/2765 - do it to the rest of them. Seems to work OK.
* HTML Compliance - Services / DHCP ServerNOYB2016-03-171-1/+1
| | | | Error: The align attribute on the td element is obsolete. Use CSS instead.
* servise_dhcp include btnadvopts in sectionPhil Davis2016-03-161-2/+2
| | | | | | | | Before this change, $section is added to $form before btnadvopts is put into $section. The previous code looked to me like btnadvopts would end up in a $section object that got overwritten by the new Form_Section at line 1165. This change makes sure that the button is added to the section, and then the section is added to the form. But actually the old code is working OK. (And the new code also works just the same) So am I missing something?
* Redmine #5994 Make DHCP advanced buttons work consistentlyPhil Davis2016-03-151-79/+148
| | | | This is the first UI page to be changed so that the Advanced buttons work as specified in Redmine #5994 If this seems like a reasonable way to do it, then I will make similar code for the other UI pages with Advanced buttons.
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-9/+9
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-9/+9
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* Fix some Save button quirks. Ticket #5965jim-p2016-03-101-3/+2
|
* Advanced button consistency. Ticket #5965jim-p2016-03-101-12/+24
|
* More icon and button consistency fixes. Ticket #5965jim-p2016-03-101-4/+1
|
* Icon consistency in Repeatable blocks. Ticket #5965jim-p2016-03-091-4/+8
|
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-1/+3
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Check the end of range to make sure it's inside subnet tooRenato Botelho2016-02-241-1/+2
|
* Use high level functionsRenato Botelho2016-02-241-4/+10
|
* Simplify logic and use high level functionsRenato Botelho2016-02-241-10/+4
|
* Merge pull request #2409 from stilez/patch-13Renato Botelho2016-02-241-8/+5
|\
| * EOL spacesstilez2016-01-141-5/+5
| |
| * remove leading spacestilez2016-01-131-1/+1
| |
| * redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-8/+5
| | | | | | | | ip2long32() etc
* | Prevent "Ignore denied clients" and "Failover Peer IP" from being combined ↵jim-p2016-02-161-1/+5
| | | | | | | | in the DHCP server settings for IPv4. The daemon fails to start when configured in this way, it apparently only allows "allow" or "deny" in failover mode. Fixes #5898
* | Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-0/+4
|\ \
| * | Show interface name in the breadcrumb on DHCP Server pagek-paulius2016-02-131-0/+4
| | |
* | | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
| | | | | | | | | | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* | | Use print_info_box() to generate alertsk-paulius2016-02-141-1/+1
| | |
* | | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
| | | | | | | | | | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* | | Use print_info_box() to generate alertsk-paulius2016-02-141-4/+1
|/ /
* | Convert section titles to title casek-paulius2016-02-101-1/+1
| |
* | Convert section titles to title casek-paulius2016-02-101-3/+3
| |
* | Redmine #4647 default DHCP server tab to a interface with DHCP enabledPhil Davis2016-02-081-5/+25
| | | | | | | | | | | | | | This has also annoyed me, where WAN has a static IP. Every time I go to Services->DHCP I then have to click the LAN tab. With this change it will look for a "reasonable" tab to go to: 1) The first interface that has DHCP enabled and functional. 2) Otherwise, if LAN is a candidate then choose it (this helps if setting up something when WAN and LAN both have a static IPv4 and there is no DHCP server enabled yet - it will take the user to the LAN tab. That seems sensible, avoiding someone who is not watching accidentally enabling DHCP on WAN) 3) In the unusual case that neither (1) or (2) finds something, then use the original code.
* | Apply current UI standard to DHCP Pools tablePhil Davis2016-01-281-3/+3
| | | | | | | | | | 1) "Actions" column heading. 2) Make action buttons fa-pencil fa-trash 3) Put a title for each button, so that the "Are you sure you wish to..." popup works nicely.
* | Standardize print_apply_box usagePhil Davis2016-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | 1) For the translators, it should be better to do it consistently. Then they only need to have 1 translation of "You must apply the changes in order for them to take effect" and can translate each of the other custom sentences individually. 2) The full-stop should always go at the end of the sentence, inside the gettext(). There are some languages where the full-stop is not the same as European. e.g. In Nepal we use the vertical bar for end of sentence.
* | Internationalize services_d*Phil Davis2016-01-261-3/+3
| |
* | Merge pull request #2025 from apilloud/dhcp-ignoreunknownRenato Botelho2016-01-251-0/+10
|\ \
| * | Make DHCP deny action configurableAndrew Pilloud2015-11-051-0/+10
| | |
* | | add call gettext function in the services menubruno2016-01-251-2/+2
| | |
* | | Fixed #5802Stephen Beaver2016-01-231-51/+51
| | | | | | | | | | | | Added collapsible action to config backup
* | | Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* | | DHCP - Decode value while validating contentsNewEraCracker2016-01-211-10/+11
| | | | | | | | | | | | https://forum.pfsense.org/index.php?topic=105654
* | | Fixed #5781Stephen Beaver2016-01-201-9/+9
| | |
* | | Fixed #5781Stephen Beaver2016-01-191-59/+21
| | |
* | | add missing space between wordsChris Buechler2016-01-181-1/+1
| | |
* | | Encode DHCP/DHCPv6 server additional BOOTP text options before save to XML ↵Renato Botelho2016-01-151-2/+2
| |/ |/| | | | | to preserve data. It fixes #5623
* | HTML Compliance - Services / DHCP ServerNOYB2016-01-101-1/+1
| | | | | | | | | | Bad character after <. Probable cause: Unescaped <. Try escaping it as &lt;. Ensure one machine's advskew < 20 (and the other is > 20).
* | Fix redmine #5722 DHCP validation for masterPhil Davis2016-01-011-14/+12
| |
* | Redundant logic tests in a range checkstilez2015-12-251-5/+4
| | | | | | | | | | | | | | The logic here is redundant. It tests IP1<START || IP2<START || IP1>END || IP2>END. *Then* it tests if IP1<IP2 unsigned. If the latter test succeeds (ie test that first) then IP1>=START *must imply* IP2>=START and IP2<=END *must imply* IP1<=END. In other words we only need to test: START <= IP1 <= IP2 <= END, ie 3 logic tests (IP1<=IP2 && IP1>=START && IP2<=END) not 5 logic tests.
* | clarify text, might not apply to "NIC" (lagg, VLANs, etc.)Chris Buechler2015-12-241-1/+1
| |
OpenPOWER on IntegriCloud