summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | Widget - Firewall Log - TweaksNOYB2016-01-251-17/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add a table row when there are no entries to prevent scroll bars after ajax update. Add no logs to display message. Add update interval configuration setting. Add configuration form placeholders. Don't include ':' when no port such as for ICMP. Remove unused block of code. AJAX is using get method.
* | | Merge pull request #2527 from phil-davis/patch-5jim-p2016-01-251-1/+1
|\ \ \
| * | | Save selected wireless interfacePhil Davis2016-01-251-1/+1
| |/ / | | | | | | | | | This looks like a bug. I don't have a system with the necessary hardware running 2.3 right now to really test, but the code that processes the submit/apply looks for $_POST['if'] Please double-check on suitable hardware!
* | | Add gettext to icon titleStephen Beaver2016-01-251-1/+1
| | |
* | | evised #5796Stephen Beaver2016-01-251-9/+10
| | |
* | | Completed #5796Stephen Beaver2016-01-251-7/+25
| | |
* | | Fixes the GUI URL in the last step of the setup wizard.Luiz Otavio O Souza2016-01-251-1/+1
| | | | | | | | | | | | The SERVER_NAME variable is not available anymore, use HTTP_HOST instead.
* | | Merge pull request #2025 from apilloud/dhcp-ignoreunknownRenato Botelho2016-01-251-0/+10
|\ \ \
| * | | Make DHCP deny action configurableAndrew Pilloud2015-11-051-0/+10
| | | |
* | | | Merge pull request #2532 from brunostein/add_call_gettext_function_menu_servicesRenato Botelho2016-01-2515-61/+60
|\ \ \ \
| * | | | add call gettext function in the services menubruno2016-01-2515-61/+60
| | |/ / | |/| |
* | | | Merge pull request #2531 from phil-davis/patch-8Renato Botelho2016-01-251-14/+14
|\ \ \ \
| * | | | Internationalize pkgmgr_installedPhil Davis2016-01-251-14/+14
| |/ / / | | | | | | | | | | | | Note: I enhanced the title text of the remove/update/reinstall buttons to include the package name. Before that, when you clicked to remove a package there would be a popup that just said "Are you sure you wish to remove?" - which looked a bit odd.
* | | | Merge pull request #2526 from phil-davis/gtinterfacesRenato Botelho2016-01-256-55/+55
|\ \ \ \
| * | | | Internationalize interfaces UI codePhil Davis2016-01-256-55/+55
| |/ / /
* | | | interfaces_vlan_edit finish QinQ error messagePhil Davis2016-01-251-1/+1
|/ / / | | | | | | The error message here just ended mid-sentence. I think what I have done here makes sense?
* | | Fixed #5810Stephen Beaver2016-01-241-10/+29
| | |
* | | Fix PR syntax errorStephen Beaver2016-01-241-1/+1
| |/ |/|
* | Merge pull request #2520 from NOYB/Status_/_System_Logs_-_Filter_RefinementsStephen Beaver2016-01-235-55/+118
|\ \
| * | Rename function to better represent what it really is.NOYB2016-01-235-8/+8
| | |
| * | Fix a couple consolidation issues.NOYB2016-01-232-7/+9
| | | | | | | | | | | | | | | Force firewall dynamic view to use the raw mode table header so it gets updated. Add a couple missing variables.
| * | Consolidate log filter code and log table header code in to common functions.NOYB2016-01-235-79/+60
| | |
| * | Status / System Logs - Filter RefinementsNOYB2016-01-234-13/+93
| | | | | | | | | | | | | | | | | | | | | Use advanced filter in firewall dynamic view even if raw mode is set. Raw mode is not applicable to the firewall dynamic view. Update the count in firewall dynamic view. JQuery the actual count in raw mode instead of just displaying the max setting value. Change some negative logic to positive.
* | | Merge pull request #2519 from dennypage/masterStephen Beaver2016-01-231-149/+149
|\ \ \
| * | | Fix alignment problems resulting from tabification being performed inside ↵Denny Page2016-01-221-149/+149
| |/ / | | | | | | | | | strings
* | | Merge pull request #2518 from ExolonDX/branch_01Stephen Beaver2016-01-231-9/+21
|\ \ \
OpenPOWER on IntegriCloud