Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
08d1762e 06/27/2015 01:45 PM Sjon Hortensius

Implement ->toggle(selector, 'disable') + handle adv. globally

handle advanced globally; when an input has .advanced class, it will
automatically be hidden and a button to show all advanced inputs will
be added

Removed some needless nbsp's and corrected input-type=number for port...

df4e04b6 05/30/2015 01:44 PM Sjon Hortensius

mini typo

f0a108f2 05/09/2015 01:00 PM Sander van Leeuwen

Append button to control group instead of control label

Refs. #142

85033097 05/09/2015 11:58 AM Sjon Hortensius

Form - introduce MultiCheckbox(+Group) #142

1c306cd0 05/09/2015 09:31 AM Sjon Hortensius

If a btn-danger has a title, use that instead of generic for confirm()

a2143951 05/02/2015 12:20 PM Sjon Hortensius

update bootstrap to 3.3.4, jquery to 1.11.2

36a0cfe8 05/01/2015 09:00 AM Sander van Leeuwen

Tweak initial state for toggleable checkboxes

- When iterating over a jQuery object, just use $(this) for the current value
- Use the .data() method to fetch data attributes

Refs. #143

45d6ada5 04/28/2015 11:54 AM Sjon Hortensius

Revert "Merge pull request #100 from sbeaver-netgate/halt"

This reverts commit 5bd406696ae634b3993d79a8b9aef03eeab42488, reversing
changes made to b9bd62735f2afb818d9ff3afd399c6c7d3b904c5.

3e607d0e 04/26/2015 01:21 PM Sjon Hortensius

Don't use $section2, toggle all remote-options when disabled

pfSense.js - Force correct initial state for toggleable checkboxes #143

5bd40669 04/25/2015 08:42 AM SjonHortensius

Merge pull request #100 from sbeaver-netgate/halt

Updated halt.php for consistency with reboot.php

8c10899b 04/22/2015 08:11 PM Sander van Leeuwen

Replace +- with explanatory buttons

Refs. #45

50ea0588 04/19/2015 02:36 PM Sjon Hortensius

bindCollapseToOptions - support multiple options targeting single section

fix #96

0ba2494e 04/19/2015 01:27 PM Sjon Hortensius

IpAddress - set correct validationpattern, toggle mask based on family

0b456cf7 04/19/2015 11:21 AM Sjon Hortensius

pfSense.js - add confirm to .btn-danger elements; removed onclicks

68a25036 04/18/2015 03:49 PM Sjon Hortensius

Focus first input globally

47148a97 04/04/2015 11:50 AM Sjon Hortensius

Inputs hidden by bindCollapseToOptions should be disabled

fixes #57

b2e6dd64 04/04/2015 11:42 AM Sjon Hortensius

Initial enableDuplication javascript implementation, pending layout

refs #45

a8a4a7e3 03/22/2015 04:55 PM Sjon Hortensius

Select - fix selected for multiple (again), correct order in js

b52f76e9 03/15/2015 09:09 PM Sjon Hortensius

remove custom data-toggle=disable in favor of working but ugly collapse

fixes #24

845e459d 03/15/2015 08:59 PM Sjon Hortensius

pfSense - unbreak javascripts, correct split into methods

c39f7276 03/09/2015 10:46 PM Sander van Leeuwen

Bind collapsable behaviour to options

Refs. #21

a41b03d0 01/31/2015 02:14 PM Sjon Hortensius

Support data-toggle=disable

Checkbox - moved call to better location
Select - use parent:: for attributes
Input - add support for attributes without value
pfSense.js - implement data-toggle=disable
system_adv_admin - set disabled state on certificate

dc58b7b3 01/27/2015 07:51 PM Sjon Hortensius

moved some js from separate files to contextual .php

pfSense.js - to prevent a blob of scripts; move index-widget handling to
actual index, introduce events instead
*.js - moved to widget.php plus added dataFilter to prevent eval()ing
scripts twice

69b397dd 01/17/2015 04:16 PM Sjon Hortensius

updated firewall WIP, fixed widget ordering

  • ipsec - replaced manual panel with simple alert
80169aa8 01/17/2015 01:50 PM Sjon Hortensius

implemented widget-config

fbegin/fend.inc - temporary added for non-migrated pages
firewall_rules - use buttons for actions
index - implement widget-config & close button
pfSense.css - +/- icons now handled in js
pfSense.js - better handling of widget actions...

41ea4cf3 01/11/2015 02:01 PM Sjon Hortensius

implemented widget drag/drop on index + storage

replaced custom jquery-ui with default set of plugins

7d5b007c 01/04/2015 11:57 AM Sjon Hortensius

initial drag/drop WIP, working on backup/restore page

1180e4f0 12/29/2014 07:14 PM Sjon Hortensius

started migration to bootstrap

  • migrated /index and most widgets on it
  • migrated /system.php using new form-layout
  • removed /themes and /javascript; html will change too much