summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Follow FreeBSD steps (r294560) and stop creating rsa1 and dsa keys by defaultRenato Botelho2016-01-221-2/+0
|
* Merge pull request #2502 from phil-davis/patch-6Renato Botelho2016-01-221-1/+4
|\
| * Be more flexible on detecting the need for the Apply buttonPhil Davis2016-01-221-1/+4
| | | | | | This is the quick fix part (1) for https://redmine.pfsense.org/issues/5794
* | Replace "jQuery" with "$" for consistencyStephen Beaver2016-01-221-8/+8
| |
* | add call 'gettext' function in the status menu filesbruno2016-01-2218-80/+74
| |
* | Fixed #5793Stephen Beaver2016-01-221-3/+3
| |
* | Remove redundant alias check and move group check to proper place, fixes #5795Renato Botelho2016-01-221-16/+9
| |
* | Do not let interface description to have same name of an interface group. ↵Renato Botelho2016-01-221-0/+8
| | | | | | | | Fixes #5795
* | Merge pull request #2503 from NOYB/Form_Group_-_Empty_Title_GetTextRenato Botelho2016-01-221-1/+3
|\ \
| * | Adding {} to if statement.NOYB2016-01-221-1/+2
| | |
| * | Form Group - Empty Title GetTextNOYB2016-01-221-1/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't call gettext with an empty title. There are undoubtedly other places that a check should be done before passing a variable only to a gettext call. Fixes use case of form group class without a title from passing empty var to gettext. Gettext returns header info. when an empty string/var is passed. Perhaps a function should be created for this for consistency. http://php.net/manual/en/function.gettext.php#108594 For groups without a title gettext returns header info. To reproduce the issue select a non English language and open any of the following: Services Load Balancer - edit Diagnostics - Backup/Restore Diagnostics - Status SMART Status - System Logs - log filter and manage log panels (not a comprehensive list)
* | Merge pull request #2494 from phil-davis/patch-2Renato Botelho2016-01-221-6/+7
|\ \
| * | xmlrpc signature and docstringPhil Davis2016-01-211-6/+7
| | | | | | | | | A few of the entries in this array had dodgy var references. I don't think anything would have caused an actual error.
* | | Merge pull request #2500 from NOYB/Firewall_Log_Widget_-_Revert_AbbreviationRenato Botelho2016-01-221-2/+2
|\ \ \
| * | | Firewall Log Widget - Revert AbbreviationNOYB2016-01-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fine to spell out 'Destination' here. 1) Field content already has column wide enough. 2) Consistent with firewall log. 3) Already translated. Return interface abbreviation to it's original uppercase 'IF' to not look so much like the word 'If'.
* | | | Merge pull request #2505 from phil-davis/patch-5Renato Botelho2016-01-221-2/+2
|\ \ \ \
| * | | | Cleanup crash_reporter Submit checksPhil Davis2016-01-221-2/+2
| | |_|/ | |/| | | | | | | | | | When looking at this earlier I never paid attention to the left side of each of these conditions. It is pretty dumb to gettext($_POST['Submit']) and then compare it to gettext("Yes") !!! This cleans it up so it does just an ordinary comparison - works fine.
* | | | Merge pull request #2504 from phil-davis/gettext-widgetsRenato Botelho2016-01-2236-147/+154
|\ \ \ \ | |/ / / |/| | |
| * | | Internationalize dashboard widgetsPhil Davis2016-01-2236-147/+154
| | | |
* | | | Merge pull request #2501 from phil-davis/patch-5Chris Buechler2016-01-221-2/+2
|\ \ \ \
| * | | | Crash Reporter compare choice with language-specific string #5792Phil Davis2016-01-221-2/+2
| |/ / / | | | | | | | | | | | | | | | | I don't really understand why this has to be - the HTML has value="Yes" and value="No" - I thought those would be the strings sent along with "submit". The translation of Yes and No should have been just for display purposes. But after this change, I can submit or delete crash reports when the UI isin other languages.
* | | | Don't show RTT, RTTsd, Loss for unmonitored gatewaysChris Buechler2016-01-221-3/+9
| | | |
* | | | Merge pull request #2470 from al-right/masterChris Buechler2016-01-211-9/+57
|\ \ \ \ | |/ / / |/| | |
| * | | Bugfixes & handling $duid and $type, Fixes #4206Anders Lind2016-01-181-9/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch addresses: 1. Handling of IA_NA and IA_PD strings (that contain IAID+DUID content) using only the DUID part. 2. Fixing regular expression matching with respect to the IAID+DUID string regarding the legal \" substring (used in ISC DHCPv6 leases). 3. Checking the $duid variable before use. Default case for $type in the switch case statement. Please see the ticket for further information.
* | | | Added some commentsStephen Beaver2016-01-211-0/+3
| |/ / |/| |
* | | Merge pull request #2498 from NewEraCracker/masterStephen Beaver2016-01-212-2/+2
|\ \ \
| * | | Fix another misplaced quoteNewEraCracker2016-01-211-1/+1
| | | |
| * | | Fix misplaced quote (resolves syntax error)NewEraCracker2016-01-211-1/+1
| | | |
* | | | Fixed #5790Stephen Beaver2016-01-211-0/+16
|/ / / | | | | | | | | | I think
* | | Regenerate pfSense.potRenato Botelho2016-01-211-177/+739
| | |
* | | Fix #5690:Renato Botelho2016-01-214-15/+19
| | | | | | | | | | | | | | | | | | - Remove parameters from set_language() - Add a global variable for default language - add env var for LANG, otherwise it won't work
* | | Fixed #5789Stephen Beaver2016-01-2121-75/+81
| | |
* | | Merge pull request #2496 from dennypage/masterRenato Botelho2016-01-211-5/+5
|\ \ \
| * | | Use tab instead of spacesDenny Page2016-01-211-1/+1
| | | |
| * | | Use a single call to dpinger for a coherent view of latency/stddev/loss.Denny Page2016-01-211-5/+5
| | |/ | |/|
* | | Merge branch 'add_call_gettext_diagnostic_menu_pages' of ↵Stephen Beaver2016-01-2112-40/+43
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/brunostein/pfsense * 'add_call_gettext_diagnostic_menu_pages' of https://github.com/brunostein/pfsense: add call gettext function for translate
| * | | add call gettext function for translatebruno2016-01-2112-61/+64
| | | |
* | | | Merge pull request #2495 from phil-davis/gt1Stephen Beaver2016-01-214-28/+31
|\ \ \ \
| * | | | Internationalization graph guiconfig head indexPhil Davis2016-01-214-28/+31
| | | | |
* | | | | Add gettext to select option names where requiredStephen Beaver2016-01-218-38/+40
| |_|/ / |/| | |
* | | | The topology line also must be skipped if an SSL/TLS mode is used with a ↵jim-p2016-01-211-1/+2
| | | | | | | | | | | | | | | | CIDR less than 30.
* | | | Regenerate pfSense.potRenato Botelho2016-01-211-327/+1125
|/ / /
* | | Regenerate pfSense.potRenato Botelho2016-01-211-16234/+14621
| | |
* | | Change dependency icon back to a paperclip (globe seems to imply more than ↵jim-p2016-01-212-6/+6
| | | | | | | | | | | | | | | | | | intendend here), fix appearance of the text. <ul> without <li> is invalid, remove. Also move the icon to a separate i tag, putting it in an a tag changed the font in an undesirable way.
* | | Merge pull request #2486 from NOYB/Special_Panels_-_Show/HideStephen Beaver2016-01-218-24/+181
|\ \ \
| * | | Think the term 'associated' may be better here than 'special'.NOYB2016-01-201-1/+1
| | | |
| * | | Use icons instead of text.NOYB2016-01-202-7/+7
| | | | | | | | | | | | | | | | Shorten titles to be more consistent with other title bar shortcuts and also match the option setting title.
| * | | Apply recommended changes.NOYB2016-01-204-14/+4
| | | |
| * | | Special Panels - Show/HideNOYB2016-01-2010-24/+191
| | | | | | | | | | | | | | | | | | | | Add configuration option to show or hide special panels. When a panel is hidden a button is displayed on the page title bar to toggle the panel display.
* | | | Add a close button to Edit load/save messagesPhil Davis2016-01-211-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Other places use more standard code for printing success/error messages. But the Edit File page is a bit different. The standard code puts a close button on messages so that users can dismiss them if they like. Manually add the Close button here, to make it consistent with other UI pages.
OpenPOWER on IntegriCloud