summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_pppoe_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Required fields in Services pagesPhil Davis2017-01-301-6/+10
| | | | (cherry picked from commit 24b82516e0baac87316245427e870a36fbcda4ac)
* Typo in pppoe_subnet input error messagePhil Davis2017-01-261-1/+1
| | | | (cherry picked from commit 01799e5bd5f363e21c744752760ab0cc591713da)
* Remove unused print_info_box($savemsg)Phil Davis2017-01-041-4/+0
| | | | | | | | These are files that make no use of $savemsg. May as well remove the print_info_box($savemsg) to avoid future confusion for maintainers wondering why it is there. (cherry picked from commit 24a4f2ef15a09740a1c13850f85dc345f08cd653)
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* 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().
* Services - PunctuationNOYB2016-04-211-10/+10
| | | | | | Clean up some services menu punctuation. (cherry picked from commit e78ecb9681106889f94b5c7f7b1dbf7b46f54766)
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-2/+2
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-2/+2
| | | | | | 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.
* Icon consistency in Repeatable blocks. Ticket #5965jim-p2016-03-091-4/+8
|
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Fix RADIUS spelling. It is written in all caps.k-paulius2016-02-101-1/+1
|
* Relocate subnet mask drop-down to a more sensible place on the PPPoE server, ↵jim-p2016-01-221-8/+20
| | | | add a user login count option.
* Fix syntax errors introduced on recent merged pull requestsRenato Botelho2016-01-121-1/+1
|
* Merge pull request #2411 from stilez/patch-15Renato Botelho2016-01-121-4/+1
|\
| * redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-4/+1
| | | | | | | | ip2long32() etc
* | SImplify a recent-added validation teststilez2016-01-091-3/+1
|/ | | numericint is the standard test for numeric && >=0
* Fix up text on PPPoE Serverjim-p2016-01-071-14/+14
|
* Validate pppoe_subnet before use it in calculation. Ticket #5720Renato Botelho2016-01-061-0/+5
|
* Change number of PPPoE users range to 1-255 and add an extra POST validationRenato Botelho2016-01-061-1/+4
|
* Fix field name validationRenato Botelho2016-01-061-1/+1
|
* Final updates in support of hidden passwordsStephen Beaver2015-12-291-4/+10
|
* Merge pull request #2256 from phil-davis/r014Stephen Beaver2015-12-171-14/+19
|\
| * Code style servicesPhil Davis2015-12-171-14/+19
| |
* | services_pppoe_edit handle both GET and POSTPhil Davis2015-12-171-2/+2
|/ | | | | This wacky logic would only have got to the $_POST checks if $_GET['id'] was already set. I haven't looked to analyse it - but how would anything using $_POST have worked?
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-0/+632
OpenPOWER on IntegriCloud