Remove unneeded sprintf from setHelp calls
COnvert the setHelp method(s) to accept conventioanl printf style argument lists. e.g.: setHelp("%d interfaces have been detected", $numIfs);
Regenerate pot
Merge pull request #3462 from phil-davis/percent-s-www
Code with multiple %s in usr/local/www
Merge pull request #3461 from phil-davis/patch-3
Merge pull request #3458 from phil-davis/ifname-nopkg
diag_reseststate sourcetablehelp escape of double-quotes not needed
The backslash escaping of the double-quotes here displays the backslashes literal on the GUI. Escaping is not needed in this single-quoted string.
Redmine #7173 Do not allow pkg_ for If, IfGroup, Alias
Fix #7183 Do not allow Interface Groups with the same name
I should stop trying bad stuff, there seem to be so many holes to find in the validation :)
View revisions
Also available in: Atom