| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding {} to if statement. | NOYB | 2016-01-22 | 1 | -1/+2 |
* | Form Group - Empty Title GetText | NOYB | 2016-01-22 | 1 | -1/+2 |
* | classes/Form/Textarea.class.php, setNoWrap, make it work properly on FireFox ... | PiBa-NL | 2016-01-18 | 1 | -1/+1 |
* | Put this htmlspecialchars back, I found a better workaround for the inconsist... | jim-p | 2016-01-17 | 1 | -1/+1 |
* | Fix inconsistencies in Form_Input | Sjon Hortensius | 2016-01-17 | 2 | -4/+4 |
* | Don't run the checkbox label through htmlspecialchars, it breaks several pack... | jim-p | 2016-01-16 | 1 | -1/+1 |
* | Don't automatically run strings that are too long through gettext here. | jim-p | 2016-01-16 | 1 | -1/+6 |
* | Change method name to setIsRequired() to match other similar methods | Stephen Beaver | 2016-01-06 | 1 | -1/+1 |
* | Added new method setRequired() (shortcut for setAttribute("required", true) ) | Stephen Beaver | 2016-01-06 | 1 | -0/+7 |
* | HTML Compliance - Form Button - HRef | NOYB | 2016-01-05 | 1 | -0/+3 |
* | Correct "noWrap" in text areas. (Function is not actually used by anyone, but... | Stephen Beaver | 2016-01-04 | 1 | -1/+1 |
* | Final updates in support of hidden passwords | Stephen Beaver | 2015-12-29 | 1 | -1/+1 |
* | Don't display dummy password if configured pwd is empty | Stephen Beaver | 2015-12-28 | 2 | -1/+9 |
* | Experimental: Fixed #5693 | Stephen Beaver | 2015-12-28 | 2 | -0/+34 |
* | Move width:auto style to textarea handler in pkg_edit.php | Stephen Beaver | 2015-12-22 | 1 | -3/+1 |
* | Merge pull request #2316 from phil-davis/patch-3 | Stephen Beaver | 2015-12-22 | 1 | -2/+9 |
|\ |
|
| * | HTML Compliance - Form Select 3rd try | Phil Davis | 2015-12-22 | 1 | -2/+9 |
* | | Merge pull request #2295 from NOYB/HTML_Compliance_-_Form_Input_-_Placeholder | Stephen Beaver | 2015-12-22 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | HTML Compliance - Form Input - Placeholder | NOYB | 2015-12-18 | 1 | -1/+3 |
* | | Default textarea width to 60 cols. | Stephen Beaver | 2015-12-22 | 1 | -0/+1 |
* | | Adds style="width: auto;" attribute to textareas to allow the "cols" attribu... | Stephen Beaver | 2015-12-22 | 1 | -0/+1 |
* | | Reverts change to Form_Selector which was breaking selectors with blank options | Stephen Beaver | 2015-12-22 | 1 | -2/+1 |
* | | Added support for rows, cols and wrap to Forms_Textarea and to pkg_edit.php | Stephen Beaver | 2015-12-21 | 2 | -0/+21 |
* | | Merge pull request #2298 from NOYB/WebGUI_Left_Column_Labels_Hyper | Stephen Beaver | 2015-12-21 | 1 | -0/+5 |
|\ \ |
|
| * | | WebGUI Left Column Labels Hyper | NOYB | 2015-12-19 | 1 | -0/+5 |
| |/ |
|
* | | HTML Compliance - Form Group - Label For | NOYB | 2015-12-21 | 2 | -1/+17 |
* | | HTML Compliance - Form Select | NOYB | 2015-12-18 | 1 | -1/+2 |
|/ |
|
* | Applying htmlspecialchars on form action attribute causes ampersands to multi... | NOYB | 2015-12-15 | 1 | -1/+1 |
* | Automatic panel collapse defines moved to jquery/pfSenseHelpsers.js | Stephen Beaver | 2015-12-14 | 1 | -3/+0 |
* | Merge pull request #2217 from NOYB/HTML_Compliance_-_Collapsible_Form_Section... | Stephen Beaver | 2015-12-14 | 1 | -2/+2 |
|\ |
|
| * | HTML Compliance - Collapsible Form Section HREF | NOYB | 2015-12-13 | 1 | -2/+2 |
* | | Merge pull request #2216 from NOYB/HTML_Compliance_-_Checkbox_Display_As_Radi... | Stephen Beaver | 2015-12-14 | 1 | -1/+7 |
|\ \ |
|
| * | | HTML Compliance - Checkbox Display As Radio Unique ID | NOYB | 2015-12-13 | 1 | -1/+7 |
| |/ |
|
* | | HTML Compliance - Form Action Attribute | NOYB | 2015-12-12 | 1 | -2/+3 |
|/ |
|
* | Revise collapsible section behavior to use defines (COLLAPSIBLE, SEC_OPEN, SE... | Stephen Beaver | 2015-12-03 | 1 | -4/+7 |
* | Spelling | Stephen Beaver | 2015-12-03 | 1 | -4/+4 |
* | Further changes to Section.class.php and to diag_logs_filter.php | Stephen Beaver | 2015-12-03 | 1 | -2/+8 |
* | Add full classpath to autoloader so that packages can run from their own dire... | Stephen Beaver | 2015-12-02 | 1 | -1/+1 |
* | Experimental changes to Form_Section() to allow the panel to be made collapsa... | Stephen Beaver | 2015-12-01 | 1 | -3/+16 |
* | Update Form_Input flass | Colin Fleming | 2015-11-29 | 1 | -1/+1 |
* | Added use of class autoloading (GUI stuff only) | Doug Wollison | 2015-11-23 | 3 | -7/+12 |
* | add attribute 'id' for the Form_Section | bruno | 2015-11-19 | 1 | -2/+5 |
* | Allow fa icons to be embedded in Form_Button class buttons | Stephen Beaver | 2015-11-09 | 2 | -3/+28 |
* | Initial conversion of the file. Most functions completed and tested, but more... | Stephen Beaver | 2015-09-25 | 1 | -0/+17 |
* | Fixed #5121 | Stephen Beaver | 2015-09-18 | 1 | -3/+10 |
* | Revised all pages with autocomplete to accommodate host names in validation a... | Stephen Beaver | 2015-09-11 | 1 | -1/+1 |
* | Fixed Modal class issues | Stephen Beaver | 2015-09-09 | 1 | -2/+2 |
* | Fixed modal.class.php so that modal forms now work | Stephen Beaver | 2015-09-08 | 1 | -1/+1 |
* | Fixed #5102 | Stephen Beaver | 2015-09-08 | 1 | -15/+3 |
* | Fixed #5102 | Stephen Beaver | 2015-09-04 | 1 | -0/+13 |