summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_ppps_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove input validation since there is no user input here.doktornotor2017-03-161-4/+0
|
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-3/+3
| | | | functions - Interfaces
* GET/POST conversion interfaces_ppps*Steve Beaver2017-02-101-1/+1
|
* interfaces_ppps_edit remove embedded HTML from setHelp stringPhil Davis2017-02-071-2/+2
| | | There was only one of these remaining to do.
* interfaces_ppps_edit fixes that will work on 2.3.3 alsoPhil Davis2017-02-071-22/+27
| | | | | | | 1) Make "The MTU is too big" message actually come out. The code around line 300 was rubbish (maybe from before bootstrap?). 2) Show friendly description rather than 'wan' 'lan' opt1' in interface link list. 3) If any specific link parameters are set, then open the advanced section on page load. I tested on a 2.4 system, then applied these diff on a 2.3.3 system and it worked there also. So this should backport fine.
* Remove unneeded sprintf from setHelp callsSteve Beaver2017-02-021-1/+1
|
* Code with multiple %s in usr/local/wwwPhil Davis2017-02-011-1/+1
|
* Use gettext on Username and PasswordPhil Davis2017-01-241-2/+2
|
* Required fields in Interfaces pagesPhil Davis2017-01-231-5/+24
|
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Fixed #6732Stephen Beaver2016-08-221-8/+20
|
* Fixed to properly save configs in PPPs interfacesFrancisco Cavalcante2016-08-121-17/+38
| | | | (cherry picked from commit 545a7850ea37cd8c379cc75428353ad0089f2bd3)
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-45/+43
|
* Always use require_oncePhil Davis2016-06-271-2/+2
| | | | | | | | | 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().
* jQuery datepicker added to interfaces.php and interfaces_ppps_edit.php for ↵Stephen Beaver2016-06-221-0/+2
| | | | setting custom expirey date
* Don't override type so changing it is possible. Ticket #6439Chris Buechler2016-06-011-1/+3
|
* Miscellaneous Textual Correction - InterfacesNOYB2016-05-031-2/+2
|
* localip and gateway aren't used when type is PPP, remove here. Ticket #6264Chris Buechler2016-04-251-2/+0
|
* Interfaces (assign) - Remove PersonalizationsNOYB2016-03-291-4/+4
| | | | Remove "you" personalizations.
* One too many "!" in the "Advanced options" button javascript caused the Link ↵Stephen Beaver2016-03-221-1/+1
| | | | parameters to be always hidden
* Reengineer Form_Button setAttributePhil Davis2016-03-201-3/+1
| | | | | | 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 Enhance test for PPP advanced defaultsPhil Davis2016-03-181-0/+4
| | | | | If pppoe_monthly, pppoe_weekly, pppeo_daily or pppoe_hourly was already set, then when editing the PPP interface the advanced fields were not automagically displayed. They should be, because the user needs to see these settings if they are there. Add these extra checks to the test makes the Advanced fields automagically open correctly in this case.
* Fixed #6003Stephen Beaver2016-03-171-2/+21
| | | | | | Corrected showadv logic Corrected long standing iussue displaying reset times (goes back to 2.0) Corrected config save by adding hidden ptpid
* Redmine #5994 interfaces_ppps_edit standardize advanced buttonPhil Davis2016-03-161-35/+65
|
* 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
|
* Fixed blank space caused by hidden inputStephen Beaver2016-03-011-3/+3
|
* Fixes the PPP interface list. List all physical interfaces + VLANs and not ↵Luiz Otavio O Souza2016-02-251-12/+13
| | | | | | the assigned ports. Ticket #5925
* Fixes the editing of PPP entries.Luiz Otavio O Souza2016-02-211-56/+65
| | | | Fixes the PHP warnings, hide/unhide of selected interface(s) fields, improve the MTU check.
* Internationalize interfaces UI codePhil Davis2016-01-251-1/+1
|
* Fixed #5797Stephen Beaver2016-01-221-11/+12
|
* When an error happens, $pconfig['interfaces'] is already an arrayRenato Botelho2016-01-141-1/+3
|
* Fix spaceRenato Botelho2016-01-141-2/+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"...
* Final updates in support of hidden passwordsStephen Beaver2015-12-291-0/+2
|
* FInished password hiding logic by ensuring $_POST['password'] != DMYPWD ↵Stephen Beaver2015-12-281-1/+3
| | | | before updating
* Added new addPassword method and password == password_confirm validation ↵Stephen Beaver2015-12-281-1/+4
| | | | where required.
* Remove $closehead variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* 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
* Code style g-iPhil Davis2015-12-151-40/+51
|
* Fixed #5564Stephen Beaver2015-12-021-2/+1
|
* Fixed #5542Stephen Beaver2015-11-301-88/+99
| | | | by converting GET logic with jQuery to update hte selectors dynamically.
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Fixed #5537Stephen Beaver2015-11-281-2/+6
|
* interfaces_ppps_edit text typosPhil Davis2015-11-261-5/+6
| | | Fix a few text typos.
* 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.
OpenPOWER on IntegriCloud