summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
|
* 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
|\
| * HTML Compliance - Firewall Rules - SeparatorNOYB2016-01-261-2/+2
| | | | | | | | | | The font element is obsolete. Use CSS instead. <font class="bg-danger">The Bad</font>
* | Merge pull request #2539 from NOYB/HTML_Compliance_-_Widget_-_Firewall_LogsStephen Beaver2016-01-261-1/+1
|\ \
| * | HTML Compliance - Widget - Firewall LogsNOYB2016-01-261-1/+1
| |/ | | | | | | Attribute (that|triggered|this|action) not allowed on element a at this point.
* | Status / System Logs / Firewall / Dynamic View - Efficiency TweaksNOYB2016-01-261-15/+10
|/ | | | | | Not very efficient to go through the entire table setting the class on existing entries that already have their class set. Just set the class on new entries when they are added to the table. Just get the rowCount instead of the array.
* Tidy print_info_box commentsPhil Davis2016-01-261-4/+5
|
* Fix up config setting for killing states on gateway failure. Enable this ↵Chris Buechler2016-01-251-7/+7
| | | | option where gw_down_kill_states is set. Flip setting accordingly during config upgrade to not use confusing 'kill_states' tag to not kill states. Ticket #5815
* Added some some comments to hte print_info_box area so package developers ↵Stephen Beaver2016-01-251-0/+5
| | | | will know what happeded
* Completed #5787Stephen Beaver2016-01-251-1/+29
|
* Apply gettext to javascript countdown messageStephen Beaver2016-01-251-3/+3
|
* Internationalization of pkg*.phpPhil Davis2016-01-254-35/+46
| | | | | | | | Various sentences were being built up from gettext() of individual words or phrases concatenated together. That will not work for translation to languages with different word order, so I have restructured that. Note: TODO: The countdown timer text with seconds countdown is all in JS so I will think about how that can be translated nicely.
* When the protocol is set for CARP, tell tcpdump to interpret it as CARP for ↵jim-p2016-01-251-3/+8
| | | | more accurate output.
* Merge pull request #2533 from phil-davis/rowmovedStephen Beaver2016-01-254-0/+68
|\
| * Add leaving page message to NAT pagesPhil Davis2016-01-254-0/+68
| | | | | | | | | | These pages use the draggable/sortable rows stuff, so could use the same warning message if the user tries to change page before saving
* | Remove no longer needed functionStephen Beaver2016-01-251-4/+0
| |
* | rules -> widgetsStephen Beaver2016-01-251-1/+1
| |
* | TypoStephen Beaver2016-01-251-1/+1
|/
* Merge pull request #2524 from ↵Stephen Beaver2016-01-251-3/+13
|\ | | | | | | NOYB/Status_/_System_Logs_/_Firewall_/_Dynamic_View_-_Tweaks
| * Status / System Logs / Firewall / Dynamic View - TweaksNOYB2016-01-241-3/+13
| | | | | | | | | | | | | | | | Don't run through the update table rows routine unless there are new rows to be added. Handle special case when beginning with zero rows. Remove classes listMRodd and listMReven. They don't exist and are handled by the table-striped class. Add class text-nowrap to rows (consistent with the source html). Add no logs to display info box.
* | Merge pull request #2529 from phil-davis/patch-7Stephen Beaver2016-01-251-2/+12
|\ \
| * | pkg.php consolidate else-if statementPhil Davis2016-01-251-4/+2
| | |
| * | Enhance error output when package file not foundPhil Davis2016-01-251-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | I had a system that had upgraded but the Notes package had not managed to (re)install. In that situation the Notes item is on the Status menu but there is no notes.xml or other notes code on the the system. When I go to Status->Notes I get: Warning: substr_compare(): The start position cannot exceed initial string length in /usr/local/www/pkg.php ... The warning is because realpath() returns false in this case and cannot be used is a parameter to substr_compare(). Handle this case, and make the error message more informative.
* | | TypoStephen Beaver2016-01-251-1/+1
| | |
OpenPOWER on IntegriCloud