Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5e7a1d46 12/15/2015 01:34 PM Stephen Beaver

Revised system to hide the automatically generated "Toggle all" button when not required.
Original system broke with PR to change radio button names.

2af1b0c7 12/15/2015 12:08 AM Stephen Beaver

Moved global defines to globals.inc

4a457d8d 12/14/2015 06:22 PM Stephen Beaver

Automatic panel collapse defines moved to jquery/pfSenseHelpsers.js
define(COLLAPSIBLE, 0x08);
define(SEC_CLOSED, 0x04);
define(SEC_OPEN, 0x00);

5db26d3f 12/14/2015 04:43 PM Stephen Beaver

Merge pull request #2218 from NOYB/HTML_Compliance_-_Dashboard

39609bf9 12/14/2015 04:19 PM Stephen Beaver

Fixed #5638

316c5503 12/14/2015 02:26 PM Stephen Beaver

Comment fix

9f6a9f24 12/14/2015 02:25 PM Stephen Beaver

Fixed #5638

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.

b6bd3103 12/07/2015 08:50 PM Stephen Beaver

Refine cloning of elements with autocomplete set

c24178cd 12/07/2015 08:21 PM Stephen Beaver

Fixed #5593
The jQuery required to fix this is tricky, but I believe this fixes the issue by re-adding the autoselect data to newly cloned groups.

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

840390d1 11/30/2015 06:03 PM Jared Dillard

Fixed #5552 backed out hover dropdown changes for now

b5ef3ee9 11/25/2015 09:10 PM Jared Dillard

clean up firewall rules tables

6c51ff30 11/25/2015 05:15 PM Jared Dillard

fix typo caught by @phil-davis

e4067a4f 11/24/2015 07:03 PM Jared Dillard

make hover work only when navbar is horizontal

e72c20af 11/24/2015 07:03 PM Jared Dillard

make dropdowns work on hover

1c72e99f 11/23/2015 08:59 PM Stephen Beaver

Comment fix

3ef93fc4 11/23/2015 08:57 PM Stephen Beaver

Comment fix

e82778da 11/23/2015 08:52 PM Stephen Beaver

Adjust body top padding to match header height when top menu is pinned.

05419ce6 11/19/2015 03:11 PM Stephen Beaver

Remove comment

82afb104 11/19/2015 03:05 PM Stephen Beaver

Add tr/td to empty tbodys for Microsoft IE

f9cc072d 11/17/2015 07:58 PM Stephen Beaver

Nix hte spinning clock

738b34bd 11/17/2015 06:49 PM Stephen Beaver

Added pietimer lib by popular request.

5a957b9a 11/10/2015 01:13 PM Phil Davis

More $Id and whitespace

from more obscure folders around the code

a0fb2268 11/06/2015 07:04 PM Stephen Beaver

Fix cosmetic infoblock issue when there is more than one info_box on a page

586a79d5 11/05/2015 04:09 PM jeroen van breedam

change onclick delete msg toLowerCase()

33f0b0d5 11/05/2015 03:46 PM Stephen Beaver

Delete confirmation vi fa-trash automated via pfSense.js

0619c9db 11/05/2015 02:05 PM Stephen Beaver

Convert system_certmanager.php to font awesome icons
Automatically add confirmation dialog to all fa-trash icons

c9679d8c 11/04/2015 06:24 PM Stephen Beaver

Buttons converted to new deisgn
'X' button suppressed in info text box

0149ef4d 11/04/2015 04:02 PM Stephen Beaver

AUtomatically add "info" icon where required

df4957e4 11/04/2015 02:15 PM Stephen Beaver

Revised button style on firewall_aliases.php as a model for all other table-based pages

1b6b7fc4 10/29/2015 06:58 PM Stephen Beaver

Completed #5357

65a0e193 10/29/2015 02:19 PM Stephen Beaver

Completed #5356
Refactor row toggle javascript

0bc61baa 10/27/2015 02:17 PM Stephen Beaver

Javascript refine to hide Delete row button if there is only one row

2d911f2c 10/23/2015 11:49 AM Phil Davis

Random comment typos like hte

03b53522 10/20/2015 04:52 PM Stephen Beaver

Partial fix for #5045

44fad9cc 10/03/2015 12:37 PM Stephen Beaver

Comment refinement

08ec2d99 10/02/2015 06:57 PM Stephen Beaver

Completes #5159
All duplicated JS removed to included file

96c18fe4 10/01/2015 05:43 PM Stephen Beaver

Addresses #5159 by removing hide/show/disable/enable functions to included file

67b35209 10/01/2015 05:27 PM Jared Dillard

Fixed #5193 clean up user prompts

3ece7116 10/01/2015 04:03 PM Stephen Beaver

Preparation #5159 (Javascript refactoring)
javascript/pfSenseHelpers.js created and populated with common hide/show/disable/enable functions
file included via foot.inc
Those functions removed from firewall_nat_edit.php to test

7c540a5c 09/15/2015 12:48 PM Stephen Beaver

Partial fix #5014
Double-click to edit, single click to select, multiple delete functionality provided

cddc70a2 09/08/2015 01:38 PM Stephen Beaver

Fixed #5102
javascript revised to accommodate VPN masks

a80b4a22 09/01/2015 04:20 PM Stephen Beaver

Coded a new system for displaying tables of input elements with jQuery providing
Delete/Add/Move functionality without breaking the inputs. See pfWiki for details

c478d7cf 08/28/2015 06:44 PM Stephen Beaver

Fixed #5037
Removed toggle-all
Added "Everything" checkbox
Added jQuery to operate checkboxes

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

Merge branch 'master' into bootstrap