Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c054d8bc 04/14/2015 05:55 PM sbeaver

Conversion completed

c3c692a9 04/05/2015 06:46 PM Sjon Hortensius

Converted system_gateways and system_gateways_edit

71ae7b7e 04/05/2015 06:41 PM Sjon Hortensius

Input - for type=number, default to min=1 & step=1

fee25d17 04/05/2015 03:28 PM Sjon Hortensius

Group - add support for $params in setHelp

3ff70087 04/05/2015 02:57 PM Sjon Hortensius

Group - only push placeholder if Input doesn't have it yet

Input - introduce hasAttribute method

refs #56

6ee37b41 04/05/2015 01:58 PM Sjon Hortensius

diag_dns - TIL HTML, let's not barf out incomplete nodes

9673699e 04/05/2015 01:23 PM Sjon Hortensius

removing unused maintable.inc

6c5d41c2 04/05/2015 01:22 PM Sjon Hortensius

Converted status_dhcpv6_leases, 2 minor tweaks in status_dhcp_leases

8a5da2cc 04/05/2015 12:26 PM Sjon Hortensius

Converted status_dhcp_leases.php

e469aa76 04/04/2015 12:18 PM Sjon Hortensius

Merge branch 'master' into bootstrap

14de6e36 04/04/2015 12:12 PM Sjon Hortensius

Merge branch 'master' of github.com:pfsense/pfsense

9a4f7ab0 04/04/2015 12:00 PM Sjon Hortensius

Convert fw_alias_import, 2 minor bugfixes in other files

fixes #44

1a87ef92 04/04/2015 12:00 PM Sjon Hortensius

Bugfix; textarea needs form-control class too

14726356 04/04/2015 11:51 AM Sjon Hortensius

Convert firewall_aliases_* to bootstrap, pending _import

refs #44

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

7684a99e 04/04/2015 11:17 AM Sjon Hortensius

Introduce Group::enableDuplication and Input::setIsRepeated

also fix label-target, was based on name but should be ID instead. Also
make ID unique to facilitate functionality

refs #45

467ff4d6 04/04/2015 10:35 AM Sjon Hortensius

Multiple Inputs in group = copy Title to placeholder

fixes #56

3ab15aaf 04/04/2015 05:18 AM Chris Buechler

shouldn't need this as its own inc anymore, but only changing in master since 2_2 nearing release

72992b85 04/04/2015 05:07 AM Chris Buechler

There is no longer any need to restrict protocols for IPv4+IPv6 rules, the appropriate ruleset is generated and problem scenarios that would otherwise break here are prevented by other input validation.

dc17a9de 04/04/2015 04:57 AM Chris Buechler

remove dead code, clean up excess white space a bit.

b8eeddeb 04/03/2015 06:04 PM Ermal Luçi

Fixes #4504 use correct key index

0887e836 04/03/2015 05:59 PM Ermal Luçi

Fixes #4504 Allow the bypass policy for LAN to be enabled and prevent traffic sent to lan ip to go to the ipsec tunnel

ebb9469d 04/03/2015 03:17 PM Ermal Luçi

Fixes #4259 Use proper variable to do calculations

efa66b4e 04/03/2015 01:48 PM Sander van Leeuwen

Add hidden input in a proper way

Refs. #22

bcd938ef 04/02/2015 11:44 PM sbeaver

Emulate existing logic

“More information” and “timing” sections should display only after a
lookup is attempted.

Removed unused hidden form.

06da0d4e 04/02/2015 06:43 PM Sjon Hortensius

Merge branch 'sbeaver-netgate-diag_dns' into bootstrap

- refactored Form_Table to plain html
- put results below form
- reverted a few unintentional changes

28e7026c 04/02/2015 05:53 PM Sjon Hortensius

Merge branch 'diag_dns' of git://github.com/sbeaver-netgate/pfsense into sbeaver-netgate-diag_dns

3e377f5a 04/01/2015 08:46 PM Sjon Hortensius

