summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd.php
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous Textual CorrectionsNOYB2016-05-011-3/+3
| | | | (cherry picked from commit bb80af580c5a4408e42c76c39c67d173540897db)
* Services - PunctuationNOYB2016-04-211-2/+2
| | | | | | Clean up some services menu punctuation. (cherry picked from commit e78ecb9681106889f94b5c7f7b1dbf7b46f54766)
* Reengineer Form_Button setAttributePhil Davis2016-03-201-6/+2
| | | | | | As per what was done for https://github.com/pfsense/pfsense/pull/2765 - do it to the rest of them. Seems to work OK.
* Redmine #5994 services_ntpd standardize advanced buttonsPhil Davis2016-03-161-30/+82
|
* services_ntpd fix leaptext array key namePhil Davis2016-03-161-2/+2
| | | Use leaptext everywhere - some references were to leaptext and some to leaptxt, so it didn't work.
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-4/+4
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-4/+4
| | | | | | 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.
* Advanced button consistency. Ticket #5965jim-p2016-03-101-4/+8
|
* Icon consistency in Repeatable blocks. Ticket #5965jim-p2016-03-091-4/+8
|
* Move NTP access restrictions to their own tab and add the ability to craft ↵jim-p2016-03-031-107/+2
| | | | custom restrictions for arbitrary networks. Fixes #4463
* Clarify text, ticket #4463Renato Botelho2016-02-191-1/+1
|
* Quote the 1st parameter (constant name) when calling define()NewEraCracker2016-02-181-1/+1
|
* Rename NTP tab to Settings to be more user friendly.k-paulius2016-02-141-4/+4
|
* Review of CARP uniqid changes.Luiz Otavio O Souza2016-02-091-15/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that current CARP implementation is not much different from an IP alias. This commit converts the IP alias to also use the CARP uniqid scheme, this simplify the code in all other places because now we have only two different cases to deal with: - A friendly interface name (lan, wan, opt1, etc.); - A Virtual IP - VIP alias (_vip{$uniqid}) - CARP or IP Alias. The parent of a CARP is always a friendly interface. The parent of an IP alias can be a friendly interface or a CARP (this is the only case of recursion of a VIP). This commit removes a few cases where CARP were still considered a interface (the old CARP implementation), fixes all the wrong cases of strpos() being used to detect a VIP address (wont work as it returns '0' which fails when tested as 'TRUE'), review the usage of CARP and IP alias as services bind addresses, fixes general issues of adding and editing VIP addresses. The following subsystems were affected by this changes: - IPSEC; - OpenVPN; - dnsmasq; - NTP; - gateways and gateway groups; - IPv6 RA; - GRE interfaces; - CARP status; - Referrer authentication. Fixes (and/or revisit) the following tickets: - Ticket #3257 - Ticket #3716 - Ticket #4450 - Ticket #4858 - Ticket #5441 - Ticket #5442 - Ticket #5500 - Ticket #5783 - Ticket #5844
* Merge pull request #2548 from phil-davis/diag-logsRenato Botelho2016-01-271-1/+1
|\
| * Fixup old diag_logs referencesPhil Davis2016-01-271-1/+1
| | | | | | | | | | | | | | | | | | Note: The shortcuts for upnp were not showing. This was because shortcuts.inc only includes *.inc files from /usr/local/www/shortcuts So I have renamed pkg_upnp.php to pkg_upnp.inc I notice that some time in the past it used to be pkg_upnp.inc because that was in the obsoleted files list. So not sure what that was all about.
* | More internationalization of servicescodePhil Davis2016-01-271-1/+1
|/
* UI ConsistencyPhil Davis2016-01-141-1/+1
| | | | | | | | | 1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"...
* Cleanup some text and fix default behavior of some NTP options to match ↵jim-p2016-01-071-19/+20
| | | | 2.2.6 and what the text described.
* Remove $closehead variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* Code style servicesPhil Davis2015-12-171-5/+7
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Create the required number of rows for NTP time serversPhil Davis2015-12-081-2/+2
| | | | | | | depending on how many are already defined in the config, making sure to always have a minimum of 1. Also I used the constant NUMTIMESERVERS that was defined up the top of this file to control the loop that limits the number saved to 10. Note: There also needs to be a limit on the number of rows of time server data allowed to be added - at the moment you can keep pressing the Add button and enter loads of them, only the first 10 are saved.
* Standardize Services NTP breadcrumbsPhil Davis2015-12-071-1/+1
|
* OopsStephen Beaver2015-11-301-1/+0
|
* Fixed #5535Stephen Beaver2015-11-301-0/+1
|
* Type up SCRIPT tagsColin Fleming2015-11-291-2/+3
|
* 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 updates Batch 2 of 3Stephen Beaver2015-11-061-1/+0
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Javascript refine to hide Delete row button if there is only one rowStephen Beaver2015-10-271-0/+3
|
* Completes #5159Stephen Beaver2015-10-021-166/+6
| | | | All duplicated JS removed to included file
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-16/+0
|
* Fixed #5184Stephen Beaver2015-09-221-1/+1
|
* Fixed #5183 by converting to PHP table libraryStephen Beaver2015-09-221-63/+243
|
* fix typoChris Buechler2015-09-211-1/+1
|
* services_ntpd.php - style fixes, fix typoChris Buechler2015-09-211-8/+12
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-243/+334
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+462
OpenPOWER on IntegriCloud