summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Unbreak services_dhcpv6.phpRenato Botelho2016-02-181-4/+12
|
* Validate Prefix Delegation range to make sure addresses match first network ↵Renato Botelho2016-02-181-0/+24
| | | | address, otherwise DHCPd will silently fail
* Fix range and prefix delegation range help text to match From/To in correct ↵Renato Botelho2016-02-181-11/+4
| | | | order
* Simplify logicRenato Botelho2016-02-181-3/+5
|
* Simplify logicRenato Botelho2016-02-181-2/+5
|
* Fix #4675Renato Botelho2016-02-171-0/+26
| | | | | | | | | | 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)
* Fix DHCPv6 Relay detection on DHCPv6 Server page. It broke due to dhcrelay6 ↵k-paulius2016-02-141-6/+9
| | | | config format changes.
* Rename 'DHCPv6 Server/RA' to 'DHCPv6 Server & RA' so it does not clash with ↵k-paulius2016-02-141-1/+1
| | | | breadcrumb separator.
* Show interface name in the breadcrumb on DHCPv6 Server pagek-paulius2016-02-131-1/+6
|
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* 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-8/+14
|
* add call gettext function in the services menubruno2016-01-251-1/+1
|
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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().
* Fix typoStephen Beaver2016-01-151-1/+1
|
* Display additional ooptions if value not emptyStephen Beaver2016-01-151-3/+7
|
* Fixed #5772Stephen Beaver2016-01-151-58/+42
|
* Encode DHCP/DHCPv6 server additional BOOTP text options before save to XML ↵Renato Botelho2016-01-151-2/+2
| | | | to preserve data. It fixes #5623
* Improved infoblock system no longer needs sufficies if more than one per pageStephen Beaver2016-01-121-1/+1
| | | | Removed long commented out script
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-3/+6
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* Remove $closehead variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* Code style services dhcp dnsmasq dyndnsPhil Davis2015-12-161-32/+39
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Fixed #5637Stephen Beaver2015-12-141-4/+4
|
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-2/+1
|
* Restored interface tabs to dhcpv6.phpStephen Beaver2015-11-071-1/+3
| | | | Changes dhcp/advertisements tab format in dhcpv6 and router_advertisements
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+3
|
* services_dhcpv6 textPhil Davis2015-11-051-9/+10
| | | and also I made the DNS 1, DNS 2, DNS 3 , DNS 4 show inside the boxes as 'placeholder' the same as NTP 1, NTP 2 is done. That saves a bit of screen real estate and makes it consistent.
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-2/+2
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-1/+1
|
* Buttons converted to new deisgnStephen Beaver2015-11-041-2/+5
| | | | 'X' button suppressed in info text box
* convert services_dhcpv6 to faheper2015-10-311-10/+10
|
* Fixed #5045Stephen Beaver2015-10-201-30/+52
|
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-24/+0
|
* services_router_advertisements.php: Bootstrap conversion completeStephen Beaver2015-09-101-10/+15
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-558/+590
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+995
OpenPOWER on IntegriCloud