summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_shaper_queues.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-111-0/+1
|\
| * Breadcrumb linksPhil Davis2017-01-101-0/+1
| |
* | Merge pull request #3343 from phil-davis/retval1Renato Botelho2017-01-101-11/+3
|\ \
| * | Report problems applying changesPhil Davis2017-01-031-11/+3
| |/ | | | | | | | | | | | | 1) Strictly keep track of the accumulating $retval from calls to various functions that apply changes. 2) Use new function print_apply_result_box() to print a suitable message in a suitable severity based on $retval
* | Fix a case where the ALTQ capability warning was showing incorrectly. Fixes ↵jim-p2017-01-091-1/+1
|/ | | | #7102
* Be more forthcoming with errors about ALTQ interfaces in relevant areas of ↵jim-p2016-12-221-0/+8
| | | | the GUI. In particular, note when there are no capable interfaces assigned. Implements #7032
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Initialize output var in firewall_shaper_queuesPhil Davis2016-05-171-0/+1
| | | | To clear any previous use of the var elsewhere in included files. Forum: https://forum.pfsense.org/index.php?topic=111852.0
* Firewall / Traffic Shaper - Remove PersonalizationsNOYB2016-03-301-1/+1
| | | | Remove "you" personalizations.
* Relocated tree directory to vendors/treeStephen Beaver2016-03-171-1/+1
|
* Update breadcrumb to match tab namek-paulius2016-02-141-1/+1
|
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Standardize print_apply_box usagePhil Davis2016-01-271-1/+1
| | | | | | | | | | 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.
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* Close php tagNOYB2016-01-081-1/+1
|
* HTML Compliance - Firewall / Traffic Shaper / QueuesNOYB2016-01-081-1/+1
| | | | | The align attribute on the div element is obsolete. Use CSS instead. <div class="panel-heading" align="center">
* firewall_shaper_queues show green success after applyPhil Davis2016-01-071-1/+3
| | | After applying changes done from firewall_shaper_queues the message should be green-success.
* Remove $closehead variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* move tree.css to main css filesJared Dillard2015-12-161-1/+0
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Coe style firewall *Phil Davis2015-12-141-9/+15
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Remove layer7 components. Ticket #5508Chris Buechler2015-11-201-1/+0
|
* Copyright and license cleanupRenato Botelho2015-11-091-2/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-11/+10
|
* Various text stuff on the UIPhil Davis2015-11-061-1/+1
|
* bootstrap usr\local\www\f minor changesPhil Davis2015-09-011-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-88/+115
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+244
OpenPOWER on IntegriCloud