Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
fba5dd6e 03/10/2015 04:18 PM Thane Gill

Return object after instantiation

d32784ed 03/10/2015 04:00 PM Thane Gill

Fix Form_Section so you can add classes

d62dca65 03/10/2015 04:00 PM Thane Gill

Make it possible to add multiple classes at once

0bec94db 03/10/2015 04:00 PM Thane Gill

Fix $title

ee678e75 03/09/2015 10:56 PM Sander van Leeuwen

Comment missing function for now.

Refs. #22

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

Bind collapsable behaviour to options

Refs. #21

a707f00b 03/08/2015 09:30 PM Sjon Hortensius

Merge branch 'bootstrap' of github.com:SjonHortensius/pfsense into bootstrap

f353ebeb 03/08/2015 06:11 PM Sjon Hortensius

converted usermanager_settings and setting_test

refs #18

df7bc7cb 03/08/2015 06:10 PM Sander van Leeuwen

Convert to bootstrap

Refs. #22

59e0b480 03/08/2015 06:09 PM Sander van Leeuwen

Revert "Convert to bootstrap"

This reverts commit 89544eb50215903d24f56c4f668c81962670817a.

89544eb5 03/08/2015 06:06 PM Sander van Leeuwen

Convert to bootstrap

a41cf2da 03/08/2015 06:06 PM Sjon Hortensius

Form - add setAction for adding custom _GET parameters

9d45f8b8 03/08/2015 12:40 PM Sjon Hortensius

Multiple buttons in form need spacing

fixes #19

8343fb3b 03/08/2015 12:33 PM Sjon Hortensius

Button - renamed parameter, put $title into value attribute

refs #11

da3d5bc7 03/07/2015 05:05 PM Sjon Hortensius

clarify Button, centralize A vs INPUT logic

refs b125fab2ba

b125fab2 03/07/2015 05:00 PM Sjon Hortensius

Introduce Form_Button, which can morph into <a class=btn>

fixes #11

a08e2dcb 03/07/2015 04:36 PM SjonHortensius

Merge pull request #13 from psophis/interface-interface-groups

migrated Interface > interface groups

19013d43 03/07/2015 04:28 PM Thane Gill

Initial commit for Interface > Interface Groups bootstrap convert

ab9028d8 03/07/2015 04:25 PM Sjon Hortensius

correct a typo; addGlobal is a Form method, so don't do Section::

refs a97531c5e5e2f1f41

18479e41 03/07/2015 04:17 PM Sjon Hortensius

firewall_rules_edit - now properly converted

this file now contains all original names for inputs, fixes #16

54b808d4 03/07/2015 03:38 PM Thane Gill

After instantiation return object. Return object after setWidth.

f537d085 03/07/2015 03:31 PM Sjon Hortensius

Updated even more pages to new Form setup (include names)

refs #16

a97531c5 03/07/2015 12:26 PM Sjon Hortensius

Major change: require caller to specify name of inputs

no longer do we automatically determine an input-name; it meant a lot of
backend-changes (or forceName calls). This commit fixes all occurences
except for firewall_rules_edit

refs #16

a542a625 03/07/2015 11:46 AM Sjon Hortensius

removed custom setSubmit, using new addGlobal for hidden input

refs #9

ee027864 03/07/2015 11:38 AM Sjon Hortensius

moved setSubmit to addGlobal, to be used for hidden inputs

fixes #10, #11

8a2d92b5 03/07/2015 11:37 AM Sjon Hortensius

Merge branch 'bootstrap' of github.com:SjonHortensius/pfsense into bootstrap

8af76ee4 03/07/2015 11:36 AM Sjon Hortensius

Replaced addSubmit by addGlobal, which will be used for hidden inputs

Group - add support for additional classes by using Element::getHtmlClass
Input - if we have no columnClasses or help, don't wrap ourself in DIV

844b9bf3 03/07/2015 11:34 AM Sjon Hortensius

fix typos, pending actual layout

3c7f137e 03/07/2015 11:32 AM SjonHortensius

