summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd_gps.php
Commit message (Collapse)AuthorAgeFilesLines
* Allow PGRMF for Custom GPS type.jskyboo2017-02-191-3/+3
|
* Fix ublox parsing.jskyboo2017-02-191-2/+2
|
* setHelp strings for services*Phil Davis2017-02-081-2/+2
|
* Add to NTP GPS processing of PGRMF sentencejskyboo2017-02-021-0/+16
|
* Changed default state of GPS init command auto correct tool.jskyboo2017-01-241-3/+3
|
* Feature #7159 Add GPS initialization command auto correct tooljskyboo2017-01-231-2/+45
| | | | Corrects malformed NMEA sentences by calculating and appending the checksum and adding missing special characters "$" and "*"
* Parse GPS initialization commands, extended status for GPSs other than ↵jskyboo2017-01-221-0/+86
| | | | | | | | | SureGPS and make optional. - Parse GPS initialization commands for explicitly configured GPS commands - Add extended GPS status if GPGSV or GPGGA are explicitly configured - Add config option to toggle extended status - Clean up some variables on status page and widget.
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-111-0/+1
|\
| * Breadcrumb linksPhil Davis2017-01-101-0/+1
| |
* | Report problems applying changesPhil Davis2017-01-031-2/+7
|/ | | | | | | 1) Strictly keep track of the accumulating $retval from calls to various functions that apply changes. 2) Use new function print_apply_result_box() to print a suitable message in a suitable severity based on $retval
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* Merge pull request #2986 from NewEraCracker/patch-ntp-gpsStephen Beaver2016-06-221-1/+1
|\
| * Fix "Unable to remove NTP GPS from configuration"NewEraCracker2016-06-151-1/+1
| | | | | | | | https://forum.pfsense.org/index.php?topic=112771.msg627573
* | Correct value for 9600. Ticket #6416Chris Buechler2016-06-151-1/+1
|/
* Services - PunctuationNOYB2016-04-211-2/+2
| | | | Clean up some services menu punctuation.
* Services / NTP - Remove PersonalizationsNOYB2016-03-311-5/+5
| | | | Remove "you" personalizations.
* 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_gps standardize advanced buttonPhil Davis2016-03-161-20/+82
|
* services_ntpd_gps fix handling of initcmdPhil Davis2016-03-161-3/+5
| | | | | | | 1) When reading the (encoded) initcmd string into Form_Textarea(), decode it. Previously the encoded value was displaying in the text area and when the user presses save, that encode string is itself encoded again in the config and thus stuffs things up. 2) When loading the page, only use set_gps_default() to set initcmd if initcmd is currently empty. Previously the initcmd value would be set to the default string for the GPS type every time the page loaded, which would override any change that the user had made. Note: After this is fixed, then I will also submit changes to make the Advanced button work in the new ways.
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-2/+2
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-2/+2
| | | | | | 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
|
* Move NTP access restrictions to their own tab and add the ability to craft ↵jim-p2016-03-031-0/+1
| | | | custom restrictions for arbitrary networks. Fixes #4463
* Rename NTP tab to Settings to be more user friendly.k-paulius2016-02-141-2/+2
|
* Standardize gpsnoselect var namePhil Davis2016-01-271-6/+6
| | | | | It looks confusing that in the config there is ['noselect'] but the locally-used var in the GUI is gpsselect. Reduce future confusion by replacing gpsselect -> gpsnoselect. There is no actual bug here, just fixing naming consistency.
* add call gettext function in the services menubruno2016-01-251-7/+7
|
* Fixed #5789Stephen Beaver2016-01-211-1/+1
|
* HTML Compliance - Services / NTP / Serial GPSNOYB2016-01-121-1/+1
| | | | | Named character reference was not terminated by a semicolon. id="btnadvgps"/>&nbspShow GPS Initialization commands
* Cleanup some text and fix default behavior of some NTP options to match ↵jim-p2016-01-071-11/+11
| | | | 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-6/+8
|
* 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
* Standardize Services NTP breadcrumbsPhil Davis2015-12-071-1/+1
|
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Fix more privilege text/name/page inconsistenciesjim-p2015-11-251-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.
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+0
|
* Various text stuff on the UIPhil Davis2015-11-061-4/+4
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Fixed https://forum.pfsense.org/index.php?topic=100388.0Stephen Beaver2015-10-051-37/+63
|
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-16/+0
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-396/+322
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+619
OpenPOWER on IntegriCloud