Project

General

Profile

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

# Date Author Comment
c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

50d36974 06/30/2016 05:20 AM Chris Buechler

Merge pull request #3018 from phil-davis/usersettings

86573bb9 06/27/2016 11:31 PM Phil Davis

Update include() to include_once()

For safety, use include_once() when including various "side" files.
There are a couple of instances of include("guiconfig,inc") that I
changes to use require_once() to be consistent with everywhere else.
The remaining cases of include() are just (hundreds of) head.inc and...

8bab524e 06/23/2016 02:53 AM Phil Davis

Feature #6388 custom GUI preference settings per user

918f0a94 04/30/2016 05:33 PM NewEraCracker

Fix Redmine #6097

Replace '/usr/bin/grep -vi warning' with '/bin/cat'

1e87fb3f 04/05/2016 12:13 AM Phil Davis

Remove "we" personalizations

530c7ccf 04/02/2016 07:02 AM NOYB NOYB

Status - Remove Personalizations

Remove "you" personalizations.

cee365e6 03/18/2016 04:30 PM Stephen Beaver

Suppress dashboard save icon until needed.

f0c5e7c1 03/16/2016 10:22 PM Jared Dillard

point css files to the new location

91d59881 03/16/2016 02:54 PM NOYB NOYB

Status / Dashboard - Conceal save icon when not dirty.

caf897c8 03/15/2016 11:09 PM Jared Dillard

remove troubleshooting code

6fefbd48 03/15/2016 09:20 PM Jared Dillard

Fixed #5953 Dashboard widget alignment issues

ad51eb90 03/05/2016 10:56 PM Phil Davis

Limit widget column to dashboardcolumns

Stops widgets from "going missing" when the user reduces the dashboard columns in System, General Setup.
If the user just lowers dashboard columns to see what happens, then increases it again, the actual column settings are preserved in the config, so the widgets go back where they were. That seems a good thing....

35d8d613 02/17/2016 11:23 AM NOYB NOYB

Fix for but #5901

Move the widgets save out of index.php jquery and into head.inc php along with it's counterpart the available widgets icon.

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.

5d916fc7 02/03/2016 04:02 PM Stephen Beaver

Improvements to the priviledge filter functionality

20e108e0 02/01/2016 03:13 AM NOYB NOYB

Remove Non-Existent Class - help-icon

Remove non-existent help-icon class statements from index and head.

b2f78cfc 01/25/2016 03:58 PM Stephen Beaver

Remove no longer needed function

228da1c5 01/25/2016 03:40 PM Stephen Beaver

rules -> widgets

3f926b7a 01/25/2016 03:23 PM Stephen Beaver

Typo

32e7220f 01/25/2016 03:10 PM Stephen Beaver

Add gettext to icon title

e94f260c 01/25/2016 03:04 PM Stephen Beaver

evised #5796

eae6b58d 01/25/2016 02:45 PM Stephen Beaver

Completed #5796

f49cd725 01/21/2016 06:08 PM Phil Davis

Internationalization graph guiconfig head index

c05363c8 01/20/2016 02:22 PM NOYB NOYB

Special Panels - Show/Hide

Add configuration option to show or hide special panels.
When a panel is hidden a button is displayed on the page title bar to toggle the panel display.

dffe24be 01/18/2016 04:24 PM NewEraCracker

Small tunning to all aspects involving widgets

1) Perform exclusion of non .inc files while reading directory. 2) Be more strict when checking for widget title. 3) We are in the PHP 5.5 age. We can convert certain pieces to anonymous functions and overall better coding.

904c8c4e 01/18/2016 02:21 PM Stephen Beaver

Improved widget sorting (case insensitive)

ee7d4b08 01/16/2016 11:34 PM Stephen Beaver

Final Fixd #5774

0cc4b85f 01/16/2016 10:39 PM Stephen Beaver

Temporarily fixed #5774

762ed913 01/15/2016 08:58 PM Stephen Beaver

