summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove need for escaped single quotePhil Davis2016-01-271-1/+1
|
* Internationalize status_graph_cpuPhil Davis2016-01-271-6/+5
| | | | | | | This one is a bit odd, so I have made a separate pull request. There seems to be no place in the menus that comes to this page - I had to manually enter the URL to get to it to test. I checked on 2.2.6 also, and there is no menu entry for it. But the code does work. Should this be available in the menus somewhere?
* Fix parse error: syntax error, unexpected ')' in ↵NewEraCracker2016-01-271-1/+1
| | | | /usr/local/www/services_igmpproxy.php on line 109
* Merge pull request #2550 from phil-davis/status_logs_helpRenato Botelho2016-01-272-11/+19
|\
| * Sort status_logs.php key referencesPhil Davis2016-01-271-10/+10
| | | | | | | | So they are easy for people to find in the future.
| * Handle individual status_logs help referencesPhil Davis2016-01-272-11/+19
| |
* | Merge pull request #2553 from phil-davis/patch-5Renato Botelho2016-01-271-28/+38
|\ \
| * | Internationalize DHCPv6 lease status wordsPhil Davis2016-01-271-28/+38
| |/
* | Merge pull request #2552 from phil-davis/patch-2Renato Botelho2016-01-271-19/+28
|\ \
| * | Internationalize the word dynamic alsoPhil Davis2016-01-271-3/+4
| | |
| * | Internationalize DHCP lease status wordsPhil Davis2016-01-271-17/+25
| |/
* | Merge pull request #2551 from ↵Renato Botelho2016-01-271-1/+6
|\ \ | | | | | | | | | NOYB/Status_/_System_Logs_/_Firewall_/_Dynamic_View_-_Mode_Force_Comments
| * | Status / System Logs / Firewall / Dynamic View - Mode Force CommentsNOYB2016-01-271-1/+6
| |/ | | | | | | Add comments when forcing formatted/raw mode.
* | Merge pull request #2548 from phil-davis/diag-logsRenato Botelho2016-01-273-3/+3
|\ \
| * | Fixup old diag_logs referencesPhil Davis2016-01-273-3/+3
| |/ | | | | | | | | | | | | | | | | Note: The shortcuts for upnp were not showing. This was because shortcuts.inc only includes *.inc files from /usr/local/www/shortcuts So I have renamed pkg_upnp.php to pkg_upnp.inc I notice that some time in the past it used to be pkg_upnp.inc because that was in the obsoleted files list. So not sure what that was all about.
* | Merge pull request #2547 from NOYB/Dev_Shell_-_Cmd_Tab_CompletionRenato Botelho2016-01-271-2/+2
|\ \
| * | fixes 5818 - Dev Shell - Cmd Tab CompletionNOYB2016-01-261-2/+2
| |/
* | Merge pull request #2546 from phil-davis/gt15Renato Botelho2016-01-274-16/+17
|\ \ | |/ |/|
| * More internationalization of servicescodePhil Davis2016-01-274-16/+17
| |
* | Merge pull request #2545 from phil-davis/patch-2Stephen Beaver2016-01-271-6/+6
|\ \
| * | Standardize gpsnoselect var namePhil Davis2016-01-271-6/+6
| |/ | | | | | | | | It looks confusing that in the config there is ['noselect'] but the locally-used var in the GUI is gpsselect. Reduce future confusion by replacing gpsselect -> gpsnoselect. There is no actual bug here, just fixing naming consistency.
* | Standardize print_apply_box usagePhil Davis2016-01-2725-25/+25
| | | | | | | | | | | | | | | | | | | | 1) For the translators, it should be better to do it consistently. Then they only need to have 1 translation of "You must apply the changes in order for them to take effect" and can translate each of the other custom sentences individually. 2) The full-stop should always go at the end of the sentence, inside the gettext(). There are some languages where the full-stop is not the same as European. e.g. In Nepal we use the vertical bar for end of sentence.
* | Use 'no state' on CARP pass rules. Ticket #5800Chris Buechler2016-01-261-1/+1
|/
* Skip 'pass out' rules for mobile IPsec. Ticket #5819Chris Buechler2016-01-261-4/+13
|
* Meant to have show_recordings here. Ticket #5657Chris Buechler2016-01-261-1/+1
|
* correct function name. Ticket #5657Chris Buechler2016-01-261-1/+1
|
* Revised power setting fixStephen Beaver2016-01-261-6/+6
|
* Fixed variable names for power save modesStephen Beaver2016-01-262-3/+5
|
* Since we moved to stream related function on xmlrpc_client, we should use ↵Renato Botelho2016-01-261-2/+6
| | | | tcp:// as protocol for http. Fix issue reported at https://forum.pfsense.org/index.php?topic=105890.0
* Internationalize services_d*Phil Davis2016-01-265-25/+32
|
* Regenerate pot fileRenato Botelho2016-01-261-1405/+2631
|
* Remove .json when it's not necessary anymoreRenato Botelho2016-01-261-0/+1
|
* Use a different log for each package being installed/deleted, fixes #5814Renato Botelho2016-01-261-2/+7
|
* Use a better name for pfSense-upgrade socket fileRenato Botelho2016-01-261-1/+1
|
* Disable save button on clicking 'save'. Prevents double-dippingStephen Beaver2016-01-261-0/+4
|
* Remove glyphicon import (finally)Stephen Beaver2016-01-261-1/+0
|
* Various small styling changesStephen Beaver2016-01-263-4/+5
|
* Merge pull request #2542 from phil-davis/gt12Stephen Beaver2016-01-265-10/+10
|\
| * Internationalization services_captiveportal codePhil Davis2016-01-265-10/+10
| |
* | Typo gettetxPhil Davis2016-01-261-1/+1
|/
* Fixed #5335Stephen Beaver2016-01-261-0/+2
|
* Revise countdown message for internationalizationStephen Beaver2016-01-261-3/+8
|
* Make sure we install repo package when it's not installedRenato Botelho2016-01-261-2/+2
|
* Remove dead code used for alternative firmware urlRenato Botelho2016-01-261-58/+20
|
* A couple more refinements for pfSsh.php while I'm here.jim-p2016-01-261-17/+13
|
* Fix validation of playback file passed to pfSsh.php. Fixes #5657jim-p2016-01-261-12/+26
|
* Fixed #5807Stephen Beaver2016-01-261-1/+6
|
* Further refinement to timeout messageStephen Beaver2016-01-261-2/+1
|
* Revise reload countdown for internaionalizationStephen Beaver2016-01-261-3/+8
|
* Merge pull request #2540 from NOYB/HTML_Compliance_-_Firewall_Rules_-_SeparatorStephen Beaver2016-01-261-2/+2
|\
OpenPOWER on IntegriCloud