IpAddress - make range go down instead of up

1845af7f 04/01/2015 08:35 PM Sjon Hortensius

Input - better chaining plus added setPattern, IpAddress - chaining fix

156543ee 04/01/2015 07:09 PM sbeaver

Combo changes to support diag_dns.php

6e23e8d5 04/01/2015 07:04 PM sbeaver

Version allows button to be suppressed

286aa3f2 04/01/2015 02:53 PM sbeaver

Converted to bootstrap

HTML largely replaced by SH framework

8bf4d182 04/01/2015 02:53 PM sbeaver

Add a table to a section by passing it a two-dimensional array

Is there a better way to do this? Can the table position be controlled?

3e7e26c6 04/01/2015 02:52 PM sbeaver

Allow "Save" button to be suppressed

new Form(false) suppresses the “Save” button so that you can then add
your won custom button.

3bae851d 03/31/2015 07:05 PM Jim Pingle

Add SCTP to protocol list for filtering.

0ca36ca3 03/31/2015 02:03 PM benny benny

Fix IPsec Advanced Settings uniqueids. It was neither set in strongswan config, nor picked up correctly in the UI.

cb99d991 03/31/2015 01:27 PM Jim Pingle

Fix encoding issues in Configuration History list.

ddddf255 03/31/2015 01:27 PM Jim Pingle

Fix a few misc encoding issues in load balancer code.

89f64f0f 03/31/2015 12:36 PM Sander van Leeuwen

- Consistent table styles (table table-striped table-hover)
- Wrap tables in table-responsive (excluding widgets)

Refs. #51

94404d94 03/31/2015 12:23 PM Sander van Leeuwen

- Consistent table styles (table table-striped table-hover)
- Wrap tables in table-responsive
- Wrap action buttons in nav.action-buttons
- Removed unnecessary form from vpn_l2tp_users.php

Refs. #51

765b79f9 03/31/2015 12:11 PM Sander van Leeuwen

Tweak vpn_ipsec_keys layout

- Better name for 'edit user' button
- Wrap action buttons
- Sprinkle some clears in CSS for table container and forms (self-clearing with overflow:hidden)

Refs. #22

c7dc654f 03/30/2015 10:11 PM Sander van Leeuwen

Convert vpn_ipsec_keys_edit to bootstrap

Refs. #22

5f85a1f2 03/30/2015 09:59 PM Sander van Leeuwen

Convert to bootstrap

Refs. #22

447efafd 03/30/2015 09:18 PM Sander van Leeuwen

Fix todo, let checkbox toggle maxmss input

Refs. #22

18957b59 03/30/2015 09:07 PM Sander van Leeuwen

Add debug settings as separate group

Refs. #22

d9c70e41 03/29/2015 12:53 PM Stephen Beaver

Updated & moved PROGRESS doc, fixes icons

5fd8513d 03/29/2015 12:41 PM Sjon Hortensius

replace Input->column methods with generic Element plus fixes

Form.class - fix adding offset to submit button
Checkbox - add class to column, not input. Fix displayAsRadio return
Element - no longer abstract, used as a generic element in Input

fixes #43, refs #37

1192840b 03/28/2015 02:33 PM Sjon Hortensius

refactor attributes from Input to Element to make it a bit more generic

  • replaced Input::setAttribute with explicit setReadonly/setDisabled
  • introduced Input::toggles

fixes #37, refs #21

df3b00ba 03/28/2015 12:20 PM Sjon Hortensius

Merge branch 'form-element' of https://github.com/psophis/pfsense into psophis-form-element

214a9c33 03/28/2015 12:07 PM Sjon Hortensius

Proof of concept for Form_IpAddress that shows a mask-selector too

refs #23

b904c4a5 03/28/2015 09:06 AM Philip Hansen

Fixed minor spelling error

2c657294 03/27/2015 06:53 PM Renato Botelho

Merge pull request #1578 from Robert-Nelson/rfc2136_ignore_ipv4_ipv6

