summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3465 from phil-davis/system-widget-filterRenato Botelho2017-02-061-4/+160
|\
| * System Information widget filter gettext()Phil Davis2017-02-041-17/+17
| |
| * System Information Widget FilterPhil Davis2017-02-021-4/+160
| |
* | Merge pull request #3480 from PiBa-NL/certmgr_20170206Renato Botelho2017-02-061-1/+8
|\ \
| * | certificatemanager, don't show information from previous certificate if no ↵PiBa-NL2017-02-061-1/+8
| | | | | | | | | | | | cert or csr is present in the cert
* | | Merge pull request #3485 from phil-davis/form-var-namesRenato Botelho2017-02-061-2/+2
|\ \ \
| * | | Use unique var names in Input.class.phpPhil Davis2017-02-061-2/+2
| | | |
* | | | Merge pull request #3482 from phil-davis/patch-4Renato Botelho2017-02-061-14/+0
|\ \ \ \
| * | | | Remove unused restore_ver from diag_backupPhil Davis2017-02-061-14/+0
| |/ / / | | | | | | | | I cannot see where this is used any more. The functionality seems to now be done in diag_confbak
* | | | Merge pull request #3478 from phil-davis/sethelp-review2Renato Botelho2017-02-069-66/+108
|\ \ \ \
| * | | | setHelp and gettext changes for firewall* pagesPhil Davis2017-02-059-66/+108
| | |/ / | |/| |
* | | | Merge pull request #3477 from phil-davis/patch-2Renato Botelho2017-02-061-2/+2
|\ \ \ \
| * | | | Firewall Rules Edit translate Source and DestinationPhil Davis2017-02-051-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These bits were not translating. Line 1406 could possibly be like: ``` $group = new Form_Group($name . ' ' . gettext('Port Range')); ``` But then that assumes that in every target language the translation of "Source" or "Destination" can be put in front of the translation of "Port Range". So I have given the translators both full phrases to do what they like with.
* | | | Merge pull request #3476 from phil-davis/sethelp-review1Renato Botelho2017-02-067-37/+49
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove HTML from strings in diags filesPhil Davis2017-02-057-37/+49
| |/ /
* | | Escape '%' in help textSteve Beaver2017-02-051-1/+1
|/ /
* | Merge pull request #3469 from phil-davis/fw-nat-out-edit-other-subnetSteve Beaver2017-02-041-10/+39
|\ \
| * | Fix firewall_nat_out_edit dependency on EnglishPhil Davis2017-02-041-10/+39
| | |
* | | Merge pull request #3472 from phil-davis/patch-2Steve Beaver2017-02-041-10/+12
|\ \ \
| * | | system_advanced_admin remove href from setHelp stringsPhil Davis2017-02-041-10/+12
| | | | | | | | | | | | | | | | | | | | I think that giving long strings that contain various HTML tags in-line through for translation is going to be error-prone. Actually we do not want the translators to accidentally also translate href like system_usermanager or accidentally miss out some quotes or brackets. It seems safer to substitute these in using %s formatting. This is an example of the sort of changes that could be made.
* | | | Merge pull request #3474 from lukehamburg/lukehamburg-patch-1Steve Beaver2017-02-041-1/+1
|\ \ \ \
| * | | | Add a '.' to the help text for consistencyluckman2122017-02-041-1/+1
| | | | |
* | | | | Merge pull request #3471 from phil-davis/patch-1Steve Beaver2017-02-041-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | system_advanced_admin remove setHelp arrayPhil Davis2017-02-041-1/+1
| |/ / /
* | | | Fixed embedded '%' that was breaking setText.Steve Beaver2017-02-041-6/+5
|/ / /
* | | Several more fixes for setHelp to assist with translationSteve Beaver2017-02-038-17/+21
| | |
* | | Fix #7202Steve Beaver2017-02-032-6/+6
| | | | | | | | | | | | Fix several sprintf errors by escaping '%'s and removing '[ ]' which had been use to pass arguments to setHelp as an array.
* | | Remove \n from gettext stringsRenato Botelho2017-02-033-13/+13
| | |
* | | Merge pull request #3463 from jskyboo/masterRenato Botelho2017-02-033-0/+42
|\ \ \ | |/ / |/| |
| * | Add to NTP GPS processing of PGRMF sentencejskyboo2017-02-023-0/+42
| |/
* | Remove unneeded sprint and gettext in setHelpPhil Davis2017-02-037-11/+11
| |
* | Provide info on services_checkip.php about what the server must return, and ↵jim-p2017-02-021-3/+24
| | | | | | | | provide two examples of server-side code to return the client address. Fixes #6374
* | Remove unneeded sprintf from setHelp callsSteve Beaver2017-02-026-24/+24
| |
* | COnvert the setHelp method(s) to accept conventioanl printf style argument ↵Steve Beaver2017-02-023-22/+21
|/ | | | lists. e.g.: setHelp("%d interfaces have been detected", $numIfs);
* Merge pull request #3462 from phil-davis/percent-s-wwwRenato Botelho2017-02-0129-80/+80
|\
| * Code with multiple %s in usr/local/wwwPhil Davis2017-02-0129-80/+80
| |
* | Merge pull request #3461 from phil-davis/patch-3Renato Botelho2017-02-011-1/+1
|\ \
| * | diag_reseststate sourcetablehelp escape of double-quotes not neededPhil Davis2017-02-011-1/+1
| |/ | | | | The backslash escaping of the double-quotes here displays the backslashes literal on the GUI. Escaping is not needed in this single-quoted string.
* | Merge pull request #3458 from phil-davis/ifname-nopkgRenato Botelho2017-02-013-4/+22
|\ \
| * | Redmine #7173 Do not allow pkg_ for If, IfGroup, AliasPhil Davis2017-02-013-4/+22
| |/
* | Fix #7183 Do not allow Interface Groups with the same namePhil Davis2017-02-011-5/+3
|/ | | I should stop trying bad stuff, there seem to be so many holes to find in the validation :)
* Fixed #7180Steve Beaver2017-01-311-1/+1
|
* Merge pull request #3451 from phil-davis/required-fields-vpnRenato Botelho2017-01-319-67/+72
|\
| * Required fields for VPN pagesPhil Davis2017-01-319-67/+72
| |
* | Fix #7173 Interface Group Name cannot contain dashPhil Davis2017-01-311-2/+2
|/
* Merge pull request #3449 from phil-davis/required-fields-systemRenato Botelho2017-01-3016-88/+112
|\
| * Required fields for System pagesPhil Davis2017-01-3016-88/+112
| |
* | Fixed #7171Steve Beaver2017-01-303-8/+5
| | | | | | | | Moved setHelpText() to helpers file
* | Merge pull request #3448 from phil-davis/required-fields-servicesRenato Botelho2017-01-3020-47/+71
|\ \ | |/ |/|
| * Required fields in Services pagesPhil Davis2017-01-3020-47/+71
| |
OpenPOWER on IntegriCloud