Revise sorting to accommodate firewall logs name (logs)

95fa5cce 01/14/2016 05:31 PM Phil Davis

Consistent panel-heading h2

Make all the panel-heading uses also have consistent <h2
class="panel-title"> so they all display the same size.
Forum https://forum.pfsense.org/index.php?topic=105275.0

e76931e2 01/13/2016 03:38 PM Stephen Beaver

Sort the Available Widgets before display
Remove unused modal

c8532336 01/08/2016 05:14 PM Phil Davis

print_info_box success

In most situations we want the print_info_box() of $savemsg to be
'success'. If there was some problem saving, then it can be 'warning'.
These are a few places I have found so far that need this sort of fixing
up - more to come but sleep calls just now!...

72eaefaf 12/19/2015 03:57 AM Stephen Beaver

Fixed #5659

b5ff58cf 12/18/2015 02:09 PM Stephen Beaver

Fixed #5653
Removed bogus code that forced system information to be first in the list
Added JS to always add system_information to col 1

f173a7c7 12/17/2015 12:42 PM Stephen Beaver

Merge pull request #2265 from phil-davis/r017

fbba5ca9 12/17/2015 12:42 PM Stephen Beaver

Merge pull request #2266 from NOYB/HTML_Compliance_-_Dashboard_-_Widget_Config_Panel

c5bdca2d 12/17/2015 06:18 AM NOYB NOYB

HTML Compliance - Dashboard - Widget Config Panel

Bad value #widget-system_information .panel-footer for attribute href on element a: Illegal character in fragment: not a URL code point.
Fix the widget config/wrench icon href.
Add matching widgetname id tag to widgets configuration panel div element....

e3843a08 12/17/2015 06:08 AM Phil Davis

Use different var name looping through columns

There is some problem with the var $i getting reset somehow somewhere
related to the include of each widget PHP code. I found that this was
doing $i = 1, $i = 2 and then $i = 2 again and I got fatal errors
because each widget code was being included twice....

a508c6e4 12/17/2015 05:10 AM NOYB NOYB

HTML Compliance - Dashboard

Rename duplicate id's.
Fix available widgets collapsible section href with id.
Where obsolete replace name attribute with id.

The .panel-footer requires mod to the widgets with config options. So will submit separate commit so it can be handled independently....

94704bc6 12/17/2015 01:31 AM Phil Davis

Code style index.php

Couple of little bits here.

81524033 12/17/2015 01:05 AM Stephen Beaver

Further refinement to widget config

18bb3101 12/17/2015 12:52 AM Stephen Beaver

Fixed the broken widget config action (again)

beffa78a 12/17/2015 12:05 AM Jared Dillard

no longer used

2063a534 12/16/2015 11:55 PM Jared Dillard

fixed issue where if all widgets were in col2, no col1 was created

679ac489 12/16/2015 10:53 PM Stephen Beaver

Reverted commit 677d8bdfebace3321da677a57a0756a27332d505, PR 2218
because it broke all of the widget configuration actions.

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

aa82505e 12/15/2015 10:59 AM Phil Davis

Code style g-i

677d8bdf 12/13/2015 01:04 PM NOYB NOYB

HTML Compliance - Dashboard

HTML compliance (aside from the active widgets).

Rename duplicate id's.
Fix available widgets collapsible section href with id.
Where obsolete replace name attribute with id.

ef325a6c 12/10/2015 01:24 PM Phil Davis

Use the _title var to make the widget title

Each widget has an include file that already has the required widget
title in a var like $dyn_dns_status_title $carp_status_title etc.
Use that var to set the displayed title of the widget, rather than the
stuff that was capitalizing the file name and then having a list of...

a54d69c8 12/08/2015 05:05 PM Stephen Beaver

Added status page links to widget titles

a7aa4d56 12/01/2015 07:21 PM Jared Dillard

remove comment