3fbcaeb5 03/27/2015 03:35 PM Stephen Beaver

Completed Bootstrap conversion
Added error message on lookup failure

5c6317da 03/27/2015 03:32 PM Stephen Beaver

print_input_errors() is now a wrapper around print_errors().
print_errors() allows the caller to supply the error messages and the alert box heading.

3fc58484 03/26/2015 08:44 PM Stephen Beaver

!! Do not merge!!

Partially converted to bootstap.

Code rearranged and commented
Indenting made consistent
Fixed issue with adding aliases to a config file where noe yet exist
Layout changed to look more like other bootstrap pages (I hope)

ea08d2b2 03/26/2015 06:48 PM Robert Nelson

Change to Record Type with A and AAAA as values.

8f20b016 03/26/2015 05:51 PM Renato Botelho

Merge pull request #1587 from Gertjanpfsense/master

88f63af0 03/26/2015 04:27 PM Renato Botelho

Merge pull request #1581 from phil-davis/patch-1

7db3d1c7 03/26/2015 04:24 PM Robert Nelson

Use address types instead of addresses.

ad20e46d 03/26/2015 04:19 PM Robert Nelson

Merge branch 'master' into rfc2136_ignore_ipv4_ipv6

33d40fb0 03/26/2015 02:20 PM Renato Botelho

Merge pull request #1582 from k-paulius/fix-get_possible_traffic_source_addresses

5385a5e1 03/26/2015 02:08 PM Renato Botelho

Merge pull request #1559 from phil-davis/status-dhcp-leases

295c4bc8 03/26/2015 01:46 PM SjonHortensius

Merge pull request #41 from sbeaver-netgate/bootstrap

Add conversion progress table as PROGRESS.md

231b1321 03/26/2015 01:42 PM Stephen Beaver

Corrected extension (.md vs .mo)

8e0139dd 03/26/2015 01:38 PM Stephen Beaver

GitHub markdown page listing the PHP files that have been converted to bootstrap.

4828d672 03/26/2015 09:03 AM Gertjan KROEB

Voucher messages using wrong config field name

https://forum.pfsense.org/index.php?topic=91168.msg505273#msg505273
$config['voucher'][$cpzone]['msgnoaccess']
and
$config['voucher'][$cpzone]['msgexpired']
do not exist.
These should be
$config['voucher'][$cpzone]['descrmsgnoaccess']...

8fdeee58 03/26/2015 12:27 AM Sander van Leeuwen

Convert vpn_ipsec_settings

Refs. #22

5ddd7e7b 03/25/2015 11:28 PM Sander van Leeuwen

Convert vpn_ipsec

Refs. #22

feebcbfa 03/25/2015 08:43 PM Sander van Leeuwen

Make selector less specific to support other button types as well

Refs. #19

9c878ec9 03/25/2015 08:37 PM Sander van Leeuwen

Add body padding on pages without menu (wizards, login page, etc.)

Refs. #34

df868fa2 03/25/2015 08:33 PM Sander van Leeuwen

Merge pull request #34 from sbeaver-netgate/bootstrap

Allow top navbar to resize without overwriting the page

d5b28fcf 03/25/2015 05:24 PM Stephen Beaver

Fixes an issue wherein an alias could be added only if some other alias already exists in the system.

ca12c204 03/24/2015 04:11 AM k-paulius

Commit 89f171b changed result returned by get_possible_traffic_source_addresses() from indexed to associative array. Updating affected code.

52cbfd45 03/23/2015 06:20 PM Robert Nelson

Use radio buttons to select between IPv4, IPv6 or Both.

466e8ed7 03/23/2015 05:15 PM Phil Davis

RRD Graph Custom Tab display friendly description

The other tabs of Status:RRD Graphs put the friendly description of each interface into the drop-down list for selection.
This change makes the Custom tab do that also.

a6299fd7 03/23/2015 01:35 PM Renato Botelho

Merge pull request #1577 from k-paulius/fix-dhcp6-validation

