summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate potRenato Botelho2017-02-091-832/+897
|
* Merge pull request #3512 from phil-davis/patch-3Renato Botelho2017-02-091-1/+1
|\
| * services_dhcpv6_relay fix setHelp array parameterPhil Davis2017-02-081-1/+1
| | | | | | same thing here
* | Merge pull request #3511 from phil-davis/patch-2Renato Botelho2017-02-091-1/+1
|\ \
| * | services_dhcp_relay fix setHelp array parameterPhil Davis2017-02-081-1/+1
| |/ | | | | Another one using the old array format.
* | Merge pull request #3508 from phil-davis/sethelp-6Renato Botelho2017-02-093-25/+26
|\ \
| * | setHelp format for services_captiveportalPhil Davis2017-02-083-25/+26
| | |
* | | Merge pull request #3519 from phil-davis/patch-6Renato Botelho2017-02-091-1/+4
|\ \ \
| * | | Fix keylength.com href in system_usermanagerPhil Davis2017-02-091-1/+4
| | | | | | | | | | | | | | | | | | | | The literal <a href=... text was displaying here, not an actual link to keylength.com While here, reformat to take the HTML out of the main setHelp string. Note: the literal text keylength.com has also been taken out of the main setHelp string, because it is literally the referenced site URL text, so it would not be appropriate for it to be translated.
* | | | Merge pull request #3520 from phil-davis/sethelp-9Renato Botelho2017-02-0911-66/+63
|\ \ \ \
| * | | | setHelp and gettext for system*Phil Davis2017-02-0911-66/+63
| |/ / /
* | | | Merge pull request #3518 from phil-davis/patch-5Renato Botelho2017-02-091-5/+5
|\ \ \ \
| * | | | Fix system_gateways_edit setHelp sprintf warningPhil Davis2017-02-091-5/+5
| |/ / / | | | | | | | | | | | | The code at line 759 emitted a warning because of the bare '%' in the string. Other changes are to clarify and tidy up some other sprintf strings.
* | | | Merge pull request #3516 from phil-davis/patch-4Renato Botelho2017-02-091-1/+1
|\ \ \ \
| * | | | status_upnp remove nested getext()Phil Davis2017-02-091-1/+1
| |/ / / | | | | | | | | I don't think this does anything useful.
* | | | Merge pull request #3517 from phil-davis/sethelp-8Renato Botelho2017-02-097-31/+38
|\ \ \ \
| * | | | setHelp and getttext format for status*Phil Davis2017-02-097-31/+38
| |/ / /
* | | | Merge pull request #3513 from phil-davis/sethelp-7Renato Botelho2017-02-0917-80/+81
|\ \ \ \ | |/ / / |/| | |
| * | | services_dyndns_edit % needs to be escapedPhil Davis2017-02-091-1/+1
| | | |
| * | | Merge branch 'master' into sethelp-7Phil Davis2017-02-084-5/+5
| |\ \ \ | | | |/ | | |/|
| * | | setHelp strings for services*Phil Davis2017-02-0817-80/+81
| | | |
* | | | Automatic GET to POST functions moved to pfSenseHelpers.js so they can be ↵Steve Beaver2017-02-082-78/+59
| | | | | | | | | | | | | | | | used by any page
* | | | Improve commentsSteve Beaver2017-02-081-5/+5
| | | |
* | | | Experimental method to convert GET calls to POSTSteve Beaver2017-02-081-10/+88
| |/ / |/| |
* | | Rever changes escaping '%' chars in help text. No longer required.Steve Beaver2017-02-084-5/+5
|/ /
* | Only use sprintf in setHelp() if more than one argument is receivedSteve Beaver2017-02-082-2/+12
| | | | | | | | This should eliminate all the issues caused by packages with embedded '%' in their text
* | Part fix #7233 keep correct staticmap_array_indexPhil Davis2017-02-081-4/+2
| | | | | | The index needs to be incremented even for entries that were skipped for display because they (for whatever reason) have no MAC or CID set. So use the key directly from the array.
* | Part Fix #7233 Allow deletion of empty static map entriesPhil Davis2017-02-081-1/+1
|/
* Merge pull request #3486 from phil-davis/diag-backupRenato Botelho2017-02-071-8/+8
|\
| * diag_backup do not use button text for comparisonsPhil Davis2017-02-061-8/+8
| |
* | Rather than setting the value directly, minimize exposure to eval() in ↵jim-p2017-02-071-2/+5
| | | | | | | | update_config_field() from wizard.php by constructing a variable reference, then set the value using the reference rather than passing user input through eval(). Fixes #7230
* | Convert easyrule.php to use a confirmation landing page so that the ↵jim-p2017-02-072-22/+67
| | | | | | | | | | | | parameters can be submitted via POST. Also, remove the JavaScript confirmation box since it is now redundant. Fixes #7228 The confirmation page displays the submitted parameters for an extra user sanity check. Also fixed a bunch of page formatting issues that were not apparent because users rarely if ever saw output from the page.
* | interfaces_ppps_edit remove embedded HTML from setHelp stringPhil Davis2017-02-071-2/+2
| | | | | | There was only one of these remaining to do.
* | Merge pull request #3501 from phil-davis/patch-1Renato Botelho2017-02-071-22/+27
|\ \
| * | interfaces_ppps_edit fixes that will work on 2.3.3 alsoPhil Davis2017-02-071-22/+27
| | | | | | | | | | | | | | | | | | | | | 1) Make "The MTU is too big" message actually come out. The code around line 300 was rubbish (maybe from before bootstrap?). 2) Show friendly description rather than 'wan' 'lan' opt1' in interface link list. 3) If any specific link parameters are set, then open the advanced section on page load. I tested on a 2.4 system, then applied these diff on a 2.3.3 system and it worked there also. So this should backport fine.
* | | Merge pull request #3503 from phil-davis/patch-3Renato Botelho2017-02-071-0/+1
|\ \ \
| * | | Fix #7226 Package installation message is incompletePhil Davis2017-02-071-0/+1
| | | | | | | | | | | | This makes it remember pkgname after the install finishes and the form is re-submitted.
* | | | Merge pull request #3502 from phil-davis/patch-2Renato Botelho2017-02-071-9/+11
|\ \ \ \
| * | | | pkg_mgr_install remove embedded HTML from result stringsPhil Davis2017-02-071-9/+11
| |/ / /
* | | | Encode the contents of pkg_filter before output. Fixes #7227jim-p2017-02-071-1/+1
|/ / /
* | | Encode 'from' and 'to' before output on pkg_mgr_install.php. Fixes #7225jim-p2017-02-071-1/+1
| | |
* | | Update translation filesRenato Botelho2017-02-0744-10124/+13353
| | |
* | | Regenerate potRenato Botelho2017-02-071-348/+476
| | |
* | | Merge pull request #3494 from lukehamburg/copy-duid-patch-2Renato Botelho2017-02-071-5/+36
|\ \ \
| * | | add Copy DUID convenience buttonlukehamburg2017-02-061-5/+36
| | | | | | | | | | | | | | | | | | | | - adds `Copy DUID` convenience button/js - no page refresh or AJAX
* | | | Add cpsw to ALTQ list now that the driver supports ALTQ. Ticket #7199jim-p2017-02-071-1/+1
| |/ / |/| |
* | | 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
| | |/ | |/|
* | | Merge pull request #3500 from phil-davis/patch-5Renato Botelho2017-02-071-3/+4
|\ \ \
| * | | license.php getext formats and breadcrumbsPhil Davis2017-02-071-3/+4
| | |/ | |/| | | | | | | 1) I added a breadcrumb because the "?" "help on this page" icon does not display nicely without the breadcrumbs section. 2) Make various gettext() a bit nicer.
OpenPOWER on IntegriCloud