summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_ppps_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous Textual Correction - InterfacesNOYB2016-05-041-2/+2
| | | | (cherry picked from commit a6a344d8dfad5f2b8199a0cef6c8f401f5e06db8)
* 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.
* Copyright and license cleanupRenato Botelho2015-11-091-4/+4
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* Merge pull request #2043 from phil-davis/r5Renato Botelho2015-11-091-1/+0
|\
| * EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
| |
* | interfaces_pps_edit use latest GLOB from RELENG_2_2Phil Davis2015-11-091-3/+1
|/ | | | | Use the latest cua* glob from the code in RELENG_2_2 that was "recently" modified to get this right. Remove the debug version that looked for "tty" so that people can use it on real systems now. Forum thread: https://forum.pfsense.org/index.php?topic=102111.0
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-29/+55
|
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-30/+0
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-472/+696
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+903
OpenPOWER on IntegriCloud