cd94a9a8 03/23/2015 01:18 PM Renato Botelho

Add missing encoding, as suggested by yakar

6fdf663b 03/22/2015 11:28 PM Robert Nelson

Add option to not register IPv4 and/or IPv6 addresses.

8a197e58 03/22/2015 08:09 PM Thane Gill

Move attribute to Form_Element

- Removes redundant code
- Adds the ability to remove attributes
- Can now add attributes to Form
- getHtmlAttribute() returns all attributes including class

Conflicts:
usr/local/www/classes/Form/Button.class.php
usr/local/www/classes/Form/Select.class.php

4c6d81ea 03/22/2015 07:31 PM k-paulius

Use is_numericint() instead of empty() to check if value has been entered because empty() does not allow 0, which is a valid value.

ddb4b472 03/22/2015 07:00 PM k-paulius

Make sure 'DHCPv6 Prefix Delegation size' is provided if 'Send IPv6 prefix hint' flag is checked to avoid generating invalid dhcp6c configuration file.

e6acc2ee 03/22/2015 04:59 PM Sjon Hortensius

apply r/o state to name of system-groups

refs #18

64600f94 03/22/2015 04:56 PM Sjon Hortensius

Some bugfixes, converted addPrivs

refs #18

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

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

46bb8a0b 03/22/2015 01:55 PM Sjon Hortensius

Merge remote-tracking branch 'upstream/master' into origin/master

7818caff 03/22/2015 12:41 PM Sjon Hortensius

Button - fix title when not <a>, Input - no need for tempvar

d9575672 03/22/2015 12:40 PM Sjon Hortensius

Add copyright headers to Form classes

a0165602 03/22/2015 12:37 PM Sjon Hortensius

Convert System > Auth servers

refs #18

8fa074af 03/21/2015 12:23 PM Phil Davis

Handle release number in installer

This code just looked wrong. It was considering 10.1-RELEASE-p6 to be release number "1" and comparing it to "9".
These changes to do what it seems to intend. This will make that UFS+J stuff appear, if that is of any consequence.

d325e908 03/19/2015 04:55 AM Chris Buechler

Add option for wireless standard "auto", to omit "mode" entirely from ifconfig. This shouldn't be necessary, but specifying mode has proven to trigger driver problems that don't exist if it's left unspecified (such as FreeBSD PR 198680). Chosing "auto" fixes ath(4) BSS mode issues otherwise preventing it from connecting.

5a637574 03/18/2015 07:36 PM Stephen Beaver

Allow top navbar to resize without overwriting the page

eb94d976 03/18/2015 07:04 PM Jared Dillard

change the location of jquery-ui images in each theme's css file

86e41adf 03/18/2015 01:58 PM Renato Botelho

Merge pull request #1571 from phil-davis/patch-2

926e0a2f 03/18/2015 12:03 PM Phil Davis

Cleanup code path when adding a new user

1) Only attempt to delete the oldusername if it actually was non-empty - at the moment errors are logged in the system log when adding a new user, because the code was trying to delete the user name "".
2) Call local_user_set() first to create (change, whatever) the user record. This makes the user record exist for a new user. Then call local_user_set_groups() to sort out what groups the user should be in or not in. The existing code would fail to add a new user to the specified group/s because local_user_set_groups() was called too early, before the user actually existed....

e5d58b68 03/16/2015 02:26 PM Phil Davis

Do not allow VLAN tag zero

At the moment you can make a VLAN with tag 0. The input validation does not catch it because when $_POST['tag'] = "0" that evaluates to false by PHP.
Always make the checks on 'tag' value whenever the 'tag' key is set at all. If the (required) 'tag' key is not set, then that is already checked for by do_input_validation().

b78655a9 03/16/2015 11:17 AM Renato Botelho

Merge pull request #1562 from phil-davis/usr-review1

465f17a3 03/16/2015 04:32 AM Thane Gill

Initial commit for Interface > VLANs bootstrap convert

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