477db933 12/01/2015 05:29 PM Jared Dillard

add option to choose number of dashboard columns

d5d5836c 12/01/2015 02:41 PM Stephen Beaver

Experimental changes to Form_Section() to allow the panel to be made collapsable in the same way that dashboard widgets are.
Currently used on diag_logs_filter.php ONLY

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

Type up SCRIPT tags

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.

f4a15d29 11/20/2015 02:42 PM Stephen Beaver

Completed #5499

4b1a8a6c 11/20/2015 12:53 PM Phil Davis

Redmine #5492 case of acronyms in widget names

I am not sure how else to do this. If someone in future writes a widget about "Smart Carp" (an intelligent species of fish) then it will get turned into "SMART CARP". The other strings are not English words, or parts of English words, so not likely to be matched wrongly in future....

75ae3d1c 11/20/2015 12:53 PM Phil Davis

Fix widgetname variables

These were wrong. But actually I don't think any widgets use this mechanism of $config['widgets']['mywidget-config'] - they seem to do their own thing making names for the keys they use in $config['widgets'] to store their settings. So I didn't find anything actually broken because of this.

2734d2db 11/19/2015 06:03 PM Jared Dillard

Ticket #5470 fix dashboard breadcumbs

de85421c 11/19/2015 01:21 PM Stephen Beaver

Completed #5470

bf54ac2d 11/19/2015 12:37 AM Stephen Beaver

Fix icon in dashboard

0206483d 11/19/2015 12:15 AM Stephen Beaver

DEBUG code for Redmine: 5463

1b7379f9 11/18/2015 10:31 PM Jared Dillard

Ticket #5471 another convert batch to font-awesome icons

d86522be 11/18/2015 08:14 PM Stephen Beaver

Move the widget icons back to the right

329a1cd5 11/17/2015 05:22 PM Stephen Beaver

Fixed #5463

a2e6d7f8 11/10/2015 03:00 PM Luiz Souza

Make the display of hardware crypto information more reliable at least for AESNI.

Issue: #4911

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

c9df279d 11/06/2015 04:04 PM Stephen Beaver

Correction per Phil Davis

9da2cf1c 11/06/2015 12:12 AM Stephen Beaver

First batch of copyright updates

6551511c 10/20/2015 06:33 PM Renato Botelho

Remove unnecessary functions verify_all_package_servers() and check_package_server_ssl()

02597252 10/07/2015 05:17 PM Stephen Beaver

Further refinement to #5223
Prevent "Store widget configutation" button from apeparing when opening/closing the available widgets panel.

19076df1 10/07/2015 02:16 PM Stephen Beaver

Comment fix

166b0099 10/07/2015 02:15 PM Stephen Beaver

Fixed #5280

40c55526 10/06/2015 08:55 PM Jared Dillard

update widget header color and fix collapse toggle

60e27eb0 10/02/2015 04:41 PM Stephen Beaver

Fixed #5236

e561ccdf 10/02/2015 02:11 PM Stephen Beaver

Fixed #5234
Javascript Base64 class was MIA

9239f765 10/01/2015 08:20 PM Jared Dillard

improve spacing for non form panels

2344bed4 09/30/2015 05:33 PM Renato Botelho

Use product_name global variable in more places

5bca8df4 09/30/2015 04:21 PM Stephen Beaver

Corrected page title (which was using incorect PHP format)

40547fe4 09/30/2015 03:48 PM Stephen Beaver

Corrected logo hyperlink
Changed Jumbotron font to white so you can actually read the text

e8bd1464 09/15/2015 05:28 PM Renato Botelho

To not try to include files that don't exist

5c7657d6 09/15/2015 05:28 PM Renato Botelho

Fix comment style

888c3c1b 09/09/2015 07:43 PM Stephen Beaver

head.inc modal notices display now calls index.php via ajax to clear any pending notices

1c428d53 09/04/2015 12:39 AM Phil Davis

index.php code format

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/