Project

General

Profile

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

# Date Author Comment
b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

e90eaf31 06/16/2017 07:24 PM Jim Pingle

Fix handling of the 'type' parameter so it is validated and encoded on diag_table.php. Fixes #7652

5db70796 02/05/2017 07:35 AM Phil Davis

Remove HTML from strings in diags files

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

Move copyright from ESF to Netgate

2b7902fe 08/22/2016 06:49 PM Jim Pingle

Clarify language on diag_tables.php. Fixes #6713

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)

5ba0caa7 06/30/2016 09:58 PM NOYB NOYB

Diag Tables Last Update

Use correct Thursday abbreviation (s/Thr/Thu/).

faab522f 03/15/2016 12:39 PM Renato Botelho

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

2f62ed87 03/11/2016 04:17 PM Phil Davis

Resolve conflicts with master

bc3c30eb 03/11/2016 03:59 PM Phil Davis

Internationalize Form_Button text

The text of a Form_Button is not translated internally. Some Form_Button
calls already had the button text enclosed in gettext(), this does it
for the remaining ones.

8a3c6f0c 03/11/2016 02:37 PM Jim Pingle

Use a more clear icon/wording on Diag > Tables button to flush the table. Ticket #5965

37676f4e 03/09/2016 07:30 PM Jim Pingle

Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965

Still need to review Advanced buttons and Repeatable block buttons.

f72e804a 03/01/2016 08:18 AM NOYB NOYB

Think you are saying to put the second info block on a new line. Though I could live with that. I'm not fond of the extra dedicated line. Consuming vertical space when there is plenty of unused horizontal space available in which it flows well.

Seems like maybe the the browser is not honoring something about the info block css, such as a width, or perhaps something that hasn't been specified in the css, and causing it to line wrap....

f6622167 02/29/2016 08:31 AM NOYB NOYB

Diagnostics / Tables - URL Table Aliases

Handle URL table aliases similar to bogons tables. Suppress record remove buttons.
Update (download) only the selected URL table alias instead of all of them.
Retain full line comments in downloaded URL table files so we can view and use them....

b39e67a9 02/18/2016 03:18 PM Stephen Beaver

Revert change that avoided loading hte sorting lib if not required. The issue turned out to be a browser quirk

80f2220d 02/18/2016 01:18 PM Stephen Beaver

Merge pull request #2669 from NOYB/Diagnostics_/_Tables_-_Large_Tables_Perf_Band-Aid

8031655d 02/18/2016 09:10 AM NOYB NOYB

Diagnostics / Tables - InfoBox - # Records

Include number of records in table info box.

37f73a7c 02/18/2016 12:43 AM NOYB NOYB

Diagnostics / Tables - Large Tables Perf Band-Aid

Here's my band-aid proposal for large tables performance issue.
I would prefer for large tables be un-formated and usable than formated and unusable.

c6c187f3 02/17/2016 10:33 PM Stephen Beaver

Workaround to prevent the sortable library from being loaded on very large tables.

4027d64e 02/15/2016 04:49 AM k-paulius

Only display the message if there are no entries in the table, do not display empty panel and table.

02342d8c 02/14/2016 08:14 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.

7bf3b8a0 02/14/2016 08:13 PM k-paulius

Use print_info_box() to generate alerts

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.

7c945f74 02/14/2016 08:09 PM k-paulius

Use print_info_box() to generate alerts

1176360c 02/13/2016 09:38 PM k-paulius

Use consistent webConfigurator spelling

3d7a8696 02/11/2016 04:33 AM k-paulius

Convert section titles to title case

5f88f964 02/11/2016 03:51 AM k-paulius

Convert section titles to title case

185b4365 01/17/2016 04:01 PM Phil Davis

Internationalize remaining diag* code

c785d46c 01/13/2016 08:34 PM Stephen Beaver

More gettext~ing

ccb047f1 01/13/2016 08:32 PM Stephen Beaver

Added gettext() around alert string

060ed238 01/13/2016 08:11 PM Stephen Beaver

Fixed #5566

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

85d29bf5 01/11/2016 06:51 PM Stephen Beaver

Allow thee use of multiple infoblock on a page

35681930 01/07/2016 06:56 PM Stephen Beaver

Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock"
Just makes more sense to use a class for this

c57b2aad 01/07/2016 03:46 PM Phil Davis

diag_tables give different message when last updated is unknown

and put the message in an infoblock_open so the user can close/open it as they wish.

16424666 01/07/2016 03:26 PM Phil Davis

Unset $entries array after clearing table

Without this, when the table is cleared then the "now old and gone" entries are being redisplayed the first time after the clear table happens.

e6f5c464 01/07/2016 02:41 PM Stephen Beaver

Fixed #5742

6f80b61e 01/07/2016 11:25 AM Phil Davis

diag_tables change deleteall to clearall

This is part 1(a) only of https://redmine.pfsense.org/issues/5742
When the name is 'deleteall' then a popup comes saying "You may not delete the last row".

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

947141fd 12/14/2015 02:35 PM Phil Davis

Code style usr local www a-e

05973e8e 11/29/2015 07:53 PM Stephen Beaver

Merge pull request #2134 from ExolonDX/branch_04

8fd9052f 11/29/2015 06:23 PM Colin Fleming

Type up SCRIPT tags

63ff711e 11/29/2015 04:53 PM Colin Fleming

Tidy up some files

"status_rrd_graphcs.php"
Remove opening curly bracket

"diag_tables.php"
Table header only has one column, however the table body has two, so add
missing column in table header

"diag_sockets.php"
Add missing start TR tag

9599211d 11/25/2015 05:14 PM Jim Pingle

Fix more privilege text/name/page inconsistencies

02cc81ef 11/23/2015 12:54 PM Doug Wollison

Added use of class autoloading (GUI stuff only)

Any GUI script that loads the guiconfig.inc file will have access to
the autoloader.

ab6e21f4 11/09/2015 12:16 PM Phil Davis

Merge with master

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

0dc2d195 11/09/2015 09:08 AM Phil Davis

Remove $Id stuff from comment headers

Completes cleanup of header stuff for these files

0da0d43e 11/08/2015 07:25 PM Phil Davis

Diag review

46918a1f 09/03/2015 12:38 AM Phil Davis

Merge with bootstrap

288a2a0f 08/31/2015 04:38 PM Phil Davis

bootstrap usr/local/www a to e minor edits

ad2879b8 08/30/2015 11:09 PM PiBa-NL

bootstrap, use require_once for classes/Form.class.php

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

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

Move main pfSense content to src/