Merge pull request #15 from SanderVanLeeuwen/bootstrap

Pass checkbox value to parent constructor

ae3402fa 03/07/2015 11:29 AM Sander van Leeuwen

Pass checkbox value to parent constructor

247c417f 03/07/2015 10:58 AM Sjon Hortensius

Globally correct a few typos

  • $x; > $x = null;
  • removed duplicated cases
  • fixed useless statement: (int)$x = $y
  • removed poetic: if (!$x && $x) $x = $x
201932c5 03/06/2015 06:17 PM Thane Gill

After instantiation return object. Return object after setWidth.

3412275d 03/06/2015 05:14 PM Thane Gill

Initial bootstrap rewrite for system_advanced_sysctl.php

TODO:
- Hide id label on re-edit
- Add cancel button to edit

7a3848b6 02/21/2015 05:11 PM Sjon Hortensius

correct 2 typos

Form_Input - forceName should actually use parameter
firewall_rules_edit - add Inputs to Section, not form

48868a05 02/21/2015 02:13 PM Sjon Hortensius

Initial version of converted firewall_rules_edit

0453eb6e 02/01/2015 11:55 AM Sjon Hortensius

Converted Misc & Notifications

f9a9fb78 02/01/2015 10:44 AM Sjon Hortensius

Converted system_advanced_network

9aa48e62 02/01/2015 10:29 AM Sjon Hortensius

Select - update name to name[] when multiple=true

4b6f8c8d 02/01/2015 10:28 AM Sjon Hortensius

updated last incorrect _POST references

f6546b41 01/31/2015 05:08 PM Sjon Hortensius

WIP: Converted advanced_firewall

2cc784b3 01/31/2015 05:08 PM Sjon Hortensius

Form_Select - handle selected values

ae479a27 01/31/2015 05:06 PM Sjon Hortensius

Add placeholder showing default value

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

1a86b8fe 01/31/2015 01:09 PM Sjon Hortensius

Don't treat >name special, just put it in attr; fixes Select.id

Select - name is no longer special, use $attr and get a free ID
Checkbox - make displayAsRadio return itself for chaining
Input - move name to attr; plus remove support for input without $title...

81dfcea5 01/31/2015 12:22 PM Sjon Hortensius

Converted system_advanced_admin

276c29d4 01/31/2015 12:21 PM Sjon Hortensius

Add support for sprintf to setHelp

clean - fix typo in php-end-tag cleaner
Input - support sprintf parameter
Select - put option-names through gettext

2900b876 01/29/2015 09:39 AM Sander van Leeuwen

Fix footer position

422a715c 01/28/2015 09:39 PM Sander van Leeuwen

Add id attribute to input elements

42322ae0 01/28/2015 04:28 PM Sjon Hortensius

Fix name attr for Select, implement Checkbox::displayAsRadio

69f9ff40 01/27/2015 08:33 PM Sjon Hortensius

final touches on Forms

system - removed trailing unused form-html
Form - set proper width for submit-button column
Element - support returning raw-list for Inputs
Group,Input - renamed getColumnWidth to getWidth
Input - make setWidth consistent with Form->setWidth, directly add...

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

a005a836 01/27/2015 12:39 PM Sjon Hortensius

finalized Form classes, allowed add/removeClass on all elements

+ add overloadable submit button

a32c0623 01/27/2015 09:12 AM Sjon Hortensius

whitespace changes; renamed classes to Form_ prefix

b40bcb23 01/26/2015 04:38 PM Sjon Hortensius

New POC for generating forms through PHP classes

reduce the amount of html c/ping by keeping the amount of
meta-data limited

0bf1e5fe 01/24/2015 10:17 AM Sjon Hortensius

Fixed contextual links

pfSense.css - move help-link to ul that gets positioned
head.inc - implemented fixme
shortcuts.inc - replaced icons

b4988336 01/24/2015 09:38 AM Sjon Hortensius

Merge branch 'master' into bootstrap

