Project

General

Profile

Download (12.5 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a68f7a3d 01/03/2024 06:26 AM Luiz Souza

Update the years in the Copyright notice.

402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

c1224a09 06/10/2020 02:51 PM Renato Botelho

Merge pull request #4330 from vktg/doublerootqueuefix

b362e8c2 05/30/2020 02:06 PM Viktor Gurov

Cleanup status_queues.php code. Issue #10613

40ce94b4 05/26/2020 06:38 PM Viktor Gurov

Status / Queues root queue bandwidth calculation fix. Issue #3381

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

f3f98e97 10/02/2019 07:11 AM Phillip Davis

Fix random typos

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

144863e3 03/05/2019 08:47 PM Jim Pingle

Fix more illegal offset errors. Issue #9366

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

179377b0 03/30/2018 11:01 PM robjarsen

Remove Whitespace

I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.

-RJ

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

0e2bed22 11/05/2017 12:30 AM Pi Ba

status_queues, provide 'realtime' statistics
-retrieve 'current' numbers from pfSense

not using qstats provides the following advantages:
-no long lag which requires 18 updates to get 90% accurate values on screen
-showing queue's in 2 browsers does not show half the value...

2d07b58d 10/30/2017 07:35 PM Jim Pingle

Change a few more instances of using the physical interface to the friendly interface in status_queues.php, which allows root queues to function with the new VLAN interface names. Fixes #8007

63a480cb 10/25/2017 02:47 PM Jim Pingle

Fix status_queues.php for the new VLAN interface format. Fixes #8007

f625f76c 04/16/2017 10:23 AM Phil Davis

Refactor get_configured_interface_list_by_realif remove unused parameter

48157a04 12/31/2016 01:42 PM Phil Davis

Standardize privilege name capitalization

While looking at some privilege stuff, I noticed that various
capitlization looked inconsistent down the list. This makes the list
look more consistent.

c69a1a74 12/19/2016 11:21 AM Doktor Notor

status_queues.php - remove redundant escaping

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

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....

6f069e92 05/07/2016 10:09 PM Chris Buechler

status_queues.php, default packet_s to 0 if it falls through to that point. Ticket #6329

88377787 05/07/2016 03:00 AM Chris Buechler

Don't divide by 0. Ticket #6329

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

f4741421 02/13/2016 09:38 PM k-paulius

Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.

625c4a8b 02/09/2016 10:18 PM Stephen Beaver

Fixed #5867

3b3a95e5 01/22/2016 05:21 PM Phil Davis

Fix #5794 remove print_info_box_np chackes for gettext("apply")

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....

3f98044a 01/22/2016 04:20 PM Francisco Cavalcante

Replaced jQuery to $ in same files

3bd74348 01/22/2016 01:25 PM Bruno Ferri

add call 'gettext' function in the status menu files

22bd94fd 01/15/2016 02:32 PM Stephen Beaver

Remove unneeded var

6c961924 01/15/2016 02:22 PM Stephen Beaver

Simplify HTML

e9feb2d4 01/15/2016 01:58 PM Stephen Beaver

Bootstrap style select element

5c0ab3cd 01/14/2016 03:59 PM NewEraCracker

All simple php echo to short

Short version is far more used than long php echo. This brings all code to same standard where possible.

ebfbb1b3 01/14/2016 03:32 PM Stephen Beaver

Fixed # 5770
Gave page a makeover

c95dabdd 01/12/2016 01:58 PM Stephen Beaver

Improved infoblock system no longer needs sufficies if more than one per page
Removed long commented out script

f78bbe16 01/11/2016 05:40 PM Phil Davis

Redmine #5759 print_info_box style

Define the 'success' 'info' etc style of calls to print_info_box()

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

9cad1b8e 12/11/2015 08:18 PM Colin Fleming

Tidy up "status_queues.php"

Remove duplicate BODY
Tidy up BR tag correctly
Add COLPSAN statement to "interface" row
Wrap BGCOLOR in a STYLE statement (should really be defined as a CLASS
statement)
Remove FONT tag
Remove NAME statement in DIV tag
Use double quotes for consistency

5230f468 11/25/2015 04:48 PM Jim Pingle

Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

919d91f9 11/09/2015 08:47 AM Phil Davis

EOL whitespace and header consistency for www

9c1bbdef 09/21/2015 06:52 PM Stephen Beaver

Revision to teh file to fix header issues

39881492 09/21/2015 05:22 PM Stephen Beaver

Multiple fixes to status_queues.php - NOT YET TESTED
Fixed #5166 - Shows IPv6 addresses

b4006109 09/15/2015 11:03 AM Hari

Removed debugging echo statement

9f605c1c 09/15/2015 10:54 AM Hari

Used bootstrap progress bar for queues' stats and used glyphicons

6816beaf 09/13/2015 06:10 PM Hari

changed status_queues.php file

c64a0911 09/13/2015 05:29 PM Hari

Modified the files for Bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/