summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_ppps_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Restrict serial ports glob to cua followed by alphaPhil Davis2015-07-161-3/+3
| | | Improve this a little more to match only alpha after /dev/cua (/dev/cuau for example)
* Make serial ports glob cope with many more possibilitiesPhil Davis2015-07-161-3/+3
| | | | | | | | | | | | | It originally coped with things like cuau1 cuau1.1 Then I made it cope with things like cuau1 cuau11 but it stopped working for cuau1.1 This one copes with: cuau1 cuau1.1 cuau1.11 cuau11 cuau11.1 cuau11.11 That should allow for all sorts of reasonable device name files without matching other stuff in /dev (like cuau1.init cuau1.lock) that we need to ignore. Please think if I have covered the bases here.
* Merge pull request #1747 from phil-davis/patch-8Renato Botelho2015-07-151-15/+17
|\
| * Interfaces PPPs edit avoid foreach() warningPhil Davis2015-07-131-15/+17
| | | | | | | | If you go to Interfaces, assign, PPPs, press "+" to add an entry, then press Save without entering anything then you get a warning about the foreach() here. The is_array() check fixes it.
* | Merge pull request #1749 from phil-davis/cancel-refererRenato Botelho2015-07-151-1/+6
|\ \
| * | Cancel button after input errorPhil Davis2015-07-131-1/+6
| |/ | | | | | | | | | | | | | | | | | | | | If there is an input error then the edit page is redrawn showing the input errors. The HTTP_REFERER becomes the current page, rather than the true original referer. Then if you click Cancel the current page is just redrawn. This change makes the code remember the original referer, so if the user enters some invalid data, presses Save, reads the input error messages then presses Cancel they are taken back out to the original page - the same as if Cancel was used before Save.
* | Fix glob for serial device namesPhil Davis2015-07-141-1/+6
|/ | | | Removing the "." that was in {,.[0-9]} allows it to match /dev/cuau10 and onward. I added lots of comments on the glob expression, because the format of the glob expression is not the same as an ordinary regex.
* Encoding in interfaces_ppps_edit.phpjim-p2015-06-161-2/+2
|
* Code spacingPhil Davis2015-06-151-34/+34
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style interfaces miscellaneous filesPhil Davis2015-05-131-165/+249
|
* Fix password box cursor positionPhil Davis2015-03-101-6/+6
| | | | | | | | | | | | | | | Similar to https://github.com/pfsense/pfsense/commit/dedc40f7ded5f88aee4720aa8a3a57667b975254 The password field shows the little lock icon, but the text input area starts over the top of the icon and as I type in the field the password "dots" go over the lock icon in each of these data entry places. Changing the field name/id to not be "password" but to be "passwordfld", "passwordfld1" "passwordfld2" and the like fixes it. Something does not like the field being called just "password". In interfaces.php I also changed the field "username" to be "ppp_username". This standardized it to work in a similar way to pppoe_username pptp_username fields. It looks easier to understand for me.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* phone number is a required fieldChris Buechler2014-11-221-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+2
|
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+3
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* Update SCRIPT tags.Colin Fleming2014-05-191-1/+3
| | | | Add CDATA sections to SCRIPT tags in various files
* Use the glob on 2.2 now as well for listing PPP serial devices.jim-p2014-05-151-1/+2
| | | | Rather than doing auto-detection, fall back to a glob for now when listing potential PPP serial devices. This will allow us to push ticket #2433 back to 2.2 with a more proper long-term fix for the auto-detection.
* xhtml Complianceayvis2014-03-141-23/+23
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-3/+3
|
* Tidy up "interfaces_pps_edit.php" XHTMLColin Fleming2013-04-171-31/+28
| | | | | | | Update HTML Boolean operators Add summary to TABLE tags Add missing opening and closing cell tags in TR tag Remove duplicate opening TR tag
* Tidy up "interfaces_pps_edit.php" XHTMLColin Fleming2013-04-161-34/+34
| | | | Close INPUT and BR tags
* List VLAN interfaces on Interfaces -> (assign) -> PPPs edit. It should fix #1767Renato Botelho2013-01-081-0/+6
|
* Correct reload of ppp interface after modifications in the assign->ppps sectionErmal2012-11-211-1/+1
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-1/+1
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Converting from scriptaculous to jQueryVinicius Coque2011-11-151-1/+1
|
* Do more strict checking if an ppp type interface is assigned before starting ↵Ermal2011-03-151-13/+8
| | | | the mpd process behind it. Trigered-by: http://forum.pfsense.org/index.php/topic,34377.0.html
* Fix HTML errors reported by Eclipse using PHP perspectivePierre POMES2011-01-091-1/+1
|
* Attempt to make it more clear to users that "Dial on Demand" should not be ↵gnhb2011-01-031-1/+1
| | | | | | enabled if the link should be always up/on.
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Make the note more coherent.gnhb2010-08-221-1/+1
|
* Remove duplicate logic.gnhb2010-08-221-1/+1
|
* Oops. Don't clobber the provider data if the user enters one.gnhb2010-08-221-4/+7
| | | | | And add data validation so user can't set Service name and NULL service name at the same time.
* Add a checkbox to explicitly configure a null Service name for PPPoE.gnhb2010-08-221-5/+9
| | | | See: http://forum.pfsense.org/index.php/topic,27461.0.html
* Actually make this not error out.Ermal2010-08-201-3/+6
|
* fix textChris Buechler2010-08-141-2/+2
|
* fix textChris Buechler2010-08-141-1/+1
|
* fix textChris Buechler2010-08-141-2/+2
|
* fix textChris Buechler2010-08-131-1/+1
|
* should be #777 not *777Chris Buechler2010-08-131-1/+1
|
* Expose MRRU settings in the GUI for PPPoE (MLPPP).gnhb2010-08-131-2/+10
|
* Fix gettext on interfaces_ppps_edit.phpVinicius Coque2010-08-121-4/+4
|
* Add missing explode parameter.Erik Fonnesbeck2010-08-051-1/+1
|
* Make sure this dir exists because the new function uses it.Ermal2010-08-031-0/+2
|
* Use the new pfSense module call to find the usable ports from the ones ↵Ermal2010-08-031-5/+1
| | | | created on /dev.
* Corrections gettext implementation on interfaces_ppps_edit.phpCarlos Eduardo Ramos2010-07-211-1/+1
|
* Checked gettext() implementation on interfaces_ppps_edit.phpCarlos Eduardo Ramos2010-07-141-17/+17
|
* Fix gettext implementation on interfaces_ppps_edit.phpVinicius Coque2010-07-101-1/+1
|
OpenPOWER on IntegriCloud