Conflicts:
usr/local/www/head.inc
usr/local/www/themes/_corporate/styles/jquery-ui-1.11.1.css

4c4e082b 01/24/2015 09:35 AM Sjon Hortensius

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

9b527a79 01/22/2015 12:02 PM Renato Botelho

Make sure radvd is reconfigured when CARP is enabled/disabled. It should fix #4252

dc85e806 01/22/2015 09:14 AM Sjon Hortensius

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

caaaf9ce 01/21/2015 04:36 PM Renato Botelho

Add missing require for filter.inc since vpn_ipsec_configure() calls filter_configure(). It should fix #4236

f0d51562 01/20/2015 04:44 PM Sander van Leeuwen

Place form save button outside form panel for clarity (saves whole form, not just the last panel)

- Increase body bottom margin to create 20px margin between elements
and footer

c4a7740d 01/20/2015 10:08 AM Sander van Leeuwen

Finish preliminary restyle of L2TP configuration

vpn_l2tp.php - Use pill style for navigation
vpn_l2tp_users.php - Cleaned and formatted according to bootstrap styles
vpn_l2tp_users_edit.php - Cleaned and formatted according to bootstrap styles
pfSense.css - Styles for form validation and pill navigation...
61144c9b 01/19/2015 05:12 PM Sander van Leeuwen

Preliminary changes for VPN L2TP configuration

- Cleaned using clean.sh
- Added bootstrap form and input wrappers & classes
- Splitted configuration into three parts 'enable', 'configuration' and 'radius'

06966500 01/19/2015 01:44 PM Sander van Leeuwen

Firewall rules layout changes

- Added missing th for buttons column
- Wrap table in div.table-responsive; adds scrollbar on smaller viewports while keeping the layout intact
- xs action buttons like edit/delete/copy
- Toggle enable / disable button text
- Misc html fixes

a2faa388 01/19/2015 12:28 PM Sander van Leeuwen

Fix grid setup on dashboard

- Default width in .container is 100%, so col-md-12 isn't necessary there
- Add .row wrapper to 6/6 columns

c7d61071 01/19/2015 11:02 AM Sander van Leeuwen

Use bootstrap columns to scale and style jumbotron

pfSense.css - proper positioning for logo, remove with on jumbotron
auth.inc - add bootstrap columns to jumbotron
authgui.inc - idem
index.php - idem

1eb66a84 01/18/2015 02:09 PM Sjon Hortensius

correct a few typos that made these files unparsable

services_unbound - added missing $-sign to variable
xmlrcp - removed redundant closing brackets. Some trailing whitespace
also got removed

2e1cd9d8 01/18/2015 01:58 PM Sjon Hortensius

log.widget - replaced js processor with simple xhr that fetches html

firewall_rules - typo, duplicate $pgtitle
log.js - simple xhr html updater, no need for duplicate logic
log.widget - migrated

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

updated firewall WIP, fixed widget ordering

  • ipsec - replaced manual panel with simple alert
a42e7aa2 01/17/2015 02:54 PM Sjon Hortensius

replaced logobig with high-quality logo-black

favicon - updated as well
authgui - form is now horizontal, logo update

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...

6f1d609b 01/17/2015 12:01 AM Jared Dillard

move jquery ui css to theme folders

ccda8a1d 01/16/2015 09:30 PM Sjon Hortensius

Merge branch 'master' into bootstrap

Conflicts:
usr/local/www/carp_status.php
usr/local/www/diag_arp.php
usr/local/www/diag_authentication.php

649cde0b 01/16/2015 04:12 PM Sander van Leeuwen

Address pull comments

head.inc - Revert indenting
.gitignore - Add IDE name in comment

d75a843c 01/16/2015 03:13 PM Sander van Leeuwen

- Wrap form parts in panels
- Improved some form-groups
- Add .checkbox helper to form-groups containing checkboxes

45eebe10 01/16/2015 03:11 PM Sander van Leeuwen

Style page header & footer

