Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove input validation since there is no user input here. | doktornotor | 2017-03-16 | 1 | -4/+0 |
| | |||||
* | Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵ | Steve Beaver | 2017-02-13 | 1 | -3/+3 |
| | | | | functions - Interfaces | ||||
* | GET/POST conversion interfaces_ppps* | Steve Beaver | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | interfaces_ppps_edit remove embedded HTML from setHelp string | Phil Davis | 2017-02-07 | 1 | -2/+2 |
| | | | There was only one of these remaining to do. | ||||
* | interfaces_ppps_edit fixes that will work on 2.3.3 also | Phil Davis | 2017-02-07 | 1 | -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 calls | Steve Beaver | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | Code with multiple %s in usr/local/www | Phil Davis | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | Use gettext on Username and Password | Phil Davis | 2017-01-24 | 1 | -2/+2 |
| | |||||
* | Required fields in Interfaces pages | Phil Davis | 2017-01-23 | 1 | -5/+24 |
| | |||||
* | Breadcrumb links | Phil Davis | 2017-01-10 | 1 | -0/+1 |
| | |||||
* | Move copyright from ESF to Netgate | Renato Botelho | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Fixed #6732 | Stephen Beaver | 2016-08-22 | 1 | -8/+20 |
| | |||||
* | Fixed to properly save configs in PPPs interfaces | Francisco Cavalcante | 2016-08-12 | 1 | -17/+38 |
| | | | | (cherry picked from commit 545a7850ea37cd8c379cc75428353ad0089f2bd3) | ||||
* | Move to Apache License 2.0 | Renato Botelho | 2016-07-15 | 1 | -41/+9 |
| | |||||
* | Review license / copyright on all files (final round) | Renato Botelho | 2016-07-15 | 1 | -45/+43 |
| | |||||
* | Always use require_once | Phil Davis | 2016-06-27 | 1 | -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 Beaver | 2016-06-22 | 1 | -0/+2 |
| | | | | setting custom expirey date | ||||
* | Don't override type so changing it is possible. Ticket #6439 | Chris Buechler | 2016-06-01 | 1 | -1/+3 |
| | |||||
* | Miscellaneous Textual Correction - Interfaces | NOYB | 2016-05-03 | 1 | -2/+2 |
| | |||||
* | localip and gateway aren't used when type is PPP, remove here. Ticket #6264 | Chris Buechler | 2016-04-25 | 1 | -2/+0 |
| | |||||
* | Interfaces (assign) - Remove Personalizations | NOYB | 2016-03-29 | 1 | -4/+4 |
| | | | | Remove "you" personalizations. | ||||
* | One too many "!" in the "Advanced options" button javascript caused the Link ↵ | Stephen Beaver | 2016-03-22 | 1 | -1/+1 |
| | | | | parameters to be always hidden | ||||
* | Reengineer Form_Button setAttribute | Phil Davis | 2016-03-20 | 1 | -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 defaults | Phil Davis | 2016-03-18 | 1 | -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 #6003 | Stephen Beaver | 2016-03-17 | 1 | -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 button | Phil Davis | 2016-03-16 | 1 | -35/+65 |
| | |||||
* | Revert "Merge pull request #2728 from phil-davis/form_button" | Renato Botelho | 2016-03-15 | 1 | -1/+1 |
| | | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f. | ||||
* | Internationalize Form_Button text | Phil Davis | 2016-03-11 | 1 | -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 #5965 | jim-p | 2016-03-10 | 1 | -2/+4 |
| | |||||
* | Fixed blank space caused by hidden input | Stephen Beaver | 2016-03-01 | 1 | -3/+3 |
| | |||||
* | Fixes the PPP interface list. List all physical interfaces + VLANs and not ↵ | Luiz Otavio O Souza | 2016-02-25 | 1 | -12/+13 |
| | | | | | | the assigned ports. Ticket #5925 | ||||
* | Fixes the editing of PPP entries. | Luiz Otavio O Souza | 2016-02-21 | 1 | -56/+65 |
| | | | | Fixes the PHP warnings, hide/unhide of selected interface(s) fields, improve the MTU check. | ||||
* | Internationalize interfaces UI code | Phil Davis | 2016-01-25 | 1 | -1/+1 |
| | |||||
* | Fixed #5797 | Stephen Beaver | 2016-01-22 | 1 | -11/+12 |
| | |||||
* | When an error happens, $pconfig['interfaces'] is already an array | Renato Botelho | 2016-01-14 | 1 | -1/+3 |
| | |||||
* | Fix space | Renato Botelho | 2016-01-14 | 1 | -2/+1 |
| | |||||
* | UI Consistency | Phil Davis | 2016-01-14 | 1 | -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 passwords | Stephen Beaver | 2015-12-29 | 1 | -0/+2 |
| | |||||
* | FInished password hiding logic by ensuring $_POST['password'] != DMYPWD ↵ | Stephen Beaver | 2015-12-28 | 1 | -1/+3 |
| | | | | before updating | ||||
* | Added new addPassword method and password == password_confirm validation ↵ | Stephen Beaver | 2015-12-28 | 1 | -1/+4 |
| | | | | where required. | ||||
* | Remove $closehead variable | Colin Fleming | 2015-12-19 | 1 | -1/+0 |
| | | | | Remove unused variable $closehead | ||||
* | Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵ | Renato Botelho | 2015-12-15 | 1 | -3/+0 |
| | | | | was the reason they were added, it was never finished and it's not being used | ||||
* | Code style g-i | Phil Davis | 2015-12-15 | 1 | -40/+51 |
| | |||||
* | Fixed #5564 | Stephen Beaver | 2015-12-02 | 1 | -2/+1 |
| | |||||
* | Fixed #5542 | Stephen Beaver | 2015-11-30 | 1 | -88/+99 |
| | | | | by converting GET logic with jQuery to update hte selectors dynamically. | ||||
* | Type up SCRIPT tags | Colin Fleming | 2015-11-29 | 1 | -1/+1 |
| | |||||
* | Fixed #5537 | Stephen Beaver | 2015-11-28 | 1 | -2/+6 |
| | |||||
* | interfaces_ppps_edit text typos | Phil Davis | 2015-11-26 | 1 | -5/+6 |
| | | | Fix a few text typos. | ||||
* | Calling all of these "Page" in the privilege name is redundant since they ↵ | jim-p | 2015-11-25 | 1 | -1/+1 |
| | | | | are all pages and the "WebCfg" prefix implies they are pages. | ||||
* | Added use of class autoloading (GUI stuff only) | Doug Wollison | 2015-11-23 | 1 | -2/+0 |
| | | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader. |