Project

General

Profile

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

# Date Author Comment
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/