head.inc - Wrap header elements (title, breadcrumb)
guiconfig.inc - Prefix breadcrumb with title h1
pfSense.css - Styling for header and footer

65f9080d 01/15/2015 09:04 PM Renato Botelho

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

81b7bc4b 01/15/2015 08:41 PM Ermal Luçi

Time to let these go

19523ce2 01/15/2015 08:20 PM Ermal Luçi

Ticket #3997 s/_vhid/_vip/g

eef9a15d 01/15/2015 07:58 PM Ermal Luçi

Ticket #3997 Put a uniq identifier on the carp settings.

89f171b0 01/15/2015 07:17 PM Ermal Luçi

Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI changes and upgrade code

fe0fa4c3 01/15/2015 06:15 PM Phil Davis

Firewall Rules Apply be friendly to other languages

Forum: https://forum.pfsense.org/index.php?topic=86808.0
Redmine: https://redmine.pfsense.org/issues/3886

print_info_box_np() when called with just the first $msg parameter has some rough tests to decide if the "Apply" button should be displayed. It checks if the translation of "apply", "save" or "create" appears in the $msg string (which is a translated string itself). If the $msg string did not translate, and thus remains in English, but gettext("apply") does translate then the e.g. Turkish word for "apply" is not going to appear in the English $msg string. So things go wrong....

10e2acb5 01/14/2015 11:28 AM Ermal Luçi

Add EAP-MSChapv2 implementation for Windows ipsec support as reported here https://forum.pfsense.org/index.php?topic=81657.15

a6a42b6d 01/13/2015 07:44 PM Ermal Luçi

Actually remove rekey/reauth from config to avoid strange issues. Ticket #4208

1fe208ec 01/13/2015 06:57 PM Ermal Luçi

To avoid issues with clashing SAIDs go back to specifying the reqid in strongswan config.

To be able to manage this first upgrade the config to assign each phase2 an reqid
Second use that during config generation

Ticket #4208

f6510207 01/13/2015 02:37 PM Bipin Chandra

Improving aesthetics.

Make title color more consistent with other pages.
Improving aesthetics.

51ef7499 01/13/2015 01:25 AM Chris Buechler

Where the P1 is disabled, show the P2s as disabled since they will be, same as in previous versions.

f285d039 01/12/2015 11:50 PM Renato Botelho

Fix IPsec widget for multiple P2, it fixes #4164

b8632324 01/12/2015 08:01 PM Ermal Luçi

Improve this part as well

a4cd8f03 01/12/2015 11:30 AM Ermal Luçi

Properly handle large passthrough entries even here.

907cc718 01/12/2015 10:49 AM Ermal Luçi

Put the value of password under double quotes(") to avoid issues with special characters in passwords. Ticket #4177

5cd24cf1 01/12/2015 10:40 AM Ermal Luçi

Prevent echo to insert a newline(\n) at the secret string. Fixes #4177

f3f885aa 01/12/2015 08:33 AM Ermal Luçi

Fix typos and set needed variable

330591f5 01/12/2015 08:30 AM Ermal Luçi

properly apply the passthrough entries when apply is hitr.

384deecb 01/12/2015 08:27 AM Ermal Luçi

Fix inherent issues with isset and empty values set as true by our parser. This made the piep configuration to be wrong at least for passthrough entries. Ticket #3932

1aecc4da 01/12/2015 01:34 AM Chris Buechler

Bring back showing of default value like previous versions.

619aa26f 01/11/2015 03:37 PM Ermal Luçi

Remove debug code

7c804c69 01/11/2015 03:35 PM Sjon Hortensius

Some tweaks for global tpl considerations

  • pkg_mgr* - removed icon-hrefs with actual buttons
  • system - made labels shorter, added label in content column too, fix
    submit-button alignment
  • installed_packages.widget - updated to bootstrap
  • syntax-highlighter - removed, unused
8a07e316 01/11/2015 02:24 PM Sjon Hortensius

Merge branch 'master' into bootstrap

Conflicts occured in copyright message (year-update) due to whitespace difference and themes/ which was removed

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