summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/classes/Form/Input.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Only use sprintf in setHelp() if more than one argument is receivedSteve Beaver2017-02-081-1/+6
| | | | This should eliminate all the issues caused by packages with embedded '%' in their text
* Merge pull request #3484 from phil-davis/sethelp-emptyRenato Botelho2017-02-071-1/+2
|\
| * Do not pass empty string to gettextPhil Davis2017-02-061-1/+2
| |
* | Use unique var names in Input.class.phpPhil Davis2017-02-061-2/+2
|/
* COnvert the setHelp method(s) to accept conventioanl printf style argument ↵Steve Beaver2017-02-021-14/+10
| | | | lists. e.g.: setHelp("%d interfaces have been detected", $numIfs);
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Code style and commentsPhil Davis2016-08-161-2/+2
| | | | No functional change - just making style consistent
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-30/+30
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-27/+53
|
* Fix Bug #6394 - Incorrect Output of TranslationNewEraCracker2016-06-191-1/+1
| | | | Apparently gettext() does not behave correctly when passed an empty string, this commit ensures gettext() is called only with non-empty strings
* Reduce maximum length of string to gettext()NewEraCracker2016-05-171-1/+1
| | | | | | This limit is set at 4096 on PHP 5.6: http://lxr.php.net/xref/PHP_5_6/ext/gettext/gettext.c#139 Bug report on forum: https://forum.pfsense.org/index.php?topic=110088.0
* Fix inconsistencies in Form_InputSjon Hortensius2016-01-171-2/+2
| | | | | renamed get_type to getType fix capitalisation in getTagName
* Don't automatically run strings that are too long through gettext here.jim-p2016-01-161-1/+6
|
* Change method name to setIsRequired() to match other similar methodsStephen Beaver2016-01-061-1/+1
|
* Added new method setRequired() (shortcut for setAttribute("required", true) )Stephen Beaver2016-01-061-0/+7
|
* Don't display dummy password if configured pwd is emptyStephen Beaver2015-12-281-0/+5
|
* Experimental: Fixed #5693Stephen Beaver2015-12-281-0/+16
| | | | Added new functionality to PHP classes, and used it ONLY in system_advanced_notifications.php -> smtp password
* Merge pull request #2295 from NOYB/HTML_Compliance_-_Form_Input_-_PlaceholderStephen Beaver2015-12-221-1/+3
|\
| * HTML Compliance - Form Input - PlaceholderNOYB2015-12-181-1/+3
| | | | | | | | | | Attribute placeholder not allowed on element select at this point. Attribute placeholder is only allowed when the input type is email, number, password, search, tel, text, or url.
* | Added support for rows, cols and wrap to Forms_Textarea and to pkg_edit.phpStephen Beaver2015-12-211-0/+7
| |
* | HTML Compliance - Form Group - Label ForNOYB2015-12-211-0/+10
|/ | | | The for attribute of the label element must refer to a non-hidden form control.
* Update Form_Input flassColin Fleming2015-11-291-1/+1
|
* Initial conversion of the file. Most functions completed and tested, but ↵Stephen Beaver2015-09-251-0/+17
| | | | more testing remains
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-0/+200
OpenPOWER on IntegriCloud