summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/classes
Commit message (Expand)AuthorAgeFilesLines
* Fix #6918 Allow aliases with capital letters in rulesPhil Davis2016-11-141-0/+17
* Remove "use lowercase" hintPhil Davis2016-11-101-2/+2
* Fix #6864 automatically convert IPv6 input to lowercasePhil Davis2016-11-101-0/+5
* Code style and commentsPhil Davis2016-08-165-11/+11
* Improved solution to #6716Stephen Beaver2016-08-151-0/+2
* Allow section header to be omitted by specifying "NOTITLE" as the section title.Stephen Beaver2016-07-181-2/+12
* Review license / copyright on all files (final round)Renato Botelho2016-07-1515-362/+362
* Review license / copyright on all files (1st round)Renato Botelho2016-07-1415-344/+779
* Feature #6388 custom GUI preference settings per userPhil Davis2016-06-301-2/+2
* Remove a-f from IPv4 address patternPhil Davis2016-06-281-2/+2
* Fix Bug #6394 - Incorrect Output of TranslationNewEraCracker2016-06-224-4/+9
* Fixed #6498 by providing new address type argument to Form_IpAddress(). In th...Stephen Beaver2016-06-211-3/+15
* Reduce maximum length of string to gettext()NewEraCracker2016-05-201-1/+1
* Experimentally fixed #6327Stephen Beaver2016-05-071-1/+1
* Translate button textPhil Davis2016-03-141-3/+3
* Translate the default submit button textPhil Davis2016-03-111-3/+4
* Make fa-save the default button icon for 'Save' on all forms. Ticket #5965jim-p2016-03-101-2/+6
* Adding {} to if statement.NOYB2016-01-221-1/+2
* Form Group - Empty Title GetTextNOYB2016-01-221-1/+2
* classes/Form/Textarea.class.php, setNoWrap, make it work properly on FireFox ...PiBa-NL2016-01-181-1/+1
* Put this htmlspecialchars back, I found a better workaround for the inconsist...jim-p2016-01-171-1/+1
* Fix inconsistencies in Form_InputSjon Hortensius2016-01-172-4/+4
* Don't run the checkbox label through htmlspecialchars, it breaks several pack...jim-p2016-01-161-1/+1
* 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
* HTML Compliance - Form Button - HRefNOYB2016-01-051-0/+3
* Correct "noWrap" in text areas. (Function is not actually used by anyone, but...Stephen Beaver2016-01-041-1/+1
* Final updates in support of hidden passwordsStephen Beaver2015-12-291-1/+1
* Don't display dummy password if configured pwd is emptyStephen Beaver2015-12-282-1/+9
* Experimental: Fixed #5693Stephen Beaver2015-12-282-0/+34
* Move width:auto style to textarea handler in pkg_edit.phpStephen Beaver2015-12-221-3/+1
* Merge pull request #2316 from phil-davis/patch-3Stephen Beaver2015-12-221-2/+9
|\
| * HTML Compliance - Form Select 3rd tryPhil Davis2015-12-221-2/+9
* | 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
* | Default textarea width to 60 cols.Stephen Beaver2015-12-221-0/+1
* | Adds style="width: auto;" attribute to textareas to allow the "cols" attribu...Stephen Beaver2015-12-221-0/+1
* | Reverts change to Form_Selector which was breaking selectors with blank optionsStephen Beaver2015-12-221-2/+1
* | Added support for rows, cols and wrap to Forms_Textarea and to pkg_edit.phpStephen Beaver2015-12-212-0/+21
* | Merge pull request #2298 from NOYB/WebGUI_Left_Column_Labels_HyperStephen Beaver2015-12-211-0/+5
|\ \
| * | WebGUI Left Column Labels HyperNOYB2015-12-191-0/+5
| |/
* | HTML Compliance - Form Group - Label ForNOYB2015-12-212-1/+17
* | HTML Compliance - Form SelectNOYB2015-12-181-1/+2
|/
* Applying htmlspecialchars on form action attribute causes ampersands to multi...NOYB2015-12-151-1/+1
* Automatic panel collapse defines moved to jquery/pfSenseHelpsers.jsStephen Beaver2015-12-141-3/+0
* Merge pull request #2217 from NOYB/HTML_Compliance_-_Collapsible_Form_Section...Stephen Beaver2015-12-141-2/+2
|\
| * HTML Compliance - Collapsible Form Section HREFNOYB2015-12-131-2/+2
* | Merge pull request #2216 from NOYB/HTML_Compliance_-_Checkbox_Display_As_Radi...Stephen Beaver2015-12-141-1/+7
|\ \
| * | HTML Compliance - Checkbox Display As Radio Unique IDNOYB2015-12-131-1/+7
| |/
OpenPOWER on IntegriCloud