Project

General

Profile

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

# Date Author Comment
91677170 07/04/2016 02:05 PM Pi Ba

webgui tables, doubleclick event to perform 'edit' action, part 2

(cherry picked from commit 1c10ce9750f3702f433a91754f79e637e1c3369b)

aceaf18c 06/27/2016 07:16 PM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

89140b63 03/29/2016 07:17 AM NOYB NOYB

System / User Manager - Remove Personalizations

Remove "you" personalizations.

347c0214 03/20/2016 10:21 AM Phil Davis

Reengineer Form_Button setAttribute

As per what was done for https://github.com/pfsense/pfsense/pull/2765 -
do it to the rest of them.
Seems to work OK.

95a2f028 03/17/2016 02:00 PM Stephen Beaver

Remove unneeded control

697b1e07 03/16/2016 07:03 PM Stephen Beaver

Simplified styling

79df3d68 03/16/2016 06:14 PM Stephen Beaver

Revised modal styling

098604d3 03/16/2016 05:53 PM Stephen Beaver

Converted LDAP container picker to modal

faab522f 03/15/2016 12:39 PM Renato Botelho

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

bc3c30eb 03/11/2016 03:59 PM Phil Davis

Internationalize Form_Button text

The text of a Form_Button is not translated internally. Some Form_Button
calls already had the button text enclosed in gettext(), this does it
for the remaining ones.

2e7fa7ca 03/09/2016 09:26 PM Jim Pingle

Fix some more stragglers for icon/button consistency. Ticket #5965

f7253434 02/14/2016 10:28 PM Stephen Beaver

Merge pull request #2637 from k-paulius/patch-6

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

8f1ab2a4 02/14/2016 07:35 PM k-paulius

Indicate in the breadcrumb if we are editing list item.

d4a744b2 02/14/2016 06:38 AM k-paulius

Cert is abbreviated word so adding . to stay consistent with the usage of Avail.

2d1f33d9 02/12/2016 01:22 PM k-paulius

Synchronize page title with tab title

7aaf60a8 02/11/2016 04:53 AM k-paulius

Fix RADIUS spelling. It is written in all caps.

5f88f964 02/11/2016 03:51 AM k-paulius

Convert section titles to title case

762faef5 02/02/2016 07:24 PM Phil Davis

Internationalization of various system*.php

70dc5cd6 01/14/2016 06:15 AM Phil Davis

UI Consistency

1) Put the heading "Actions" at the top of all the "Actions" columns -
it was on some and not others.
2) Some more consistent capitalization of panel titles etc.
3) Most interfaces section edit pages had a section titled like "GIF
Configuration", "GRE Configuration". Make them all consistent, e.g....

060ed238 01/13/2016 08:11 PM Stephen Beaver

Fixed #5566

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

461487c2 12/07/2015 12:16 PM Phil Davis

Standardize breadcrumbs for User Manager tabs

I think this is the way it should be to make it like everywhere else.
Even when in the "Groups" pages, it is still reached by "System" "User
Manager".

8fd9052f 11/29/2015 06:23 PM Colin Fleming

Type up SCRIPT tags

02cc81ef 11/23/2015 12:54 PM Doug Wollison

Added use of class autoloading (GUI stuff only)

Any GUI script that loads the guiconfig.inc file will have access to
the autoloader.

10fe1eb5 11/10/2015 02:17 PM Stephen Beaver

Completes #5400, #3999, #5405
Mote: New ticket will be opened to provide IP address sorting

191cb31d 11/06/2015 03:40 PM Stephen Beaver

Copyright updates Batch 2 of 3

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

Delete confirmation vi fa-trash automated via pfSense.js

c10cb196 11/05/2015 01:11 PM Stephen Beaver

Moved action-buttons in-line styling to pfSense.css

9d5a20cf 11/05/2015 11:38 AM jeroen van breedam

replace and find for icon-embed-btn

782922c2 11/04/2015 06:52 PM Stephen Beaver

Buttons changed to new design

f9dd6a4b 10/30/2015 07:13 PM jeroen van breedam

convert system_authservers to font-awesome

eef93144 09/24/2015 04:48 PM Jared Dillard

Ticket #5204 a clean up pass of the jquery sections

149efbea 09/14/2015 06:36 PM Jim Pingle

Add support for LDAP RFC2307 style group membership. Resolves #4923

d6b4dfe3 09/14/2015 06:04 PM Jim Pingle

Provide an LDAP server timeout field. Default to 25 seconds. Resolves #3383

1d3259b5 09/04/2015 01:17 PM Stephen Beaver

Comment edit

b1f0f7e1 09/04/2015 12:49 PM Stephen Beaver

Corrected template type in form restoration

c4302457 09/04/2015 12:44 PM Stephen Beaver

Don't apply LDAP template on page load whn act == edit

504bd882 09/04/2015 12:33 PM Stephen Beaver

Fixed #5088
Form restoration revisited

e39a41e9 09/03/2015 06:09 PM Stephen Beaver

Fixed #5089
Replace toggle with jQuery

7b4b0ad3 09/03/2015 05:56 PM Stephen Beaver

Fixed #5088
Functionality was not present in 2.2. Added $pconfig = $_POST to restore form contents on validation failure

2138c41b 09/02/2015 11:01 PM Stephen Beaver

Fixed 5082
Name field available on input errors.

2984b735 09/02/2015 10:55 PM Stephen Beaver

Remove debug

6157f724 09/02/2015 09:08 PM Stephen Beaver

Fixed 5069
Inputs should be readonly, not disabled when not required. Disabling prevents them from being submitted and breaks the form.

501efbd2 09/02/2015 08:52 PM Stephen Beaver

Fixed 5068
Provided misggin javascript functionality

f3a43095 09/02/2015 08:32 PM Stephen Beaver

Fixed 5067
Provided missing functionality in jQuery

b0909f2e 09/02/2015 08:14 PM Stephen Beaver

Fixed 5066
Toggles suck. Replaced with explicit jQuery

ea342b0f 09/02/2015 08:00 PM Stephen Beaver

Fixed #6065
Method setDiasabled() seems to not only disable the input, but prevent it from being submitted.
Replasced with jQuery

328a238a 09/02/2015 05:27 PM Jim Pingle

Merge pull request #1853 from PiBa-NL/bootstrap_fix1

c84db5bb 09/01/2015 08:05 PM Stephen Beaver

Fixed 5047
Alternative layout

905f6119 09/01/2015 07:40 PM Stephen Beaver

Fixed #5047
LDAP search scope members now grouped

5585e65d 09/01/2015 04:19 AM Chris Buechler

fix text

81ec3187 09/01/2015 04:17 AM Chris Buechler

make descriptions consistent

ad2879b8 08/30/2015 11:09 PM PiBa-NL

bootstrap, use require_once for classes/Form.class.php

df8fca9d 08/28/2015 07:10 PM Stephen Beaver

Fixed #5047
Changed LDAP scope layout

df5d8616 08/28/2015 03:32 PM Stephen Beaver

Fixed #5031
Corrected input element names and values

ac9d8bed 08/28/2015 03:24 PM Stephen Beaver

Fixed #5030
Corrected LDAP Template display logic
Added jQuery to populate LDAP parameters on change and on page load

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/