summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_rfc2136_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Shouldn't the priv match here be set to "services_rfc2136_edit.php*"?NOYB2016-06-231-1/+1
| | | | (cherry picked from commit 5c403f843291bdc670dcdb45e1e097f2eb7f36ab)
* Correct force updates when chosen. Ticket #6359Chris Buechler2016-05-161-1/+1
|
* Miscellaneous Textual Corrections - Services / Dynamic DNSNOYB2016-05-111-2/+2
| | | | (cherry picked from commit 1c4e2ed053a04f7768a21129171a27e6804dbb0c)
* Merge pull request #2817 from ↵Stephen Beaver2016-04-041-2/+2
| | | | | | NOYB/Services_/_Dynamic_DNS_-_Remove_Personalizations (cherry picked from commit a6108e4983a8d9a75d5c607fff6538604df369a7)
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-1/+1
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-1/+1
| | | | | | 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.
* More icon/button inconsistencies. Ticket #5965jim-p2016-03-101-2/+4
|
* Synchronize page title with tab title. Convert page title to title case.k-paulius2016-02-121-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Add back "Save & Force Update" for RFC 2136jim-p2016-02-031-5/+10
|
* Implement Multi-WAN for RFC2136.jim-p2016-02-031-5/+24
| | | | A failover gateway group may be selected similar to the other DynDNS styles.
* More internationalization of servicescodePhil Davis2016-01-271-3/+3
|
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-1/+1
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* services_rfc2136_edit remove unused $inputPhil Davis2015-12-171-4/+4
| | | | These bits if code that put new Form_Checkbox() into var $input do not seem to do anything useful. They just made me wonder why they were there. If someone knows how they do anything useful, then please say so. Otherwise we can get rid of $input here.
* Code style servicesPhil Davis2015-12-171-10/+13
|
* 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 Dynamic DNS breadcrumbsPhil Davis2015-12-071-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.
* Add some missing privileges to pagesjim-p2015-11-251-1/+8
|
* 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.
* Fix the record type variable name. This fixes the visualization of the ↵Luiz Otavio O Souza2015-11-101-3/+3
| | | | selected record type.
* Fix the name of interface select box to match the name used in the rest of code.Luiz Otavio O Souza2015-11-101-2/+2
| | | | Without this the interface name was not being saved.
* Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | - 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-26/+51
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-143/+162
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+276
OpenPOWER on IntegriCloud