summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/classes
Commit message (Expand)AuthorAgeFilesLines
* Fix anchor tag locationSteve Beaver2017-06-081-1/+1
* Improve commentSteve Beaver2017-06-011-2/+2
* Use the section ID as an anchor so that hyperlinks can jump directly to that ...Steve Beaver2017-06-011-4/+19
* Only use sprintf in setHelp() if more than one argument is receivedSteve Beaver2017-02-082-2/+12
* Merge pull request #3484 from phil-davis/sethelp-emptyRenato Botelho2017-02-075-8/+19
|\
| * Do not pass empty string to gettextPhil Davis2017-02-065-8/+19
* | Use unique var names in Input.class.phpPhil Davis2017-02-061-2/+2
|/
* COnvert the setHelp method(s) to accept conventioanl printf style argument li...Steve Beaver2017-02-023-22/+21
* Refinement to #7083Steve Beaver2017-01-201-1/+3
* Fixed #7083Steve Beaver2017-01-191-4/+16
* Form_IpAddress add types remove patternsPhil Davis2016-12-031-3/+24
* IPv6 address can contain a dotPhil Davis2016-11-261-1/+1
* Revert "Fix #6864 automatically convert IPv6 input to lowercase"Luiz Otavio O Souza2016-11-151-5/+2
* Revert "Fix #6918 Allow aliases with capital letters in rules"Luiz Otavio O Souza2016-11-151-17/+0
* Fix #6918 Allow aliases with capital letters in rulesPhil Davis2016-11-141-0/+17
* Remove "use lowercase" hintPhil Davis2016-10-201-2/+2
* Fix #6864 automatically convert IPv6 input to lowercasePhil Davis2016-10-201-0/+5
* Move copyright from ESF to NetgateRenato Botelho2016-09-0615-15/+15
* Code style and commentsPhil Davis2016-08-165-11/+11
* Improved solution to #6716Stephen Beaver2016-08-151-0/+2
* Merge pull request #3056 from NewEraCracker/design-tweaksStephen Beaver2016-08-031-1/+1
|\
| * Some tweaks to improve alignment in table with checkboxNewEraCracker2016-07-131-1/+1
* | Allow section header to be omitted by specifying "NOTITLE" as the section title.Stephen Beaver2016-07-181-2/+12
* | Move to Apache License 2.0Renato Botelho2016-07-1515-615/+135
* | 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
|/
* Merge pull request #3018 from phil-davis/usersettingsChris Buechler2016-06-301-2/+2
|\
| * Feature #6388 custom GUI preference settings per userPhil Davis2016-06-231-2/+2
* | Remove a-f from IPv4 address patternPhil Davis2016-06-281-2/+2
|/
* Merge pull request #3011 from NewEraCracker/redmine-6394Stephen Beaver2016-06-224-4/+9
|\
| * Fix Bug #6394 - Incorrect Output of TranslationNewEraCracker2016-06-194-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-171-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
OpenPOWER on IntegriCloud